com.unity.netcode.gameobjects icon indicating copy to clipboard operation
com.unity.netcode.gameobjects copied to clipboard

feat: enum ordered message versioning

Open NoelStephensUnity opened this issue 1 year ago • 0 comments

This PR changes the ordinal sorting of message types to an enum based ordering schema to simplify updates to adding new message types.

MPSNGM-202

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.

NoelStephensUnity avatar May 17 '24 19:05 NoelStephensUnity