void Start()
 {
     me = GetComponent <EnemyBounceAndFall>();
 }
예제 #2
0
	void Start() {
		me = GetComponent<EnemyBounceAndFall>();
	}