C# Class ImaginationServer.Auth.AuthServer

Show file Open project: Miclebrick/Imagination-Server

Public Properties

Property Type Description
Server ImaginationServer.Common.LuServer

Public Methods

Method Description
Init ( string address ) : void
Service ( ) : void

Private Methods

Method Description
Command ( ) : void

Method Details

Init() public static method

public static Init ( string address ) : void
address string
return void

Service() public static method

public static Service ( ) : void
return void

Property Details

Server public static property

public static LuServer,ImaginationServer.Common Server
return ImaginationServer.Common.LuServer