forked from kapilkumar2001/Arcadia-Auction
-
Notifications
You must be signed in to change notification settings - Fork 13
Models
Ashish Kumar Singh edited this page Sep 29, 2021
·
1 revision
team which have registered for the tournament. team have following attributes -
- String teamName
- String teamUid
- List playerUid
- int credits
- String ownerName
- int numPlayer
- int matchesWon
- int matchesLost
- int matchesDraw
- int roundDifference
- int points
- List completeMatches
- List upcomingMatches
- String teamAbbreviation
player who has registered for the tournament. player have following attributes -
- String uid
- String name
- String studentID
- String inGameName
- bool isAdmin
- Weapons primaryWeapon
- Weapons secondaryWeapon
- PlayerCategory playerCategory
- PlayerStatus playerStatus
- int hoursPlayed
- String steamUrl
- String soldTo
- int soldIn
match have following attributes -
- String matchId
- DateTime matchTime
- String teamId1
- String teamId2
- bool isCompleted
- Map<String, int> points
- String mvpId
- Map<String, int> roundsWon
- int roundDiff
announcement have following attributes -
- String id
- String title
- String subtitle
- String desc
- DateTime createddateTime