8 lines
92 B
C#
8 lines
92 B
C#
namespace MiniJeuxFinal.Games
|
|
{
|
|
public interface IAction
|
|
{
|
|
string Name { get; }
|
|
}
|
|
}
|