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
HoneyPatchBiome.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020008F1 RID: 2289
9 {
10 // Token: 0x06004622 RID: 17954 RVA: 0x0025753C File Offset: 0x0025573C
11 public override bool Place(Point origin, StructureMap structures)
12 {
13 if (!true)
14 {
15 }
16 Tile tile;
17 bool flag = tile.active();
19 if (genAction == null || genAction != null)
20 {
21 }
23 }
24
25 // Token: 0x06004623 RID: 17955 RVA: 0x002575C0 File Offset: 0x002557C0
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
override bool Place(Point origin, StructureMap structures)
bool active()
Definition Tile.cs:1241