コード例 #1
0
ファイル: Entity.cs プロジェクト: zzm0101/Lockstep-Tutorial
 protected virtual void OnDead()
 {
     EntityView?.OnDead();
     PhysicSystem.Instance.RemoveCollider(this);
     GameStateService.DestroyEntity(this);
 }