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
CorruptionPitBiome.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x020008E3 RID: 2275
10 {
11 // Token: 0x060045DA RID: 17882 RVA: 0x0025608C File Offset: 0x0025428C
12 public override bool Place(Point origin, StructureMap structures)
13 {
14 if (!true)
15 {
16 }
17 if (!true)
18 {
19 }
20 Tile tile;
21 ushort wall = tile.wall;
23 if (genCondition == null || genCondition != null)
24 {
26 int num = 10;
27 int num2 = 12;
28 int num3 = random.Next(num, num2);
30 if (genAction == null || genAction != null)
31 {
33 int num4 = 5;
34 int num5 = 7;
35 int num6 = random2.Next(num4, num5);
37 if (genAction2 == null || genAction2 != null)
38 {
40 int num7 = 4;
41 int num8 = 6;
42 int num9 = random3.Next(num7, num8);
44 if (genAction3 == null || genAction3 != null)
45 {
46 }
47 }
48 }
49 }
51 }
52
53 // Token: 0x060045DB RID: 17883 RVA: 0x002561A4 File Offset: 0x002543A4
55 {
56 }
57
58 // Token: 0x060045DC RID: 17884 RVA: 0x002561B8 File Offset: 0x002543B8
59 // Note: this type is marked as 'beforefieldinit'.
61 {
62 if (!true)
63 {
64 }
65 }
66
67 // Token: 0x04008238 RID: 33336
68 public static bool[] ValidTiles;
69 }
70}
class f__AnonymousType0<< Count > j__TPar
override bool Place(Point origin, StructureMap structures)
static UnifiedRandom _random
Definition GenBase.cs:13
ushort wall
Definition Tile.cs:85