예제 #1
0
 private static void AddShipToLists(Ship.GenericShip newShip)
 {
     AllShips.Add(newShip.GetTag(), newShip);
     newShip.Owner.Ships.Add(newShip.GetTag(), newShip);
 }