12 lines
194 B
C#
12 lines
194 B
C#
namespace G
|
|
{
|
|
using UnityEngine;
|
|
|
|
public class UpsaleWheelSpinAnimationEvent : MonoBehaviour
|
|
{
|
|
public void HandleSpinPeek()
|
|
{
|
|
UI.WheelWindow.RotateWheelToSpinResultAngle();
|
|
}
|
|
}
|
|
} |