コード例 #1
0
ファイル: GameTimer.cs プロジェクト: negrime/CommandGame
 void Stop()
 {
     _onFinish = null;
     UnityContext.RemoveUpdateAction(Update);
 }