Skip to content

PartyMatchingJoinResult

DummkopfOfHachtenduden edited this page Oct 12, 2021 · 1 revision
public enum PartyMatchingJoinResult : ushort
{
    Denied = 1,
    Accepted = 2,
    TimedOut = 3,
}
Clone this wiki locally