C# Class Kappa.server.KappaClient

Afficher le fichier Open project: EEwing/KappaGame Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ListenForMessages ( ) : void

Method Details

AddPlayers() public méthode

public AddPlayers ( List playerList ) : void
playerList List
Résultat void

ConnectToServer() public méthode

public ConnectToServer ( string host, int port ) : void
host string
port int
Résultat void

KappaClient() public méthode

public KappaClient ( List playerList = null ) : Kappa.entity
playerList List
Résultat Kappa.entity

SendString() public méthode

public SendString ( string toSend ) : void
toSend string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void