package de.geolykt.starloader.api.event.lifecycle; import de.geolykt.starloader.api.event.Event; /** * Event that is fired before a new galaxy is loaded from a file. * Note that this event may get fired outside of the main thread. */ public class GalaxyLoadingEvent extends Event { // Dummy event with no real data (yet) }