예제 #1
0
파일: Entity.cs 프로젝트: Wizerdy/Wild
 protected virtual void Awake()
 {
     EntitiesManager.AddEntity(this);
 }