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