Add shiny field note

ty matt for testing
Will likely make this stuff an enum later (and update my fbs generator :D )
This commit is contained in:
Kurt 2021-09-17 08:36:24 -07:00
parent 6a0e146f40
commit 41ea19cdab

View File

@ -24,7 +24,8 @@ public class PlacementZone8SpeciesHolder
[Description("Gender Model to load: Male and Genderless 0, Female 1")]
[FlatBufferItem(04)] public uint Gender { get; set; }
[FlatBufferItem(05)] public uint Unused1 { get; set; }
[Description("Color Model to load: Normal 0, Shiny 1")]
[FlatBufferItem(05)] public uint Shiny { get; set; }
[FlatBufferItem(06)] public uint Unused2 { get; set; }
[FlatBufferItem(07)] public ulong Hash_07 { get; set; }