Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FatigueRecovery()
void
Terraria.Mount.FatigueRecovery
(
)
inline
Definition at line
2475
of file
Mount.cs
.
2476
{
2477
if
(
_fatigue
> 2f)
2478
{
2479
_fatigue
-= 2f;
2480
}
2481
else
2482
{
2483
_fatigue
= 0f;
2484
}
2485
}
Terraria.Mount._fatigue
float _fatigue
Definition
Mount.cs:309
References
Terraria.Mount._fatigue
.
Terraria
Mount
Generated by
1.10.0