using Godot; public partial class MainMenuController : Node { public Button StartGameButton { get; private set; } public Button ExitGameButton { get; private set; } public override void _Ready() { base._Ready(); this.StartGameButton = GetNode