namespace MiniJeuxFinal.Games { public interface IAction { string Name { get; } } }