searchForGameSolo method

EGameSearchErrorCode searchForGameSolo(
  1. int nPlayerMin,
  2. int nPlayerMax
)

Implementation

EGameSearchErrorCode searchForGameSolo(
  int nPlayerMin,
  int nPlayerMax,
) =>
    EGameSearchErrorCode.fromValue(
      _searchForGameSolo.call(
        this,
        nPlayerMin,
        nPlayerMax,
      ),
    );