Example #1
0
 void Awake()
 {
     juice = this.GetComponent <PlayerJuice>();
 }
Example #2
0
 void Awake()
 {
     physics = this.GetComponent <PredictiveBoxPhysics>();
     juice   = this.GetComponent <PlayerJuice>();
 }