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

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

Feature 3 building houses and hotels #42

Closed SDunk1011 closed 1 year ago

JLenander commented 1 year ago

Same as #34 , the Presenter being in all of the method signatures indicates that you can have the presenter as an instance variable (passing it into the constructor) instead of passing it into every method.