From 7945bd1513509e026f2a49b8d87ce059a3324ce7 Mon Sep 17 00:00:00 2001 From: James Frowen Date: Wed, 21 Aug 2024 18:38:57 +0100 Subject: [PATCH] fix: making RemoteCallCollection public --- Assets/Mirage/Runtime/NetworkIdentity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirage/Runtime/NetworkIdentity.cs b/Assets/Mirage/Runtime/NetworkIdentity.cs index 4a3abfde4b..4e18865985 100644 --- a/Assets/Mirage/Runtime/NetworkIdentity.cs +++ b/Assets/Mirage/Runtime/NetworkIdentity.cs @@ -1211,7 +1211,7 @@ public override string ToString() /// [NonSerialized] private RemoteCallCollection _remoteCallCollection; - internal RemoteCallCollection RemoteCallCollection + public RemoteCallCollection RemoteCallCollection { get {