7 lines
142 B
C#
7 lines
142 B
C#
|
namespace SupaLidlGame.Utils;
|
||
|
|
||
|
public interface IInteractive
|
||
|
{
|
||
|
public BoundingBoxes.InteractionTrigger InteractionTrigger { get; set; }
|
||
|
}
|