convert to c#
This commit is contained in:
11
ModpackUpdater.Manager/MinecraftProfileChecker.cs
Normal file
11
ModpackUpdater.Manager/MinecraftProfileChecker.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace ModpackUpdater.Manager;
|
||||
|
||||
public class MinecraftProfileChecker
|
||||
{
|
||||
public static bool CheckProfile(string folderPath)
|
||||
{
|
||||
// Todo: Adds some checks to verify, if the current folder is a minecraft folder.
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user