C# Class DarkEmu_GameServer.Auth

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Methods

Method Description
OnAuth ( PacketReader Reader_, int Index_ ) : void
SendPatchInfo ( int Index_ ) : void
SendServerInfo ( int Index_ ) : void

Method Details

OnAuth() public static method

public static OnAuth ( PacketReader Reader_, int Index_ ) : void
Reader_ PacketReader
Index_ int
return void

SendPatchInfo() public static method

public static SendPatchInfo ( int Index_ ) : void
Index_ int
return void

SendServerInfo() public static method

public static SendServerInfo ( int Index_ ) : void
Index_ int
return void