Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     PlayerRigidbody = GetComponent <Rigidbody2D>();
     anim            = GetComponent <Animator> ();
     In = GameObject.Find("NIL").GetComponent <INSCORE> ();
 }
Beispiel #2
0
 // Use this for initialization
 void Start()
 {
     In = GameObject.Find("NIL").GetComponent <INSCORE> ();
 }