Skip to content

Commit

Permalink
fix: making RemoteCallCollection public
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Aug 21, 2024
1 parent 69459f5 commit 7945bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/NetworkIdentity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ public override string ToString()
/// </summary>
[NonSerialized]
private RemoteCallCollection _remoteCallCollection;
internal RemoteCallCollection RemoteCallCollection
public RemoteCallCollection RemoteCallCollection
{
get
{
Expand Down

0 comments on commit 7945bd1

Please sign in to comment.