Пример #1
0
 public static void CancelBoost()
 {
     if (IsServer)
     {
         CurrentPlayer.CmdCancelBoost();
     }
 }