grebarzasi / ing-sw-2019-barzasi-bellacoscia-cai

1 stars 1 forks source link

public void shoot(Weapon w) #4

Closed ingconti closed 5 years ago

ingconti commented 5 years ago

pls explain the rationale of this construtor.

grebarzasi commented 5 years ago

it was a wrong approach, now we will use a "doAction" method in "Action" interface. I checked and whole "actions" package need to be implemented and edited according to it.

ingconti commented 5 years ago

so.. IN WHICH files I can see this improvements?

grebarzasi commented 5 years ago

The Class "ActionBuilder" isn't implemented yet but you should see the changes in it.polimi.ingsw.actions package.