C# Class Ow.Net.netty.handlers.VersionRequestHandler

Exibir arquivo Open project: yusufsahinhamza/darkorbit-emulators

Public Methods

Method Description
CheckAbilities ( Player player ) : void
Execute ( ) : void
SendPlayerItems ( Player player, bool isLogin = true ) : void
SendSettings ( Player player ) : void
VersionRequestHandler ( GameClient client, int userId ) : Ow.Game

Private Methods

Method Description
CreateSession ( GameClient client, Player player ) : GameSession
LoadPlayer ( ) : void
SetShip ( ) : void
SetSpacemap ( ) : void

Method Details

CheckAbilities() public method

public CheckAbilities ( Player player ) : void
player Player
return void

Execute() public method

public Execute ( ) : void
return void

SendPlayerItems() public static method

public static SendPlayerItems ( Player player, bool isLogin = true ) : void
player Player
isLogin bool
return void

SendSettings() public static method

public static SendSettings ( Player player ) : void
player Player
return void

VersionRequestHandler() public method

public VersionRequestHandler ( GameClient client, int userId ) : Ow.Game
client GameClient
userId int
return Ow.Game