re-organze namespace
This commit is contained in:
7
ModpackUpdater/SourceType.cs
Normal file
7
ModpackUpdater/SourceType.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ModpackUpdater;
|
||||
|
||||
public enum SourceType
|
||||
{
|
||||
DirectLink,
|
||||
GitHub,
|
||||
}
|
||||
Reference in New Issue
Block a user