We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a5dd9 commit ce4f577Copy full SHA for ce4f577
1 file changed
com.unity.netcode.gameobjects/Runtime/Components/Helpers/AttachableNode.cs
@@ -24,7 +24,7 @@ public class AttachableNode : NetworkBehaviour
24
/// </summary>
25
public bool DetachOnDespawn = true;
26
27
- internal bool IsDestroying { get; private set; }
+ internal bool IsDestroying { get; private set; }
28
29
/// <summary>
30
/// A <see cref="List{T}"/> of the currently attached <see cref="AttachableBehaviour"/>s.
0 commit comments