C# Class Descent.Messaging.Events.PlayerInGame

This struct is used for representing the players in the PlayersInGameEventArgs class.
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Свойство Type Description
Id int
Nickname string

Méthodes publiques

Méthode Description
PlayerInGame ( int id, string nickname ) : System.Diagnostics.Contracts

Method Details

PlayerInGame() public méthode

public PlayerInGame ( int id, string nickname ) : System.Diagnostics.Contracts
id int
nickname string
Résultat System.Diagnostics.Contracts

Property Details

Id public_oe property

public int Id
Résultat int

Nickname public_oe property

public string Nickname
Résultat string