Skip to content

Commit f4141fd

Browse files
committed
Remove unused namespace
1 parent e5086d4 commit f4141fd

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

LDtk.Codegen/LDtkJsonFull.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace LDtk.Codegen;
66
// LDtk 1.5.3
77

88
using System;
9-
using System.Collections.Generic;
109
using System.Text.Json.Serialization;
1110

1211
using Microsoft.Xna.Framework;

LDtk.JsonSchema/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public static class Program
1818

1919
static readonly string[] Namespaces = {
2020
"using System;",
21-
"using System.Collections.Generic;",
2221
"using System.Text.Json.Serialization;",
2322
"",
2423
"using Microsoft.Xna.Framework;",

LDtk/LDtkJson.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace LDtk;
66
// LDtk 1.5.3
77

88
using System;
9-
using System.Collections.Generic;
109
using System.Text.Json.Serialization;
1110

1211
using Microsoft.Xna.Framework;

0 commit comments

Comments
 (0)