Mineplex2018-withcommit/Plugins/Mineplex.ChestConverter/src/mineplex/chestConverter/SearchConf.java
2015-05-17 01:28:44 -07:00

14 lines
190 B
Java

package mineplex.chestConverter;
public class SearchConf
{
public SearchConf(int idIndex, int count)
{
IdIndex = idIndex;
Count = count;
}
public int IdIndex;
public int Count;
}