Content.{Client,Server} are now Exes that can be ran.
This commit is contained in:
12
Content.Client/Program.cs
Normal file
12
Content.Client/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Client;
|
||||
|
||||
namespace Content.Client
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
ContentStart.Start(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user