10 lines
194 B
C#
10 lines
194 B
C#
namespace UnityEngine.Purchasing.Extension
|
|
{
|
|
/// <summary>
|
|
/// Common interface for all extended configuration.
|
|
/// </summary>
|
|
public interface IStoreConfiguration
|
|
{
|
|
}
|
|
}
|