13 lines
202 B
C#
13 lines
202 B
C#
using Robust.Client;
|
|
|
|
namespace Content.Client
|
|
{
|
|
internal static class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
ContentStart.Start(args);
|
|
}
|
|
}
|
|
}
|