holding shift while building adds 5

This commit is contained in:
Chris Forbes
2010-03-21 20:53:49 +13:00
parent ec4fd62640
commit 668f377301
4 changed files with 30 additions and 26 deletions

View File

@@ -145,5 +145,6 @@ namespace OpenRA
}
public void SetModifiers(Modifiers mods) { modifiers = mods; }
public Modifiers GetModifiers() { return modifiers; }
}
}