1
This commit is contained in:
15
Src/Interaction/IDynamicInteractable.cs
Normal file
15
Src/Interaction/IDynamicInteractable.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using BITKit;
|
||||
|
||||
namespace Net.Project.B.Interaction
|
||||
{
|
||||
public class DynamicInteractable:IWorldInteractable
|
||||
{
|
||||
public bool Enabled => Allow.Allow;
|
||||
public readonly ValidHandle Allow=new();
|
||||
public object WorldObject { get; set; }
|
||||
public int Id { get; set; }
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user