void Start()
 {
     theIC              = FindObjectOfType <InteracrionController>();
     theCam             = FindObjectOfType <CameraController>();
     theSpriteManager   = FindObjectOfType <SpriteManager>();
     theSplashManager   = FindObjectOfType <SplashManager>();
     theCutSceneManager = FindObjectOfType <CutSceneManager>();
     theSlideManager    = FindObjectOfType <SlideManager>();
 }
示例#2
0
 void Start()
 {
     theIC     = FindObjectOfType <InteracrionController>();
     thePlayer = FindObjectOfType <PlayerController>();
 }