|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
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 |
Similar to JsonDefaultListValueAttribute, but for assigning to the Dictionary Key rather than the Value.
Definition at line 235 of file ConfigAttributes.cs.
| Terraria.ModLoader.Config.JsonDefaultDictionaryKeyValueAttribute.JsonDefaultDictionaryKeyValueAttribute | ( | string | json | ) |
Definition at line 238 of file ConfigAttributes.cs.
References Terraria.ModLoader.Config.JsonDefaultDictionaryKeyValueAttribute.json.
| string Terraria.ModLoader.Config.JsonDefaultDictionaryKeyValueAttribute.json |
Definition at line 237 of file ConfigAttributes.cs.
Referenced by Terraria.ModLoader.Config.JsonDefaultDictionaryKeyValueAttribute.JsonDefaultDictionaryKeyValueAttribute().