Example #1
0
 bool ModMatchesActiveGame(ISupportModding game) => game != null && _mod.GameMatch(game);
Example #2
0
 public bool Supports(IMod mod) => _modding != null && mod.GameMatch(_modding);
 public bool Supports(IMod mod) => _modding != null && mod.GameMatch(_modding);
Example #4
0
 public bool Supports(IMod mod) {
     return _modding != null && mod.GameMatch(_modding);
 }