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

@@ -12,6 +12,7 @@ using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using OpenRA.Activities;
using OpenRA.Support;
namespace OpenRA.Traits