Update template.

This commit is contained in:
moonheart08 2024-02-19 05:42:24 -06:00
parent 8a286956ae
commit 97640c17e2
10 changed files with 68 additions and 34 deletions

View file

@ -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>();