shaoxiadiablo/Assets/AGame/Scripts/UI/WheelWindow/UpsaleWheelSpinAnimationEvent.cs

12 lines
194 B
C#
Raw Permalink Normal View History

2025-05-18 01:04:31 +08:00
namespace G
{
using UnityEngine;
public class UpsaleWheelSpinAnimationEvent : MonoBehaviour
{
public void HandleSpinPeek()
{
UI.WheelWindow.RotateWheelToSpinResultAngle();
}
}
}