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
PersistentListenerMode.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine.Events
4{
5 // Token: 0x02000159 RID: 345
8 {
9 // Token: 0x04000641 RID: 1601
11 // Token: 0x04000642 RID: 1602
12 Void,
13 // Token: 0x04000643 RID: 1603
14 Object,
15 // Token: 0x04000644 RID: 1604
16 Int,
17 // Token: 0x04000645 RID: 1605
18 Float,
19 // Token: 0x04000646 RID: 1606
20 String,
21 // Token: 0x04000647 RID: 1607
22 Bool
23 }
24}