예제 #1
0
 void command()
 {
     if (Input.GetKeyDown(KeyCode.W))
     {
         print(SaveManager.GetBestDistance());
         SaveManager.Castdistance(0);
     }
 }