using Godot; using System; public partial class BallReturn : Panel { public int _returnCount = 0; }