7 lines
189 B
C#
7 lines
189 B
C#
namespace NEG.UI.UnityUi.Buttons.Settings
|
|
{
|
|
public class RemoveFeature : SettingData
|
|
{
|
|
public override void Apply(BaseButton button) => button.RemoveSetting(Key);
|
|
}
|
|
} |