Class EventType.ContentPatchLoadEvent

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

public static class EventType.ContentPatchLoadEvent extends Object
Called when a save loads custom patches. patches can be modified in the event handler.
  • Field Details

    • patches

      public final arc.struct.Seq<String> patches
  • Constructor Details

    • ContentPatchLoadEvent

      public ContentPatchLoadEvent(arc.struct.Seq<String> patches)