using Godot; using System; public class LabelConsole : Control { Label mRealLabel; // Called when the node enters the scene tree for the first time. public override void _Ready() { mRealLabel = GetNode