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
ListChangedType.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200039C RID: 924
6 public enum ListChangedType
7 {
8 // Token: 0x04001245 RID: 4677
9 Reset,
10 // Token: 0x04001246 RID: 4678
12 // Token: 0x04001247 RID: 4679
14 // Token: 0x04001248 RID: 4680
16 // Token: 0x04001249 RID: 4681
18 // Token: 0x0400124A RID: 4682
20 // Token: 0x0400124B RID: 4683
22 // Token: 0x0400124C RID: 4684
24 }
25}