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