Example #1
0
 void Start()
 {
     rb     = GetComponent <Rigidbody2D>();
     arrive = GetComponent <Arrive2D>();
 }