1234567891011121314151617 |
- /*
- * Version for Unity
- * © 2015-2020 YANDEX
- * You may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * https://yandex.com/legal/appmetrica_sdk_agreement/
- */
- using UnityEngine;
- using System.Collections.Generic;
- public class AppMetEvents : MonoBehaviour
- {
-
- }
|