9 lines
159 B
C#
9 lines
159 B
C#
|
|
namespace PlayFab
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Base interface of any PlayFab SDK plugin.
|
|||
|
|
/// </summary>
|
|||
|
|
public interface IPlayFabPlugin
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|