C# Class MiningGameDedicatedServer.Program

Show file Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
TheServer MiningGameServer.GameServer

Public Methods

Method Description
RunServer ( ) : void

Private Methods

Method Description
Main ( string args ) : int

Method Details

RunServer() public static method

public static RunServer ( ) : void
return void

Property Details

TheServer public static property

public static GameServer,MiningGameServer TheServer
return MiningGameServer.GameServer