com.unity.netcode.gameobjects
com.unity.netcode.gameobjects copied to clipboard
feat: enum ordered message versioning
This PR changes the ordinal sorting of message types to an enum based ordering schema to simplify updates to adding new message types.
Changelog
- Changed: Messages are now sorted by enum values as opposed to ordinally sorting the messages by their type name.
Testing and Documentation
- No tests have been added.
- No documentation changes or additions were necessary.