Skip to content

Instantly share code, notes, and snippets.

@alexson
Created January 13, 2022 09:12
Show Gist options
  • Save alexson/bcf409ec3c1fa28aaf8372817888f1d5 to your computer and use it in GitHub Desktop.
Save alexson/bcf409ec3c1fa28aaf8372817888f1d5 to your computer and use it in GitHub Desktop.
public void Init()
{
score = 0;
gameEnabled = false;
ir.hostStartGameButton.SetActive(true);
ir.hostStartGameMsg.SetActive(true);
ir.clientStartGameButton.SetActive(true);
ir.clientStartGameMsg.SetActive(true);
_SessionIDField.text = "";
ir.codeInput.text = "";
ir.codeDisplay.text = "";
PageChange(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment