コード例 #1
0
ファイル: NodeMeta.cs プロジェクト: Brunhine/GatherBuddy
 public bool IsBotanist()
 => GatheringType.ToGroup() == GatheringType.Botanist;
コード例 #2
0
ファイル: NodeMeta.cs プロジェクト: Brunhine/GatherBuddy
 public bool IsMiner()
 => GatheringType.ToGroup() == GatheringType.Miner;