Skip to content

Instantly share code, notes, and snippets.

@hk1ll3r
Last active February 5, 2020 23:11
Show Gist options
  • Save hk1ll3r/d7e0f8412f8c92016ce82e719c977c20 to your computer and use it in GitHub Desktop.
Save hk1ll3r/d7e0f8412f8c92016ce82e719c977c20 to your computer and use it in GitHub Desktop.
20200205-rundelayed-usage
public void OnBuff()
{
Debug.Log("buffed!");
RunDelayed(2f, () => {
Debug.Log("debuffed!");
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment