Class UiMilestoneTimelineEnd
Inheritance
System.Object
UiMilestoneTimelineEnd
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 UiMilestoneTimelineEnd : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Background { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FrameAvailable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FrameComplete { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterAvailable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterComplete { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MilestoneRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PipAvailable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PipComplete { get; set; }
Property Value
|
Improve this Doc
View Source
TextAvailable
Declaration
public MetaHash TextAvailable { get; set; }
Property Value
|
Improve this Doc
View Source
TextComplete
Declaration
public MetaHash TextComplete { get; set; }
Property Value
Implements