_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/Battle_Royale/WarnPanel.cs

13 lines
187 B
C#
Raw Normal View History

2024-11-16 05:56:57 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class WarnPanel : BasePanel
{
public override void Start()
{
base.Start();
}
}