public static bool IsShipInStartingZone(GenericShip ship) { SetupSubPhase setupSubPhase = Phases.CurrentSubPhase as SetupSubPhase; return(ship.ShipBase.IsInside(setupSubPhase.StartingZone)); }