Class ChallengeConfigData
Inheritance
System.Object
ChallengeConfigData
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 ChallengeConfigData : IMetaClass
Properties
| Improve this Doc View SourceIconPath
Declaration
public string IconPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public ulong Id { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
LevelToIconPath
Declaration
public Dictionary<uint, string> LevelToIconPath { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt32, System.String> |
LocalizedDescription
Declaration
public string LocalizedDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalizedName
Declaration
public string LocalizedName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalizedShortDescription
Declaration
public string LocalizedShortDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tags
Declaration
public Dictionary<string, string> Tags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |