Split up methods in controllers, added tests for GameService, refactored GameGroup name to Game and directory Game to GameStuff

This commit is contained in:
Martin Berg Alstad
2023-07-18 17:09:27 +02:00
parent fab3e3d13f
commit c7bc473572
25 changed files with 243 additions and 164 deletions

View File

@ -1,5 +1,5 @@
using pacMan.Game;
using pacMan.Game.Items;
using pacMan.GameStuff;
using pacMan.GameStuff.Items;
namespace BackendTests.TestUtils;