Support for timed hunting zone exit (SoE) location.

Contributed by Index.
This commit is contained in:
MobiusDevelopment
2021-11-11 11:21:27 +00:00
parent c29621c886
commit 59367c14db
32 changed files with 232 additions and 16 deletions

View File

@@ -6,6 +6,7 @@
<xs:complexType>
<xs:sequence>
<xs:element type="xs:string" name="enterLocation" />
<xs:element type="xs:string" name="exitLocation" minOccurs="0"/>
<xs:element type="xs:int" name="initialTime" />
<xs:element type="xs:int" name="resetDelay" minOccurs="0" />
<xs:element type="xs:int" name="maxAddedTime" />