Skip to content

Instantly share code, notes, and snippets.

@musicm122
Created July 27, 2014 23:50
Show Gist options
  • Save musicm122/552bf0f1280a899d71ff to your computer and use it in GitHub Desktop.
Save musicm122/552bf0f1280a899d71ff to your computer and use it in GitHub Desktop.
node6
public static Condition MoveRight(this Condition node)
{
return node.Right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment