We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c308b74 commit 964958eCopy full SHA for 964958e
1 file changed
MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs
@@ -69,8 +69,6 @@ public NetworkedObject networkedObject
69
/// </summary>
70
public uint OwnerClientId => networkedObject.OwnerClientId;
71
72
- private readonly Dictionary<string, int> registeredMessageHandlers = new Dictionary<string, int>();
73
-
74
private void OnEnable()
75
{
76
if (_networkedObject == null)
0 commit comments