Class EventType.SectorLaunchLoadoutEvent

java.lang.Object
mindustry.game.EventType.SectorLaunchLoadoutEvent
Enclosing class:
EventType

public static class EventType.SectorLaunchLoadoutEvent extends Object
  • Field Details

    • sector

      public final Sector sector
    • from

      public final Sector from
    • loadout

      public final Schematic loadout
  • Constructor Details

    • SectorLaunchLoadoutEvent

      public SectorLaunchLoadoutEvent(Sector sector, Sector from, Schematic loadout)