Skip to content

Commit 62b7f6f

Browse files
committed
Removed unused collection
1 parent 2490063 commit 62b7f6f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

MLAPI-Editor/NetworkedObjectEditor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ public class NetworkedObjectEditor : Editor
99
{
1010
private bool initialized;
1111
private NetworkedObject networkedObject;
12-
private bool showObservers;
1312

1413
private void Init()
1514
{

MLAPI/MonoBehaviours/Core/NetworkedObject.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,5 @@ internal NetworkedBehaviour GetBehaviourAtOrderIndex(ushort index)
246246
//TODO index out of bounds
247247
return childNetworkedBehaviours[index];
248248
}
249-
250-
//Key: behaviourOrderId, value key: messageType, value value callback
251-
internal Dictionary<ushort, Dictionary<ushort, Action<uint, BitReader>>> targetMessageActions = new Dictionary<ushort, Dictionary<ushort, Action<uint, BitReader>>>();
252249
}
253250
}

0 commit comments

Comments
 (0)