7 lines
95 B
C#
7 lines
95 B
C#
public enum MatchmakingMode : byte
|
|
{
|
|
FillRoom = 0,
|
|
SerialMatching = 1,
|
|
RandomMatching = 2
|
|
}
|