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
GameNotificationType.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020007C6 RID: 1990
6 [Flags]
8 {
9 // Token: 0x04007E46 RID: 32326
10 None = 0,
11 // Token: 0x04007E47 RID: 32327
12 Damage = 1,
13 // Token: 0x04007E48 RID: 32328
14 SpawnOrDeath = 2,
15 // Token: 0x04007E49 RID: 32329
16 WorldGen = 4,
17 // Token: 0x04007E4A RID: 32330
18 All = 7
19 }
20}