public void reset() { bloodRecorder.reset(); shootCoroutine = shoot(1); StartCoroutine(shootCoroutine); Debug.Log("NPC reset"); }
public void reset() { transform.position = new Vector3(0, 0, 0); bloodRecorder.reset(); }