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