Skip to content

Instantly share code, notes, and snippets.

@CloudyWater
Created January 29, 2017 20:38
Show Gist options
  • Save CloudyWater/671cef733e001bc53d75b9059c152ed1 to your computer and use it in GitHub Desktop.
Save CloudyWater/671cef733e001bc53d75b9059c152ed1 to your computer and use it in GitHub Desktop.
Function to add to MainMenuManager
public void LogInAccount ()
{
if (UsernameInput.text != "" && PasswordInput.text != "")
{
Connection.LogInAccount (UsernameInput.text, PasswordInput.text);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment