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;
using OpenRA.Graphics;
using OpenRA.Mods.Common.Traits;
using OpenRA.Primitives;
using OpenRA.Widgets;
namespace OpenRA.Mods.Common.Widgets.Logic