private void Update() { transform.position = boomer.GetCurrent(Time.time) + src; if (Time.time > boomer.End) { Die(); } }