robust-toolbox-template/Content.Server/Program.cs
2020-09-30 22:21:51 -05:00

12 lines
No EOL
201 B
C#

using Robust.Server;
namespace Content.Server
{
internal static class Program
{
public static void Main(string[] args)
{
ContentStart.Start(args);
}
}
}