Skip to content

Instantly share code, notes, and snippets.

@is8r
Last active November 17, 2016 10:04
Show Gist options
  • Save is8r/326c9702838ade12fb9975607fd37ae8 to your computer and use it in GitHub Desktop.
Save is8r/326c9702838ade12fb9975607fd37ae8 to your computer and use it in GitHub Desktop.
void Start()
{
Coroutine coroutine = DelayUtil.Delay (1.0f, () => {
Debug.Log ("DelayUtil.Delay");
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment