9 lines
141 B
C#
9 lines
141 B
C#
|
using Godot;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace SupaLidlGame.BoundingBoxes;
|
||
|
|
||
|
public partial class InteractionReceiver : Area2D
|
||
|
{
|
||
|
}
|