示例#1
0
 public void MovePlayer(Arrows arrows)
 {
     if (player == null)
     {
         return;
     }
     player.MovePlayer(arrows);
 }