Skip to content

Commit 964958e

Browse files
committed
Removed unused dictionary
1 parent c308b74 commit 964958e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ public NetworkedObject networkedObject
6969
/// </summary>
7070
public uint OwnerClientId => networkedObject.OwnerClientId;
7171

72-
private readonly Dictionary<string, int> registeredMessageHandlers = new Dictionary<string, int>();
73-
7472
private void OnEnable()
7573
{
7674
if (_networkedObject == null)

0 commit comments

Comments
 (0)