C# Class Reckoning.Game.Notifier.NotifierTournamentPlayer

Afficher le fichier Open project: dylannorthrup/hexapidocs

Méthodes publiques

Свойство Type Description
Losses int
Name string
Points int
Wins int

Méthodes publiques

Méthode Description
NotifierTournamentPlayer ( TournamentPlayerInfo info ) : System
NotifierTournamentPlayer ( string info ) : System

Method Details

NotifierTournamentPlayer() public méthode

public NotifierTournamentPlayer ( TournamentPlayerInfo info ) : System
info TournamentPlayerInfo
Résultat System

NotifierTournamentPlayer() public méthode

public NotifierTournamentPlayer ( string info ) : System
info string
Résultat System

Property Details

Losses public_oe property

public int Losses
Résultat int

Name public_oe property

public string Name
Résultat string

Points public_oe property

public int Points
Résultat int

Wins public_oe property

public int Wins
Résultat int