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
MoonPhase.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Enums
4{
5 // Token: 0x0200060F RID: 1551
6 public enum MoonPhase
7 {
8 // Token: 0x040074F8 RID: 29944
9 Full,
10 // Token: 0x040074F9 RID: 29945
12 // Token: 0x040074FA RID: 29946
14 // Token: 0x040074FB RID: 29947
16 // Token: 0x040074FC RID: 29948
17 Empty,
18 // Token: 0x040074FD RID: 29949
20 // Token: 0x040074FE RID: 29950
22 // Token: 0x040074FF RID: 29951
24 }
25}