Skip to content

Commit

Permalink
Removed Player Data
Browse files Browse the repository at this point in the history
  • Loading branch information
philgei committed Nov 25, 2024
1 parent 1745758 commit 5c0fb13
Show file tree
Hide file tree
Showing 26 changed files with 126 additions and 665 deletions.

This file was deleted.

71 changes: 0 additions & 71 deletions AdLerBackend.API/Controllers/Player/PlayerController.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using AdLerBackend.Application.Common.DTOs.Storage;
using AdLerBackend.Application.Common.Responses.Elements;
using AdLerBackend.Application.Common.Responses.LMSAdapter;
using AdLerBackend.Application.Common.Responses.Player;
using AdLerBackend.Application.Common.Responses.World;
using AdLerBackend.Application.Configuration;
using AutoBogus;
Expand All @@ -27,12 +26,10 @@ public void PlayerDataResponseGetterAndSetter<T>(T _)

private static IEnumerable<TestCaseData> GetTestCases()
{
yield return new TestCaseData(new PlayerDataResponse());
yield return new TestCaseData(new WorldStatusResponse());
yield return new TestCaseData(new ElementScoreResponse());
yield return new TestCaseData(new WorldResponse());
yield return new TestCaseData(new Application.Common.Responses.World.World());
yield return new TestCaseData(new PlayerDataResponse());
yield return new TestCaseData(new ScoreElementResponse());
yield return new TestCaseData(new LMSWorldContentResponse());
yield return new TestCaseData(new WorldAtfResponse());
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5c0fb13

Please sign in to comment.