Ajout d'une correction possible
This commit is contained in:
7
Correction/MiniJeuxFinal/Games/IAction.cs
Normal file
7
Correction/MiniJeuxFinal/Games/IAction.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MiniJeuxFinal.Games
|
||||
{
|
||||
public interface IAction
|
||||
{
|
||||
string Name { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user