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
PhysicsProperties.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Physics
4{
5 // Token: 0x02000544 RID: 1348
6 public class PhysicsProperties
7 {
8 // Token: 0x0600326B RID: 12907 RVA: 0x001F9BD4 File Offset: 0x001F7DD4
9 public PhysicsProperties(float gravity, float drag)
10 {
11 }
12
13 // Token: 0x04003BA2 RID: 15266
14 public readonly float Gravity;
15
16 // Token: 0x04003BA3 RID: 15267
17 public readonly float Drag;
18 }
19}
class f__AnonymousType0<< Count > j__TPar
PhysicsProperties(float gravity, float drag)