SwornGuns

74.9k Downloads

getAmmoAmtNeeded() never defined?

phantamanta44 opened this issue ยท 2 comments

commented

Gun.getAmmoAmtNeeded() seems to be referenced here, but it doesn't ever seem to be defined in the Gun class (or anywhere else either, for that matter).

commented

The field is defined here, then it is converted into a getter and a setter using lombok.

commented

Ah, I see. I didn't notice the @Data annotation.