mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-11 00:34:49 -05:00
Update template.
This commit is contained in:
parent
8a286956ae
commit
97640c17e2
10 changed files with 68 additions and 34 deletions
|
|
@ -12,10 +12,6 @@ public sealed class EntryPoint : GameServer
|
|||
public override void Init()
|
||||
{
|
||||
base.Init();
|
||||
|
||||
// Configure ACZ correctly.
|
||||
IoCManager.Resolve<IStatusHost>().SetAczInfo(
|
||||
"Content.Client", new []{"Content.Client", "Content.Shared"});
|
||||
|
||||
var factory = IoCManager.Resolve<IComponentFactory>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue