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

Enumerator
None 
Damage 
SpawnOrDeath 
WorldGen 
All 

Definition at line 7 of file GameNotificationType.cs.

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 }