10 lines
160 B
C#
10 lines
160 B
C#
using System;
|
|
|
|
namespace UnityEngine.Networking.Match
|
|
{
|
|
// Token: 0x020002B4 RID: 692
|
|
internal class CreateOrJoinMatchRequest : CreateMatchRequest
|
|
{
|
|
}
|
|
}
|