Added EventMeta data, EventRegistry

This commit is contained in:
lieght
2025-09-10 20:09:50 +02:00
parent 349c12a778
commit 843ad3b3bd
7 changed files with 208 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ import org.toop.server.Server;
/**
* Events that are used in the GlobalEventBus class.
*/
public class Events {
public class Events implements IEvents {
public static class ServerEvents {
/**