add reactive binding
This commit is contained in:
8
src/SharpIDE.Godot/Features/Problems/ProblemEntry.cs
Normal file
8
src/SharpIDE.Godot/Features/Problems/ProblemEntry.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
|
||||
namespace SharpIDE.Godot.Features.Problems;
|
||||
|
||||
public partial class ProblemEntry : Control
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user