package com.tos_bot.puzzleslove; public class matchPair { public int orbType; public int count; public matchPair(int ot,int c){ orbType = ot; count =c; } }