Skip to content

Commit e2e0eee

Browse files
style-pvp
Adding inheritdoc
1 parent ffca0f3 commit e2e0eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ protected virtual void Awake()
240240
OnAwake();
241241
}
242242

243+
/// <inheritdoc/>
243244
protected override void OnNetworkPreSpawn(ref NetworkManager networkManager)
244245
{
245246
IsDestroying = false;

0 commit comments

Comments
 (0)