mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-03 19:47:45 +00:00
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. |
||
---|---|---|
.. | ||
constants.rs | ||
mod.rs |