zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Unity/Assets/HotfixView/Model/FGUI/AutoCode/Other/PackageOther.cs

12 lines
432 B
C#
Raw Normal View History

2021-04-08 20:09:59 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
namespace ET
{
public static partial class FUIPackage
{
public const string Other = "Other";
public const string Other_MainStoryAIUI = "ui://Other/MainStoryAIUI";
2021-05-05 13:36:19 +08:00
public const string Other_ActiveUI = "ui://Other/ActiveUI";
public const string Other_LabelActionItem = "ui://Other/LabelActionItem";
2021-04-08 20:09:59 +08:00
}
}