Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ShapeRunner()

Terraria.GameContent.Generation.ShapeRunner.ShapeRunner ( double strength,
int steps,
Vector2D velocity )
inline

Definition at line 16 of file ShapeRunner.cs.

17 {
18 //IL_0015: Unknown result type (might be due to invalid IL or missing references)
19 //IL_0016: Unknown result type (might be due to invalid IL or missing references)
20 _startStrength = strength;
21 _steps = steps;
22 _startVelocity = velocity;
23 }

References Terraria.GameContent.Generation.ShapeRunner._startStrength, Terraria.GameContent.Generation.ShapeRunner._startVelocity, and Terraria.GameContent.Generation.ShapeRunner._steps.