package PrintLabyrinth;

public class LevelParam
{
  protected int rows_;
  protected int cols_;
  protected int num_diamonds_;
  

  
}
