SupaLidlGame/Utils/IInteractive.cs

7 lines
142 B
C#

namespace SupaLidlGame.Utils;
public interface IInteractive
{
public BoundingBoxes.InteractionTrigger InteractionTrigger { get; set; }
}