mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-10-31 23:20:49 +01:00
29 lines
741 B
XML
29 lines
741 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<XnaContent>
|
||
|
<Asset Type="System.Collections.Generic.Dictionary[System.String, System.String]">
|
||
|
<Item>
|
||
|
<Key>Place</Key>
|
||
|
<Value>Place</Value>
|
||
|
</Item>
|
||
|
<Item>
|
||
|
<Key>Drop</Key>
|
||
|
<Value>Drop</Value>
|
||
|
</Item>
|
||
|
<Item>
|
||
|
<Key>TimeHour</Key>
|
||
|
<Value>h:mm tt</Value>
|
||
|
</Item>
|
||
|
<Item>
|
||
|
<Key>TimeDay</Key>
|
||
|
<Value>dddd d MMM</Value>
|
||
|
</Item>
|
||
|
<Item>
|
||
|
<Key>Inventory</Key>
|
||
|
<Value>Inventory</Value>
|
||
|
</Item>
|
||
|
<Item>
|
||
|
<Key>Tools</Key>
|
||
|
<Value>Tools</Value>
|
||
|
</Item>
|
||
|
</Asset>
|
||
|
</XnaContent>
|