// simple component that holds match information using System; namespace Mirror { public class NetworkMatch : NetworkBehaviour { ///Set this to the same value on all networked objects that belong to a given match public Guid matchId; } }