trade offer buttons have the trading partner player's id

This commit is contained in:
devZoGok
2024-04-01 11:37:54 +03:00
parent 3d59277d1b
commit 9a194636da
14 changed files with 105 additions and 20 deletions
+2
View File
@@ -10,6 +10,8 @@ namespace battleship{
void onClick();
private:
std::string guiScreen = "";
protected:
std::vector<vb01Gui::Button*> buttons;
};
}