Fix a bunch of compiler warnings (#10518)
This commit is contained in:
@@ -15,7 +15,6 @@ namespace Content.Server.Nuke
|
||||
{
|
||||
[Dependency] private readonly IRobustRandom _random = default!;
|
||||
[Dependency] private readonly ChatSystem _chatSystem = default!;
|
||||
[Dependency] private readonly StationSystem _stationSystem = default!;
|
||||
|
||||
private const int CodeLength = 6;
|
||||
public string Code { get; private set; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user