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

◆ Type

Type? System.Xml.Serialization.XmlArrayItemAttribute.Type
getset

Definition at line 25 of file XmlArrayItemAttribute.cs.

26 {
27 get
28 {
29 return _type;
30 }
31 set
32 {
33 _type = value;
34 }
35 }