Пример #1
0
	void Fire() {
		playerAnimator.SetTrigger("attack");
		ghostBullet.gameObject.SetActive(true);
		StartCoroutine(ghostBullet.Hit());
	}