private void OnDisable() { UpdateLoop.UnregisterForUpdate(this); }
private void OnEnable() { nextPlayTime = Time.time + delay; UpdateLoop.RegisterForUpdate(this); }