_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/lianghaoLL/AnniyncementPanel.cs
2024-11-27 22:25:05 +08:00

27 lines
363 B
C#

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