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

◆ Id

string? System.Xml.Schema.XmlSchemaExternal.Id
getsetinherited

Definition at line 46 of file XmlSchemaExternal.cs.

47 {
48 get
49 {
50 return _id;
51 }
52 set
53 {
54 _id = value;
55 }
56 }