Class AbilityResourceTypeConfig
Inheritance
System.Object
AbilityResourceTypeConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class AbilityResourceTypeConfig : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Ammo { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> BattleFury { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Bloodwell { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> DragonFury { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Energy { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Ferocity { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Heat { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Mana { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Moonlight { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> None { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Other { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> PrimalFury { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Rage { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Shield { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<AbilityResourceTypeData> Wind { get; set; }
Property Value
Implements