diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/tmw.xsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/tmw.xsd b/client/tmw.xsd index a4dec5f..1ee2bc7 100644 --- a/client/tmw.xsd +++ b/client/tmw.xsd @@ -425,6 +425,10 @@ <xs:attribute name="soundHitDelay" type="xs:int" use="optional"/> <xs:attribute name="soundMiss" type="xs:string" use="optional"/> <xs:attribute name="soundMissDelay" type="xs:int" use="optional"/> + <xs:attribute name="alwaysVisible" type="bool" use="optional" default="false"/> + <xs:attribute name="owner" type="xs:string" use="optional" default="player"/> + <xs:attribute name="errorText" type="xs:string" use="optional"/> + <xs:attribute name="invokeCmd" type="xs:string" use="optional"/> </xs:complexType> </xs:element> </xs:choice> |