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

◆ TimeSpanStandardStyles

Enumerator
None 
Invariant 
Localized 
RequireFull 
Any 

Definition at line 213 of file TimeSpanParse.cs.

214 {
215 // Token: 0x040017CA RID: 6090
216 None = 0,
217 // Token: 0x040017CB RID: 6091
218 Invariant = 1,
219 // Token: 0x040017CC RID: 6092
220 Localized = 2,
221 // Token: 0x040017CD RID: 6093
222 RequireFull = 4,
223 // Token: 0x040017CE RID: 6094
224 Any = 3
225 }