C# Class Kappa.server.KappaServer

Mostrar archivo Open project: EEwing/KappaGame Class Usage Examples

Public Methods

Method Description
AddPlayers ( List playerList ) : void
KappaServer ( List playerList = null ) : Kappa.entity
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
ListenForMessages ( ) : void

Method Details

AddPlayers() public method

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

KappaServer() public method

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

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void