Erste Gui Version. Es wird lediglich die Map gezeichnet. Das Backend ist angeschlossen
This commit is contained in:
8
src/Gui/IBackend.cs
Normal file
8
src/Gui/IBackend.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace WorldOfPeacecraft
|
||||
{
|
||||
public interface IBackend
|
||||
{
|
||||
ITile[,] GetMap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user