C# 클래스 Descent.Messaging.Events.PlayerInGame

This struct is used for representing the players in the PlayersInGameEventArgs class.
파일 보기 프로젝트 열기: nezbo/Descent 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id int
Nickname string

공개 메소드들

메소드 설명
PlayerInGame ( int id, string nickname ) : System.Diagnostics.Contracts

메소드 상세

PlayerInGame() 공개 메소드

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

프로퍼티 상세

Id 공개적으로 프로퍼티

public int Id
리턴 int

Nickname 공개적으로 프로퍼티

public string Nickname
리턴 string