allow curseforge and modrinth as source

This commit is contained in:
2024-09-22 09:41:09 +02:00
parent 7e5acd413e
commit bc6c483ba6
8 changed files with 54 additions and 18 deletions

View File

@@ -4,4 +4,7 @@ public enum SourceType
{
DirectLink,
GitHub,
GitLab,
CurseForge,
Modrinth,
}