Ejemplo n.º 1
0
 public static GameShape getDefault()
 {
     return(new GameShape(Algorithms.createNewMatrix(), 0, 0, 0, 0));
 }