summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/InnerNet/MatchMakerModes.cs
blob: 64604a4754fa503bd1c3fd58013caa94e8799ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace InnerNet
{
	public enum MatchMakerModes
	{
		None,
		Client,
		HostAndClient
	}
}