Fix readyall nullable

This commit is contained in:
Víctor Aguilera Puerto
2020-08-20 16:20:08 +02:00
parent d703dc8dcc
commit 2bdf359289

View File

@@ -1,4 +1,5 @@
using Content.Server.GameTicking;
#nullable enable
using Content.Server.GameTicking;
using Content.Server.Interfaces.GameTicking;
using Robust.Server.Interfaces.Console;
using Robust.Server.Interfaces.Player;