adjust initial dialog to opt in/out into census with buttons

This commit is contained in:
rootdarkarchon 2023-11-21 14:59:43 +01:00
parent a32aef8ee8
commit 1dfdab4fef
6 changed files with 39 additions and 33 deletions

View file

@ -5,8 +5,7 @@ namespace MareSynchronos.UI.Components.Popup;
public interface IPopupHandler
{
Vector2 PopupSize { get; }
bool ShowClose { get; }
void DrawContent();
void OnClose();
}