The following types need to be implemented:
- Dictionary
- List
- Array
- Class
All of the above types are actually already implemented in PacketReader.cs using reflection. We just need to convert this code to the source generator to remove all the reflection.
The following types are currently supported:
Relevant scripts: