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

◆ Scope

CodeIdentifiers System.Xml.Serialization.StructMapping.Scope
getsetpackage

Definition at line 173 of file StructMapping.cs.

174 {
175 get
176 {
177 if (_scope == null)
178 {
179 _scope = new CodeIdentifiers();
180 }
181 return _scope;
182 }
183 set
184 {
185 _scope = value;
186 }
187 }