示例#1
0
 private void Exit(P_BattleMap battlemap)
 {
     DebugBox.DismissP_Render(battlemap.Renderer);
     DebugBox.DismissUpdater(battlemap.Updater);
     DebugBox = null;
     _Cursor.DismissP_Render(battlemap.Renderer);
     _Cursor = null;
 }