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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user