added total cash count to editor status bar

This commit is contained in:
Matthias Mailänder
2013-03-29 22:38:39 +01:00
parent db4f880d61
commit 918f27575d
4 changed files with 87 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenRA.Editor
public event Action<KeyValuePair<string, ActorReference>> ActorDoubleClicked = _ => { };
Dictionary<string, ActorTemplate> ActorTemplates = new Dictionary<string, ActorTemplate>();
Dictionary<int, ResourceTemplate> ResourceTemplates = new Dictionary<int, ResourceTemplate>();
public Dictionary<int, ResourceTemplate> ResourceTemplates = new Dictionary<int, ResourceTemplate>();
public Keys GetModifiers() { return ModifierKeys; }