mirror of
https://github.com/UberGames/RPG-X2-rpgxEF.git
synced 2025-02-12 15:15:42 +00:00
- changed some buffers to dynamically allocate the size the files to be read have - xml support ... nothing done yet just empty files for now
9 lines
211 B
XML
9 lines
211 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<locationsList>
|
|
<location>
|
|
<origin x="100" y="1000" z="-567" />
|
|
<angles x="90" y="0" z="10" />
|
|
<restricted />
|
|
<name>Name</name>
|
|
</location>
|
|
</locationsList>
|