Fix d2k spacing and ordering style nits.

This commit is contained in:
Paul Chote
2014-12-26 12:07:53 +13:00
parent 28aad98125
commit 2726108cff
7 changed files with 45 additions and 37 deletions

View File

@@ -20,8 +20,8 @@ namespace OpenRA.Mods.D2k.Widgets
public int2 ClosedOffset = int2.Zero;
public int AnimationLength = 0;
public Func<bool> IsOpen = () => false;
public Action AfterOpen = () => {};
public Action AfterClose = () => {};
public Action AfterOpen = () => { };
public Action AfterClose = () => { };
int2 offset;
int frame;