mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Server functionality
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user