This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
wabbajack
Watch
1
Star
0
Fork
0
You've already forked wabbajack
mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced
2024-08-30 18:42:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3e935d2e6c
wabbajack
/
Wabbajack.Server
/
DTOs
/
ArchiveStatus.cs
11 lines
148 B
C#
Raw
Normal View
History
Unescape
Escape
Add List Validation back into the app
2020-05-13 21:52:34 +00:00
namespace
Wabbajack.Server.DTOs
{
Slightly improved nexus caching code
2020-05-14 22:21:56 +00:00
public
enum
ArchiveStatus
Add List Validation back into the app
2020-05-13 21:52:34 +00:00
{
Valid
,
InValid
,
Updating
,
Updated
,
}
}
Reference in New Issue
Copy Permalink