package PrintGame;

// under construction
public class LevelParam
{
  protected int rows_;
  protected int cols_;
  protected int num_diamonds_;
  

  
}
