diff --git a/Scripts/typings/PlayFab/CloudScript.d.ts b/Scripts/typings/PlayFab/CloudScript.d.ts index b184a6e..b1aea9b 100644 --- a/Scripts/typings/PlayFab/CloudScript.d.ts +++ b/Scripts/typings/PlayFab/CloudScript.d.ts @@ -38,6 +38,7 @@ interface IPlayFabContext { playStreamEvent: PlayStreamModels.IBasePlayStreamEvent; playerProfile: IPlayFabPlayerProfile; triggeredByTask: ITriggeredByTask; + currentEntity?: PlayFabProfilesModels.EntityProfileBody; } interface IPlayFabPlayerProfile {