private void Start() { _player = Camera.main.gameObject; _flyingMovingB = GetComponent <FlyingMovingB>(); _attack3B = GetComponent <Attack3B>(); Hp = 5; Experience = 2539; Malus = 0; }
private void Start() { _player = Camera.main.gameObject; _flyingMovingB = GetComponent <FlyingMovingB>(); _attack3B = GetComponent <Attack3B>(); }