C# 클래스 WindBot.Game.GameClient

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

공개 프로퍼티들

프로퍼티 타입 설명
Deck string
Username string

공개 메소드들

메소드 설명
Chat ( string message ) : void
GameClient ( string username, string deck, string serverHost, int serverPort, string roomInfos = "" ) : System.IO
Start ( ) : void
Tick ( ) : void

비공개 메소드들

메소드 설명
OnConnected ( ) : void
OnPacketReceived ( BinaryReader reader ) : void

메소드 상세

Chat() 공개 메소드

public Chat ( string message ) : void
message string
리턴 void

GameClient() 공개 메소드

public GameClient ( string username, string deck, string serverHost, int serverPort, string roomInfos = "" ) : System.IO
username string
deck string
serverHost string
serverPort int
roomInfos string
리턴 System.IO

Start() 공개 메소드

public Start ( ) : void
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

프로퍼티 상세

Deck 공개적으로 프로퍼티

public string Deck
리턴 string

Username 공개적으로 프로퍼티

public string Username
리턴 string