Skip to content

Commit 55d5fc6

Browse files
committed
Fix namespace
1 parent d390691 commit 55d5fc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Godot 4 Tests/TestScenes/Feature148.ResourceTree/ResourceTreeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using FluentAssertions;
22
using Godot;
33
using GodotSharp.BuildingBlocks.TestRunner;
4-
using GodotSharp.SourceGenerators.ResourceTreeExtensions;
4+
using GodotSharp.SourceGenerators;
55
using GodotTests.TestScenes.ResourceTreeTestAssets;
66

77
namespace GodotTests.TestScenes;

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)