コード例 #1
0
ファイル: CardsContainer.cs プロジェクト: tgadfly/Midnight
 public bool HasHq(Country country)
 {
     return(GetAliveHqs().Any(HQ => HQ.Is(country)));
 }