示例#1
0
 public void BallFlewAway(int player)
 {
     if (!isServer)
     {
         return;
     }
     gameplay.BallFlewAway(player);
 }