Last active
December 15, 2015 20:49
-
-
Save jaredjenkins/5321683 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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