Enable nullability in Content.Server (#3685)
This commit is contained in:
@@ -277,7 +277,7 @@ namespace Content.Shared.GameTicking
|
||||
public struct RoundEndPlayerInfo
|
||||
{
|
||||
public string PlayerOOCName;
|
||||
public string PlayerICName;
|
||||
public string? PlayerICName;
|
||||
public string Role;
|
||||
public bool Antag;
|
||||
public bool Observer;
|
||||
|
||||
Reference in New Issue
Block a user