using System; using Godot; public partial class Controller : Node { private decimal LastTick = 0; private bool TicksThrottled = false; public Ship PlayerShip { get; private set; } public Button ExitToMenuButton { get; private set; } public Label ShipInfoLabel { get; private set; } public override void _Ready() { base._Ready(); this.ExitToMenuButton = GetNode