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

◆ Type

Type? System.Xml.Serialization.XmlAttributeAttribute.Type
getset

Definition at line 19 of file XmlAttributeAttribute.cs.

20 {
21 get
22 {
23 return _type;
24 }
25 set
26 {
27 _type = value;
28 }
29 }