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

◆ CustomizeButton()

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

Definition at line 1521 of file CreativePowers.cs.

1522 {
1523 button.Append(CreativePowersHelper.GetIconImage(CreativePowersHelper.CreativePowerIconLocations.StopBiomeSpread));
1524 }

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