tModLoader v0.11.8.9
A mod to make and play Terraria mods
Terraria.ModLoader.Config.JsonDefaultDictionaryKeyValueAttribute Class Reference

Similar to JsonDefaultListValueAttribute, but for assigning to the Dictionary Key rather than the Value. More...

+ Inheritance diagram for Terraria.ModLoader.Config.JsonDefaultDictionaryKeyValueAttribute:
+ Collaboration diagram for Terraria.ModLoader.Config.JsonDefaultDictionaryKeyValueAttribute:

Public Member Functions

 JsonDefaultDictionaryKeyValueAttribute (string json)
 

Public Attributes

string json
 

Detailed Description

Similar to JsonDefaultListValueAttribute, but for assigning to the Dictionary Key rather than the Value.

Definition at line 235 of file ConfigAttributes.cs.

Constructor & Destructor Documentation

◆ JsonDefaultDictionaryKeyValueAttribute()

Terraria.ModLoader.Config.JsonDefaultDictionaryKeyValueAttribute.JsonDefaultDictionaryKeyValueAttribute ( string  json)

Member Data Documentation

◆ json

string Terraria.ModLoader.Config.JsonDefaultDictionaryKeyValueAttribute.json