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

◆ SchemaId

int System.Xml.Schema.XmlSchema.SchemaId
getpackage

Definition at line 329 of file XmlSchema.cs.

330 {
331 get
332 {
333 if (_schemaId == -1)
334 {
336 }
337 return _schemaId;
338 }
339 }
static int Increment(ref int location)