Skip to content

Instantly share code, notes, and snippets.

@BrentFarris
Last active October 2, 2015 04:55
Show Gist options
  • Save BrentFarris/ee3256c7ddf37f74385a to your computer and use it in GitHub Desktop.
Save BrentFarris/ee3256c7ddf37f74385a to your computer and use it in GitHub Desktop.
Forge Networking Sample: Start a Server
// Arguments:
// ushort <PORT_NUMBER>
// Networking.TransportationProtocolType <PROTOCOL_TYPE>
// int <MAX_PLAYERS>
Networking.Host((ushort)15937, Networking.TransportationProtocolType.UDP, 31);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment