Exemplo n.º 1
0
 void Awake()
 {
     _player          = PlayerMover.GetInstance();
     _level           = LevelManager.GetInstance();
     _diedMessage     = DiedMessageController.GetInstance();
     _scoreController = ScoreController.GetInstance();
 }
Exemplo n.º 2
0
 void Awake()
 {
     _mover = PlayerMover.GetInstance();
     _slide = PlayerSlide.GetInstance();
 }