상속: BaseUpdater
예제 #1
0
 public static void Initialize()
 {
     Debug.Assert(Instance == null);
     Instance = new DataUpdater();
 }
예제 #2
0
 public static void Initialize() {
     Debug.Assert(Instance == null);
     Instance = new DataUpdater();
 }