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