This commit is contained in:
2025-12-02 22:03:17 -05:00
parent aceb671ddc
commit 4afdf32beb
3 changed files with 266 additions and 184 deletions

View File

@@ -32,8 +32,6 @@ pub const MessageType = enum {
};
pub const Message = union(enum) {
/// TODO: REMOVE
not_real: void,
info: ServerInfo,
connect: Connect,
@"pub": Pub,