コード例 #1
0
ファイル: GameScene.cs プロジェクト: asmCode/soccer_game
 private void OnApplicationQuit()
 {
     m_matchCtrl.Cleanup();
 }