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