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

◆ FancyGolfPredictionLine()

Terraria.GameContent.Golf.FancyGolfPredictionLine.FancyGolfPredictionLine ( int iterations)
inline

Definition at line 32 of file FancyGolfPredictionLine.cs.

33 {
34 //IL_003a: Unknown result type (might be due to invalid IL or missing references)
35 //IL_0044: Expected O, but got Unknown
36 _positions = new List<Vector2>(iterations * 2 + 1);
38 }

References Terraria.GameContent.Golf.FancyGolfPredictionLine._iterations, and Terraria.GameContent.Golf.FancyGolfPredictionLine._positions.