#if SERVICES_SDK_CORE_ENABLED using Unity.Services.Core.Editor; namespace UnityEngine.Advertisements.Editor { /// /// Implementation of the for the Ads service. /// public struct AdsServiceIdentifier : IEditorGameServiceIdentifier { /// public string GetKey() => "Ads"; } } #endif