Die Gui hat nun ein Chatfenster. Bisher können lediglich nachrichten
versandt, jedoch nicht empfangen werden.
This commit is contained in:
@@ -99,12 +99,14 @@ namespace WorldOfPeacecraft
|
||||
return Map.GetTiles ();
|
||||
}
|
||||
|
||||
public void sendCommand (string command)
|
||||
public void SendCommand (string command)
|
||||
{
|
||||
SenderBuffer.AddLine (command);
|
||||
}
|
||||
|
||||
public void sendChat (string message)
|
||||
public void SendChatMessage (string message)
|
||||
{
|
||||
SenderBuffer.AddLine ("ask:say:" + message);
|
||||
}
|
||||
|
||||
public void RefreshGui()
|
||||
|
||||
Reference in New Issue
Block a user