mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-17 10:50:45 +02:00
12 lines
234 B
C#
12 lines
234 B
C#
namespace API.Schema.ActionsContext.Actions;
|
|
|
|
public enum ActionsEnum
|
|
{
|
|
Startup = 0,
|
|
ChapterDownloaded = 1,
|
|
ChaptersRetrieved = 2,
|
|
CoverDownloaded = 3,
|
|
DataMoved = 4,
|
|
LibraryMoved = 5,
|
|
MetadataUpdated = 6
|
|
} |