コード例 #1
0
 public void OnLeft()
 {
     if (controllerComponent.currentLevel > 1)
     {
         controllerComponent.ChangeLevel(-1);
     }
 }