Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UnhandledAttributes

XmlAttribute? [] System.Xml.Schema.XmlSchemaExternal.UnhandledAttributes
getsetinherited

Definition at line 59 of file XmlSchemaExternal.cs.

60 {
61 get
62 {
63 return _moreAttributes;
64 }
65 set
66 {
68 }
69 }