1
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Net.Project.B.Interaction
|
||||
[Serializable]
|
||||
public class WorldInteractable : IWorldInteractable,IWorldNode
|
||||
{
|
||||
public IWorldInteractionType InteractionType => null;
|
||||
public bool Enabled { get; set; } = true;
|
||||
public object WorldObject { get; set; }
|
||||
public int Id { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user