11 lines
309 B
XML
11 lines
309 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<groups xmlns="stendhal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="stendhal groups.xsd">
|
|
|
|
<group uri="spells/light.xml"/>
|
|
<group uri="spells/fire.xml"/>
|
|
<group uri="spells/dark.xml"/>
|
|
<group uri="spells/ice.xml"/>
|
|
|
|
</groups>
|