Added OnGameServerStop EventBus

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
This commit is contained in:
Benjamin Elsdon
2022-04-20 17:31:41 +08:00
parent 22781ac6e7
commit b7f5cc9748
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
package emu.grasscutter.server.game;
public class GameServerStopEvent {
// Placeholder class for now, probably will get used later
}