No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GooglePlay.cs 323B

12345678910111213
  1. namespace UnityEngine.Purchasing
  2. {
  3. /// <summary>
  4. /// Class for constants referencing GooglePlay
  5. /// </summary>
  6. public class GooglePlay
  7. {
  8. /// <summary>
  9. /// Constant used for Mapping the store with GooglePlay
  10. /// </summary>
  11. public const string Name = "GooglePlay";
  12. }
  13. }