mirror of
https://gitlab.com/nullmax17/PlombirLauncher.git
synced 2025-03-14 18:01:12 +03:00
14 lines
292 B
C#
14 lines
292 B
C#
namespace Plombir;
|
|
|
|
sealed class Program
|
|
{
|
|
public static async Task Main()
|
|
{
|
|
Console.WriteLine("init: launcher");
|
|
// var ln = new Launcher("test", "1.20.1");
|
|
// var s = await Utils.GetLicensedSession();
|
|
|
|
// Console.WriteLine(s.CheckIsValid());
|
|
}
|
|
}
|