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

◆ IsOpenModel

bool System.Xml.Serialization.StructMapping.IsOpenModel
getsetpackage

Definition at line 161 of file StructMapping.cs.

162 {
163 get
164 {
165 return _openModel;
166 }
167 set
168 {
170 }
171 }