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