mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-28 19:20:20 +08: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
|
|
}
|