source generator
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using Godot;
|
||||
using Nocturnis;
|
||||
using Nocturnis.DataStructures.ConfigurableParameters;
|
||||
|
||||
namespace Enigmos.Manual;
|
||||
|
||||
public partial class ModuleBoolValueParameterSetter : ModuleParameterSetter
|
||||
public partial class ModuleBoolValueParameterSetter : ModuleParameterSetter, ISceneConcept
|
||||
{
|
||||
private CheckButton ToggleSetter { get; set; }
|
||||
private Label TrueLabel { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user