using System; namespace XMainClient { internal sealed class XUltraSkill : XArtsSkill { public override int SkillType { get { return 2; } } } }