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