File tree 2 files changed +2
-2
lines changed
Chickensoft.GodotNodeInterfaces/src/added_functionality
Chickensoft.GodotNodeInterfacesGenerator/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public interface IGodotObjectAdapter : IGodotObject {
9
9
}
10
10
11
11
/// <summary>A Godot node API adapter.</summary>
12
- public partial interface INodeAdapter : IGodotObjectAdapter , INode {
12
+ public partial interface INodeAdapter : IGodotObjectAdapter , INode {
13
13
/// <summary>Underlying Godot node this adapter uses.</summary>
14
14
public new Node TargetObj { get ; }
15
15
}
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ defaultValue is null &&
327
327
328
328
var adapterParent = extendsAnotherObj
329
329
? $ "{ baseType . Name } Adapter, "
330
- : "GodotObject , " ;
330
+ : "RefCounted , " ;
331
331
332
332
var adapterBaseCall = extendsAnotherObj
333
333
? " : base(@object) "
You can’t perform that action at this time.
0 commit comments