C# Class Reckoning.Game.Notifier.NotifierTournamentPlayer

Mostra file Open project: dylannorthrup/hexapidocs

Public Properties

Property Type Description
Losses int
Name string
Points int
Wins int

Public Methods

Method Description
NotifierTournamentPlayer ( TournamentPlayerInfo info ) : System
NotifierTournamentPlayer ( string info ) : System

Method Details

NotifierTournamentPlayer() public method

public NotifierTournamentPlayer ( TournamentPlayerInfo info ) : System
info TournamentPlayerInfo
return System

NotifierTournamentPlayer() public method

public NotifierTournamentPlayer ( string info ) : System
info string
return System

Property Details

Losses public_oe property

public int Losses
return int

Name public_oe property

public string Name
return string

Points public_oe property

public int Points
return int

Wins public_oe property

public int Wins
return int