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