forked from Misaki/GhostEngine
Update editor
This commit is contained in:
10
Ghost.Editor.Core/Contracts/INotificationService.cs
Normal file
10
Ghost.Editor.Core/Contracts/INotificationService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using CommunityToolkit.WinUI.Behaviors;
|
||||
using Ghost.Editor.Core.Notifications;
|
||||
|
||||
namespace Ghost.Editor.Core.Contracts;
|
||||
|
||||
public interface INotificationService
|
||||
{
|
||||
public void ShowNotification(string? message, MessageType type, int duration = 5, string? title = null);
|
||||
public void ShowNotification(Notification notification);
|
||||
}
|
||||
Reference in New Issue
Block a user