This commit is contained in:
CortexCore
2025-03-24 14:42:29 +08:00
parent ff7afe4133
commit 5fceb6f885
16 changed files with 153 additions and 16 deletions

View File

@@ -21,7 +21,6 @@ namespace Net.Project.B.WorldNode
public class UnityDoorNode:IWorldNode
{
public int Id { get; set; }
public object WorldObject { get; set; }
public UnityDoorState State;
public WorldInteractionProcess InteractionType;
public bool IsDoubleSwing;