Showing message on panel

This commit is contained in:
Logophilist
2020-10-12 09:01:33 +02:00
parent 8ad861e18a
commit 87e199d1b5
2 changed files with 21 additions and 6 deletions

View File

@@ -215,6 +215,11 @@ namespace RH_Engine
return showOnPanel(uuidPanel, serialCode, "Resistance: " + resistance + " %", 3);
}
public string showMessage(string uuidPanel, string serialCode, string message)
{
return showOnPanel(uuidPanel, serialCode, "Last message: " + message, 5);
}
public string SwapPanelCommand(string uuid)
{
dynamic payload = new