aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/cc/polyfrost/oneconfig/events/event/ShutdownEvent.java
blob: 3f8ee5031daacd5c082005454c0355c2f500ef96 (plain)
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 {
}