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
GCCollectionMode.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000154 RID: 340
7 public enum GCCollectionMode
8 {
9 // Token: 0x04000536 RID: 1334
10 Default,
11 // Token: 0x04000537 RID: 1335
12 Forced,
13 // Token: 0x04000538 RID: 1336
15 }
16}