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

13 lines
189 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class WarnPanel : BasePanel_2
{
public override void Start()
{
base.Start();
}
}