Beispiel #1
0
 public bool IsWeakAgainst(GameType otherGameType)
 {
     return _weak.Any(type => type == otherGameType.Name);
 }
Beispiel #2
0
 public bool IsEffectiveAgainst(GameType otherGameType)
 {
     return _effective.Any(type => type == otherGameType.Name);
 }