WXMC/.svn/pristine/bf/bf040991c0cfcd7043f0f2285cd546952dcf8ccd.svn-base
2024-12-04 16:18:46 +08:00

12 lines
270 B
Plaintext

using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public abstract class UIPath
{
public static readonly UIBaseContext Login = new UIBaseContext("Prefabs/Panel/LoginPanel", type: UIType.Normal, hotType: UIHotType.None);
}