disable warnings in generated code
This commit is contained in:
@@ -5,6 +5,8 @@ using Godot;
|
||||
|
||||
namespace GDExtensionBindgen;
|
||||
|
||||
#nullable disable
|
||||
|
||||
public class PTY
|
||||
{
|
||||
// Engine object used for calling engine methods
|
||||
|
||||
@@ -5,6 +5,8 @@ using Godot;
|
||||
|
||||
namespace GDExtensionBindgen;
|
||||
|
||||
#nullable disable
|
||||
|
||||
public class Terminal
|
||||
{
|
||||
// Engine object used for calling engine methods
|
||||
|
||||
Reference in New Issue
Block a user