From 5958d9c071915ab71aea5a5c08d79e88024f6c58 Mon Sep 17 00:00:00 2001 From: Matheus Date: Sun, 14 Sep 2025 00:14:25 -0300 Subject: The newer scolls: groundrim. --- scripts/Utils/SignalBus.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts/Utils') diff --git a/scripts/Utils/SignalBus.cs b/scripts/Utils/SignalBus.cs index a2aa6ca..bf97c2d 100644 --- a/scripts/Utils/SignalBus.cs +++ b/scripts/Utils/SignalBus.cs @@ -1,4 +1,7 @@ +using System; using Godot; +using TheLegendOfGustav.InputHandling; +using TheLegendOfGustav.Magic; namespace TheLegendOfGustav.Utils; @@ -20,6 +23,14 @@ public partial class SignalBus : Node [Signal] public delegate void ExitInspectionModeEventHandler(); + [Signal] + public delegate void PlayerSpellChooseLocationEventHandler(SpellResource spell); + [Signal] + public delegate void PlayerSpellCastEventHandler(bool success); + + [Signal] + public delegate void CommandInputHandlerEventHandler(InputHandlers state); + public override void _Ready() { base._Ready(); -- cgit v1.2.3