8 lines
114 B
C#
8 lines
114 B
C#
using Godot;
|
|
|
|
namespace SharpIDE.Godot.Features.Problems;
|
|
|
|
public partial class ProblemEntry : Control
|
|
{
|
|
|
|
} |