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

◆ TimeSpanStandardStyles

Enumerator
None 
Invariant 
Localized 
RequireFull 
Any 

Definition at line 641 of file TimeSpanParse.cs.

642 {
643 [global::Cpp2ILInjected.Token(Token = "0x40017CA")]
644 None = 0,
645 [global::Cpp2ILInjected.Token(Token = "0x40017CB")]
646 Invariant = 1,
647 [global::Cpp2ILInjected.Token(Token = "0x40017CC")]
648 Localized = 2,
649 [global::Cpp2ILInjected.Token(Token = "0x40017CD")]
650 RequireFull = 4,
651 [global::Cpp2ILInjected.Token(Token = "0x40017CE")]
652 Any = 3
653 }