Fix build and warnings

This commit is contained in:
Vera Aguilera Puerto
2020-12-01 17:23:46 +01:00
parent f7c09fbd7e
commit b8220a3cd6
3 changed files with 4 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ namespace Content.Server.Objectives.Interfaces
/// <summary>
/// Returns all objectives the provided mind is valid for.
/// </summary>
IReadOnlyList<ObjectivePrototype> GetAllPossibleObjectives(Mind mind);
IEnumerable<ObjectivePrototype> GetAllPossibleObjectives(Mind mind);
/// <summary>
/// Returns a randomly picked objective the provided mind is valid for.