8f097de476
- removed a lot of unnecessary code - Made a minimal working version - Added documentation
10 lines
261 B
C#
10 lines
261 B
C#
using Godot;
|
|
|
|
namespace Babushka.scripts.CSharp.Common.CharacterControls;
|
|
|
|
/// <summary>
|
|
/// Used for identifying <see cref="InteractionArea2D"/> scenes when listening for area overlaps.
|
|
/// </summary>
|
|
public partial class DetectableInteractionArea : Area2D
|
|
{
|
|
} |