mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +00:00
4 lines
118 B
Java
4 lines
118 B
Java
package org.toop.server;
|
|
|
|
public record CommandEvent(Server.Command command, String[] args, Server.Message result) {}
|