C# Class Descent.Messaging.Events.PlayerInGame

This struct is used for representing the players in the PlayersInGameEventArgs class.
ファイルを表示 Open project: nezbo/Descent Class Usage Examples

Public Properties

Property Type Description
Id int
Nickname string

Public Methods

Method Description
PlayerInGame ( int id, string nickname ) : System.Diagnostics.Contracts

Method Details

PlayerInGame() public method

public PlayerInGame ( int id, string nickname ) : System.Diagnostics.Contracts
id int
nickname string
return System.Diagnostics.Contracts

Property Details

Id public_oe property

public int Id
return int

Nickname public_oe property

public string Nickname
return string