mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 02:16:02 +03:00
Use folder structure namespaces
This commit is contained in:
parent
0a11cdd791
commit
e6d94247c1
90 changed files with 252 additions and 106 deletions
|
@ -3,8 +3,11 @@ using System.Globalization;
|
|||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text.Json;
|
||||
using DotTiled.Model;
|
||||
using DotTiled.Model.Properties;
|
||||
using DotTiled.Model.Properties.CustomTypes;
|
||||
|
||||
namespace DotTiled;
|
||||
namespace DotTiled.Serialization.Tmj;
|
||||
|
||||
internal partial class Tmj
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue