cli for Client

This commit is contained in:
Clément
2025-02-28 12:22:16 +01:00
parent db9b41b190
commit 0b4caa6eaf
4 changed files with 54 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ public class ServerResponsePacket extends Packet {
static private final long serialVersionUID = Packets.Login.ordinal();
public static enum Response {
AuthSuccess, AuthError, RoomCreated, RoomNotCreated, RoomJoined, RoomNotJoined, NotInRoom, RoomLeft, RoomNotLeft, messageSent, messageNotSent;
AuthSuccess, AuthError, RoomCreated, RoomNotCreated, RoomJoined, RoomNotJoined, NotInRoom, RoomLeft, RoomNotLeft, MessageSent, MessageNotSent;
};
private final Response response;