17 lines
325 B
C#
17 lines
325 B
C#
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; }
|
|
}
|
|
} |