tanghai 2 лет назад
Родитель
Сommit
853943c230
1 измененных файлов с 0 добавлено и 10 удалено
  1. 0 10
      Unity/Assets/Scripts/Core/Entity/Entity.cs

+ 0 - 10
Unity/Assets/Scripts/Core/Entity/Entity.cs

@@ -15,16 +15,6 @@ namespace ET
         IsNew = 1 << 4,
     }
 
-    public interface IEntitySystem
-    {
-        EntitySystem EntitySystem { get; }
-    }
-    
-    public interface IIdGenerater
-    {
-        IdGenerater IdGenerater { get; }
-    }
-
     public partial class Entity: DisposeObject
     {
 #if ENABLE_VIEW && UNITY_EDITOR