1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Server functionality

This commit is contained in:
Laserlicht
2024-04-30 01:52:49 +02:00
parent f4d1442a86
commit 0565c062e5
9 changed files with 78 additions and 2 deletions

View File

@@ -813,6 +813,11 @@ void LobbyShowMessage::visitTyped(ICPackVisitor & visitor)
visitor.visitLobbyShowMessage(*this);
}
void LobbyPvPAction::visitTyped(ICPackVisitor & visitor)
{
visitor.visitLobbyPvPAction(*this);
}
void SetResources::applyGs(CGameState * gs) const
{
assert(player.isValidPlayer());