mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +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);
|
|
}
|
|
}
|
|
}
|