Ejemplo n.º 1
0
 public bool IsBotanist()
 => GatheringType.ToGroup() == GatheringType.Botanist;
Ejemplo n.º 2
0
 public bool IsMiner()
 => GatheringType.ToGroup() == GatheringType.Miner;