Ejemplo n.º 1
0
        public static bool IsShipInStartingZone(GenericShip ship)
        {
            SetupSubPhase setupSubPhase = Phases.CurrentSubPhase as SetupSubPhase;

            return(ship.ShipBase.IsInside(setupSubPhase.StartingZone));
        }