SupaLidlGame/BoundingBoxes/InteractionReceiver.cs

9 lines
141 B
C#
Raw Permalink Normal View History

2023-06-06 18:39:23 -07:00
using Godot;
using System.Collections.Generic;
namespace SupaLidlGame.BoundingBoxes;
public partial class InteractionReceiver : Area2D
{
}