export target variables and made a targetable interface
This commit is contained in:
8
interfaces/ITargetable.cs
Normal file
8
interfaces/ITargetable.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
|
||||
namespace Movementtests.interfaces;
|
||||
|
||||
public interface ITargetable
|
||||
{
|
||||
Vector3 GetTargetGlobalPosition();
|
||||
}
|
||||
1
interfaces/ITargetable.cs.uid
Normal file
1
interfaces/ITargetable.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://c7t7d18oi72pj
|
||||
Reference in New Issue
Block a user