rpg-x2-rpgxef/prototypes/classfile.xml
Walter Julius Hennecke 0827ec473c Changes to g_main.c and xml support
- changed some buffers to dynamically allocate the size the files to be
  read have
- xml support ... nothing done yet just empty files for now
2012-06-02 11:59:23 +02:00

22 lines
496 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<classFile>
<class>
<consoleName>consoleName</consoleName>
<formalName>formalName</formalName>
<message>Message</message>
<modelSkin>Skin</modelSkin>
<weapons>
<weapon>WP_1</weapon>
</weapons>
<admin />
<marine />
<medical />
<isBorg />
<n00b />
<!-- client only after this -->
<radarColor red="0" green="128" blue="255" />
<iconColor red="0" green="128" blue="255" />
<hasRanks />
<noShow />
</class>
</classFile>