Files
JJBB/Assets/Project/Script/GUI/Obj_HeadUI/Obj_GuildGharryHeadUI.cs

17 lines
325 B
C#
Raw Permalink Normal View History

2024-08-23 15:49:34 +08:00
public class Obj_GuildGharryHeadUI : Obj_HeadUI
{
public static UIPathData pathData
{
get { return UIInfo.HarryHeadInfo; }
}
public override UIPathData uiPathData
{
get { return pathData; }
}
protected override bool HideByOption
{
get { return false; }
}
}