mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Isometric implementation
This commit is contained in:
parent
1434f7aa6d
commit
ed656f00bb
92 changed files with 2834 additions and 223 deletions
|
|
@ -5,7 +5,7 @@ namespace Cirno.Scripts.AttackPatterns;
|
|||
|
||||
public interface IPatternMachine
|
||||
{
|
||||
public Node2D Parent { get; }
|
||||
public Node Parent { get; }
|
||||
|
||||
public void Start();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue