C# Class Reckoning.Game.Notifier.NotifierTournamentGame

Afficher le fichier Open project: dylannorthrup/hexapidocs

Méthodes publiques

Свойство Type Description
GameOneWinner string
GameThreeWinner string
GameTwoWinner string
ID ulong
PlayerOne string
PlayerTwo string
Status ETournamentGameStatus

Méthodes publiques

Méthode Description
NotifierTournamentGame ( TournamentGameInfo info, List players ) : System

Method Details

NotifierTournamentGame() public méthode

public NotifierTournamentGame ( TournamentGameInfo info, List players ) : System
info TournamentGameInfo
players List
Résultat System

Property Details

GameOneWinner public_oe property

public string GameOneWinner
Résultat string

GameThreeWinner public_oe property

public string GameThreeWinner
Résultat string

GameTwoWinner public_oe property

public string GameTwoWinner
Résultat string

ID public_oe property

public ulong ID
Résultat ulong

PlayerOne public_oe property

public string PlayerOne
Résultat string

PlayerTwo public_oe property

public string PlayerTwo
Résultat string

Status public_oe property

public ETournamentGameStatus Status
Résultat ETournamentGameStatus