9 lines
247 B
VB.net
9 lines
247 B
VB.net
Public Class MinecraftProfileChecker
|
|
|
|
Public Shared Function CheckProfile(folderPath As string) As Boolean
|
|
'Todo: Adds some checks to verify, if the current folder is a minecraft folder.
|
|
Return True
|
|
End Function
|
|
|
|
End Class
|