Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
123456789101112131415 |
- #if SERVICES_SDK_CORE_ENABLED
- using Unity.Services.Core.Editor;
-
- namespace UnityEngine.Advertisements.Editor
- {
- /// <summary>
- /// Implementation of the <see cref="IEditorGameServiceIdentifier"/> for the Ads service.
- /// </summary>
- public struct AdsServiceIdentifier : IEditorGameServiceIdentifier
- {
- /// <inheritdoc/>
- public string GetKey() => "Ads";
- }
- }
- #endif
|