Variable OsuRoom.slots

Automatically managed state of player slots, empty slots are Player.init

class OsuRoom
{
  // ...
  OsuRoom.Settings.Player[16] slots ;
  // ...
}