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

◆ hasJumpOption_Basilisk

bool Terraria.Player.hasJumpOption_Basilisk
setpackage

Definition at line 3573 of file Player.cs.

3574 {
3575 set
3576 {
3577 if (value)
3578 {
3580 return;
3581 }
3582 throw new ArgumentException("Forgot to comment out a hasJumpOption_X = false statement");
3583 }
3584 }