コード例 #1
0
ファイル: EntityWorld.cs プロジェクト: deccer/Xacor
 public void UnloadContent()
 {
     SystemManager.TerminateAll();
 }
コード例 #2
0
ファイル: EntityWorld.cs プロジェクト: deccer/Xacor
 public void Draw()
 {
     SystemManager.Draw();
 }