Class MissionBuffData
Inheritance
System.Object
MissionBuffData
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 MissionBuffData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> AirDrake { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> Dragon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> EarthDrake { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> ElderDrake { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> FireDrake { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom1 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom10 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom2 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom3 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom4 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom5 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom6 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom7 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom8 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> GameModeCustom9 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TeamBuffData> WaterDrake { get; set; }
Property Value
Implements