Refacto pour test ppcGame

This commit is contained in:
Grizouille
2025-12-12 16:30:45 +01:00
parent 7cec5696dc
commit 2bbd8a35df
4 changed files with 55 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
namespace MiniJeuxFinal.Games
{
internal interface IPlayer
public interface IPlayer
{
string Name { get; }