C# Class WindBot.Game.GameClient

Exibir arquivo Open project: SalvationDevelopment/windbot Class Usage Examples

Public Properties

Property Type Description
Deck string
Username string

Public Methods

Method Description
Chat ( string message ) : void
GameClient ( string username, string deck, string serverHost, int serverPort, string roomInfos = "" ) : System.IO
Start ( ) : void
Tick ( ) : void

Private Methods

Method Description
OnConnected ( ) : void
OnPacketReceived ( BinaryReader reader ) : void

Method Details

Chat() public method

public Chat ( string message ) : void
message string
return void

GameClient() public method

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

Start() public method

public Start ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

Deck public_oe property

public string Deck
return string

Username public_oe property

public string Username
return string