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
GenStructure.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020004E2 RID: 1250
7 public abstract class GenStructure : GenBase
8 {
9 // Token: 0x06003056 RID: 12374
10 public abstract bool Place(Point origin, StructureMap structures);
11
12 // Token: 0x06003057 RID: 12375 RVA: 0x001F612C File Offset: 0x001F432C
13 protected GenStructure()
14 {
15 }
16 }
17}
bool Place(Point origin, StructureMap structures)