Exemple #1
0
 public static GameUpdater Get()
 {
     lock (GameUpdaterSingletonLocker) return(SingletonContext ?? (SingletonContext = new GameUpdater()));
 }
Exemple #2
0
 public static GameUpdater Get()
 {
     lock (GameUpdaterSingletonLocker) return SingletonContext ?? (SingletonContext = new GameUpdater());
 }