示例#1
0
 public void SaveShip(string shipName)
 {
     currentShip.ShipName = shipName;
     factory.SaveShip(currentShip, GameCamp.Player_);
 }