Move 'Activity' into its own namespace in OpenRA.Game.

This commit is contained in:
reaperrr
2014-12-14 17:06:29 +01:00
parent 91c19b0f66
commit ee8e1f46c1
96 changed files with 101 additions and 11 deletions

View File

@@ -9,6 +9,7 @@
#endregion
using System.Linq;
using OpenRA.Activities;
using OpenRA.Primitives;
using OpenRA.Traits;