Skip to content

Instantly share code, notes, and snippets.

@garrynewman
Created June 8, 2018 12:35
Show Gist options
  • Save garrynewman/f002bbcde0403ee708967fb7e4a1b8da to your computer and use it in GitHub Desktop.
Save garrynewman/f002bbcde0403ee708967fb7e4a1b8da to your computer and use it in GitHub Desktop.
TimeUntil timeUntilBurp;
void Update()
{
if ( timeUntilBurp <= 0 )
{
Burp();
timeUntilBurp = 5;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment