Terraria v1.4.4.9
Terraria source code documentation
|
Go to the source code of this file.
Namespaces | |
namespace | System |
namespace | System.Xml |
namespace | System.Xml.Schema |
Enumerations | |
enum | System.Xml.Schema.XsdDateTimeFlags { System.Xml.Schema.DateTime = 1 , System.Xml.Schema.Time = 2 , System.Xml.Schema.Date = 4 , System.Xml.Schema.GYearMonth = 8 , System.Xml.Schema.GYear = 0x10 , System.Xml.Schema.GMonthDay = 0x20 , System.Xml.Schema.GDay = 0x40 , System.Xml.Schema.GMonth = 0x80 , System.Xml.Schema.XdrDateTimeNoTz = 0x100 , System.Xml.Schema.XdrDateTime = 0x200 , System.Xml.Schema.XdrTimeNoTz = 0x400 , System.Xml.Schema.AllXsd = 0xFF } |