Skip to content

Instantly share code, notes, and snippets.

@codeinvain
Created June 6, 2013 05:50
Show Gist options
  • Save codeinvain/5719580 to your computer and use it in GitHub Desktop.
Save codeinvain/5719580 to your computer and use it in GitHub Desktop.
using UnityEngine;
using System.Collections;
using Pingjam;
public class PingjamInit : MonoBehaviour
{
void Start ()
{
AdRock.Instance.Register (new OptInDialogOptions (){Theme=OptInDialogOptions.THEME_LIGHT,CustomButtonStyle=true});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment