# ButtonType

ButtonType is enum, which used to select which type of button you want to create, using AddButtonToTab method

Type Description
Click Buttons, which should just do action when you clicking on them
GodPower Buttons, which should activate some god's power (God power should be created and added to )
Toggle Buttons with toggling indicator
To check button's value, use PowerButtons.GetToggleValue()