Ajout d'une correction possible
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MiniJeuxFinal.Games.PierrePapierCiseaux.Actions
|
||||
{
|
||||
public interface IActionPpc : IAction
|
||||
{
|
||||
bool ToWin(IActionPpc other);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user