using Godot; using System; using GodotInk; public partial class quickStartGuide : Godot.VBoxContainer { [Export] private InkStory story; }