namespace GodotComponentTest.entities; public interface IInteractionInterface { void OnInteractionStart(); void OnInteractionEnd(); }