add
This commit is contained in:
11
Assets/trCRM/Scripts/ui/MyUIPanel.cs
Normal file
11
Assets/trCRM/Scripts/ui/MyUIPanel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using Coolape;
|
||||
using XLua;
|
||||
|
||||
public class MyUIPanel : CLPanelLua
|
||||
{
|
||||
[HideInInspector]
|
||||
public string titleKeyName = "";
|
||||
}
|
||||
Reference in New Issue
Block a user