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

◆ CustomizeButton()

override void Terraria.GameContent.Creative.CreativePowers.FreezeWindDirectionAndStrength.CustomizeButton ( UIElement button)
inlinepackage

Definition at line 1453 of file CreativePowers.cs.

1454 {
1455 button.Append(CreativePowersHelper.GetIconImage(CreativePowersHelper.CreativePowerIconLocations.WindFreeze));
1456 }

References Terraria.GameContent.Creative.CreativePowersHelper.GetIconImage(), and Terraria.GameContent.Creative.CreativePowersHelper.CreativePowerIconLocations.WindFreeze.