C# Class HighlightPromptManager, CSharpGameFramework

ファイルを表示 Open project: dreamanlan/CSharpGameFramework

Public Methods

Method Description
Init ( ) : void
Release ( ) : void
Update ( ) : void

Private Methods

Method Description
ShowPrompt ( string text ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Release() public method

public Release ( ) : void
return void

Update() public method

public Update ( ) : void
return void