예제 #1
0
 public void OnMouseDown()
 {
     if (increase)
     {
         StaticInfo.IncreaseLevel();
     }
     else
     {
         StaticInfo.DecreaseLevel();
     }
 }