using Godot; using EinSoftworks.Events; namespace Voider; /// /// Wrapper for ConfigurableEventManager that makes it available in this project. /// This inherits from the library's ConfigurableEventManager. /// [GlobalClass] public partial class EventManager : ConfigurableEventManager { // Inherits all functionality from ConfigurableEventManager // You can add project-specific event manager functionality here if needed }