这是java中一个简单程序DotCom的问题
private GameHelper helper = new GameHelper();
。。。
for(int i=0; i<dotComList.size(); i++) {
ArrayList<String> newLocation = helper.placeDotCom(3);
dotComList.get(i).setLocationCells(newLocation);
}
想问一下helper的用法,搜遍全网没搜到
这个类是哪个包下的