using Godot; using System; namespace BITKit; public partial class BITAppProxy : Node { private void Exit() { GetTree().Quit(); } }