Update files to work on latest engine version

This commit is contained in:
Vera Aguilera Puerto 2021-04-15 20:53:43 +02:00
parent 761dc47152
commit 18b2eb4da7
3 changed files with 6 additions and 15 deletions

View file

@ -1,11 +1,11 @@
using Robust.Shared.ContentPack;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Timing;
namespace Content.Server
{
public class EntryPoint: GameServer
public class EntryPoint : GameServer
{
public override void Init() {
base.Init();