验证码
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace AibisDream.FixSystem
|
||||
{
|
||||
/// <summary>
|
||||
/// 验证码系统
|
||||
/// 随机出现,非阻塞
|
||||
/// </summary>
|
||||
public class VerificationCodeSystem : MonoBehaviour
|
||||
{
|
||||
private Image _target;
|
||||
private Image _slot;
|
||||
private Slider _slider;
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user