third commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class GridMarker : Marker2D
|
||||
{
|
||||
public Vector2 _address;
|
||||
public Node _occupant;
|
||||
}
|
||||
Reference in New Issue
Block a user