예제 #1
0
 private void Start()
 {
     theIC       = FindObjectOfType <InteractionControler>();
     theCam      = FindObjectOfType <CameraController>();
     theSprite   = FindObjectOfType <SpriteManager>();
     theSplash   = FindObjectOfType <SplashManager>();
     theCutScene = FindObjectOfType <CutSceneManager>();
     theSlide    = FindObjectOfType <SlideManager>();
     theDM       = FindObjectOfType <DisappearingManager>();
 }
예제 #2
0
 private void Start()
 {
     theIC     = FindObjectOfType <InteractionControler>();
     thePlayer = FindObjectOfType <PlayerController>();
 }
예제 #3
0
 private void Start()
 {
     theIC     = FindObjectOfType <InteractionControler>();
     theSplash = FindObjectOfType <SplashManager>();
     theDS     = FindObjectOfType <DisappearingManager>();
 }