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
PlatformAwardConstants.cs
Go to the documentation of this file.
1using System;
2
3// Token: 0x020002A9 RID: 681
5{
6 // Token: 0x06000FC4 RID: 4036 RVA: 0x0004EA88 File Offset: 0x0004CC88
8 {
9 }
10
11 // Token: 0x04001D73 RID: 7539
12 public const int MinimumAirTime = 1;
13
14 // Token: 0x04001D74 RID: 7540
15 public const int LotsOfAirTime = 216000;
16
17 // Token: 0x04001D75 RID: 7541
18 public const int LotsOfAnvils = 300;
19
20 // Token: 0x04001D76 RID: 7542
21 public const int LotsOfBars = 10000;
22
23 // Token: 0x04001D77 RID: 7543
24 public const int LotsOfWires = 100;
25
26 // Token: 0x04001D78 RID: 7544
27 public const int FloatingIslandTileThreshold = 96;
28
29 // Token: 0x04001D79 RID: 7545
30 public const float HighJumpHeight = 800f;
31
32 // Token: 0x04001D7A RID: 7546
33 public const int LongRunTime = 3600;
34}