Iniciar
This commit is contained in:
9
src/Tablero.java
Normal file
9
src/Tablero.java
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
public class Tablero {
|
||||
int[][] tablero;
|
||||
|
||||
public Tablero() {
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user