add debug event

This commit is contained in:
Chris Cromer 2022-11-20 01:46:14 -03:00
parent f5a7b48f52
commit 5e54f1c329
1 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,6 @@ public sealed class Event : Node
delegate void FireCollected();
[Signal]
delegate void PlayerTouched();
[Signal]
delegate void DebugState(string state);
}