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