namespace UnityEngine.Purchasing { /// /// Class for constants referencing GooglePlay /// public class GooglePlay { /// /// Constant used for Mapping the store with GooglePlay /// public const string Name = "GooglePlay"; } }