mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NetworkMatch: Added missing attributes
This commit is contained in:
parent
3afd54e182
commit
5d225bd407
@ -1,8 +1,12 @@
|
|||||||
// simple component that holds match information
|
// simple component that holds match information
|
||||||
using System;
|
using System;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Mirror
|
namespace Mirror
|
||||||
{
|
{
|
||||||
|
[DisallowMultipleComponent]
|
||||||
|
[AddComponentMenu("Network/NetworkMatch")]
|
||||||
|
[HelpURL("https://mirror-networking.gitbook.io/docs/guides/interest-management")]
|
||||||
public class NetworkMatch : NetworkBehaviour
|
public class NetworkMatch : NetworkBehaviour
|
||||||
{
|
{
|
||||||
///<summary>Set this to the same value on all networked objects that belong to a given match</summary>
|
///<summary>Set this to the same value on all networked objects that belong to a given match</summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user