191
{
192
currentPlayerCount--;
193
}
194
195
public boolean isInUse()
196
197
return currentPlayerCount > 0;
198
199
/**
200
* @return the instanceIndex
201