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