C# Class Kappa.server.KappaServer

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

Méthodes publiques

Méthode Description
AddPlayers ( List playerList ) : void
KappaServer ( List playerList = null ) : Kappa.entity
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

KappaServer() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void