This commit is contained in:
CortexCore
2025-03-10 18:06:24 +08:00
parent 88f1ff1b04
commit 16dd934194
18 changed files with 240 additions and 15 deletions

View File

@@ -24,6 +24,7 @@ namespace Net.Project.B.WorldNode
public object WorldObject { get; set; }
public UnityDoorState State;
public WorldInteractionProcess InteractionType;
public bool IsDoubleSwing;
#if UNITY_5_3_OR_NEWER
public Transform DoorTransform;
public Vector3 OpenPosition;