mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-29 10:25:50 +08:00
11 lines
242 B
C#
11 lines
242 B
C#
namespace BetterGenshinImpact.Service.Notification.Model.Enum;
|
|
|
|
public enum NotificationEvent
|
|
{
|
|
Test, //测试
|
|
GeniusInvocation, //七圣召唤
|
|
Domain, //副本
|
|
Script, //路径追踪脚本
|
|
Task, //宏观上的任务
|
|
}
|