Preparations for plugin/module development
This commit is contained in:
12
Moonlight.Client/DevClient.cs
Normal file
12
Moonlight.Client/DevClient.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Reflection;
|
||||
|
||||
namespace Moonlight.Client;
|
||||
|
||||
public class DevClient
|
||||
{
|
||||
public async static Task Run(string[] args, Assembly[] assemblies)
|
||||
{
|
||||
Console.WriteLine("Preparing development client");
|
||||
await Startup.Run(args, assemblies);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user