// Player1.cpp

#include "Player1.h"

bool Player1::stop() const
{
  return true;
}

