Dash component now has the dash-maxCoolDownVariable in it.

This commit is contained in:
verysecrethero
2016-02-04 10:28:28 +01:00
parent 1bd4aa91ff
commit 03a16b46b5
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Dash xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Dash.xsd">
<Something>true</Something>
<CoolDownMaxTimer>2.0</CoolDownMaxTimer>
</Dash>
+2 -2
View File
@@ -9,8 +9,8 @@
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="Something" type="t:bool" minOccurs="0">
<xs:annotation><xs:documentation>Yada</xs:documentation></xs:annotation>
<xs:element name="CoolDownMaxTimer" type="t:double" minOccurs="0">
<xs:annotation><xs:documentation>This is the cooldown on dash</xs:documentation></xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>