Fix interface

This commit is contained in:
Marvin Rohrbach
2018-05-25 09:39:46 +02:00
parent 7f2a4960c0
commit bf287ec760

View File

@@ -6,6 +6,6 @@ namespace CoopSweeper.GameTypes
{
interface IGame
{
public IField[][] Map { get; protected set; }
IField[][] Map { get; }
}
}