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

@@ -12,6 +12,7 @@
using System.Collections.Generic;
using System.Linq;
using OpenRA.Mods.Common.Widgets;
using OpenRA.Primitives;
using OpenRA.Traits;
using OpenRA.Widgets;