Beispiel #1
0
    private static void Activate()
    {
        UI.HideNextButton();

        IsActive = true;

        DirectionsMenu.ShowForAll(AssignManeuverToAllShips, CheckForFinish, AnyShipHasManeuver);
    }
Beispiel #2
0
 private static void ShowSwarmManagerWindow(object sender, EventArgs e)
 {
     Phases.StartTemporarySubPhaseNew("Swarm Manager", typeof(SwarmManagerSubPhase), delegate { });
     DirectionsMenu.ShowForAll(AssignManeuverToAllShips, AnyShipHasManeuver);
 }