C# Class SeekerGame.NewGuid.GuidNewFuncChangeGameStateToLogin

清空单机数据,进入到登陆界面
Inheritance: SeekerGame.NewGuid.GuidNewFunctionBase
ファイルを表示 Open project: kingpowervrg/my_seeker

Public Methods

Method Description
OnDestory ( FuncState funcState = FuncState.Complete ) : void
OnExecute ( ) : void
OnInit ( long funcID, Array param ) : void

Private Methods

Method Description
ClearPlayerInfo ( ) : void

Method Details

OnDestory() public method

public OnDestory ( FuncState funcState = FuncState.Complete ) : void
funcState FuncState
return void

OnExecute() public method

public OnExecute ( ) : void
return void

OnInit() public method

public OnInit ( long funcID, Array param ) : void
funcID long
param Array
return void