Merged interfaces to classes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user