C# 클래스 ManateesAgainstCards.Network.ServerClient

파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CardCount int
Ready bool

공개 메소드들

메소드 설명
Disconnect ( string reason = "Disconnect" ) : void
HandleMessage ( Packet msg ) : void
ServerClient ( NetConnection connection, ushort id ) : System

메소드 상세

Disconnect() 공개 메소드

public Disconnect ( string reason = "Disconnect" ) : void
reason string
리턴 void

HandleMessage() 공개 메소드

public HandleMessage ( Packet msg ) : void
msg Packet
리턴 void

ServerClient() 공개 메소드

public ServerClient ( NetConnection connection, ushort id ) : System
connection Lidgren.Network.NetConnection
id ushort
리턴 System

프로퍼티 상세

CardCount 공개적으로 프로퍼티

public int CardCount
리턴 int

Ready 공개적으로 프로퍼티

public bool Ready
리턴 bool