mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 00:34:44 +01:00
14 lines
222 B
C#
14 lines
222 B
C#
using Robust.Client;
|
|
|
|
namespace Content.Client
|
|
{
|
|
internal static class Program
|
|
{
|
|
[STAThread]
|
|
public static void Main(string[] args)
|
|
{
|
|
ContentStart.Start(args);
|
|
}
|
|
}
|
|
}
|