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

Added PackageReceived message to show when server starts pack processing

This commit is contained in:
Ivan Savenko
2025-06-24 18:18:18 +03:00
parent 7fcb0246fb
commit 6b382a979a
6 changed files with 69 additions and 13 deletions

View File

@@ -74,6 +74,11 @@ void PackageApplied::visitTyped(ICPackVisitor & visitor)
visitor.visitPackageApplied(*this);
}
void PackageReceived::visitTyped(ICPackVisitor & visitor)
{
visitor.visitPackageReceived(*this);
}
void SystemMessage::visitTyped(ICPackVisitor & visitor)
{
visitor.visitSystemMessage(*this);