Skip to content

Commit a70dc98

Browse files
committed
fix vettng test
1 parent ab7a06a commit a70dc98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.unity.netcode.gameobjects/Runtime/Core/NetworkObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ public bool HasOwnershipStatus(OwnershipStatus status)
12221222
/// <summary>
12231223
/// Gets if the object has yet been spawned across the network
12241224
/// </summary>
1225-
public bool IsSpawned { get; private set; }
1225+
public bool IsSpawned { get; internal set; }
12261226

12271227
/// <summary>
12281228
/// Gets if the object is a SceneObject.

0 commit comments

Comments
 (0)