Move CachedTransform to OpenRA.Primitives.

This commit is contained in:
Matthias Mailänder
2024-08-01 10:05:49 +02:00
committed by Gustas
parent 88fb83bc57
commit b8756c4737
26 changed files with 113 additions and 64 deletions

View File

@@ -15,7 +15,6 @@ using System.Linq;
using OpenRA.Graphics;
using OpenRA.Mods.Common.Orders;
using OpenRA.Mods.Common.Traits;
using OpenRA.Mods.Common.Widgets;
using OpenRA.Primitives;
using OpenRA.Traits;