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

◆ hasJumpOption_Unicorn

bool Terraria.Player.hasJumpOption_Unicorn
setpackage

Definition at line 3534 of file Player.cs.

3535 {
3536 set
3537 {
3538 if (value)
3539 {
3541 return;
3542 }
3543 throw new ArgumentException("Forgot to comment out a hasJumpOption_X = false statement");
3544 }
3545 }