コード例 #1
0
 void Awake()
 {
     physics = this.GetComponent <PredictiveBoxPhysics>();
     juice   = this.GetComponent <PlayerJuice>();
 }
コード例 #2
0
 void Awake()
 {
     physics = this.GetComponent <PredictiveBoxPhysics>();
     moveBackAndForthJuice = this.GetComponent <IMoveBackAndForthJuice>();
 }