mirror of
https://github.com/PrimeDecomp/retro-script-object-templates.git
synced 2026-07-12 18:18:59 -07:00
MP1R Templates: Fix field order, add CookIfModified
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user