Add stable NotificationType type (dalamud api10)

Co-authored-by: Stanley Dimant <root.darkarchon@outlook.com>
This commit is contained in:
Loporrit
2025-02-09 16:30:30 +00:00
parent 16a924d245
commit 34ee0ba5b7
12 changed files with 31 additions and 22 deletions

View File

@@ -6,4 +6,11 @@ public enum NotificationLocation
Chat,
Toast,
Both
}
public enum NotificationType
{
Info,
Warning,
Error
}