protected override void OnDead(Entity attacker) { base.OnDead(attacker); fsm.Change <DeathState>(); GameMgr.Instance.OnPlayerDeath(); }