canUse method

bool canUse()

Implementation

bool canUse(){
  return state == 1;
}