Class DamageSourceTemplate
Inheritance
System.Object
DamageSourceTemplate
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class DamageSourceTemplate : IMetaClass
Properties
| Improve this Doc View SourceDamageProperties
Declaration
public uint DamageProperties { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
DamageTags
Declaration
public MetaContainer<string> DamageTags { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |