C# Class InterpreterPattern.InterpreterDesignPattern

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: marwie/Design-Patterns-in-Unity-Example

Protected Methods

Method Description
AskQuestion ( string question ) : void
OnEnable ( ) : void

Method Details

AskQuestion() protected method

protected AskQuestion ( string question ) : void
question string
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void