C# Class Server.GameServer

Afficher le fichier Open project: GrindFest/GrindFest Class Usage Examples

Méthodes publiques

Свойство Type Description
Current GameServer

Méthodes publiques

Méthode Description
GameServer ( ) : System
Run ( ) : void
Tick ( ) : void

Private Methods

Méthode Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
OnConnection ( Connection connection ) : void
OnDisconnected ( Connection obj ) : void
OnPacketRecieved ( Connection connection, IPacket packet ) : void

Method Details

GameServer() public méthode

public GameServer ( ) : System
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

Property Details

Current public_oe static_oe property

public static GameServer,Server Current
Résultat GameServer