protected override void DestroyInternal() { _health = null; _prefab = null; }
private void OnHealthChanged(Entity e, HealthModule h, int delta) { _desiredScale = (float)h.HitPoints / (float)h.MaxHitPoints; }