Replace WorldCommandWidget with individual logic classes.

This commit is contained in:
Paul Chote
2017-09-03 18:04:04 +00:00
committed by reaperrr
parent 983f9c4cde
commit 0e3bfcfb35
9 changed files with 241 additions and 156 deletions

View File

@@ -130,7 +130,7 @@ namespace OpenRA
}
}
public Selection Selection = new Selection();
public readonly Selection Selection = new Selection();
public void CancelInputMode() { OrderGenerator = new UnitOrderGenerator(); }