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.
1
using
System
;
2
3
namespace
Terraria.GameContent
4
{
5
// Token: 0x020007C6 RID: 1990
6
[Flags]
7
public
enum
GameNotificationType
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
}
Terraria.WorldGen
Definition
WorldGen.cs:34
System
Definition
__ComObject.cs:4
Terraria.GameContent.GameNotificationType
GameNotificationType
Definition
GameNotificationType.cs:8
Terraria.GameContent.GameNotificationType.None
@ None
Terraria.GameContent.GameNotificationType.SpawnOrDeath
@ SpawnOrDeath
Terraria.GameContent.GameNotificationType.All
@ All
Terraria.GameContent.GameNotificationType.Damage
@ Damage
Terraria.GameContent
Definition
AchievementsHelper.cs:7
source
Terraria
GameContent
GameNotificationType.cs
Generated by
1.10.0