style(NetworkMatch): removed private

This commit is contained in:
MrGadget1024 2024-01-04 13:59:08 -05:00
parent 5b65afd68d
commit 912b170989

View File

@ -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;
///<summary>Set this to the same value on all networked objects that belong to a given match</summary>
public Guid matchId