CTT/Unity/Assets/HotfixView/Model/FGUI/AutoCode/Pvp/PackagePvp.cs

11 lines
348 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 Pvp = "Pvp";
public const string Pvp_PvpBoardUI = "ui://Pvp/PvpBoardUI";
public const string Pvp_LabelPvpRankItem = "ui://Pvp/LabelPvpRankItem";
}
}