Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Add (Type type, XmlAttributes attributes) |
void | Add (Type type, string member, XmlAttributes? attributes) |
Properties | |
XmlAttributes? | this[Type type] [get] |
XmlAttributes? | this[Type type, string member] [get] |
Private Attributes | |
readonly Dictionary< Type, Dictionary< string, XmlAttributes > > | _types = new Dictionary<Type, Dictionary<string, XmlAttributes>>() |
Definition at line 5 of file XmlAttributeOverrides.cs.