Tweaked turret AI

This commit is contained in:
Marco 2025-03-03 15:21:24 +01:00
commit a8c493c27a
4 changed files with 77 additions and 58 deletions

View file

@ -1,4 +1,6 @@
namespace Cirno.Scripts.Resources;
using Godot;
namespace Cirno.Scripts.Resources;
public interface IBulletModifier
{