Exemple #1
0
 public bool IsBotanist()
 => GatheringType.ToGroup() == GatheringType.Botanist;
Exemple #2
0
 public bool IsMiner()
 => GatheringType.ToGroup() == GatheringType.Miner;