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