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

◆ NotifyCollectionChangedAction

Enumerator
Add 
Remove 
Replace 
Move 
Reset 

Definition at line 8 of file NotifyCollectionChangedAction.cs.

9 {
10 // Token: 0x04000003 RID: 3
11 Add,
12 // Token: 0x04000004 RID: 4
13 Remove,
14 // Token: 0x04000005 RID: 5
15 Replace,
16 // Token: 0x04000006 RID: 6
17 Move,
18 // Token: 0x04000007 RID: 7
19 Reset
20 }