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