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
DayOfWeek.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x0200009E RID: 158
6 public enum DayOfWeek
7 {
8 // Token: 0x0400025D RID: 605
9 Sunday,
10 // Token: 0x0400025E RID: 606
11 Monday,
12 // Token: 0x0400025F RID: 607
13 Tuesday,
14 // Token: 0x04000260 RID: 608
16 // Token: 0x04000261 RID: 609
18 // Token: 0x04000262 RID: 610
19 Friday,
20 // Token: 0x04000263 RID: 611
22 }
23}
DayOfWeek
Definition DayOfWeek.cs:7