mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 19:55:54 +00:00
2D Character and weapons
This commit is contained in:
parent
072f6d0ce6
commit
cc9c4e5aa1
37 changed files with 1115 additions and 91 deletions
9
Scripts/Components/Actors/IMouseAimProvider.cs
Normal file
9
Scripts/Components/Actors/IMouseAimProvider.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Components.Actors;
|
||||
|
||||
public interface IMouseAimProvider
|
||||
{
|
||||
public Vector2 GetMouseAimInput();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue