C# Class Reckoning.Game.Notifier.NotifierTournamentGame

Mostra file Open project: dylannorthrup/hexapidocs

Public Properties

Property Type Description
GameOneWinner string
GameThreeWinner string
GameTwoWinner string
ID ulong
PlayerOne string
PlayerTwo string
Status ETournamentGameStatus

Public Methods

Method Description
NotifierTournamentGame ( TournamentGameInfo info, List players ) : System

Method Details

NotifierTournamentGame() public method

public NotifierTournamentGame ( TournamentGameInfo info, List players ) : System
info TournamentGameInfo
players List
return System

Property Details

GameOneWinner public_oe property

public string GameOneWinner
return string

GameThreeWinner public_oe property

public string GameThreeWinner
return string

GameTwoWinner public_oe property

public string GameTwoWinner
return string

ID public_oe property

public ulong ID
return ulong

PlayerOne public_oe property

public string PlayerOne
return string

PlayerTwo public_oe property

public string PlayerTwo
return string

Status public_oe property

public ETournamentGameStatus Status
return ETournamentGameStatus