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