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

◆ LocalAttributes

NameTable System.Xml.Serialization.StructMapping.LocalAttributes
getpackage

Definition at line 85 of file StructMapping.cs.

86 {
87 get
88 {
89 if (_attributes == null)
90 {
91 _attributes = new NameTable();
92 }
93 return _attributes;
94 }
95 }