C# 클래스 YGOSharp.Player

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

공개 메소드들

메소드 설명
Disconnect ( ) : void
Equals ( Player player ) : bool
OnDisconnected ( ) : void
Parse ( BinaryReader packet ) : void
Player ( Game game, YGOClient client ) : System.IO
Send ( BinaryWriter packet ) : void
SendTypeChange ( ) : void

비공개 메소드들

메소드 설명
OnChat ( BinaryReader packet ) : void
OnCreateGame ( BinaryReader packet ) : void
OnHandResult ( BinaryReader packet ) : void
OnJoinGame ( BinaryReader packet ) : void
OnKick ( BinaryReader packet ) : void
OnPlayerInfo ( BinaryReader packet ) : void
OnResponse ( BinaryReader packet ) : void
OnTpResult ( BinaryReader packet ) : void
OnUpdateDeck ( BinaryReader packet ) : void

메소드 상세

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( Player player ) : bool
player Player
리턴 bool

OnDisconnected() 공개 메소드

public OnDisconnected ( ) : void
리턴 void

Parse() 공개 메소드

public Parse ( BinaryReader packet ) : void
packet BinaryReader
리턴 void

Player() 공개 메소드

public Player ( Game game, YGOClient client ) : System.IO
game Game
client YGOSharp.Network.YGOClient
리턴 System.IO

Send() 공개 메소드

public Send ( BinaryWriter packet ) : void
packet BinaryWriter
리턴 void

SendTypeChange() 공개 메소드

public SendTypeChange ( ) : void
리턴 void