renderBatLoop function

void renderBatLoop()

..

Implementation

void renderBatLoop() {
  //  for testing purposes render class here
  BatLooper batLooper = BatLooper();
  print(batLooper.info);
}