mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-07 12:21:50 +08:00
9 lines
144 B
C#
9 lines
144 B
C#
namespace BetterGenshinImpact.Service.Notification.Model.Enum;
|
|
|
|
public enum NotificationEvent
|
|
{
|
|
Test,
|
|
GeniusInvocation,
|
|
Domain
|
|
}
|