Terraria.ModLoader.PlayerHooks.SetStartInventory C# (CSharp) Method

SetStartInventory() public static method

public static SetStartInventory ( Player player ) : void
player Player
return void
        public static void SetStartInventory(Player player)
        {
            SetStartInventory(player, SetupStartInventory(player));
        }

Same methods

PlayerHooks::SetStartInventory ( Player player, IList items ) : void