terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DateTimeTypeCode

Enumerator
DateTime 
Time 
Date 
GYearMonth 
GYear 
GMonthDay 
GDay 
GMonth 
XdrDateTime 

Definition at line 416 of file XsdDateTime.cs.

417 {
418 // Token: 0x04000657 RID: 1623
419 DateTime,
420 // Token: 0x04000658 RID: 1624
421 Time,
422 // Token: 0x04000659 RID: 1625
423 Date,
424 // Token: 0x0400065A RID: 1626
426 // Token: 0x0400065B RID: 1627
427 GYear,
428 // Token: 0x0400065C RID: 1628
429 GMonthDay,
430 // Token: 0x0400065D RID: 1629
431 GDay,
432 // Token: 0x0400065E RID: 1630
433 GMonth,
434 // Token: 0x0400065F RID: 1631
436 }