From 912b1709892913cceb25dd9b64ebe99e05a73c0c Mon Sep 17 00:00:00 2001 From: MrGadget1024 <9826063+MrGadget1024@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:59:08 -0500 Subject: [PATCH] style(NetworkMatch): removed private --- .../Mirror/Components/InterestManagement/Match/NetworkMatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Components/InterestManagement/Match/NetworkMatch.cs b/Assets/Mirror/Components/InterestManagement/Match/NetworkMatch.cs index 913f981a2..970c9a1cc 100644 --- a/Assets/Mirror/Components/InterestManagement/Match/NetworkMatch.cs +++ b/Assets/Mirror/Components/InterestManagement/Match/NetworkMatch.cs @@ -9,7 +9,7 @@ namespace Mirror [HelpURL("https://mirror-networking.gitbook.io/docs/guides/interest-management")] public class NetworkMatch : NetworkBehaviour { - private Guid _matchId; + Guid _matchId; ///Set this to the same value on all networked objects that belong to a given match public Guid matchId