Battle Talent
V11
|
Inherits Sirenix.OdinInspector.SerializedScriptableObject.
Static Public Member Functions | |
static MerchantInfo | GetMerchandiseDataByLevel (string level) |
static DungeonMerchantConfig | GetInstance () |
static List< MerchandiseInfo > | GetMerchandiseModDataByLevel (string level) |
static void | AddToDungeonMerchant (MerchandiseItemInfo info, string name) |
static void | ClearAllDungeonMerchantMod () |
static void | RemoveFromDungeonMerchant (string name) |
Public Attributes | |
Dictionary< string, MerchantInfo > | level2MarchantData |
Dictionary< string, List< MerchandiseInfo > > | level2ModData |