Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TileGolfPhysics.cs
Go to the documentation of this file.
1using Newtonsoft.Json;
2
4
5public class TileGolfPhysics
6{
7 [JsonProperty]
8 public float DirectImpactDampening { get; private set; }
9
10 [JsonProperty]
11 public float SideImpactDampening { get; private set; }
12
13 [JsonProperty]
14 public float ClubImpactDampening { get; private set; }
15
16 [JsonProperty]
17 public float PassThroughDampening { get; private set; }
18
19 [JsonProperty]
20 public float ImpactDampeningResistanceEfficiency { get; private set; }
21}