Fix RevealFact in text schema

This commit is contained in:
Ben C 2022-07-09 10:20:48 -07:00 committed by GitHub
parent 98718b6cf6
commit e7c97686b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RevealFacts" type="RevealFacts" minOccurs="0">
<xs:element name="RevealFact" type="RevealFact" minOccurs="0">
<xs:annotation>
<xs:documentation>
Facts to reveal when the player goes through this dialogue node
@ -91,7 +91,7 @@
</xs:complexType>
<!-- Reveal Facts Info -->
<xs:complexType name="RevealFacts">
<xs:complexType name="RevealFact">
<xs:sequence>
<xs:element name="FactID" type="xs:string">
<xs:annotation>
@ -109,4 +109,4 @@
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>
</xs:schema>