Skip to content

Commit cf67b53

Browse files
committed
Fix namespace
1 parent 93bfe85 commit cf67b53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SourceGenerators/ResourceTreeExtensions/ResourceTreeAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using GodotSharp.SourceGenerators.ResourceTreeExtensions;
1+
using GodotSharp.SourceGenerators;
22

33
namespace Godot;
44

SourceGenerators/ResourceTreeExtensions/ResourceTreeConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace GodotSharp.SourceGenerators.ResourceTreeExtensions;
1+
namespace GodotSharp.SourceGenerators;
22

33
[Flags]
44
public enum ResG

0 commit comments

Comments
 (0)