C# Class Example1.Program.HungryState

State for when the shark is hungry and decides to look for something to eat.
Inheritance: AbstractState
Exibir arquivo Open project: Real-Serious-Games/Fluent-State-Machine

Public Methods

Method Description
HungryState ( ) : System
OnUpdate ( ) : void

Method Details

HungryState() public method

public HungryState ( ) : System
return System

OnUpdate() public method

public OnUpdate ( ) : void
return void