namespace UnityEngine.Purchasing { /// /// Class containing store information for MacOS builds. /// public class MacAppStore { /// /// The name of the store used for MacOS builds. /// public const string Name = "MacAppStore"; } }