mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Triggerable acid
This commit is contained in:
parent
e85a4afa3f
commit
796f70b69a
16 changed files with 1329 additions and 968 deletions
|
|
@ -0,0 +1,9 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Components.FSM._3DPlayer;
|
||||
|
||||
public partial class PlayerAcidDetectionProvider : Area2D
|
||||
{
|
||||
// [Signal]
|
||||
// public delegate void AcidCollisionEventHandler();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue