Make copy paste message more accurate

This commit is contained in:
Gustas
2025-12-01 15:09:27 +02:00
committed by Gustas Kažukauskas
parent 62e692063a
commit 93602c7c95
3 changed files with 24 additions and 7 deletions

View File

@@ -322,5 +322,10 @@ namespace OpenRA.Mods.Common.EditorBrushes
{
return commitBlitSource.Tiles.Count;
}
public int ActorCount()
{
return commitBlitSource.Actors.Count;
}
}
}