10 lines
179 B
C#
10 lines
179 B
C#
namespace UnityEngine.Purchasing
|
|
{
|
|
/// <summary>
|
|
/// Common interface for all purchasing extensions.
|
|
/// </summary>
|
|
public interface IStoreExtension
|
|
{
|
|
}
|
|
}
|