update structure
This commit is contained in:
11
ModpackUpdater.Manager/UpdateSyncAction.vb
Normal file
11
ModpackUpdater.Manager/UpdateSyncAction.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Imports Newtonsoft.Json
|
||||
Imports Newtonsoft.Json.Converters
|
||||
|
||||
<JsonConverter(GetType(StringEnumConverter))>
|
||||
<Flags>
|
||||
Public Enum UpdateSyncAction
|
||||
None
|
||||
NewFile
|
||||
RemovedFile
|
||||
UpdatedFile = 4
|
||||
End Enum
|
||||
Reference in New Issue
Block a user