private void UpdateParticles() { if (part != null) { part.UpdateRateOverTime(Mathf.FloorToInt(Container.health * particlesHealthRatio)); } }