public void InitializeState() { fsmIdle = new IdolFsmIdle(this); fsmDying = new IdolFsmDying(this); fsmDeath = new IdolFsmDeath(this); }