using Godot; using System; public partial class Cell : Sprite2D { public int _row, _column, _size; }