Add modal interface
parent
4f53411d91
commit
51e1ebd033
|
@ -0,0 +1,6 @@
|
|||
namespace SupaLidlGame.UI;
|
||||
|
||||
public interface IModal
|
||||
{
|
||||
public void HideModal();
|
||||
}
|
Loading…
Reference in New Issue