예제 #1
0
 public void EnableAutoPresent(bool autoPresent)
 {
     TapjoyPlugin.EnableEventAutoPresent(myGuid, autoPresent);
 }
예제 #2
0
 public unsafe static long $Invoke33(long instance, long *args)
 {
     TapjoyPlugin.EnableEventAutoPresent(Marshal.PtrToStringUni(*(IntPtr *)args), *(sbyte *)(args + 1) != 0);
     return(-1L);
 }