Triggerable acid

This commit is contained in:
Marco 2025-06-23 09:19:41 +02:00
commit 796f70b69a
16 changed files with 1329 additions and 968 deletions

View file

@ -0,0 +1,9 @@
using Godot;
namespace Cirno.Scripts.Components.FSM._3DPlayer;
public partial class PlayerAcidDetectionProvider : Area2D
{
// [Signal]
// public delegate void AcidCollisionEventHandler();
}