PrimeWorldEditor/templates/MP2/Structs/Connection.xml

25 lines
882 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyTemplate ArchiveVer="4" Game="Echoes">
<PropertyArchetype Type="Struct">
<Name>Connection</Name>
<Atomic>true</Atomic>
<SubProperties>
<Element Type="Short" ID="0x0">
<Name>Connection Index</Name>
<DefaultValue>0</DefaultValue>
</Element>
<Element Type="Array" ID="0x1">
<Name>Activation Times</Name>
<ItemArchetype Type="Float" ID="0x0">
<Name></Name>
<DefaultValue>0.0</DefaultValue>
</ItemArchetype>
</Element>
<Element Type="Bool" ID="0x2">
<Name>Unknown</Name>
<DefaultValue>false</DefaultValue>
</Element>
</SubProperties>
</PropertyArchetype>
</PropertyTemplate>