Explorar el Código

删除多余的代码

tanghai hace 2 años
padre
commit
853943c230
Se han modificado 1 ficheros con 0 adiciones y 10 borrados
  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,
         IsNew = 1 << 4,
     }
     }
 
 
-    public interface IEntitySystem
-    {
-        EntitySystem EntitySystem { get; }
-    }
-    
-    public interface IIdGenerater
-    {
-        IdGenerater IdGenerater { get; }
-    }
-
     public partial class Entity: DisposeObject
     public partial class Entity: DisposeObject
     {
     {
 #if ENABLE_VIEW && UNITY_EDITOR
 #if ENABLE_VIEW && UNITY_EDITOR