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
FixupHolder.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003DE RID: 990
7 internal class FixupHolder
8 {
9 // Token: 0x06001F67 RID: 8039 RVA: 0x0004500C File Offset: 0x0004320C
10 internal FixupHolder(long id, object fixupInfo, int fixupType)
11 {
12 this.m_id = id;
15 }
16
17 // Token: 0x04000FB0 RID: 4016
18 internal long m_id;
19
20 // Token: 0x04000FB1 RID: 4017
21 internal object m_fixupInfo;
22
23 // Token: 0x04000FB2 RID: 4018
24 internal int m_fixupType;
25 }
26}
class f__AnonymousType0<< Count > j__TPar
FixupHolder(long id, object fixupInfo, int fixupType)