Skip to content

Instantly share code, notes, and snippets.

@BrentFarris
Created January 10, 2015 23:54
Show Gist options
  • Save BrentFarris/9848fd1a2ee8c25b0a76 to your computer and use it in GitHub Desktop.
Save BrentFarris/9848fd1a2ee8c25b0a76 to your computer and use it in GitHub Desktop.
Forge Networking Sample: Checking if Connected
if (Networking.Connected)
{
// TODO: Fancy stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment