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
CausalityRelation.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000255 RID: 597
6 internal enum CausalityRelation
7 {
8 // Token: 0x04000AD1 RID: 2769
10 // Token: 0x04000AD2 RID: 2770
11 Join,
12 // Token: 0x04000AD3 RID: 2771
13 Choice,
14 // Token: 0x04000AD4 RID: 2772
15 Cancel,
16 // Token: 0x04000AD5 RID: 2773
17 Error
18 }
19}