namespace G { using UnityEngine; public class UpsaleWheelSpinAnimationEvent : MonoBehaviour { public void HandleSpinPeek() { UI.WheelWindow.RotateWheelToSpinResultAngle(); } } }