public static void EventRequestCancelled(string guid) { if (Application.isEditor) { return; } TapjoyPlatformPlugin.EventRequestCancelled(guid); }