isBattleDraw method

bool isBattleDraw()

Implementation

bool isBattleDraw() {
  return _battleManager.isBattleDraw();
}