summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/UI/PanelBase.cs
blob: f0b25f7a69d8af2f9a6f8b0751f7daf1e6493964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace WK
{

    /// <summary>
    /// ½çÃæ
    /// </summary>
    public class PanelBase : MonoBehaviour
    {

    }

}