Skip to content

Commit

Permalink
Fix build errors for non-Chickensoft packages (#97)
Browse files Browse the repository at this point in the history
Fully qualify Chickensoft.GoDotTest in a using statement, so that
packages created with this tool that are not in the Chickensoft
namespace will build without errors.
  • Loading branch information
wlsnmrk authored Apr 23, 2024
1 parent 79e31cd commit 31df336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chickensoft.GodotPackage.Tests/test/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Chickensoft.GodotPackage.Tests;

using System.Reflection;
using Godot;
using GoDotTest;
using Chickensoft.GoDotTest;

public partial class Tests : Node2D {
public override void _Ready()
Expand Down

0 comments on commit 31df336

Please sign in to comment.