mirror of
https://github.com/kwsch/pkNX.git
synced 2026-06-01 01:37:19 -05:00
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:
parent
6a0e146f40
commit
41ea19cdab
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user