Support for special teleports.

This commit is contained in:
MobiusDevelopment
2021-03-03 23:49:02 +00:00
parent 009fccfc2a
commit df5b69bc91
4 changed files with 31 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
<xs:attribute type="xs:integer" name="y" use="required" />
<xs:attribute type="xs:integer" name="z" use="required" />
<xs:attribute type="xs:integer" name="price" use="required" />
<xs:attribute type="xs:boolean" name="special" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>