mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
add some Main functions so it compiles
This commit is contained in:
parent
16fdf57787
commit
5bec4a5921
7 changed files with 228 additions and 1 deletions
12
Content.Server/Program.cs
Normal file
12
Content.Server/Program.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Robust.Server;
|
||||
|
||||
namespace Content.Server
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
ContentStart.Start(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue