void addCameraShakeIfNeeded(EnemyModel component, Entity e) { if (component.shakeCamera > 0) e.AddCameraShakeOnDeath(component.shakeCamera); }