Merged with released L2J-Unity files.

This commit is contained in:
mobiusdev
2016-06-12 01:34:09 +00:00
parent e003e87887
commit 635557f5da
18352 changed files with 3245113 additions and 2892959 deletions

16
trunk/dist/game/data/xsd/ActionData.xsd vendored Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence>
<xs:element name="action" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:nonNegativeInteger" name="id" use="required" />
<xs:attribute type="xs:string" name="handler" use="required" />
<xs:attribute type="xs:int" name="option" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>