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

◆ ShouldUnstuck

bool Terraria.GameContent.ShimmerUnstuckHelper.ShouldUnstuck
get

Definition at line 11 of file ShimmerUnstuckHelper.cs.

12 {
13 get
14 {
16 {
17 return TimeLeftUnstuck > 0;
18 }
19 return true;
20 }
21 }