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