コード例 #1
0
ファイル: Entity.cs プロジェクト: rdavidson1994/TakeSwordNet5
 public void Destroy()
 {
     world.DestroyEntity(Id);
 }