rename ChoosePaletteOnSelect

This commit is contained in:
Chris Forbes
2010-08-23 17:47:46 +12:00
parent 952da4efec
commit ccb77dee12
5 changed files with 9 additions and 8 deletions

View File

@@ -29,6 +29,7 @@ namespace OpenRA
{
return actors.AsEnumerable().Contains(a);
}
public void Combine(World world, IEnumerable<Actor> newSelection, bool isCombine, bool isClick)
{
var oldSelection = actors.AsEnumerable();