コード例 #1
0
ファイル: Tile.cs プロジェクト: DeanReynolds/Orbis
 public bool EitherForeIs(Tile tile, params Types[] types)
 {
     return(Fore.Matches(types) && tile.Fore.Matches(types));
 }