Skip to content

Commit

Permalink
Fixed missing Evaluation Link in ATF
Browse files Browse the repository at this point in the history
  • Loading branch information
philgei committed Sep 4, 2023
1 parent 35dbd57 commit a1f09c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#pragma warning disable CS8618
namespace AdLerBackend.Application.Common.Responses.World;

// This is Version 0.4 of the ATF File
// This is Version 0.5 of the ATF File
public class Element
{
public int ElementId { get; set; }
Expand Down Expand Up @@ -60,4 +60,5 @@ public class World
public List<Topic> Topics { get; set; }
public List<Space> Spaces { get; set; }
public List<Element> Elements { get; set; }
public string? EvaluationLink { get; set; }
}

0 comments on commit a1f09c7

Please sign in to comment.