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
BRECORD.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x020001A3 RID: 419
6 internal struct BRECORD
7 {
8 // Token: 0x040008A6 RID: 2214
9 private IntPtr pvRecord;
10
11 // Token: 0x040008A7 RID: 2215
13 }
14}
IntPtr pRecInfo
Definition BRECORD.cs:12
IntPtr pvRecord
Definition BRECORD.cs:9