mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:17:23 +01:00
16 lines
No EOL
201 B
C#
16 lines
No EOL
201 B
C#
namespace MareSynchronos.MareConfiguration.Models;
|
|
|
|
public enum NotificationLocation
|
|
{
|
|
Nowhere,
|
|
Chat,
|
|
Toast,
|
|
Both
|
|
}
|
|
|
|
public enum NotificationType
|
|
{
|
|
Info,
|
|
Warning,
|
|
Error
|
|
} |