blob: f3f3b3970465f6ecfc1f1150d1c80060d2a7f519 (
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>
|