mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Added logging.
This commit is contained in:
@@ -8,6 +8,12 @@ import org.toop.server.Server;
|
||||
public class Events implements IEvents {
|
||||
|
||||
public static class ServerEvents {
|
||||
|
||||
/**
|
||||
* Triggers sending a command to a server.
|
||||
*/
|
||||
public record command(Server.Command command, String... args) {}
|
||||
|
||||
/**
|
||||
* Triggers when a command is sent to a server.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user