private void Start() { thisPlayer = Player.Get(this.gameObject); thisHub = thisPlayer.ReferenceHub; thisEffects = thisHub.GetComponentInParent <PlayerEffectsController>(); _stage = 0; infectionTime = Time.time; Log.Info(infectionTime); }