CSC207-2022F-UofT / course-project-monopolymen

Java Swing full recreation of Monopoly in the Clean Architecture
5 stars 3 forks source link

Updating DrawCardTile #70

Closed TahirLeonenko closed 1 year ago

TahirLeonenko commented 1 year ago

Changed constructor of DrawCardTile so that it's first created with an empty board and added a setter for the Board. Edited Board.java as for some reason the methods had an extra indent