7 lines
198 B
C#
7 lines
198 B
C#
namespace NEG.UI.UnityUi.Buttons
|
|
{
|
|
public class CloseAllWindows : ButtonReaction
|
|
{
|
|
protected override void OnClicked() => UiManager.Instance.CurrentArea.CloseAllWindows();
|
|
}
|
|
} |