How to connect a class correctly to another and iterate through an 2d array

前端 未结 0 692
北恋
北恋 2021-01-28 06:39

I have to make a small boardgame in java and have an issue with my field.

public class Field {

private Cell[][] cellField = new Cell[5][5];

public Field() {
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题