PottingMobServicesVersion.cs 272 B

1234567891011
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. /*
  5. * This file has been deprecated in the SDK 1.0 update and will be eventually removed.
  6. */
  7. public class PottingMobServicesVersion
  8. {
  9. public static string Ad_Version = "1.6.0";
  10. }