C# 클래스 Example1.Program.HungryState

State for when the shark is hungry and decides to look for something to eat.
상속: AbstractState
파일 보기 프로젝트 열기: Real-Serious-Games/Fluent-State-Machine

공개 메소드들

메소드 설명
HungryState ( ) : System
OnUpdate ( ) : void

메소드 상세

HungryState() 공개 메소드

public HungryState ( ) : System
리턴 System

OnUpdate() 공개 메소드

public OnUpdate ( ) : void
리턴 void