Basic Networking done
This commit is contained in:
11
Assets/Mirror/Components/NetworkMatch.cs
Normal file
11
Assets/Mirror/Components/NetworkMatch.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
// simple component that holds match information
|
||||
using System;
|
||||
|
||||
namespace Mirror
|
||||
{
|
||||
public class NetworkMatch : NetworkBehaviour
|
||||
{
|
||||
///<summary>Set this to the same value on all networked objects that belong to a given match</summary>
|
||||
public Guid matchId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user