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

◆ BaseURI

string System.Xml.Schema.SchemaEntity.BaseURI
getsetpackage

Definition at line 155 of file SchemaEntity.cs.

156 {
157 get
158 {
159 if (_baseURI != null)
160 {
161 return _baseURI;
162 }
163 return string.Empty;
164 }
165 set
166 {
167 _baseURI = value;
168 }
169 }