package com.java4_18.snak05; public class Obstacles { int row; int col; Obstacles( int row,int col){ this.row = row; this.col = col; } }
最近下载更多
package com.java4_18.snak05; public class Obstacles { int row; int col; Obstacles( int row,int col){ this.row = row; this.col = col; } }