Use only Model namespace

This commit is contained in:
Daniel Cronqvist 2024-08-18 21:29:38 +02:00
parent 96ad2af667
commit 608e77927a
86 changed files with 278 additions and 161 deletions

View file

@ -1,6 +1,6 @@
using System.Xml;
using DotTiled.Model.Properties;
using DotTiled.Model.Properties.CustomTypes;
using DotTiled.Model;
using DotTiled.Model;
namespace DotTiled.Tests;