mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 00:34:49 -05:00
Update template to use the latest RobustToolbox version.
This commit is contained in:
parent
5377dce401
commit
107d0ac16b
7 changed files with 43 additions and 3 deletions
|
|
@ -4,6 +4,14 @@ namespace Content.Server
|
|||
{
|
||||
internal static class Program
|
||||
{
|
||||
public static void Main(string[] args) => ContentStart.Start(args);
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
ContentStart.Start(args);
|
||||
|
||||
/*
|
||||
// DEVNOTE: If you want to use RobustToolbox as a library, use the method below instead.
|
||||
ContentStart.StartLibrary(args);
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue