Die Gui hat nun ein Chatfenster. Bisher können lediglich nachrichten

versandt, jedoch nicht empfangen werden.
This commit is contained in:
2014-05-01 19:06:58 +02:00
parent 7ffba85903
commit 8cada1d5ce
6 changed files with 167 additions and 21 deletions

View File

@@ -10,6 +10,10 @@ namespace WorldOfPeacecraft
IEnumerable<IPositionable> GetDragons();
void SendChatMessage (string message);
void SendCommand (string command);
void StartThreads();
void Stop();