C# Class Kappa.server.KappaClient

Show file Open project: EEwing/KappaGame Class Usage Examples

Public Methods

Method Description
AddPlayers ( List playerList ) : void
ConnectToServer ( string host, int port ) : void
KappaClient ( List playerList = null ) : Kappa.entity
SendString ( string toSend ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
ListenForMessages ( ) : void

Method Details

AddPlayers() public method

public AddPlayers ( List playerList ) : void
playerList List
return void

ConnectToServer() public method

public ConnectToServer ( string host, int port ) : void
host string
port int
return void

KappaClient() public method

public KappaClient ( List playerList = null ) : Kappa.entity
playerList List
return Kappa.entity

SendString() public method

public SendString ( string toSend ) : void
toSend string
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void