Merged interfaces to classes

This commit is contained in:
Martin Berg Alstad
2023-07-13 14:00:42 +02:00
parent 00d777d985
commit 0de20200f5
16 changed files with 41 additions and 58 deletions

View File

@ -1,10 +1,9 @@
using pacMan.Game;
using pacMan.Game.Interfaces;
using pacMan.Game.Items;
namespace BackendTests.TestUtils;
public class Players
internal static class Players
{
internal static IPlayer Create(string colour) =>
new Player