expand gamelogic
This commit is contained in:
@@ -7,5 +7,13 @@ namespace CoopSweeper.GameTypes
|
||||
interface IGame
|
||||
{
|
||||
IField[][] Map { get; }
|
||||
|
||||
void Reveal(int x, int y);
|
||||
|
||||
void SetQuestionMark(int x, int y);
|
||||
|
||||
void SetFlag(int x, int y);
|
||||
|
||||
void ResetField(int x, int y);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user