Move Activities CallFunc, RemoveSelf and SimpleTeleport to Common

This commit is contained in:
reaperrr
2014-12-14 14:34:32 +01:00
parent 0015c1319e
commit b217730caa
24 changed files with 36 additions and 17 deletions

View File

@@ -12,6 +12,7 @@ using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.Mods.Common;
using OpenRA.Mods.Common.Activities;
using OpenRA.Mods.Common.Traits;
using OpenRA.Mods.Common.Orders;
using OpenRA.Mods.RA.Activities;