third commit

This commit is contained in:
2026-05-28 00:06:51 -04:00
parent a6db45300c
commit 4266625390
16 changed files with 145 additions and 46 deletions
+8
View File
@@ -0,0 +1,8 @@
using Godot;
using System;
public partial class GridMarker : Marker2D
{
public Vector2 _address;
public Node _occupant;
}