C# Class SeekerGame.NewGuid.GuidNewFuncChangeGameStateToLogin

清空单机数据,进入到登陆界面
Inheritance: SeekerGame.NewGuid.GuidNewFunctionBase
Afficher le fichier Open project: kingpowervrg/my_seeker

Méthodes publiques

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

Private Methods

Méthode Description
ClearPlayerInfo ( ) : void

Method Details

OnDestory() public méthode

public OnDestory ( FuncState funcState = FuncState.Complete ) : void
funcState FuncState
Résultat void

OnExecute() public méthode

public OnExecute ( ) : void
Résultat void

OnInit() public méthode

public OnInit ( long funcID, Array param ) : void
funcID long
param Array
Résultat void