terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ DateTimeTypeCode

Enumerator
DateTime 
Time 
Date 
GYearMonth 
GYear 
GMonthDay 
GDay 
GMonth 
XdrDateTime 

Definition at line 633 of file XsdDateTime.cs.

634 {
635 [global::Cpp2ILInjected.Token(Token = "0x4000657")]
636 DateTime,
637 [global::Cpp2ILInjected.Token(Token = "0x4000658")]
638 Time,
639 [global::Cpp2ILInjected.Token(Token = "0x4000659")]
640 Date,
641 [global::Cpp2ILInjected.Token(Token = "0x400065A")]
643 [global::Cpp2ILInjected.Token(Token = "0x400065B")]
644 GYear,
645 [global::Cpp2ILInjected.Token(Token = "0x400065C")]
646 GMonthDay,
647 [global::Cpp2ILInjected.Token(Token = "0x400065D")]
648 GDay,
649 [global::Cpp2ILInjected.Token(Token = "0x400065E")]
650 GMonth,
651 [global::Cpp2ILInjected.Token(Token = "0x400065F")]
653 }