Move default tileset parsing to Mods.Common.

This commit is contained in:
Paul Chote
2020-12-30 18:44:09 +00:00
committed by reaperrr
parent 207e09fea9
commit 53db1230ab
19 changed files with 404 additions and 355 deletions

View File

@@ -11,6 +11,7 @@
using System;
using System.Linq;
using OpenRA.Mods.Common.Terrain;
using OpenRA.Widgets;
namespace OpenRA.Mods.Common.Widgets.Logic