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