コード例 #1
0
 void GamePaused(NotificationCenter.Notification note)
 {
     canMove = false;
 }
コード例 #2
0
 void GameResumed(NotificationCenter.Notification note)
 {
     canMove = true;
 }
コード例 #3
0
 void GameStarted(NotificationCenter.Notification note)
 {
     canMove = true;
 }