Skip to content

Commit 42ac2a8

Browse files
sty;e - PvP
Adding documentation to an undocumented enum value.
1 parent 4b4c8ca commit 42ac2a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

com.unity.netcode.gameobjects/Runtime/Components/Helpers/AttachableBehaviour.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ private void CreatedNestedChild()
117117
[Flags]
118118
public enum AutoDetatchTypes
119119
{
120+
/// <summary>
121+
/// Disables auto detach.
122+
/// </summary>
120123
None,
121124
/// <summary>
122125
/// Detatch on ownership change.

0 commit comments

Comments
 (0)