This website requires JavaScript.
Sign in
redstrate
/
kawari
Watch
1
Fork
You've already forked kawari
0
mirror of
https://github.com/redstrate/Kawari.git
synced
2025-05-06 04:37:46 +00:00
Code
Activity
5111a38424
kawari
/
src
/
ipc
/
lobby
/
client_version_info.rs
2 lines
1 B
Raw
Normal View
History
Unescape
Escape
Re-organize the IPC structures so they live in their own server-specific module My old setup of throwing *all* of the IPC types and opcodes into *one* enum was becoming unbearable. Now that we have multiple things using the same opcodes (because they can overlap) I think it's time to repay this technical debt. This overhauls the structure of the project to move IPC structs into their own modules, and separate the opcode data/lists into separate ones depending on if it's clientbound and serverbound. Nothing has changed functionall, but this is going to make it way easier to add more IPC in the future.
2025-03-16 17:43:29 -04:00
Copy permalink