IStoreConfiguration.cs 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 namespace UnityEngine.Purchasing.Extension { /// <summary> /// Common interface for all extended configuration. /// </summary> public interface IStoreConfiguration { } }