shaoxiadiablo/Assets/AGame/Scripts/UI/WheelWindow/UpsaleWheelSpinAnimationEvent.cs
2025-05-18 01:04:31 +08:00

12 lines
194 B
C#

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