Refactor: Gatherers->Gatherer

This commit is contained in:
rubenpirreram
2026-03-20 19:07:59 +01:00
parent d80c2888ee
commit 0e9a4781bb
8 changed files with 24 additions and 28 deletions
@@ -37,7 +37,7 @@ public class Player {
public ArrayList <Artist> artists;
public ArrayList <Builder> builders;
public ArrayList <Inventor> inventors;
public ArrayList <Gatherers> gatherers;
public ArrayList <Gatherer> gatherers;
public ArrayList <Shaman> shamans;
public ArrayList <Hunter> hunters;