namespace MiniJeuxFinal.Games.PierrePapierCiseaux.Actions { public interface IActionPpc : IAction { bool ToWin(IActionPpc other); } }