Files
MinFt/Client/LocalPackages/PlayFabSDK/Shared/Public/IPlayFabPlugin.cs
2026-04-27 12:07:32 +08:00

9 lines
159 B
C#

namespace PlayFab
{
/// <summary>
/// Base interface of any PlayFab SDK plugin.
/// </summary>
public interface IPlayFabPlugin
{
}
}