forked from Eauldane/SnowcloakClient
Initial
This commit is contained in:
11
MareSynchronos/UI/Components/Popup/IPopupHandler.cs
Normal file
11
MareSynchronos/UI/Components/Popup/IPopupHandler.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Numerics;
|
||||
|
||||
namespace MareSynchronos.UI.Components.Popup;
|
||||
|
||||
public interface IPopupHandler
|
||||
{
|
||||
Vector2 PopupSize { get; }
|
||||
bool ShowClose { get; }
|
||||
|
||||
void DrawContent();
|
||||
}
|
Reference in New Issue
Block a user