Skip to content

Instantly share code, notes, and snippets.

@gmodecorp
Created December 22, 2014 13:59
Show Gist options
  • Save gmodecorp/dd7b0c78cfd0fd7940ca to your computer and use it in GitHub Desktop.
Save gmodecorp/dd7b0c78cfd0fd7940ca to your computer and use it in GitHub Desktop.
public void StopCoroutine(string methodName)
{
Main.RemoveRoutine(this, methodName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment