🚧 reworked farming system to work with indices instead of positions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
|
||||
namespace Babushka.scripts.CSharp.Low_Code.Variables;
|
||||
|
||||
public partial class VariableNode : Node
|
||||
{
|
||||
[Export] public Variant Payload { get; set; }
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
uid://j2mhvb45egej
|
||||
Reference in New Issue
Block a user