using Godot; namespace Babushka.scripts.CSharp.Common.CharacterControls; /// /// Used for identifying scenes when listening for area overlaps. /// public partial class DetectableInteractionArea : Area2D { }