Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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. }