Skip to content

Instantly share code, notes, and snippets.

@jaredjenkins
Last active December 15, 2015 20:49
Show Gist options
  • Save jaredjenkins/5321683 to your computer and use it in GitHub Desktop.
Save jaredjenkins/5321683 to your computer and use it in GitHub Desktop.
using UnityEngine;
using PlaynomicsPlugin;
public class FirstScene : MonoBehaviour
{
void Start() {
Playnomics.instance.start(1234567890123456789L, "Z6q3UAtVwcxw35p9y");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment