1 2 3 4 5 6 7 8 9
package cc.polyfrost.oneconfig.events.event; /** * Called when the game is shutting down. * * @see PreShutdownEvent */ public class ShutdownEvent { }