15 lines
203 B
C#
15 lines
203 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Threading;
|
||
|
using UnityEngine;
|
||
|
|
||
|
public class BeginPanel : BasePanel
|
||
|
{
|
||
|
|
||
|
public override void Init()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|