Files
ft/Client/Assets/Scripts/EventBingo/EventBingoInfoPanel.cs
2026-06-29 21:18:33 +08:00

10 lines
160 B
C#

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