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
WingStats.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000682 RID: 1666
6 public struct WingStats
7 {
8 // Token: 0x060037A6 RID: 14246 RVA: 0x00222074 File Offset: 0x00220274
9 public WingStats(int flyTime = 100, float flySpeedOverride = -1f, float accelerationMultiplier = 1f, bool hasHoldDownHoverFeatures = false, float hoverFlySpeedOverride = -1f, float hoverAccelerationMultiplier = 1f)
10 {
12 }
13
14 // Token: 0x060037A7 RID: 14247 RVA: 0x00222088 File Offset: 0x00220288
28
29 // Token: 0x060037A8 RID: 14248 RVA: 0x002220D4 File Offset: 0x002202D4
30 // Note: this type is marked as 'beforefieldinit'.
31 static WingStats()
32 {
33 }
34
35 // Token: 0x0400789A RID: 30874
36 public static readonly WingStats Default;
37
38 // Token: 0x0400789B RID: 30875
39 public int FlyTime;
40
41 // Token: 0x0400789C RID: 30876
42 public float AccRunSpeedOverride;
43
44 // Token: 0x0400789D RID: 30877
46
47 // Token: 0x0400789E RID: 30878
48 public bool HasDownHoverStats;
49
50 // Token: 0x0400789F RID: 30879
52
53 // Token: 0x040078A0 RID: 30880
55 }
56}
class f__AnonymousType0<< Count > j__TPar
WingStats(int flyTime=100, float flySpeedOverride=-1f, float accelerationMultiplier=1f, bool hasHoldDownHoverFeatures=false, float hoverFlySpeedOverride=-1f, float hoverAccelerationMultiplier=1f)
Definition WingStats.cs:9
WingStats WithSpeedBoost(float multiplier)
Definition WingStats.cs:15
static readonly WingStats Default
Definition WingStats.cs:36