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

◆ ApplyAttackCooldown() [2/2]

void Terraria.Player.ApplyAttackCooldown ( int frames)
inline

Definition at line 43698 of file Player.cs.

43699 {
43700 if (attackCD < frames)
43701 {
43702 attackCD = frames;
43703 }
43704 }

References Terraria.Player.attackCD.