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
GenModShape.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020004C8 RID: 1224
6 public abstract class GenModShape : GenShape
7 {
8 // Token: 0x0600301B RID: 12315 RVA: 0x001F5948 File Offset: 0x001F3B48
9 public GenModShape(ShapeData data)
10 {
11 this._data = data;
12 }
13
14 // Token: 0x040039C4 RID: 14788
15 protected ShapeData _data;
16 }
17}
class f__AnonymousType0<< Count > j__TPar