Esempio n. 1
0
 public CaughtRockState(RockBehavior rb) : base(rb)
 {
     joint = rb.GetComponent <TargetJoint2D>();
 }