MP1R Templates: Fix field order, add CookIfModified

This commit is contained in:
Henrique Gemignani Passos Lima
2023-02-17 00:22:52 +02:00
parent e31ee96322
commit c6542e9a30
8 changed files with 138 additions and 68 deletions
+9 -4
View File
@@ -3,10 +3,15 @@
<PropertyArchetype Type="Struct">
<Name>AnimSetMP1</Name>
<SubProperties>
<Element Type="Asset" ID="0xa589d885" Name="id" />
<Element Type="PooledString" ID="0x87c03a01" Name="str1" />
<Element Type="PooledString" ID="0xd6f0c0f0" Name="str2" />
<Element Type="Asset" ID="0xa589d885" Name="id">
<CookPreference>OnlyIfModified</CookPreference>
</Element>
<Element Type="PooledString" ID="0xd6f0c0f0" Name="str1">
<CookPreference>OnlyIfModified</CookPreference>
</Element>
<Element Type="PooledString" ID="0x87c03a01" Name="str2">
<CookPreference>OnlyIfModified</CookPreference>
</Element>
</SubProperties>
</PropertyArchetype>
</PropertyTemplate>