Moved DrawLineToTarget from Game to Mods.Common

This commit is contained in:
reaperrr
2016-05-26 11:38:39 +02:00
parent 54891ed4bd
commit e7517e7bfa
4 changed files with 4 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ using System.Linq;
using OpenRA.Mods.Common;
using OpenRA.Mods.Common.Activities;
using OpenRA.Mods.Common.Orders;
using OpenRA.Mods.Common.Traits;
using OpenRA.Mods.RA.Activities;
using OpenRA.Traits;