using Godot; using Godot.Collections; public partial class ChessGame : Node2D { ChessBoard board; Global global; private bool isSession = false; // Called when the node enters the scene tree for the first time. public override void _Ready() { // Init.Call(); global = GetNode("/root/Global"); board = GetNode("Chessboard"); // GetNode