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

◆ UpdateMessageCooldowns()

static void Terraria.GameContent.LucyAxeMessage.UpdateMessageCooldowns ( )
inlinestatic

Definition at line 56 of file LucyAxeMessage.cs.

57 {
58 for (int i = 0; i < _messageCooldownsByType.Length; i++)
59 {
60 if (_messageCooldownsByType[i] > 0)
61 {
63 }
64 }
65 }

References Terraria.GameContent.LucyAxeMessage._messageCooldownsByType.

Referenced by Terraria.Main.DoUpdate().