using System; namespace InnerNet { public enum MatchMakerModes { None, Client, HostAndClient } }