namespace UnityEngine.Purchasing { /// /// Common interface for all purchasing extensions. /// public interface IStoreExtension { } }