C# Class Server.GameServer

Mostrar archivo Open project: GrindFest/GrindFest Class Usage Examples

Public Properties

Property Type Description
Current GameServer

Public Methods

Method Description
GameServer ( ) : System
Run ( ) : void
Tick ( ) : void

Private Methods

Method 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 method

public GameServer ( ) : System
return System

Run() public method

public Run ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

Current public_oe static_oe property

public static GameServer,Server Current
return GameServer