🚧 saving of field parameters as json implemented
This commit is contained in:
@@ -2,6 +2,9 @@ using Godot;
|
||||
|
||||
namespace Babushka.scripts.CSharp.Low_Code.Variables;
|
||||
|
||||
/// <summary>
|
||||
/// A Node type that carries a Variant payload.
|
||||
/// </summary>
|
||||
public partial class VariableNode : Node
|
||||
{
|
||||
[Export] public Variant Payload { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user