void Start()
 {
     CoreTools.GetManager <Updater>().AddTo(this);
     gameManager = CoreTools.GetManager <GameManager>();
     player      = gameManager.GetPlayer();
 }
 void Start()
 {
     CoreTools.GetManager <Updater>().AddTo(this);
 }