blob: 45912616d63b83af1259ad1e6b9f7a9e0db4f2af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<Nini>
<Section Name="Shirt">
<Key Name="assetID" Value="00000000-38f9-1111-024e-222222111110"/>
<Key Name="name" Value="Shirt"/>
<Key Name="assetType" Value="5" />
<Key Name="inventoryType" Value="18" />
<Key Name="fileName" Value="newshirt.dat"/>
</Section>
<Section Name="Pants">
<Key Name="assetID" Value="00000000-38f9-1111-024e-222222111120"/>
<Key Name="name" Value="Pants"/>
<Key Name="assetType" Value="5" />
<Key Name="inventoryType" Value="18" />
<Key Name="fileName" Value="newpants.dat"/>
</Section>
</Nini>
|