Skip to main content
2 votes
2 answers
79 views

So I have a simple struct that contains just a FixedString32Bytes and an int like so : [System.Serializable] public struct SimpleDataStruct : INetworkSerializable, IEquatable<SimpleDataStruct> { ...
Jibs's user avatar
  • 91