Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
✨ Simplify Translator
Browse files Browse the repository at this point in the history
  • Loading branch information
monry committed Sep 11, 2018
1 parent 6cb305c commit 5599833
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 322 deletions.
2 changes: 1 addition & 1 deletion Assets/v3/Scripts/IEntity.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace CAFU.Core
{
public interface IEntity
public interface IEntity : ITranslatable
{
}
}
2 changes: 1 addition & 1 deletion Assets/v3/Scripts/IStructure.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace CAFU.Core
{
public interface IStructure
public interface IStructure : ITranslatable
{
}
}
Loading

0 comments on commit 5599833

Please sign in to comment.