Skip to content

Commit

Permalink
Add MenuWindow and BettorRankingWindow.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Jun 12, 2017
1 parent a64d36c commit 32d142d
Show file tree
Hide file tree
Showing 34 changed files with 582 additions and 462 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,10 @@
</xs:complexContent>
</xs:complexType>
<xs:element name="Bet" nillable="true" type="tns:Bet" />
<xs:complexType name="ArrayOfBettor">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="Bettor" nillable="true" type="tns:Bettor" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfBettor" nillable="true" type="tns:ArrayOfBettor" />
</xs:schema>
Loading

0 comments on commit 32d142d

Please sign in to comment.