FightClassConditionUnitNear..::..Type Property
Gets or sets the type.
Namespace:
wManager.Wow.Helpers.FightClassCreatorAssembly: wManager (in wManager.dll)
Syntax
[SettingAttribute] [DefaultValueAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public FightClassConditionNumberType Type { get; set; }
<SettingAttribute> _ <DefaultValueAttribute> _ <CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ Public Property Type As FightClassConditionNumberType Get Set
[SettingAttribute] [DefaultValueAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public: property FightClassConditionNumberType^ Type { FightClassConditionNumberType^ get (); void set (FightClassConditionNumberType^ value); }