HirasawaProject / Hirasawa-Bancho

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

Make it actually possible for plugins to define custom packets #227

Open cg0 opened 1 year ago

cg0 commented 1 year ago

Right now we require the use of a BanchoPacketType which is an Enum of all the packets we currently support, we should still make use of this enum for internal use but should also accept a short value for future packets