Files
tianrunCRM/Assets/trCRM/Scripts/ui/MyUIPanel.cs

12 lines
209 B
C#
Raw Permalink Normal View History

2020-07-04 14:41:25 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Coolape;
using XLua;
public class MyUIPanel : CLPanelLua
{
[HideInInspector]
public string titleKeyName = "";
}