This repository was archived by the owner on Sep 15, 2024. It is now read-only.
CPacketLobby / SPacketLobby classes could be organized further? #116
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
Issue
Guess work has to be done when creating new packets. You have to look inside CPacketLobby to ensure you're filling out all the appropriate properties. Perhaps a class should be created for each lobby packet opcode? How would this work?


Everything is mushed together. Lots of scrolling with mouse has to be done to get around where you want to be in this script.





and so on...
Scripts
CPacketLobby.cs
https://github.com/GodotModules/GodotModulesCSharp/blob/dev/Scripts/Netcode/Packets/CPacketLobby.cs
SPacketLobby.cs
https://github.com/GodotModules/GodotModulesCSharp/blob/dev/Scripts/Netcode/Packets/SPacketLobby.cs
The text was updated successfully, but these errors were encountered: