You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Use a <see cref="NetworkObject"/> to register a class that implements the <see cref="INetworkPrefabInstanceHandler"/> interface with the <see cref="NetworkPrefabHandler"/>
@@ -99,10 +95,6 @@ public bool AddHandler(NetworkObject prefabAssetNetworkObject, INetworkPrefabIns
/// Use a <see cref="NetworkObject.GlobalObjectIdHash"/> to register a class that implements the <see cref="INetworkPrefabInstanceHandler"/> interface with the <see cref="NetworkPrefabHandler"/>
@@ -124,12 +116,6 @@ public bool AddHandler(uint globalObjectIdHash, INetworkPrefabInstanceHandler in
0 commit comments