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

◆ Hooks_OnEnterWorld()

static void Terraria.GameContent.LucyAxeMessage.Hooks_OnEnterWorld ( Player player)
inlinestaticprivate

Definition at line 48 of file LucyAxeMessage.cs.

49 {
50 if (player == Main.LocalPlayer)
51 {
53 }
54 }

References Terraria.GameContent.LucyAxeMessage.GiveIdleMessageCooldown(), and Terraria.Main.LocalPlayer.

Referenced by Terraria.GameContent.LucyAxeMessage.Initialize().