Files
back_cantanBuilding/Assets/Scripts/EventBingo/EventBingoInfoPanel.cs
2026-05-26 16:15:54 +08:00

10 lines
160 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class EventBingoInfoPanel : MonoBehaviour
{
}