Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
12345678910111213 |
- namespace UnityEngine.Purchasing
- {
- /// <summary>
- /// Class for constants referencing GooglePlay
- /// </summary>
- public class GooglePlay
- {
- /// <summary>
- /// Constant used for Mapping the store with GooglePlay
- /// </summary>
- public const string Name = "GooglePlay";
- }
- }
|