using Godot;
public partial class GameManager : Node2D {
// [Export] private Ball ball;
// [Export] private Player player1;
// [Export] private Player player2;
public override void _Ready() {
// ball.ChangeDirection();
}