mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
style(NetworkMatch): removed private
This commit is contained in:
parent
5b65afd68d
commit
912b170989
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user