Skip to content

Commit 3788e70

Browse files
author
Chris Langsenkamp
authored
Removed the '2' and the extraneous using
1 parent afd9ab6 commit 3788e70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MLAPI/MonoBehaviours/Prototyping/NetworkedProximity.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using MLAPI.MonoBehaviours.Core;
2-
using System.Collections;
32
using System.Collections.Generic;
43
using UnityEngine;
54

@@ -8,8 +7,8 @@ namespace MLAPI.MonoBehaviours.Prototyping
87
/// <summary>
98
/// A prototype component to set observers based on distance
109
/// </summary>
11-
[AddComponentMenu("MLAPI/NetworkedProximity2")]
12-
public class NetworkedProximity2 : NetworkedBehaviour
10+
[AddComponentMenu("MLAPI/NetworkedProximity")]
11+
public class NetworkedProximity : NetworkedBehaviour
1312
{
1413
/// <summary>
1514
/// Method to use for checking distance

0 commit comments

Comments
 (0)