Basic globaleventbus

This commit is contained in:
Bas de Jong
2025-09-09 21:11:32 +02:00
parent 4842f38a50
commit 76ddb0d6b8
12 changed files with 386 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
package org.toop.server;
public record CommandEvent(Server.Command command, String[] args, Server.Message result) {}