浏览代码

删除多余的代码

tanghai 2 年之前
父节点
当前提交
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,
         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