InitInstance() 개인적인 메소드

private InitInstance ( ) : void
리턴 void
예제 #1
0
 public static void Init()
 {
     if (instance == null)
     {
         instance = new SoundManager();
         instance.InitInstance();
     }
 }
예제 #2
0
 public static void Init()
 {
     if (instance == null)
     {
         instance = new SoundManager();
         instance.InitInstance();
     }
 }