public static GameUpdater Get() { lock (GameUpdaterSingletonLocker) return(SingletonContext ?? (SingletonContext = new GameUpdater())); }
public static GameUpdater Get() { lock (GameUpdaterSingletonLocker) return SingletonContext ?? (SingletonContext = new GameUpdater()); }