1
This commit is contained in:
10
Src/Core/UX/IUXPopUp.cs
Normal file
10
Src/Core/UX/IUXPopUp.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BITKit.UX
|
||||
{
|
||||
public interface IUXPopup
|
||||
{
|
||||
void Popup(string content,float duration=3f);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user