コード例 #1
0
ファイル: UIHud.cs プロジェクト: Overcllock/DogBattle
 void Exit()
 {
     Game.Quit();
 }
コード例 #2
0
 void OnGameExit()
 {
     Game.Quit();
 }