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

netpacks for renaming

This commit is contained in:
Laserlicht
2025-10-05 02:46:19 +02:00
parent 115d90cbb3
commit 120213509d
17 changed files with 99 additions and 1 deletions

View File

@@ -213,6 +213,11 @@ void ChangeFormation::visitTyped(ICPackVisitor & visitor)
visitor.visitChangeFormation(*this);
}
void ChangeTownName::visitTyped(ICPackVisitor & visitor)
{
visitor.visitChangeTownName(*this);
}
void RemoveObject::visitTyped(ICPackVisitor & visitor)
{
visitor.visitRemoveObject(*this);
@@ -643,6 +648,11 @@ void SetFormation::visitTyped(ICPackVisitor & visitor)
visitor.visitSetFormation(*this);
}
void SetTownName::visitTyped(ICPackVisitor & visitor)
{
visitor.visitSetTownName(*this);
}
void HireHero::visitTyped(ICPackVisitor & visitor)
{
visitor.visitHireHero(*this);