AppMetEvents.cs 327 B

1234567891011121314151617
  1. /*
  2. * Version for Unity
  3. * © 2015-2020 YANDEX
  4. * You may not use this file except in compliance with the License.
  5. * You may obtain a copy of the License at
  6. * https://yandex.com/legal/appmetrica_sdk_agreement/
  7. */
  8. using UnityEngine;
  9. using System.Collections.Generic;
  10. public class AppMetEvents : MonoBehaviour
  11. {
  12. }