void Update() { timekeeper.UpdateTime(); if (isSpinning) { rectTransform.Rotate(0, 0, -RotateSpeed * timekeeper.deltaTime); } }