Deleted

What is the point of setting the coroutine as a variable? Wont StopCoroutine(FiringContinuously()); work just as intended?

there is no need to put variables in coroutines, its just done to keep the code neat and if it is used in the future for any reason. Its all up to you if you want to set the coroutine as a variable or not.

1 Like

Privacy & Terms