mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 17:34:39 +01:00
There is a temporary warning message telling users to ignore the 'No subscribers registered' error. This can be removed once things actually subscribe to it
6 lines
138 B
Java
6 lines
138 B
Java
package emu.grasscutter.server.game;
|
|
|
|
public class GameServerStopEvent {
|
|
// Placeholder class for now, probably will get used later
|
|
}
|