Fix interface
This commit is contained in:
@@ -6,6 +6,6 @@ namespace CoopSweeper.GameTypes
|
|||||||
{
|
{
|
||||||
interface IGame
|
interface IGame
|
||||||
{
|
{
|
||||||
public IField[][] Map { get; protected set; }
|
IField[][] Map { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user