mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-12-03 20:18:23 +00:00
b7f5cc9748
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
|
|
}
|