Enable nullability in Content.Server (#3685)
This commit is contained in:
@@ -13,6 +13,6 @@ namespace Content.Server.Objectives.Interfaces
|
||||
/// <summary>
|
||||
/// Returns a randomly picked objective the provided mind is valid for.
|
||||
/// </summary>
|
||||
ObjectivePrototype GetRandomObjective(Mind mind);
|
||||
ObjectivePrototype? GetRandomObjective(Mind mind);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user