C# Class Example1.Program.HungryState

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

Méthodes publiques

Méthode Description
HungryState ( ) : System
OnUpdate ( ) : void

Method Details

HungryState() public méthode

public HungryState ( ) : System
Résultat System

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void