Cute_demon_attacks/meng_yao/Assets/script/TanChuang/Lottery.cs

20 lines
325 B
C#
Raw Normal View History

2024-11-14 16:05:27 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class Lottery : MonoBehaviour
{
public GameObject LotteryPanel;
public Button LotteryBtn;
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}