13 lines
189 B
C#
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();
|
|
|
|
}
|
|
}
|