We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd9ab6 commit 3788e70Copy full SHA for 3788e70
MLAPI/MonoBehaviours/Prototyping/NetworkedProximity.cs
@@ -1,5 +1,4 @@
1
using MLAPI.MonoBehaviours.Core;
2
-using System.Collections;
3
using System.Collections.Generic;
4
using UnityEngine;
5
@@ -8,8 +7,8 @@ namespace MLAPI.MonoBehaviours.Prototyping
8
7
/// <summary>
9
/// A prototype component to set observers based on distance
10
/// </summary>
11
- [AddComponentMenu("MLAPI/NetworkedProximity2")]
12
- public class NetworkedProximity2 : NetworkedBehaviour
+ [AddComponentMenu("MLAPI/NetworkedProximity")]
+ public class NetworkedProximity : NetworkedBehaviour
13
{
14
15
/// Method to use for checking distance
0 commit comments