private void Update() { updater.Update(Time.deltaTime); updaterUnscale.Update(Time.unscaledDeltaTime); }
private void Update() { updater.Update(); }