mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
9 lines
No EOL
172 B
C#
9 lines
No EOL
172 B
C#
using Robust.Server;
|
|
|
|
namespace Content.Server
|
|
{
|
|
internal static class Program
|
|
{
|
|
public static void Main(string[] args) => ContentStart.Start(args);
|
|
}
|
|
} |