PottingMobVersion.cs 268 B

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