Tuesday, 16 September 2025 12:26:13
This commit is contained in:
7
Gameplay/Cell.cs
Normal file
7
Gameplay/Cell.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class Cell : Sprite2D
|
||||
{
|
||||
public int _row, _column;
|
||||
}
|
||||
Reference in New Issue
Block a user