using UnityEngine; using Amanotes.TripleSDK.Core; namespace Amanotes.TripleSDK.Appsflyer { [InjectService(TargetPlatform = (int)RuntimePlatform.OSXEditor, Package = "AmaAppsflyers")] [StartupService] public class AppsflyerMacService : AppsflyerEditorService { } }