Skip to content

Instantly share code, notes, and snippets.

@framundo
Created August 2, 2016 17:04
Show Gist options
  • Save framundo/19df0480b1e7abe142d45f7e1d51a014 to your computer and use it in GitHub Desktop.
Save framundo/19df0480b1e7abe142d45f7e1d51a014 to your computer and use it in GitHub Desktop.
DragMove Changes
public class DragMove : NetworkBehaviour {
...
void Update () {
if (!isLocalPlayer)
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment