8 lines
105 B
C#
8 lines
105 B
C#
using Godot;
|
|
using System;
|
|
|
|
public partial class BallReturn : Panel
|
|
{
|
|
public int _returnCount = 0;
|
|
}
|