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 |
Method | Description | |
---|---|---|
CreateSession ( GameClient client, Player player ) : GameSession | ||
LoadPlayer ( ) : void | ||
SetShip ( ) : void | ||
SetSpacemap ( ) : void |
public CheckAbilities ( Player player ) : void | ||
player | Player | |
return | void |
public static SendPlayerItems ( Player player, bool isLogin = true ) : void | ||
player | Player | |
isLogin | bool | |
return | void |
public static SendSettings ( Player player ) : void | ||
player | Player | |
return | void |
public VersionRequestHandler ( GameClient client, int userId ) : Ow.Game | ||
client | GameClient | |
userId | int | |
return | Ow.Game |