This commit is contained in:
Chris Forbes
2010-09-18 19:57:45 +12:00
parent 872a304714
commit 0330ef2b9e
7 changed files with 25 additions and 25 deletions

View File

@@ -10,13 +10,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using OpenRA.Collections;
using OpenRA.Effects;
using OpenRA.FileFormats;
using OpenRA.Graphics;
using OpenRA.Orders;
using OpenRA.Support;
using OpenRA.Traits;
using XRandom = OpenRA.Thirdparty.Random;