HirasawaProject / Hirasawa-Bancho

Open-source osu server made in Kotlin
MIT License
6 stars 0 forks source link

Reorganise packet system #229

Open cg0 opened 1 year ago

cg0 commented 1 year ago

Right now we have all inbound packets in a packethandler package and all outbound packets in a packets package, addionally the inbound packets have a function to handle but the outbound do it in the constructor which is a bit weird.

We should change this