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
Blob.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001BF RID: 447
6 internal struct Blob
7 {
8 // Token: 0x04000979 RID: 2425
9 public int cbSize;
10
11 // Token: 0x0400097A RID: 2426
12 public int pBlobData;
13 }
14}
int cbSize
Definition Blob.cs:9
int pBlobData
Definition Blob.cs:12