updated game interface

This commit is contained in:
Tim Wundenberg
2018-05-25 09:38:27 +02:00
parent 9781acbe5f
commit 889ae5235f

View File

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