cs230-group31 / project-spleego

CS230 Assignment Two
1 stars 0 forks source link

Rethink how we decide if something is an action tile. #49

Closed liamdln closed 3 years ago

liamdln commented 3 years ago

Instead of passing a parameter stating if something is an action tile, maybe we have a method within tile or in the action tile itself to return if the tile is an instance of an action tile or just true if the method is in the action tile class itself.

liamdln commented 3 years ago

Discussed and resolved.