setBotPlayerCount method

void setBotPlayerCount(
  1. int cBotplayers
)

Implementation

void setBotPlayerCount(
  int cBotplayers,
) =>
    _setBotPlayerCount.call(
      this,
      cBotplayers,
    );