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

◆ SoapElement

SoapElementAttribute? System.Xml.Serialization.SoapAttributes.SoapElement
getset

Definition at line 81 of file SoapAttributes.cs.

82 {
83 get
84 {
85 return _soapElement;
86 }
87 set
88 {
90 }
91 }