public static FreeToPlayChampions GetInstance() { if (instance == null) instance = new FreeToPlayChampions(); return instance.champions == null ? null : instance; }
public static FreeToPlayChampions GetInstance() { if (_instance == null) { _instance = new FreeToPlayChampions(); } return(_instance._champions == null ? null : _instance); }