chore(NetworkRigidbody): Fixed AddComponentMenu (Obsolete)

This commit is contained in:
MrGadget 2024-04-16 13:39:39 -04:00
parent 8a52a97031
commit 7bc7eb4e9d

View File

@ -3,7 +3,7 @@
namespace Mirror.Experimental
{
[AddComponentMenu("Network/ Experimental/Network Rigidbody")]
[AddComponentMenu("")]
[HelpURL("https://mirror-networking.gitbook.io/docs/components/network-rigidbody")]
[Obsolete("Use the new NetworkRigidbodyReliable/Unreliable component with Snapshot Interpolation instead.")]
public class NetworkRigidbody : NetworkBehaviour