EquippedItem,Ammo got changed to int instead of double. Loading entities from map the new way in Tests. ComponentWrapper:s Name is now Type

This commit is contained in:
verysecrethero
2016-01-11 17:15:49 +01:00
parent 00805d30d0
commit 0cc58f088a
13 changed files with 60 additions and 49 deletions
@@ -9,7 +9,7 @@
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="Ammo" type="t:double" minOccurs="0">
<xs:element name="Ammo" type="t:int" minOccurs="0">
<xs:annotation><xs:documentation>Ammo count</xs:documentation></xs:annotation>
</xs:element>
<xs:element name="CoolDownTimer" type="t:double" minOccurs="0">