Skip to content

Commit

Permalink
XML: Export/Import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Greavesy1899 committed Apr 2, 2024
1 parent 855d78e commit 4a915d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public S_InitDeformPart()
PartTransform = new C_Transform();
Unk20 = new ushort[0];
Unk21Data = new S_InitDeformOrigData();
Unk22_RelData = new S_InitDeformRelData();
CommonData = new S_InitDeformPartCommon();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public override string ToString()
}
}

[PropertyClassCheckInherited]
[PropertyClassCheckInherited, PropertyClassAllowReflection]
public class SoundSectorBase
{
public ushort[] Unk0 { get; set; }
Expand Down

0 comments on commit 4a915d2

Please sign in to comment.