예제 #1
0
 public static GameUpdater Get()
 {
     lock (GameUpdaterSingletonLocker) return(SingletonContext ?? (SingletonContext = new GameUpdater()));
 }
예제 #2
0
파일: GameUpdater.cs 프로젝트: TriAdX/OCTGN
 public static GameUpdater Get()
 {
     lock (GameUpdaterSingletonLocker) return SingletonContext ?? (SingletonContext = new GameUpdater());
 }