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

@@ -16,6 +16,7 @@ using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using OpenRA.FileSystem;
using OpenRA.Primitives;
using OpenRA.Support;
using OpenRA.Widgets;