This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using GoogleMobileAds.Api; | |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| namespace Mio.Utils | |
| { | |
| public class AdmobAdsHelper : MonoBehaviour | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Song converter utility for the piano tiles 2 templates on SellMyApp https://www.sellmyapp.com/downloads/piano-tiles-template/ | |
| using UnityEngine; | |
| using System.Collections; | |
| using MovementEffects; | |
| using Mio.TileMaster; | |
| using System.Collections.Generic; | |
| using System; | |
| //using System.Runtime.Serialization.Formatters.Binary; |