This commit is contained in:
CortexCore
2025-04-28 15:10:49 +08:00
parent 3f9d9f19ce
commit 4c2534a6e9
11 changed files with 72 additions and 5 deletions

View File

@@ -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; }
}