예제 #1
0
 public static void HighlightShipOff(Ship.GenericShip ship)
 {
     ship.HighlightCanBeSelectedOff();
     RosterPanelHighlightOff(ship);
 }