mirror of
https://github.com/kwsch/pkNX.git
synced 2026-09-11 20:15:41 -05:00
Encode ScaleType for exporting Might pkl
This commit is contained in:
@@ -76,8 +76,8 @@ public void SerializeType3(BinaryWriter bw)
|
||||
bw.Write((byte)b.TalentValue.SPA);
|
||||
bw.Write((byte)b.TalentValue.SPD);
|
||||
bw.Write((byte)(b.TalentType == 0 ? 0 : 1));
|
||||
bw.Write((byte)b.ScaleType);
|
||||
bw.Write((byte)b.ScaleValue);
|
||||
bw.Write((byte)0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user