SupaLidlGame/Utils/IInteractive.cs

7 lines
142 B
C#
Raw Normal View History

2023-06-10 22:15:28 -07:00
namespace SupaLidlGame.Utils;
public interface IInteractive
{
public BoundingBoxes.InteractionTrigger InteractionTrigger { get; set; }
}