Files
MuHua-123 64938f1137 1
2025-11-12 10:19:42 +08:00

19 lines
295 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UIBannerTip : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}