add GitHub as source & allow inheritance

This commit is contained in:
2024-09-05 15:03:53 +02:00
parent 46179463e1
commit b4f0d43b46
4 changed files with 76 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
namespace ModpackUpdater.Model;
public enum SourceType
{
DirectLink,
GitHub,
}