add CashTick to building refunds

This commit is contained in:
Chris Forbes
2011-03-19 18:57:59 +13:00
parent 0236da0a28
commit 708cdcd855
3 changed files with 16 additions and 15 deletions

View File

@@ -6,18 +6,16 @@
* as published by the Free Software Foundation. For more information,
* see COPYING.
*/
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using OpenRA.Mods.RA.Activities;
using OpenRA.Mods.RA.Buildings;
#endregion
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.Mods.RA.Activities;
using OpenRA.Mods.RA.Effects;
using OpenRA.Mods.RA.Move;
using OpenRA.Mods.RA.Render;
using OpenRA.Traits;
using OpenRA.Mods.RA.Render;
using OpenRA.Mods.RA.Move;
using System.Drawing;
using OpenRA.Mods.RA.Effects;
namespace OpenRA.Mods.RA
{