Class ItemShopGameModeData
Inheritance
System.Object
ItemShopGameModeData
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 ItemShopGameModeData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public Class0xac27b13a AllItemGroupDefinitionsOverride { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HudItemShopQuickBuyData> BootsQuickBuyData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> CompletedItems { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HudItemShopQuickBuyData> ConsumablesQuickBuyData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> PurchasedItemExclusionItems { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint RecFallbackMapId { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaHash RecFallbackModeName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<uint, uint> RecItemsSwaps { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> RecOverrideSmiteStartingItems { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaHash> RecRoleSwaps { get; set; }
Property Value
Implements