Move the IMove interface to Mods.Common.

This commit is contained in:
Paul Chote
2017-09-06 22:54:50 +01:00
committed by Oliver Brakmann
parent 0f6dda3f5f
commit e3212d1e64
6 changed files with 23 additions and 18 deletions

View File

@@ -10,6 +10,7 @@
#endregion
using OpenRA.Activities;
using OpenRA.Mods.Common.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Activities