コード例 #1
0
 void DetectInput()
 {
     if (Input.GetMouseButtonDown(0) && isGameActive == true)
     {
         currentPlatform.DropPlatform();
     }
 }