blob: 33b4f5f4fb2d056f841f2c9d938309ede90d2e3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<Nini>
<!--
<Section Name="Example Library">
<Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/>
<Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
<Key Name="name" Value="Example Library"/>
<Key Name="type" Value="0"/>
</Section>
-->
<Section Name="Texture Library">
<Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/>
<Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
<Key Name="name" Value="Texture Library"/>
<Key Name="type" Value="0"/>
</Section>
</Nini>
|