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

@@ -10,6 +10,7 @@
using System;
using Eluant;
using OpenRA.Activities;
using OpenRA.Scripting;
using OpenRA.Traits;