-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
The documentation is pretty brief, some things that could be expanded on...
- What is the significant of namespace? Can all packets have the same namespace or the namespace should change and if so how?
- When dealing with multiple packets, do you define each packet in its own file? How does this framework scale?
- Does a packet with no data require a type of ByteNet.nothing?
- A sample project to better understand how packets are defined and used in a project would be incredibly helpful
ncaul and colbert2677