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
DayOfWeek.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200009E")]
7 public enum DayOfWeek
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x400025D")]
10 Sunday,
11 [global::Cpp2ILInjected.Token(Token = "0x400025E")]
12 Monday,
13 [global::Cpp2ILInjected.Token(Token = "0x400025F")]
14 Tuesday,
15 [global::Cpp2ILInjected.Token(Token = "0x4000260")]
17 [global::Cpp2ILInjected.Token(Token = "0x4000261")]
19 [global::Cpp2ILInjected.Token(Token = "0x4000262")]
20 Friday,
21 [global::Cpp2ILInjected.Token(Token = "0x4000263")]
23 }
24}
DayOfWeek
Definition DayOfWeek.cs:8