Skip to content

Instantly share code, notes, and snippets.

@TokyoDan
Created June 22, 2013 08:01
Show Gist options
  • Save TokyoDan/5836282 to your computer and use it in GitHub Desktop.
Save TokyoDan/5836282 to your computer and use it in GitHub Desktop.
Dictionary<string, object> roomProps = new Dictionary<string, object>();
roomProps.Add("Blue", "empty");
roomProps.Add("Red", "empty");
roomProps.Add("Green", "empty");
roomProps.Add("Orange", "empty");
WarpClient.GetInstance().CreateRoom("Echo", "Mich", 4, roomProps);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment