Ejemplo n.º 1
0
 private void Awake()
 {
     TapjoyManager.m_instance = this;
     if (base.gameObject.GetComponent <TapjoyPlugin>() == null)
     {
         base.gameObject.AddComponent <TapjoyPlugin>();
     }
 }
Ejemplo n.º 2
0
 public unsafe static long $Invoke28(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(TapjoyManager.IsOfferWallOpen()));
 }
Ejemplo n.º 3
0
 public unsafe static long $Invoke27(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(TapjoyManager.IsEnabled()));
 }