2025-10-22 19:30:33 +02:00
|
|
|
using Godot;
|
|
|
|
|
|
|
|
|
|
namespace Babushka.scripts.CSharp.Common.CharacterControls;
|
|
|
|
|
|
2025-10-24 15:13:35 +02:00
|
|
|
/// <summary>
|
|
|
|
|
/// Used for identifying <see cref="InteractionArea2D"/> scenes when listening for area overlaps.
|
|
|
|
|
/// </summary>
|
2025-10-22 19:30:33 +02:00
|
|
|
public partial class DetectableInteractionArea : Area2D
|
|
|
|
|
{
|
|
|
|
|
}
|