Use folder structure namespaces

This commit is contained in:
Daniel Cronqvist 2024-08-16 23:27:15 +02:00
parent 0a11cdd791
commit e6d94247c1
90 changed files with 252 additions and 106 deletions

View file

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