export target variables and made a targetable interface

This commit is contained in:
2026-01-21 14:21:47 +01:00
parent 04121f18a4
commit fb78add739
7 changed files with 41 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
using Godot;
namespace Movementtests.interfaces;
public interface ITargetable
{
Vector3 GetTargetGlobalPosition();
}

View File

@@ -0,0 +1 @@
uid://c7t7d18oi72pj