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

◆ Initialize()

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

Definition at line 42 of file LucyAxeMessage.cs.

43 {
44 ItemSlot.OnItemTransferred += ItemSlot_OnItemTransferred;
45 Player.Hooks.OnEnterWorld += Hooks_OnEnterWorld;
46 }
static void ItemSlot_OnItemTransferred(ItemSlot.ItemTransferInfo info)
static void Hooks_OnEnterWorld(Player player)

References Terraria.GameContent.LucyAxeMessage.Hooks_OnEnterWorld(), and Terraria.GameContent.LucyAxeMessage.ItemSlot_OnItemTransferred().

Referenced by Terraria.Main.Initialize_AlmostEverything().