We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc2289 commit bb3a9e5Copy full SHA for bb3a9e5
1 file changed
com.unity.multiplayer.mlapi/Runtime/Core/NetworkedObject.cs
@@ -20,6 +20,7 @@ namespace MLAPI
20
/// A component used to identify that a GameObject is networked
21
/// </summary>
22
[AddComponentMenu("MLAPI/NetworkedObject", -99)]
23
+ [DisallowMultipleComponent]
24
public sealed class NetworkedObject : MonoBehaviour
25
{
26
private void OnValidate()
0 commit comments