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);
|
|
}
|
|
}
|
|
}
|