コード例 #1
0
 public TestEntity(IGameObjectService gameObjectService, bool isGameObject)
 {
     if (isGameObject)
     {
         gameObjectService.AddEntity(this);
     }
 }