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-04-22 15:27:44 +00:00
Code
Activity
726d351f8b
kawari
/
src
/
lobby
/
mod.rs
4 lines
64 B
Rust
Raw
Normal View
History
Unescape
Escape
Move more structs out of the root src/ folder and into their respective server
2025-03-16 15:39:44 -04:00
pub
mod
chara_make
;
mod
client_select_data
;
Create dedicated Connection implementations to handle future server work The current situation of throw-every-piece-of-logic-into-one-file for each server isn't working out. So now there is a new ZoneConnection/LobbyConnection struct that will be delegating tasks to their own Handlers (for example, there could be a ChatHandler.) I'm not sure how well this architecture will scale, but it's better than what we have right now.
2025-03-15 20:36:39 -04:00
pub
mod
connection
;
Copy permalink