mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Also the set of items in the OpenSim inventory Library can also now be set from a xml file (OpenSimLibrary.xml).
9 lines
324 B
XML
9 lines
324 B
XML
<Nini>
|
|
<Section Name="Welcome notecard">
|
|
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
|
|
<Key Name="name" Value="WelcomeNote" />
|
|
<Key Name="assetType" Value="7" />
|
|
<Key Name="inventoryType" Value="7" />
|
|
<Key Name="fileName" Value="welcomeNote.dat" />
|
|
</Section>
|
|
</Nini> |