From 4879aee230f8fa5870ca35fcd35cb2a4b7033e83 Mon Sep 17 00:00:00 2001 From: Ali Sharoz Date: Mon, 11 Nov 2024 18:10:56 +0500 Subject: [PATCH 1/3] Achievement Manager --- Assets/AchievementSystem.meta | 8 + .../Achievement Manager.prefab | 2736 ++++++++++ .../Achievement Manager.prefab.meta | 7 + .../Achievement System User Guide (V 2.0).pdf | Bin 0 -> 1141748 bytes ...evement System User Guide (V 2.0).pdf.meta | 7 + Assets/AchievementSystem/Animations.meta | 8 + .../Animations/AchievementScale.controller | 221 + .../AchievementScale.controller.meta | 8 + .../Animations/ScaleDownRemove.anim | 205 + .../Animations/ScaleDownRemove.anim.meta | 8 + Assets/AchievementSystem/Audio.meta | 8 + .../Audio/Example_ProgressSound.wav | Bin 0 -> 68852 bytes .../Audio/Example_ProgressSound.wav.meta | 22 + .../Audio/Example_UnlockSound.wav | Bin 0 -> 134620 bytes .../Audio/Example_UnlockSound.wav.meta | 22 + Assets/AchievementSystem/Editor.meta | 10 + .../Editor/AchievementManagerEditor.cs | 272 + .../Editor/AchievementManagerEditor.cs.meta | 13 + Assets/AchievementSystem/Editor/CET.cs | 41 + Assets/AchievementSystem/Editor/CET.cs.meta | 11 + .../AchievementSystem/Editor/Resources.meta | 8 + .../Editor/Resources/Achievement Manager.png | Bin 0 -> 13343 bytes .../Resources/Achievement Manager.png.meta | 90 + .../Editor/Resources/CompleteAllIcon.png | Bin 0 -> 13712 bytes .../Editor/Resources/CompleteAllIcon.png.meta | 91 + .../Editor/Resources/Cross.png | Bin 0 -> 4085 bytes .../Editor/Resources/Cross.png.meta | 91 + .../Editor/Resources/Down.png | Bin 0 -> 5681 bytes .../Editor/Resources/Down.png.meta | 91 + .../Editor/Resources/Minus.png | Bin 0 -> 3557 bytes .../Editor/Resources/Minus.png.meta | 91 + .../Editor/Resources/Plus.png | Bin 0 -> 3929 bytes .../Editor/Resources/Plus.png.meta | 91 + .../AchievementSystem/Editor/Resources/Up.png | Bin 0 -> 5682 bytes .../Editor/Resources/Up.png.meta | 91 + Assets/AchievementSystem/Example.meta | 8 + .../Achievement Manager Example.prefab | 703 +++ .../Achievement Manager Example.prefab.meta | 7 + .../AchievementSystem/Example/Example.unity | 4464 +++++++++++++++++ .../Example/Example.unity.meta | 9 + .../Example/ExampleScript.cs | 26 + .../Example/ExampleScript.cs.meta | 13 + Assets/AchievementSystem/New.meta | 8 + .../New/Achievement Icon.png | Bin 0 -> 8885 bytes .../New/Achievement Icon.png.meta | 140 + Assets/AchievementSystem/New/RankClose.anim | 394 ++ .../AchievementSystem/New/RankClose.anim.meta | 9 + Assets/AchievementSystem/New/RankOpen.anim | 394 ++ .../AchievementSystem/New/RankOpen.anim.meta | 9 + .../New/StarPopup.controller | 130 + .../New/StarPopup.controller.meta | 9 + Assets/AchievementSystem/New/back btn.png | Bin 0 -> 5651 bytes .../AchievementSystem/New/back btn.png.meta | 140 + Assets/AchievementSystem/New/header.png | Bin 0 -> 1408 bytes Assets/AchievementSystem/New/header.png.meta | 140 + Assets/AchievementSystem/New/popup_bg (1).png | Bin 0 -> 12776 bytes .../New/popup_bg (1).png.meta | 140 + Assets/AchievementSystem/New/text bg 1.png | Bin 0 -> 5936 bytes .../AchievementSystem/New/text bg 1.png.meta | 140 + Assets/AchievementSystem/Prefabs.meta | 10 + .../Prefabs/Achievement UI.prefab | 1231 +++++ .../Prefabs/Achievement UI.prefab.meta | 10 + .../Prefabs/AchievementUIItem.prefab | 1284 +++++ .../Prefabs/AchievementUIItem.prefab.meta | 7 + .../Prefabs/AchievementUIItemAli.prefab | 1284 +++++ .../Prefabs/AchievementUIItemAli.prefab.meta | 7 + .../Prefabs/AchievementsPopup.prefab | 1396 ++++++ .../Prefabs/AchievementsPopup.prefab.meta | 7 + Assets/AchievementSystem/Resources.meta | 8 + Assets/AchievementSystem/Resources/Blank.png | Bin 0 -> 2791 bytes .../Resources/Blank.png.meta | 103 + .../Resources/Example Icons.meta | 8 + .../Example Icons/CompleteAll_Example.png | Bin 0 -> 42972 bytes .../CompleteAll_Example.png.meta | 103 + .../Example Icons/GE_Locked_Example.png | Bin 0 -> 6375 bytes .../Example Icons/GE_Locked_Example.png.meta | 103 + .../Example Icons/GE_Unlocked_Example.png | Bin 0 -> 6774 bytes .../GE_Unlocked_Example.png.meta | 103 + .../Example Icons/Overlay_Base1_Example.png | Bin 0 -> 9686 bytes .../Overlay_Base1_Example.png.meta | 103 + .../Example Icons/Overlay_Base2_Example.png | Bin 0 -> 4263 bytes .../Overlay_Base2_Example.png.meta | 103 + .../Example Icons/Overlay_Locked_Example.png | Bin 0 -> 4712 bytes .../Overlay_Locked_Example.png.meta | 103 + .../Example Icons/PE_Locked_Example.png | Bin 0 -> 4994 bytes .../Example Icons/PE_Locked_Example.png.meta | 103 + .../Example Icons/PE_Unlocked_Example.png | Bin 0 -> 5214 bytes .../PE_Unlocked_Example.png.meta | 103 + Assets/AchievementSystem/Scripts.meta | 10 + .../Scripts/AchievementManager.cs | 371 ++ .../Scripts/AchievementManager.cs.meta | 13 + .../Scripts/AchievenmentListIngame.cs | 139 + .../Scripts/AchievenmentListIngame.cs.meta | 13 + .../Scripts/AchievenmentStack.cs | 62 + .../Scripts/AchievenmentStack.cs.meta | 13 + Assets/AchievementSystem/Scripts/DataTypes.cs | 65 + .../Scripts/DataTypes.cs.meta | 11 + Assets/AchievementSystem/Scripts/Popup.cs | 115 + .../AchievementSystem/Scripts/Popup.cs.meta | 12 + .../Scripts/UIAchievement.cs | 112 + .../Scripts/UIAchievement.cs.meta | 13 + Assets/Scenes/Loading.unity | 118 + Assets/Scenes/MainMenu.unity | 160 +- 103 files changed, 18539 insertions(+), 1 deletion(-) create mode 100644 Assets/AchievementSystem.meta create mode 100644 Assets/AchievementSystem/Achievement Manager.prefab create mode 100644 Assets/AchievementSystem/Achievement Manager.prefab.meta create mode 100644 Assets/AchievementSystem/Achievement System User Guide (V 2.0).pdf create mode 100644 Assets/AchievementSystem/Achievement System User Guide (V 2.0).pdf.meta create mode 100644 Assets/AchievementSystem/Animations.meta create mode 100644 Assets/AchievementSystem/Animations/AchievementScale.controller create mode 100644 Assets/AchievementSystem/Animations/AchievementScale.controller.meta create mode 100644 Assets/AchievementSystem/Animations/ScaleDownRemove.anim create mode 100644 Assets/AchievementSystem/Animations/ScaleDownRemove.anim.meta create mode 100644 Assets/AchievementSystem/Audio.meta create mode 100644 Assets/AchievementSystem/Audio/Example_ProgressSound.wav create mode 100644 Assets/AchievementSystem/Audio/Example_ProgressSound.wav.meta create mode 100644 Assets/AchievementSystem/Audio/Example_UnlockSound.wav create mode 100644 Assets/AchievementSystem/Audio/Example_UnlockSound.wav.meta create mode 100644 Assets/AchievementSystem/Editor.meta create mode 100644 Assets/AchievementSystem/Editor/AchievementManagerEditor.cs create mode 100644 Assets/AchievementSystem/Editor/AchievementManagerEditor.cs.meta create mode 100644 Assets/AchievementSystem/Editor/CET.cs create mode 100644 Assets/AchievementSystem/Editor/CET.cs.meta create mode 100644 Assets/AchievementSystem/Editor/Resources.meta create mode 100644 Assets/AchievementSystem/Editor/Resources/Achievement Manager.png create mode 100644 Assets/AchievementSystem/Editor/Resources/Achievement Manager.png.meta create mode 100644 Assets/AchievementSystem/Editor/Resources/CompleteAllIcon.png create mode 100644 Assets/AchievementSystem/Editor/Resources/CompleteAllIcon.png.meta create mode 100644 Assets/AchievementSystem/Editor/Resources/Cross.png create mode 100644 Assets/AchievementSystem/Editor/Resources/Cross.png.meta create mode 100644 Assets/AchievementSystem/Editor/Resources/Down.png create mode 100644 Assets/AchievementSystem/Editor/Resources/Down.png.meta create mode 100644 Assets/AchievementSystem/Editor/Resources/Minus.png create mode 100644 Assets/AchievementSystem/Editor/Resources/Minus.png.meta create mode 100644 Assets/AchievementSystem/Editor/Resources/Plus.png create mode 100644 Assets/AchievementSystem/Editor/Resources/Plus.png.meta create mode 100644 Assets/AchievementSystem/Editor/Resources/Up.png create mode 100644 Assets/AchievementSystem/Editor/Resources/Up.png.meta create mode 100644 Assets/AchievementSystem/Example.meta create mode 100644 Assets/AchievementSystem/Example/Achievement Manager Example.prefab create mode 100644 Assets/AchievementSystem/Example/Achievement Manager Example.prefab.meta create mode 100644 Assets/AchievementSystem/Example/Example.unity create mode 100644 Assets/AchievementSystem/Example/Example.unity.meta create mode 100644 Assets/AchievementSystem/Example/ExampleScript.cs create mode 100644 Assets/AchievementSystem/Example/ExampleScript.cs.meta create mode 100644 Assets/AchievementSystem/New.meta create mode 100644 Assets/AchievementSystem/New/Achievement Icon.png create mode 100644 Assets/AchievementSystem/New/Achievement Icon.png.meta create mode 100644 Assets/AchievementSystem/New/RankClose.anim create mode 100644 Assets/AchievementSystem/New/RankClose.anim.meta create mode 100644 Assets/AchievementSystem/New/RankOpen.anim create mode 100644 Assets/AchievementSystem/New/RankOpen.anim.meta create mode 100644 Assets/AchievementSystem/New/StarPopup.controller create mode 100644 Assets/AchievementSystem/New/StarPopup.controller.meta create mode 100644 Assets/AchievementSystem/New/back btn.png create mode 100644 Assets/AchievementSystem/New/back btn.png.meta create mode 100644 Assets/AchievementSystem/New/header.png create mode 100644 Assets/AchievementSystem/New/header.png.meta create mode 100644 Assets/AchievementSystem/New/popup_bg (1).png create mode 100644 Assets/AchievementSystem/New/popup_bg (1).png.meta create mode 100644 Assets/AchievementSystem/New/text bg 1.png create mode 100644 Assets/AchievementSystem/New/text bg 1.png.meta create mode 100644 Assets/AchievementSystem/Prefabs.meta create mode 100644 Assets/AchievementSystem/Prefabs/Achievement UI.prefab create mode 100644 Assets/AchievementSystem/Prefabs/Achievement UI.prefab.meta create mode 100644 Assets/AchievementSystem/Prefabs/AchievementUIItem.prefab create mode 100644 Assets/AchievementSystem/Prefabs/AchievementUIItem.prefab.meta create mode 100644 Assets/AchievementSystem/Prefabs/AchievementUIItemAli.prefab create mode 100644 Assets/AchievementSystem/Prefabs/AchievementUIItemAli.prefab.meta create mode 100644 Assets/AchievementSystem/Prefabs/AchievementsPopup.prefab create mode 100644 Assets/AchievementSystem/Prefabs/AchievementsPopup.prefab.meta create mode 100644 Assets/AchievementSystem/Resources.meta create mode 100644 Assets/AchievementSystem/Resources/Blank.png create mode 100644 Assets/AchievementSystem/Resources/Blank.png.meta create mode 100644 Assets/AchievementSystem/Resources/Example Icons.meta create mode 100644 Assets/AchievementSystem/Resources/Example Icons/CompleteAll_Example.png create mode 100644 Assets/AchievementSystem/Resources/Example Icons/CompleteAll_Example.png.meta create mode 100644 Assets/AchievementSystem/Resources/Example Icons/GE_Locked_Example.png create mode 100644 Assets/AchievementSystem/Resources/Example Icons/GE_Locked_Example.png.meta create mode 100644 Assets/AchievementSystem/Resources/Example Icons/GE_Unlocked_Example.png create mode 100644 Assets/AchievementSystem/Resources/Example Icons/GE_Unlocked_Example.png.meta create mode 100644 Assets/AchievementSystem/Resources/Example Icons/Overlay_Base1_Example.png create mode 100644 Assets/AchievementSystem/Resources/Example Icons/Overlay_Base1_Example.png.meta create mode 100644 Assets/AchievementSystem/Resources/Example Icons/Overlay_Base2_Example.png create mode 100644 Assets/AchievementSystem/Resources/Example Icons/Overlay_Base2_Example.png.meta create mode 100644 Assets/AchievementSystem/Resources/Example Icons/Overlay_Locked_Example.png create mode 100644 Assets/AchievementSystem/Resources/Example Icons/Overlay_Locked_Example.png.meta create mode 100644 Assets/AchievementSystem/Resources/Example Icons/PE_Locked_Example.png create mode 100644 Assets/AchievementSystem/Resources/Example Icons/PE_Locked_Example.png.meta create mode 100644 Assets/AchievementSystem/Resources/Example Icons/PE_Unlocked_Example.png create mode 100644 Assets/AchievementSystem/Resources/Example Icons/PE_Unlocked_Example.png.meta create mode 100644 Assets/AchievementSystem/Scripts.meta create mode 100644 Assets/AchievementSystem/Scripts/AchievementManager.cs create mode 100644 Assets/AchievementSystem/Scripts/AchievementManager.cs.meta create mode 100644 Assets/AchievementSystem/Scripts/AchievenmentListIngame.cs create mode 100644 Assets/AchievementSystem/Scripts/AchievenmentListIngame.cs.meta create mode 100644 Assets/AchievementSystem/Scripts/AchievenmentStack.cs create mode 100644 Assets/AchievementSystem/Scripts/AchievenmentStack.cs.meta create mode 100644 Assets/AchievementSystem/Scripts/DataTypes.cs create mode 100644 Assets/AchievementSystem/Scripts/DataTypes.cs.meta create mode 100644 Assets/AchievementSystem/Scripts/Popup.cs create mode 100644 Assets/AchievementSystem/Scripts/Popup.cs.meta create mode 100644 Assets/AchievementSystem/Scripts/UIAchievement.cs create mode 100644 Assets/AchievementSystem/Scripts/UIAchievement.cs.meta diff --git a/Assets/AchievementSystem.meta b/Assets/AchievementSystem.meta new file mode 100644 index 00000000..505f7c27 --- /dev/null +++ b/Assets/AchievementSystem.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b22d4adef93828442ab2d7a562cffe93 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Achievement Manager.prefab b/Assets/AchievementSystem/Achievement Manager.prefab new file mode 100644 index 00000000..5d569f84 --- /dev/null +++ b/Assets/AchievementSystem/Achievement Manager.prefab @@ -0,0 +1,2736 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1063958270730180632 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5689097061602087958} + - component: {fileID: 4058642658169165876} + - component: {fileID: 2708374147859956016} + m_Layer: 0 + m_Name: EventSystem + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5689097061602087958 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1063958270730180632} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -522, y: -222.45755, z: 6.520151} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5869893064832991961} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4058642658169165876 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1063958270730180632} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FirstSelected: {fileID: 0} + m_sendNavigationEvents: 1 + m_DragThreshold: 10 +--- !u!114 &2708374147859956016 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1063958270730180632} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalAxis: Horizontal + m_VerticalAxis: Vertical + m_SubmitButton: Submit + m_CancelButton: Cancel + m_InputActionsPerSecond: 10 + m_RepeatDelay: 0.5 + m_ForceModuleActive: 0 +--- !u!1 &1922565083286021011 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4292894177777281744} + - component: {fileID: 2840955908772963561} + - component: {fileID: 3989826442295547175} + - component: {fileID: 3202172729745577182} + m_Layer: 0 + m_Name: BottomBar + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4292894177777281744 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1922565083286021011} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938947907486899010} + - {fileID: 5480437008952652415} + m_Father: {fileID: 592392606595484462} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 181.85, y: -398.23502} + m_SizeDelta: {x: 363.7, y: 35.21} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2840955908772963561 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1922565083286021011} + m_CullTransparentMesh: 0 +--- !u!114 &3989826442295547175 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1922565083286021011} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.16862746, g: 0.16862746, b: 0.16862746, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &3202172729745577182 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1922565083286021011} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 4 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 1 + m_ChildControlHeight: 1 + m_ChildScaleWidth: 1 + m_ChildScaleHeight: 1 +--- !u!1 &5274264172253320401 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5480437008952652415} + - component: {fileID: 786779589960868430} + - component: {fileID: 7491535853007227809} + m_Layer: 0 + m_Name: Filter + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5480437008952652415 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5274264172253320401} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4292894177777281744} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 264.77502, y: -17.605} + m_SizeDelta: {x: 197.85, y: 35.21} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &786779589960868430 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5274264172253320401} + m_CullTransparentMesh: 0 +--- !u!114 &7491535853007227809 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5274264172253320401} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 19 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'Filter + +' +--- !u!1 &5868194825837123578 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5939664217533349928} + - component: {fileID: 5936160640828008896} + - component: {fileID: 5827962566564662764} + m_Layer: 0 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5939664217533349928 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868194825837123578} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5938790472474829126} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 0.2} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5936160640828008896 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868194825837123578} + m_CullTransparentMesh: 0 +--- !u!114 &5827962566564662764 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868194825837123578} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &5868241194588310022 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5939020331598127412} + m_Layer: 0 + m_Name: Sliding Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5939020331598127412 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868241194588310022} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938704051228999786} + m_Father: {fileID: 5938104519910782514} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: -20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &5868473691168819610 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938647123827860368} + - component: {fileID: 5936786030471553006} + - component: {fileID: 5828135905207625568} + m_Layer: 0 + m_Name: Arrow + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938647123827860368 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868473691168819610} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5938947907486899010} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: -15, y: 0} + m_SizeDelta: {x: 20, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5936786030471553006 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868473691168819610} + m_CullTransparentMesh: 0 +--- !u!114 &5828135905207625568 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868473691168819610} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10915, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &5868503919479883406 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938790472474829126} + m_Layer: 0 + m_Name: Sliding Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938790472474829126 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868503919479883406} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5939664217533349928} + m_Father: {fileID: 5938686957602307486} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: -20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &5868843227881223130 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938861539332009570} + - component: {fileID: 5827976748331531684} + m_Layer: 0 + m_Name: Item + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938861539332009570 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868843227881223130} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938301098079783732} + - {fileID: 5938680644789544796} + - {fileID: 5938576326724328600} + m_Father: {fileID: 5938826453840605626} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &5827976748331531684 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868843227881223130} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9085046f02f69544eb97fd06b6048fe2, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 5828713936034039526} + toggleTransition: 1 + graphic: {fileID: 5827964235963425970} + m_Group: {fileID: 0} + onValueChanged: + m_PersistentCalls: + m_Calls: [] + m_IsOn: 1 +--- !u!1 &5868878167508062028 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938301098079783732} + - component: {fileID: 5936180236625362582} + - component: {fileID: 5828713936034039526} + m_Layer: 0 + m_Name: Item Background + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938301098079783732 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868878167508062028} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5938861539332009570} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5936180236625362582 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868878167508062028} + m_CullTransparentMesh: 0 +--- !u!114 &5828713936034039526 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868878167508062028} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &5868970425549372798 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938576326724328600} + - component: {fileID: 5935912797120998916} + - component: {fileID: 5827943787623106934} + m_Layer: 0 + m_Name: Item Label + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938576326724328600 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868970425549372798} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5938861539332009570} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 5, y: -0.5} + m_SizeDelta: {x: -30, y: -3} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5935912797120998916 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868970425549372798} + m_CullTransparentMesh: 0 +--- !u!114 &5827943787623106934 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868970425549372798} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Option A +--- !u!1 &5868980714116406978 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938346719048142212} + - component: {fileID: 5936234141929044270} + - component: {fileID: 5828191305074401544} + - component: {fileID: 5827702288511700434} + m_Layer: 0 + m_Name: Template + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &5938346719048142212 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868980714116406978} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938356482526620724} + - {fileID: 5938686957602307486} + m_Father: {fileID: 5938947907486899010} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: 0, y: 2} + m_SizeDelta: {x: 0, y: 150} + m_Pivot: {x: 0.5, y: 1} +--- !u!222 &5936234141929044270 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868980714116406978} + m_CullTransparentMesh: 0 +--- !u!114 &5828191305074401544 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868980714116406978} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &5827702288511700434 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5868980714116406978} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Content: {fileID: 5938826453840605626} + m_Horizontal: 0 + m_Vertical: 1 + m_MovementType: 2 + m_Elasticity: 0.1 + m_Inertia: 1 + m_DecelerationRate: 0.135 + m_ScrollSensitivity: 1 + m_Viewport: {fileID: 5938356482526620724} + m_HorizontalScrollbar: {fileID: 0} + m_VerticalScrollbar: {fileID: 5828106412749028890} + m_HorizontalScrollbarVisibility: 0 + m_VerticalScrollbarVisibility: 2 + m_HorizontalScrollbarSpacing: 0 + m_VerticalScrollbarSpacing: -3 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &5869032778901387880 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938703327646731564} + - component: {fileID: 5935982893115904832} + - component: {fileID: 5827801684216530566} + - component: {fileID: 5831749294165780326} + - component: {fileID: 5827975008742034714} + m_Layer: 0 + m_Name: ButtonListViewport + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938703327646731564 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869032778901387880} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938994040409916176} + m_Father: {fileID: 5938667314797307658} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -12, y: 3} + m_SizeDelta: {x: 313.24, y: 323.3} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5935982893115904832 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869032778901387880} + m_CullTransparentMesh: 0 +--- !u!114 &5827801684216530566 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869032778901387880} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.8773585, g: 0.8773585, b: 0.8773585, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &5831749294165780326 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869032778901387880} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ShowMaskGraphic: 1 +--- !u!114 &5827975008742034714 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869032778901387880} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Content: {fileID: 5938994040409916176} + m_Horizontal: 0 + m_Vertical: 1 + m_MovementType: 2 + m_Elasticity: 0.1 + m_Inertia: 1 + m_DecelerationRate: 0.135 + m_ScrollSensitivity: 1 + m_Viewport: {fileID: 5938703327646731564} + m_HorizontalScrollbar: {fileID: 0} + m_VerticalScrollbar: {fileID: 5828700596380768718} + m_HorizontalScrollbarVisibility: 0 + m_VerticalScrollbarVisibility: 0 + m_HorizontalScrollbarSpacing: 0 + m_VerticalScrollbarSpacing: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &5869116409126469268 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938808289404583416} + - component: {fileID: 5939228463576693256} + - component: {fileID: 5828193367462102038} + - component: {fileID: 5827893372474834176} + m_Layer: 0 + m_Name: Achievement Viewer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &5938808289404583416 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869116409126469268} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0, y: 0, z: 0} + m_Children: + - {fileID: 592392606595484462} + m_Father: {fileID: 5869893064832991961} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0, y: 0} +--- !u!223 &5939228463576693256 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869116409126469268} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 0 + m_Camera: {fileID: 0} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!114 &5828193367462102038 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869116409126469268} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 1280, y: 720} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 +--- !u!114 &5827893372474834176 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869116409126469268} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!1 &5869123171026800130 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938356482526620724} + - component: {fileID: 5827971487341116424} + - component: {fileID: 5939740429350734132} + - component: {fileID: 5828636327175190654} + m_Layer: 0 + m_Name: Viewport + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938356482526620724 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869123171026800130} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938826453840605626} + m_Father: {fileID: 5938346719048142212} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -18, y: 0} + m_Pivot: {x: 0, y: 1} +--- !u!114 &5827971487341116424 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869123171026800130} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ShowMaskGraphic: 0 +--- !u!222 &5939740429350734132 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869123171026800130} + m_CullTransparentMesh: 0 +--- !u!114 &5828636327175190654 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869123171026800130} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10917, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &5869141762937906942 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938826453840605626} + m_Layer: 0 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938826453840605626 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869141762937906942} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938861539332009570} + m_Father: {fileID: 5938356482526620724} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 28} + m_Pivot: {x: 0.5, y: 1} +--- !u!1 &5869167255479268290 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938667314797307658} + - component: {fileID: 5936072781157872512} + - component: {fileID: 5831711471053085860} + m_Layer: 0 + m_Name: Mid + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938667314797307658 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869167255479268290} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938703327646731564} + - {fileID: 5938104519910782514} + m_Father: {fileID: 592392606595484462} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 181.85, y: -207.92001} + m_SizeDelta: {x: 363.7, y: 337.1} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5936072781157872512 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869167255479268290} + m_CullTransparentMesh: 0 +--- !u!114 &5831711471053085860 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869167255479268290} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.3207547, g: 0.3207547, b: 0.3207547, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &5869179356251365866 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938104519910782514} + - component: {fileID: 5936155187297199968} + - component: {fileID: 5828595037954452186} + - component: {fileID: 5828700596380768718} + m_Layer: 0 + m_Name: Scrollbar + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938104519910782514 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869179356251365866} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5939020331598127412} + m_Father: {fileID: 5938667314797307658} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 162.69, y: 3.5250063} + m_SizeDelta: {x: 26, y: 324.35} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5936155187297199968 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869179356251365866} + m_CullTransparentMesh: 0 +--- !u!114 &5828595037954452186 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869179356251365866} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &5828700596380768718 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869179356251365866} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 5831692644774568120} + m_HandleRect: {fileID: 5938704051228999786} + m_Direction: 2 + m_Value: 1 + m_Size: 1 + m_NumberOfSteps: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &5869194036497990190 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938686957602307486} + - component: {fileID: 5936843862371360140} + - component: {fileID: 5828135380782016988} + - component: {fileID: 5828106412749028890} + m_Layer: 0 + m_Name: Scrollbar + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938686957602307486 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869194036497990190} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938790472474829126} + m_Father: {fileID: 5938346719048142212} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: 0} + m_Pivot: {x: 1, y: 1} +--- !u!222 &5936843862371360140 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869194036497990190} + m_CullTransparentMesh: 0 +--- !u!114 &5828135380782016988 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869194036497990190} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &5828106412749028890 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869194036497990190} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 5827962566564662764} + m_HandleRect: {fileID: 5939664217533349928} + m_Direction: 2 + m_Value: 0 + m_Size: 0.2 + m_NumberOfSteps: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &5869241604098279870 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938704051228999786} + - component: {fileID: 5935821936824194918} + - component: {fileID: 5831692644774568120} + m_Layer: 0 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938704051228999786 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869241604098279870} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5939020331598127412} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5935821936824194918 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869241604098279870} + m_CullTransparentMesh: 0 +--- !u!114 &5831692644774568120 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869241604098279870} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &5869252420361414630 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938041582815918272} + - component: {fileID: 5936199298598131744} + - component: {fileID: 5828145184889497304} + m_Layer: 0 + m_Name: Label + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938041582815918272 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869252420361414630} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5938947907486899010} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -7.5, y: -0.5} + m_SizeDelta: {x: -35, y: -13} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5936199298598131744 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869252420361414630} + m_CullTransparentMesh: 0 +--- !u!114 &5828145184889497304 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869252420361414630} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: All +--- !u!1 &5869762547005957160 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938680644789544796} + - component: {fileID: 5939715971811467424} + - component: {fileID: 5827964235963425970} + m_Layer: 0 + m_Name: Item Checkmark + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938680644789544796 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869762547005957160} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5938861539332009570} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: 10, y: 0} + m_SizeDelta: {x: 20, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5939715971811467424 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869762547005957160} + m_CullTransparentMesh: 0 +--- !u!114 &5827964235963425970 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869762547005957160} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10901, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &5869806132476980482 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938994040409916176} + - component: {fileID: 5936050584584932704} + - component: {fileID: 5831692279871413478} + - component: {fileID: 5827767828556371024} + - component: {fileID: 5831742497777781384} + m_Layer: 0 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938994040409916176 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869806132476980482} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5938703327646731564} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -313.24, y: -303.3} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5936050584584932704 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869806132476980482} + m_CullTransparentMesh: 0 +--- !u!114 &5831692279871413478 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869806132476980482} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.8745099, g: 0.8745099, b: 0.8745099, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &5827767828556371024 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869806132476980482} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 10 + m_Bottom: 10 + m_ChildAlignment: 1 + m_Spacing: 10 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 0 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!114 &5831742497777781384 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869806132476980482} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalFit: 1 + m_VerticalFit: 1 +--- !u!1 &5869825785851451462 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5938947907486899010} + - component: {fileID: 5936650199063023656} + - component: {fileID: 5828711288190230448} + - component: {fileID: 5828578816107798556} + m_Layer: 0 + m_Name: Filter + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5938947907486899010 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869825785851451462} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5938041582815918272} + - {fileID: 5938647123827860368} + - {fileID: 5938346719048142212} + m_Father: {fileID: 4292894177777281744} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 82.925, y: -17.605} + m_SizeDelta: {x: 165.85, y: 35.21} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5936650199063023656 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869825785851451462} + m_CullTransparentMesh: 0 +--- !u!114 &5828711288190230448 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869825785851451462} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &5828578816107798556 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869825785851451462} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0d0b652f32a2cc243917e4028fa0f046, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 5828711288190230448} + m_Template: {fileID: 5938346719048142212} + m_CaptionText: {fileID: 5828145184889497304} + m_CaptionImage: {fileID: 0} + m_ItemText: {fileID: 5827943787623106934} + m_ItemImage: {fileID: 0} + m_Value: 0 + m_Options: + m_Options: + - m_Text: All + m_Image: {fileID: 0} + - m_Text: Achieved + m_Image: {fileID: 0} + - m_Text: Unachieved + m_Image: {fileID: 0} + m_OnValueChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 5869893064832991962} + m_MethodName: ChangeFilter + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + m_AlphaFadeSpeed: 0.15 +--- !u!1 &5869893063367083797 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5869893063367083816} + - component: {fileID: 5869893063367083799} + - component: {fileID: 5869893063367083798} + m_Layer: 0 + m_Name: Complete + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5869893063367083816 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893063367083797} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5869893063796210060} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 247.52501, y: -17.605} + m_SizeDelta: {x: 232.35, y: 35.21} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5869893063367083799 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893063367083797} + m_CullTransparentMesh: 0 +--- !u!114 &5869893063367083798 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893063367083797} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 19 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Complete (0%) +--- !u!1 &5869893063796210059 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5869893063796210060} + - component: {fileID: 5869893063796210063} + - component: {fileID: 5869893063796210062} + - component: {fileID: 5869893063796210061} + m_Layer: 0 + m_Name: TopBar + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5869893063796210060 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893063796210059} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5869893064881311957} + - {fileID: 5869893063367083816} + m_Father: {fileID: 592392606595484462} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 181.85, y: -17.605} + m_SizeDelta: {x: 363.7, y: 35.21} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5869893063796210063 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893063796210059} + m_CullTransparentMesh: 0 +--- !u!114 &5869893063796210062 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893063796210059} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.16981131, g: 0.16981131, b: 0.16981131, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &5869893063796210061 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893063796210059} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 1 + m_ChildControlHeight: 1 + m_ChildScaleWidth: 1 + m_ChildScaleHeight: 1 +--- !u!1 &5869893063797868281 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5869893063797868282} + - component: {fileID: 5869893063797868283} + m_Layer: 5 + m_Name: Stack_Bottom_Right + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5869893063797868282 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893063797868281} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5869893064589555811} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 290, y: 416} + m_Pivot: {x: 1, y: 0} +--- !u!114 &5869893063797868283 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893063797868281} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 7 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 0 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &5869893064157425272 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5869893064157425273} + - component: {fileID: 5869893064157425274} + m_Layer: 5 + m_Name: Stack_Top_Right + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5869893064157425273 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064157425272} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5869893064589555811} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: -416} + m_SizeDelta: {x: 290, y: 416} + m_Pivot: {x: 1, y: 0} +--- !u!114 &5869893064157425274 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064157425272} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 0 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &5869893064252793320 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5869893064252793321} + - component: {fileID: 5869893064252793322} + m_Layer: 5 + m_Name: Stack_Top_Left + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5869893064252793321 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064252793320} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5869893064589555811} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 290, y: -416} + m_SizeDelta: {x: 290, y: 416} + m_Pivot: {x: 1, y: 0} +--- !u!114 &5869893064252793322 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064252793320} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 1 + m_Spacing: 0 + m_ChildForceExpandWidth: 0 + m_ChildForceExpandHeight: 0 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &5869893064589555807 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5869893064589555811} + - component: {fileID: 5869893064589555810} + - component: {fileID: 5869893064589555809} + - component: {fileID: 5869893064589555808} + - component: {fileID: 5869893064589555812} + m_Layer: 5 + m_Name: Achievement Stack + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5869893064589555811 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064589555807} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0, y: 0, z: 0} + m_Children: + - {fileID: 5869893064252793321} + - {fileID: 5869893064157425273} + - {fileID: 5869893064959519082} + - {fileID: 5869893063797868282} + m_Father: {fileID: 5869893064832991961} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0, y: 0} +--- !u!223 &5869893064589555810 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064589555807} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 0 + m_Camera: {fileID: 0} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!114 &5869893064589555809 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064589555807} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 1280, y: 720} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 +--- !u!114 &5869893064589555808 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064589555807} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &5869893064589555812 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064589555807} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7cdc328a33300e34d9812896a5035b37, type: 3} + m_Name: + m_EditorClassIdentifier: + StackPanels: + - {fileID: 5869893064252793321} + - {fileID: 5869893064157425273} + - {fileID: 5869893064959519082} + - {fileID: 5869893063797868282} + BackLog: [] + AchievementTemplate: {fileID: 1144969350263548, guid: 52f308551e6b1a347a3a0d7de8089fa2, + type: 3} +--- !u!1 &5869893064832991959 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5869893064832991961} + - component: {fileID: 5869893064832991962} + - component: {fileID: 5869893064832991960} + m_Layer: 0 + m_Name: Achievement Manager + m_TagString: Untagged + m_Icon: {fileID: 2800000, guid: b35215edbf2534b4b8e6f04125b91f13, type: 3} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5869893064832991961 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064832991959} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 522, y: 222.45755, z: -6.520151} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5869893064589555811} + - {fileID: 5938808289404583416} + - {fileID: 5689097061602087958} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5869893064832991962 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064832991959} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4649ecec4d59d264faf94e9ac18561b6, type: 3} + m_Name: + m_EditorClassIdentifier: + scrollContent: {fileID: 5869806132476980482} + prefab: {fileID: 1144969350263548, guid: 52f308551e6b1a347a3a0d7de8089fa2, type: 3} + Menu: {fileID: 5869116409126469268} + Filter: {fileID: 5828578816107798556} + CountText: {fileID: 5869893064881311959} + CompleteText: {fileID: 5869893063367083798} + Scrollbar: {fileID: 5828700596380768718} + OpenMenuKey: 9 +--- !u!114 &5869893064832991960 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064832991959} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 23953d3cc6573c745b3dc7bc5720c369, type: 3} + m_Name: + m_EditorClassIdentifier: + DisplayTime: 3 + NumberOnScreen: 3 + ShowExactProgress: 1 + DisplayAchievements: 1 + StackLocation: 3 + AutoSave: 1 + AutoLoad: 1 + SpoilerAchievementMessage: Hidden + AchievedSound: {fileID: 8300000, guid: 3400fb2a60564af4db6cc1c28c188006, type: 3} + ProgressMadeSound: {fileID: 8300000, guid: 9492b32862561624aa75d621f48074c5, type: 3} + States: + - Progress: 0 + LastProgressUpdate: 0 + Achieved: 0 + AchievementList: + - Key: Example + DisplayName: Example + Description: Example + LockedIcon: {fileID: 0} + LockOverlay: 0 + AchievedIcon: {fileID: 0} + Spoiler: 0 + Progression: 0 + ProgressGoal: 0 + NotificationFrequency: 0 + ProgressSuffix: + UseFinalAchievement: 0 + FinalAchievementKey: + Stack: {fileID: 5869893064589555812} +--- !u!1 &5869893064881311956 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5869893064881311957} + - component: {fileID: 5869893064881311958} + - component: {fileID: 5869893064881311959} + m_Layer: 0 + m_Name: Total + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5869893064881311957 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064881311956} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5869893063796210060} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 65.675, y: -17.605} + m_SizeDelta: {x: 131.35, y: 35.21} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5869893064881311958 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064881311956} + m_CullTransparentMesh: 0 +--- !u!114 &5869893064881311959 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064881311956} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 19 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 0/0 +--- !u!1 &5869893064959519081 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5869893064959519082} + - component: {fileID: 5869893064959519083} + m_Layer: 5 + m_Name: Stack_Bottom_Left + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5869893064959519082 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064959519081} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5869893064589555811} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 290, y: 0} + m_SizeDelta: {x: 290, y: 416} + m_Pivot: {x: 1, y: 0} +--- !u!114 &5869893064959519083 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5869893064959519081} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 7 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 0 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &6745667783304453841 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 592392606595484462} + - component: {fileID: 4723479601840578042} + m_Layer: 0 + m_Name: Main + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &592392606595484462 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6745667783304453841} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.3509, y: 1.3509, z: 1.3509} + m_Children: + - {fileID: 5869893063796210060} + - {fileID: 5938667314797307658} + - {fileID: 4292894177777281744} + m_Father: {fileID: 5938808289404583416} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -18, y: 1.5} + m_SizeDelta: {x: 363.7, y: 420} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &4723479601840578042 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6745667783304453841} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 1 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 1 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 diff --git a/Assets/AchievementSystem/Achievement Manager.prefab.meta b/Assets/AchievementSystem/Achievement Manager.prefab.meta new file mode 100644 index 00000000..1fceee97 --- /dev/null +++ b/Assets/AchievementSystem/Achievement Manager.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 31c71d95d8fbeb7479842253d3964958 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Achievement System User Guide (V 2.0).pdf b/Assets/AchievementSystem/Achievement System User Guide (V 2.0).pdf new file mode 100644 index 0000000000000000000000000000000000000000..d20fcf70d857a47c8277db9f1a5430e94c950d61 GIT binary patch literal 1141748 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

g@nJ&)tq2+8EyeF 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%0A}OBY1;&}DY#p-z~$=bfGgq$ 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

bvm=bYvnpz=pIH{|Ofno$-Jh_>%B54$dKRGC; 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

OOZySDU_cy(5W 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�gok}XX6;(b0PQv~>>!65p7NB6;EKGQj; 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

ybzO%b1_vb8 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�$ca$9Kvm$wR8e->d3e`9to_!J>xqYdIe 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

pi0cFn)vGd3bOB6_91| zK}x>o*>!i^ixX$+Xg`o|9y**oqC@y1aJ(xZ>m(LggCZ=bb>ut%woOeXm#CfIz1alW zWaf<11f@3K0tqi%)>S~XFSl~$8`V9m)PB`T73Hn8m=@OzX0vmGxR}mheZIHkddl!Y7Zt2W?}E-5FjK1gb>A zj;T5a3UuZ#r}xc!I7C9GFQL%W>b<%B1CD1`hslUID2feO<#HpcUoof z<`PA?Zi?DjpPbyMHd2vP{2OmHG)cQ~4L$q#{94l2pMin?-slF@uvT1Vfv#?E^EsEOg|547Nt4REeuBhwXA~$#qeY{AhJKO>+hv(vGi)j#5 z6Fls?>B)pW=e3Pqcnu8$&+{TK)KJ`347G?$CY@{Fl)a(g5ju$`sk5o}DBu?tA!KR8 zZxaN<;E)kzsKq0bE{TU_Cp13QLB8X>Io3rqw+J){6etO@C&^?COd*2MGlb=3OCyU2 zyk=xFm*R~{WP4=W(&%i?s?^Bzq2G%lmt0NMQ?MiQx{GQtN&*OKM-$X++(MFsBBNx| z#m4i+6%a>KhE-DzkyVZc(^Jhj2tw}`2vL=OirKjQ6-Ewyj8LIflj6pUc+_HzG!d%u zcu2l!uQOkf{Q`SKG67?b9q0_@N3R-wr#XN<#fhF?(N7P0)J%Q_n?#-W$Dhm`o*3sw z%2&#}l+A=CVw=wLJRESZzbTblTR%J;@_a%c_l_d`wWvO@{}{ap8=K2nhW>qq{3P@@ zU-I6Lqbo7(vhvw?4FX>Q6Qgf1#j+BT@JzI$I7O2As!`KCmCK0cbw4O&Ct%jtw$M+n zlT+IoF42C~kcXZLm7!;6w$VMLVEz%1RxB_W{4-$ir7TZL7Je;qbJI2fGR65DiXBxa zOnuK9WR!2WfqPubph0yAOIMb$lLf~#8qgn5Vz zfly8ZrYtZ|Ck;rG$@BbL``z7tWZJ}6?i?u*MU!F#AB35q#;Mqm6; zkvwf0>+MS&!^10kw?P{t98#+<3APx&pd$w%k&}M_k>!me zN2&@OzhO;RJaGgyp;fylCXpwQsh>Ja9yYSpom@V3m_h^5P$lbB>eVQe2@mn`Z{j4w zee_`?ihWoVyJ5tyId<>dpHk6$p@BtzBf31CJ3~EW?GyA+r;h?Ba2((xA=lOXv5VFr8C(iPFqWb|B)Q=H4cxZiwrybbrU*zF|BfQ=nR>~16T50 z%&wbaYsj<7FZ>0$v^vZKuMUQ9h=5|Yp=u?vPC|j$Wa(-;YMge2l3IOGBh%kCrRP&S zH}cUzj9O^&aUb<&yxkeqXMe1c?ycM?BH?v9`g6x}=VQmv$UF4SR#G<9DYEnLhh9)I1xWG(zjS^^%Xlzl0*cMSg!Q zb<4f|>|o)#`1tVS5#jIEuYVP33z9ZEhp;GfDoFn`{*-Y(B_h#;u=n+9`|7J--Zdg} z?s34|%7W>UF?K|f<`8D>^FCfNQ0yJQ3S}Rkk6w()hPjLV+mE$CRKW#iQEtr`RHDY! zW!i6tPkVNizlIR^l8Fw^ij0PAQAbCi1)~rwaIeQA+45RN$ohj1RCiC#WeTrJ0|K@* z_esa!*LM8hl!j$K)pD;sPQrh!W*KGXF)D3{f3^xe?Eny=G@GDKOK;6R|}RJpFG0JrlHGakbS`Ub#$cd4E@JQB_#p#_7*Xg z{<&vM@*lGt!oSRNJh6X#WGuH%3kE=fwq|)dpme!T?{2yp!O{6Psxm{wl4XA5KyVVL=*R*}W4 z$05R<ZeBdp^JM>8i6{q6wpa~Kv%*}Wkhue_1qNF$-^jb#D zy8qU?V>u`e4k2M>Q7075dA}Nq*F>&+3F7_@Ace;Xn78KrP05{3orLjsSRB2vge4Qn z*^Kk4<#fy8q-#y zP#hv&BnrrN zMf8FGv$553UYUd@W15~yR5O~9sjo8vi*%E~TT%aef0Zw+P8XZd$*6ZGgQMNT(@P>j zx>!yAFriwC;kJ8D_oR0(G^dZ=di?dfNAm?iykhwRBg%5w@~6j˥ds?d1%GggKc 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 G?f(K6e=4c~ literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Achievement System User Guide (V 2.0).pdf.meta b/Assets/AchievementSystem/Achievement System User Guide (V 2.0).pdf.meta new file mode 100644 index 00000000..4135fa57 --- /dev/null +++ b/Assets/AchievementSystem/Achievement System User Guide (V 2.0).pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 18d41c740d478fb4aa473924330c841c +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Animations.meta b/Assets/AchievementSystem/Animations.meta new file mode 100644 index 00000000..aef9bbf9 --- /dev/null +++ b/Assets/AchievementSystem/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 16e610cdab080204fa9d5c30ad4e2e59 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Animations/AchievementScale.controller b/Assets/AchievementSystem/Animations/AchievementScale.controller new file mode 100644 index 00000000..41683bff --- /dev/null +++ b/Assets/AchievementSystem/Animations/AchievementScale.controller @@ -0,0 +1,221 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1107 &-8515502852573860788 +AnimatorStateMachine: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: New Layer + m_ChildStates: [] + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 0} +--- !u!1102 &-6024793714723776394 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ScaleDownRemove + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: b8f892a9acfa3dd4abcc3822677f30fc, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-3398981520297007735 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Wait + m_Speed: 20000 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -1089769901319746500} + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 0} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &-1089769901319746500 +AnimatorStateTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: + - m_ConditionMode: 1 + m_ConditionEvent: ScaleDown + m_EventTreshold: 0 + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: -6024793714723776394} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0.25 + m_TransitionOffset: 0 + m_ExitTime: 0.75 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: AchievementScale + serializedVersion: 5 + m_AnimatorParameters: + - m_Name: ScaleDown + m_Type: 9 + m_DefaultFloat: 0 + m_DefaultInt: 0 + m_DefaultBool: 0 + m_Controller: {fileID: 9100000} + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 7328654614666641954} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!1109 &3267490031595275040 +AnimatorTransition: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: -6024793714723776394} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 1 +--- !u!1102 &6286268484249351856 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ScaleDownRemove 0 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: b8f892a9acfa3dd4abcc3822677f30fc, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &6367317772926085654 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: New State + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 0} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &7328654614666641954 +AnimatorStateMachine: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: -3398981520297007735} + m_Position: {x: 240, y: 110, z: 0} + - serializedVersion: 1 + m_State: {fileID: -6024793714723776394} + m_Position: {x: 240, y: 190, z: 0} + - serializedVersion: 1 + m_State: {fileID: 6286268484249351856} + m_Position: {x: 0, y: 0, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + m_EntryPosition: {x: 50, y: 120, z: 0} + m_ExitPosition: {x: 800, y: 120, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: -3398981520297007735} diff --git a/Assets/AchievementSystem/Animations/AchievementScale.controller.meta b/Assets/AchievementSystem/Animations/AchievementScale.controller.meta new file mode 100644 index 00000000..8d59b708 --- /dev/null +++ b/Assets/AchievementSystem/Animations/AchievementScale.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 418fc22d5c9b6124689a42bea7a3ceb9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Animations/ScaleDownRemove.anim b/Assets/AchievementSystem/Animations/ScaleDownRemove.anim new file mode 100644 index 00000000..7c8dd995 --- /dev/null +++ b/Assets/AchievementSystem/Animations/ScaleDownRemove.anim @@ -0,0 +1,205 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ScaleDownRemove + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.33333334 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: + classID: 224 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/AchievementSystem/Animations/ScaleDownRemove.anim.meta b/Assets/AchievementSystem/Animations/ScaleDownRemove.anim.meta new file mode 100644 index 00000000..55d00093 --- /dev/null +++ b/Assets/AchievementSystem/Animations/ScaleDownRemove.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b8f892a9acfa3dd4abcc3822677f30fc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Audio.meta b/Assets/AchievementSystem/Audio.meta new file mode 100644 index 00000000..d678ed8a --- /dev/null +++ b/Assets/AchievementSystem/Audio.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9d8882b0ccdc68248aad77b3853efefe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Audio/Example_ProgressSound.wav b/Assets/AchievementSystem/Audio/Example_ProgressSound.wav new file mode 100644 index 0000000000000000000000000000000000000000..537b1d837e3f688f5609193ff05b54ceec1331dd GIT binary patch literal 68852 zcmXVY19%*Z`}NpcyG_$JwQbwB-CNskZ*AMQ?bNp0)J~PL|L1qV@43(1Y&Mh4cIU-; z&pGcju2sEyyh0K!DmAaxz3-4rNeF@<35u9-3J-o!1Vbbtx^^1U=^D=2N^;aLG7)u< zOiLXnvrq@fOw>+1om_!^1(-8H-?cw*JbT}_~8k7%4 z21HOOxZx-G`~1uPQh%>M-JkD|^Jn_~{XTw2zrA18FYRaYlli~A*WM9tnK#I5W+!Ir%X;(OoZeuU_nNz}-OTO*_pdY3J?J!YCpg*N#!kd7 z;`mNBCvdVjiQNiLVYi*r!CmbvbRRpn+-Ns+JGw=^^==#Qi96aOy}4dyZ>?9tTjN#n zc6bfEtzJv-sMo{0?oIZ-dE32={%5b1pWENzPx6W2lix9@A6yA81$n}v;rwuO_&sEZ z5=0wfII)4)O57u^62FPNgh4zcG~x#Fg}6+-B+d}Ga9k&@5D$oVc+MvhkwwY!WG8Yo zxrsbYz9ktd4ONY5N=>FlQ%9(E)N|@6rBP=nkGe*2^aaYL&g1b(>JOf?s7rYKl1fK= zR9U(JJ&Nu}$I@r$3`{a+0@Igy%Uoh=vnkm1Y&+Ir7qbPqGi*2RK0A_o#ZKX#vXi-6 z>OknfrLJPv|tvBbsL}(|_qb^fh`Oy_W7u_omC!CFn#nNx!8YP-m$P)N*P% zHI3>)ji9JDV+MAj{4Wgz}BdJOFZWz^_YDv|ia#G2uU*t`4H93Z?LM9AAtYY_ec4K5&bfv|C^WCKkmKv z#(C?#3SN8fmz&gE<6d%WyCYr8DdZkW~aBqI1L=%uIK!* z8{u(BCy6uKDeNr!?{EC$+;t{6&z)(`2WJMp4s$L!t?)MsJL4S!j~>{0oi(=P47R`8 zjqN9PDf^yX)P81{uz%VO>_kp~yF7kA$a!QR#_RrZn&Uk!L!P~Ij<{*u4{ifDxiBJ=pBgeQ}k5&3O$3qMX#h^(;Mh``Yht; z8J(Zun08DFW(hNxdB&VzqFII=%+_Zwuy_}ZMzx8M@vNX9qC%fY z56*CJ*y-F3wkg+#O~mD7Z?YelNyvdRYDtD+G=0Ig9O*&U748?CQ=; zyMeO^ue-+X;cP+d?zD&C=&Okex)5uos82hemSgY-u)<}DU)zY47Rj~(H zW$Zy#O?!mZ+FobPu&-IC?1&xMP3_9gc6)|n+jo#xiID>h-1p8TH^x2Tc5>gli;(9x z+)|$J_VbFO9}My0yhC0FpYnVAEm0?q`x%4G!6a0W_<#+Yg~P+6;g>KaQJrW*OHIrrt@#OoqPg!mN&Soyv|+V^Wtja;9%ea{iJ8S@WM(s&apYu{GP#+>OhIN9 zlZ%Yp6P|$sK#8N(=rR_Uvww>D4n04P6t#|#C&dgA4Ss(sUOr>>JHVPilw?z z2dL)MW~w$apb$Dja;iS{6*%Ys`I78I&Lz{6g~{{i!tIF;goo?10M{vBNQO6pWkJ87 zU=S5N_8*{^FZE0L9emfz@1OS=f4cX~Yw8{J(s^UOkBI+GZZfZv`^Zh@&PNTejkqP< zLa4ic?P<<_#Qa3Nh||H2a;n(LoT_#br-B{rw6t?O-R)}5G`qR8+V10=u*W&q>`BOv zY0eXSjC0TK>6}G<-))Oqn<@QGBo&C`%wxH@i zCX$l|QHD%`TAzm;1(dUhY(efLdz076`Q$HhKbeAhLsrLi8-}iZ1ab%Dx9J5+DF z2)zY0|2aK}mYAb-A=J+1%pZCf6QG`^M?4i|ZZY+kKTIDcHM@kV!CqoUvo>>*EeRYl zg00S-Viy3byyhx!nfb|FH-0a-7BPMmG5?!S#8W~dJ|d*#lM5U#3nb4937pM;;(p?s z4~X@bIG*5mhsyTRY%&hwYK1N<@M#4>IaKZ0w3UXg)M$-U#^*mc}mwmsL0 zO~qwnpRzxhCF~id6W&`vb_A1%?Z&7~Yv8dK=ub_U8%#^)8q<(D#WZCOGF4FbOES~Y z3kIP6*J9q%*_kuINQ>z^^g!f(9eNC%hi(ZhRFqDj($KFdAN}zoD#b%;J#~nhL9GHR z8bDRTrx>9m>OOgkoIwr;uFOn6Cr;veG$s_{JrL@^utG?OPlBbvxS(*5J$Qg?InrP3 z=kja$FT5oFV(+0>&s*woUMue+aQaa9rCZEhhuYW{I3|r-$9d+^z#=E@j?QRcjq*0@ zB(*=<@rbL()>YKk8}@ZPzGJ<&Us`|dKNjP-R&tz^&PiiubfWDvP7LBbrS02E?Ju@v z-NNr4w(nUh>{x4>z26#cZ$+%Gx4QjzY_R^Z_gVw&LwNoI>iSJ+HU*S54#-l zbGqHnxoID8(xE?faEiLykOM!Qoo+7ox!Vspzrn5I{lHuhjatypGra>|312|3Y=_V6 zoL@M|5X=as2cLsaLHV#zxIEm63L_K65dTAoZ9qTq$bifwhlnpoPA2Q1-VY$}lQYQ# z@(`JUdW5(qslljQ+o>*89JPi@OFyGp)2V@Mn$yp4?W366sOup;gUQeAL(IHlMlb=Y zW@h#%Q-OWNbOYX=#HM2puw@Z%gISqd!&U(v8OtT*E^sY4lAp^}M@^r?)BIJw1n=_g z`2xatzP_-WA1G|(#|r!S1;P$~uCSF~B&_163N!dg!X$o}(2wsY^x}I6ZTXHu3%<3` zfNvsH<7*3L__9JSK8KK$Pa+uHH~tQHh2Ml8F@S5$m*O(x0rG45vDV{n`yzWV=4h7RbUq~dDulvR(1k<)^Nr~emrL?Fvpm5=o5c| zmtyJM%o5tgED%eVMAsAPc8L8V^f4-==20)Gp42v~Dv*Cl#QhI49cJMdPy7#sEr8;5fEK3E_03d#jk@YdlC3m4Cx%He!PD*Db>UUSv&4NyQ+qHArk8Bh1blX~B@3RIY27B1k ztSQ^B)OMdgKKhzl&F_vKFnnGC;{_YdTJI` z0=>IFb&Kjt>C_y|uLr2=^mA$;FwaKJv3KbA9I*)i+VT%Sot7Rn0do=WH@#* zQ`pE(r*gx%a=yZc1KC~pcdTGaqDQ1BL4DN6$PC{zpT8Tg+~?~GlJH|p+uoBx*mS`tO?M`eNIOnfL zFb` z*}LuT_Hug`kYIWLwYR`8>Bj*r770RsR?seZ7u*8&DS+C)DvS>U2NJ;(!Z$TbS8QmU5kE2PoR@92k7d| zS9&6_@?oYKFvDyn3wr^0{tq*c&Bk71>#`O*kw$I4Tx+c|M_T`wwXMo#5i6aU*dk2Y`ewwNFN`1NJ>#8u*Z5*yH$LL=cRY?aAOHX3 zk@4AlWV|(R8_)6c8|G=_ih0U7X6`f&n|qDz=6Yj?x!KrguEEz0_V6b> zx<){%qp8Q#E{dTaQ^jc-UA+)`db|JlJ_`&-J|=I&r!1hPD=KM!)C7*?V#5d*B3yb-7!YzKYAPezAP1N_P z!U*vk;#U`3F_&0EYAE)UMvKd(mEvh>pZHF?CaTgcQI?;HiRFi48u_l6LcS~}kxz=0 zyiK&F72;cIqWDPaEgq1XimRof;t(m7*hu;^X8*8{pd|R#zpA$LygFVTe179?ot;uy{({aVw53BoRx^& zO`Iiq5`Bn7giKrxkD>0@2!-%VusIkEzMsRiy9msFCZG2AdaJzhUNP@3>V6M*xJ!ch zSm)eus)B?3Z0C2D+MnzS_F7xVJh=sRx}EjdN@guaEpK8?Gt*i1%@?L@?lGSkL(Ppw zV{^2T%WPmIF-seUk-_+GBr#qXl=0H=^m~S`zc4KQk?~i5X_)#OBSC*_82^3!i07Uf z@%a9;j%e1O8F4uOz5dvEjq~5*_derFQWq^Ew#V_ZR{taNBx?YU;!ae48a~r!h@XlOkxs%_i>>7U zJC)r5vt|Z+i1pkmV6Cv;m>sOOW@f9U`O{2e9x~q;lg+h86LWx(-7I5JW)kBy;`E|% zL*Hc_(pMO3^|{7ueUdR*A7>2FhZuwO;l@9DKckyIz-X^`H=65RjfQ#)qnh5tD5uvj z3h8ByY70=uw8GXEGE$+DN2lF_P(djP!b8Ba2?%D6H2r%IfWm`g&iZ zGycW^eTgws-(jrQFB`{@V~=#tQ1vJ?tx?&mY78)kppWc9pNTipTLsM4);Mz~dY5X& zfEOJPzVtcf^m29`XBqM!1P*HBG<9R0-O%=UZ<^cM`{bSkC!qKTy}o{G|B^r1&lY_3 z$ASC*7{mhqd+DhxvcJX>$D4fp@U|J}gwoI>?ysPa@}Ol!-iH`Hsye+)emSMe;p zk50tI(=C8^w;=9S<|V&rN{lw3hcj_)ZskD^PNlsHLLu1lJ{M|vhNl#a`T zq$S9SesVUcg6ty~u8NPPCE_xvh1fz$D<+km30K8M!ep_LP();f-@&7b34sNmEm?`Xj%*OvPCiv3bn0q=gtLS7* zL;5mi-=XwbaKgi>XW;m!f#)nuEyL&A6!R_vmFpDvh91NMA`MZTI2%3+|G~tIBn!8L z>#P*y3El$t4D;*y$^A!Q@_KtUJlp;1&UOEFv$+Mq{XKHpLap-c!p;WZovQX4TLrhW z0<&mM>pn2{OlyZ(*Xm#@Rtobju*?#3p3%u{gj$^52#v3()o1ks#uCKhaDAlFO7CP; z(HkJH%OP&_8_5yJzLv^xG{*R>`TAS!yZ%6n(=Tgx^wZi|eV=wv->hxX*J>;ECE6l= zkv3bOi(`Q{2agx%tF&eMMr|9;+pnM0F6uY5`}#BOlm0_2U7wf@tye;!WPV&ANVywHsOuX1vq@Y z&|7>f>=iSJhS*jtB`p`nNe{)dQW7bYDods0vC92CApbW5;>7U&Y?)Mto)R|%Xg&f@?L3` z{4ZX!gH&G5D=El@htg$np)^-)1ALWKN+~|Ud@&c;s1D|9NlYzV72fmHgiYuNeR)YJ z!r$dRZUMN|ru+;pCEtX53eIXV_k?Z4EkG}*&z^;TH-tUK#IU`Yd(aHVgA2>aj6%=M zg-`AQW~cE`!?RMIsRyJ;4JJ2|(PSm^3{;m6Pk>6$19T4G%+icm^bQjx^6bI zCYs5ulIA1RFjkt!fICJQ`OM0OZz#qc;Fhh%VbtRJdIzJQUd?ENcr2r*G;-*)kxKuo z^ZHxeM$CTK&g-wVefn)}oqh)Ky1g)ChS1YUkqvg??YdQ61T9jT_ z%Y-9ZZ=hw>>uZJd)>;X@y;fWAt+mugYQ6Mn+9Z7$@?$UZ=N$6l4f0CYL?c=+WR%By z8LrPaHtIKkuOu^@(a`LV_a2KGB(+)58fY%ZoUB>}t$N^ucH6ckIvwp^&L#UIX5sA6 z=*9vUzH|FP2YcqO@+yM^JqZ0bqkq_+>t_f8e`wG*h=Y<|JggP21`g7~D54=T7VPIo z!Xe83r*p0PZw9Ceo^vtq|3|PE1!SKkR(26tKb+E*F238^R~&&+x5y4qRme#M2@nix4MtL;c?&^b@~frp+t*Vn4CE zv|F4h{XtCTl#ISXRBwp?H7DGyX8$}^Rv@@8eTd{EgVpH&XY zmz5*(C1t;SRoN|{R5r**lqLB2RC%E?Kpv~Kkvl3C1d6gmRUHN><-v+db~jKX#V7ocD&I!QB3S9&*{42t+MXun;k)!@_0 zQoG4lP#Q;&KQRN$CN>k-FwJcSovisRThoQ3vF=u6Y=XI3eDiWP6=wKiFgfg9$SDXc=~6H_zhVm@tc z_At_$F~%3*_hYEFQ;ccAB(3z4Mln4ZaEqoVXpi-~+HutDb^1DOI%0KzK3Hp|w?mxQ z)N<>^we)(lM(K&QKbo(`X+PDw+6VQb_DDUZ-Bk~0*VSFx6?La}P2G*hd-2>6?Xh}J zd#hg4eyGnhQ~jnXnysbP(%`jn>2(LMB)pRas{UgC^-a>_o21h=CjbbkX_ow2HvR$EH9p~zS z$6t>+`5qc<5&kDXj4v!)0#8q(rZy6iftP6~J`*;Hsl`8HE3t^QMjS7_6l10Ik_e1n zTb?J)K+?`7RqcOy#}& zOL;ASR_@4;l{4}cWuLrPSs*V_#>hjF2aT1|c&$`&D1Vdg$rms$%#^yyt);wjR_T}Y zT|6iq5eG^m#G+Dp@vq2LK56Wqc(L*KxH|^AKY2S1bvqVkcqUq>S&vn(vVN@{38cQ*| ze>IDk)vTrF8p||8tDV&X`ovi~kDVT~z!><6-Z}l8itcl8LiJtAJL2|%9`MLp?v;Wk zaGgKim%yg=3c3XkgJ(g}uzI*OJQzA*I-(KrFL99gK>W|=(-}O_VUk3hYD=}D4pTcQ z8D6z+bWQp=rr_k@xw|pNnRAH$Bdel=KlniH>ke=7^$1;ro=4P)-#2Ej!95 zGWv)xMBVQ4pfIPsRuCCX8nZrOgFSl$jeT~6wD|uFdyf|>^>db>Su$pYMPy_-R3DPxs}l# zX^pi%T5)zmy9zuT8=;Hw?qa8x%ec3|i5B+Wy9>P*z(JQW3zUHmXgg-%s9;(!C-@dv zLH)2VRN&iT5~3o}l~@PQCqt$oyQ2%ll2^%SDhoA=8c5v-a?L}7#i0ApFW}WI1h3>w zrYpPw2bt2W%+3S;`N8gGt73dx$~A(PwUMg~oUo3s%>U*W^Hqh{{9+-W@I@FRlmJIR zRpf!U>xh{#iw=?=izgBL|Ev8C7p!;bX4X=>M7$Q6_oCg97^Lz zVkLj%kDNI2NdBm7myavcB?pkzPuV#1+y)v9Z)# zOe7^0FN=?a3Fupe#CqUpLw==j7CF$L_xSAmPW~z8{m7)JB57+ zop=!ZbgAK>H~{Zc6ZFt;&;w>r2caichX?v8s!bR24e^HMCuedP}>d1{$N4(<^JE^r@H)?rO4;Rd0)#V88K17tP{EH*@(=qLdPeFhLnDoq5s_xf_(&sV6ykmap6?SWp>&93SL!2Yibh;HD)I_F zAy$5hKC)jKEl*M!A^vm9(TXemkZ(x`kb5KK?wGv`NtA4fr=(bMvNTC72hP+N1@W|a zTNorx6Y`7IgtvmrFNdC7Rp`nad^&zD{=GGzpZ(-gaI?8sc(yx0_aoVE@JtYFDewi) zpq2CjdqBb&w3K>>y3&n0Ng8AY%m5DvnruUiBR+>5F&HeU9WdcEAfTl1JgkH6n-2`= zN%)zYdZPEvoelmc3a-wr&MBun7@&JL>GZSr*sR?Q8WC^Tu#Urb&=(jXt5w5%2c2n+ zxdYgzxsl0CW5gSG5KBui_cqn*7%|{0e`tU8SnZlVU)zXTb_B3a3q3|FqSIPZ{hew8 z%Rkh1ApYm6>$DN-zgio0AnJKjtq|&YW;MT-7&V_(lVNxewBHG#`Zd8(KPMz0Ck%X5 z)n5s|nvg(iVM0=zn?*~HUQtYKh`8^KelQm~by(YjS>myp6!}(JFRhK$M<5rEf^!PB z8b&RBA$Za_}09<~5V5#8W`i-iuH0cyZ- z@)4XrrKw!h61e&;>Iv0^E=cc32T*V=yMgPwz>HL)(s6N*q=|o|!cuX$ zk2Fl)Bpm_o^H&z-T;OurE1l(e%3Rd!-KgF7WhU}N&Jkgi@{#oD1G$xdBBc=X6%hMX zmFbac%H&9CWfG2Ikr?DgdgKV9l#6_qvqWymfwEVAt;~@3Dc$6Ml`?V@C6Sz7c`tpH z_eneDanfM9j#NlaCK=Kz%meGuo4Sj6rR-w7_(fPNZpGZvQHY39!bSKg2E%)lMX1c* z<9~6(`ORDwaHJPGm+i@Ig0HC-y94@nb#@-}4w}G7a6!qKKG4h=Flno(o8T5&QL*4c zn_&w0K-j4N<5B-=HG7CWHZ_-X1+GR8ylc`burt6|H%lwD^8C! zc7kW=t9Ldk=tYghx?sH3-eK-Nf;?CPuBH!W)4FM<5qEYqixTz&Ta5ylP1;tD09!4IGq8&4^h4-w~yy00v5dUXc;Gk{jn0R~w*z z^wT=2Q?%jgHfVNo#If*KWXB9J-#TVHRunv`W8n?@?9_5u}9oTPC$aM3y7(<%|(WE*hbg3c&s~BPo>zkwi+pNOGlagi)$Qe7P9n zK1bv^dd4}~R(8lwlU&W8W^R@vUpse@SeTW^bq2T!vxl5cQPF|-OJotg#1%3w# zJzzU}KsDeW)9i08H}hEa%ul9mY%}*6-OcVs0W&k^-?#dCV}m{$vu_*V|J+8Xk;ZN9 zw!TT*tq;*g>kYLwi2cH-$I12g>R;_Ddcan2JhRm`!2JJetr5S~)z(@OwI+H%NiC(C zN8{CK^nsL`nUD;aNYb=~MEI(p?x)ZMHN$^75TlmX3aiL0)cy|YL~Ro0iS_Dja7C7; zs|C<^+JI|X2R-4Q{z8j3GT{C7fRWE}|@PTd! zPlP0q8&074#A(7K(vThDPq|9oBXd$Q)NIuMAK2Ka1@FU7uow*UobC)S^C{H-6zpTB zFXrD1>`=^oCs6wmbEmn+oQQhZn*YXa<%?qeoxoQRF7tDQB*GJ+IpTj6;{StiP|OTm z(M>EbZ5C%pZ^dg;v=ot>ApU1b)8w<#CCsOWoDuO~0dqiKd4@7u-UXiXv2sKHqkP5e z3w9`yRH+0k)F6^m=@==Z^uW;b%|LYycqN!CpTA`SB$pi zcwnG1#t(QK4j5;^e@@WrqP}K@7WGU2qFu-QyHcN}4b|Ifbujzp)RTbg{H}h`ZeUK` zfm%IRoudr`pVLn5g!r!w98+G)j@VBP43tPsjT}gfcu$NxU=jNfO;QDo!;FwdO{+x# z`xFB9sQ}#68XQqy%o2;$wc1|w3iu>dW1$(8hDOjIGssTlVmvgmf_h_PguW46)mI}0 z{1g3+S>^@fy%`N2bhNn;_$MBo={oRx?6NuVphN6|_$=;16)y*VY>k@(9ME#Nzb9co zVvJY8|Kn}-JA(syi27e6coZB8N`^V111tasL_&w@K^!3-L6t8HXVyCM33goaVn1&V z>i;{;zZK!>T8bTyUvyotdONWRMZpu+4qoO%>}#C3yG#UR4gm)7bn2ya8b%F(Q+H9lDteB4Sw<qa!Y=vd<6gFVIEd6*JeVk&xx8}NNE!(hNGy`IZ_bVD3{VS zk`8l1BH({R&K~(9vyoVELIP5%61i@S!$l;7xpWaG^i>5Ps_Y(EI+Ui4ojLZXLMb8t@2x zV(PO~n2*>K8_S%APp~=mBYslF=t=0Nslb75!5&d*xUMb|CeebJKzxK3eF!FCCd?Qv z3AP2<;P*cP#9AL3@MpOEN5lJ;5gh1#Xuxf;3;WkOi~Yq$m;wy@m%YGVf}O$Y@bDYf zzt$crzts`(k-?g4zBJ33%S_j3k2xS3G4##IW*joU>En$9dVP2iqKt~ryEy%V{uDg? zHmxu4cQy2YOsL16Mr%*Bm+BeqG`P;ysQu&BZkT}^qK216{O8uPfa^)DMiBEPYQ7D; zuc{v~d9-}9E7BiR8AD*F`@X)2T%9~@X)$p=1;JkWT^RUaH!~fL6 z*=L_|qMR6azB9umTos+N4g3(7ybfMo|CYBDTN9pt$nP2y2(AY!gS=tVa0wiTYWO>B z0UydyFhFU^V!;3F$!Da1&AfipeC%xeh5xNO*v~CA?1FSNrV*H*ZH&lT@buSZkF(3z zB-}S};Dx!v@VGJ9ziP@S<2UlH!T)Rl{`ml}eo^6}&__rko)Wr#UeW9-#5TaSMYl~z=_V0_uw^W0tdAQ z7g`)Wz>_aYx6uO@%Uz(qWtTFd2RxS!g9jP`?_4oal>Wdsw+l0HCn1xVLbwl3ccd^J zy9GJ;TiCl9#*e|iS`O|MIM6oSVECYtvrDk|ke_YBT)}QY8)hcRSRL5&9w^ey2r;{T2sm+%Pje-DpeATK_uTEcIf z$6`K6tL0aVVUBLD^-@P_bJWe+arGXwG)7Miy`io)M4zc0g4e>S)F=l`qRvU0Y7tD`VW~-V#4?RG$6sNO26g$PwowD#oA9VJBD@f!mamRTK zcA`gmwXq+46n6?p8Qk^%4XVKpbO;=1E-1lE!xV%_i~$q<8hms`vLSZcPr?h713P=O zu(PgH8R=&9IPCL2#{PF<)U;{vd&M!O;Cq|TPQ%{FeYP@}i(APJgy-!dR|Pv;OZXQ2 z7k(RGO!x`keF?<>I3ZfRAoPX4v`?%FTrm~(|1#=-D4v%}N`cg0DkHC#2FefNZwtYL z=93dc|0=JHmAfnJkKVOBr!+m52 z!!H`)3V;#5$5dncUWL29SY@yU{R0;J4?I3Sy%Ln!p$D*4fGm%$x+Ytxr5z$*mqH}iM!0HjH?}I|FFlQ z3&hyfu+ybkgREUvG%S$u zQeP%KQSX8Sy^?TMJ)dw|J(F-=J(~cQKjFH1GvSu{B;gIt`>8q!400ewD}Wx-RPCva zRA(W#EKp$C+OA7Tfz;PmJLGu-x`=f=WAl?!_@3;YJYiG8q^U>Gh1 z>w+lsfZ6B)AF&Zo2c38aaS5t?9_*toBX5%q+|XU11Ye}SQ@MbFro#jJjW*~S*zeke zDL7y}_#Yc!2HwbW+;8-N%J6;8=2-qU*M`r^Z{~-9CqD@dj2D&(4TKlMLLr|R2meEq zcuMRd2I4xgGO)(K@OfUA8UX`M0}px>T;z9nJCn=rQHI z`kyAe2D)}#VGuB07I2`~xeD+^eBv^|{c!<%#a-E0cthH-TNs0>jID@Q;EspWM`#I3 z;yN&Dg|Pt{i@o=z)z#khA$24W$$-ZO@U-~&AtR0K|a?%#$Bq8(V!ub6>{ zdqq6Od+M%o2e?Jye7}wvxU16|JM9#Bpxt&&yOsUjlAr^euqs%Ct>0!2YmNEYY-(;W zIkPjoG}+8ii2pLi0mIQp8>ivroT4Xz-ugjLtM5k-m<;Z*g+39wY%6HK`L*Zh0Vh$L z7oi6X)z+!4py`$c2Fj_`R}%pP1!{~MuO?RCs*L&=T<0zIcfvJbp!48Bub}qFf)l-m zzVHxn|3#(M1T`J-Qhwx59q0(%p`*=FmuUOJvA$PzEwPqeucdWI589+()IREzUI2cG zLB>-3it$qi^9dennQH|8!^ zp3lfHm@lpwS zztls1DQyM+b00l`Q(D0HITSvK<=`z3pmyJZ=jWsRO0m!fK*<0DrHVu;S&$34fPM1g zYo16}Jk9`olo*;YXxm6Uc%xVH3+TaTlx^}R;Hfe26tz>T$OYjkWfe_&D&Leg%Il;- zi2tH;8F=wX>6CO6-n^M&8L5t_Lbux`p2tqkNFk}13*MkO>|M@=#!-^Lj9uiO@JlD= z3v>H03)SaFvESLW=!|FJjcx?LR03UznL@v$Gr&!IfU>E|*ouEhCZRgRb@&G^^a;4< zNfJ0AR^v((46B9bgWEx)pk)y6e}D?m-%sm@-hSNirXKcNDDNsxexZ!G*p7-q^3df)`;Id_R+s1C2EiIq(WOa9VqV9&iCYU@b7vM7089w*X=| z1#*A~50s!r)UPU`zEc094}AX*_uNMO|L=GNE#M_`<1;XlttM3^;HK=Dg{z>Kbi-@S z!yJ4{!*6MlmIeA(Yke4Ik#pK>c<`c)+IkOTfqoRb1%z3`Xll*}pA~O7W-YTBJg&R3 zgC<~qz8Co4ioiRw};CJ&;LNa8h@Uj20!sr?75^9b_rbtP1u4t z@&|O_JmNL+ANVh~i*?Zh=0gX*A=Q#NaPbx7ozMcFA_oF^nX}83QXO&H3wUL!JW|;t zFH=rJ$GR)uhR@-J@>fn!2*pA!u$YNCXkG$zG8WiBP#k!K{y;l;3I6jAVt=o^U0Dr2 zX}H`AzR?;=2|1IJM%LvY@QGfQmdcB;KhO)lpu$oDaM@Adv%%7Iu{ib;z5}=Iz-~?( zafFZvJC+xrYxfowVVANbc%VPfJmzCppb~e8dk2s7RQ4B}i=D|{!9LtS%t=7`y6{H7 zg^tpfzC;mpD|n*6k!h&m9|1(s8!BBxi zAfUOp!&3}=aQkr&sygriy?0*XZaWj4j80DMxIYFDIv#tEh2aJLWVJ{9r?6UBm*ImO z3lDS&bGiA)XlWiYvX}#npGGm`u;J^|jPrU!V<9~JEp=7TtKZNaZIylp7<{u<3m%~C zm<0l@i1tp4XlJ#*>PGFpI$b*k-F787&}o`Y#?io*x72s`$^^~!FCd$3%$*J2{_oYhVj z+|w)89q8u8y@6(U)xAI7F0YB70nXZqe%c@bp6KRqgI*0vU?*S&b^`3s4_gwwh~vZ^ z@Sw%WVdN_CKt8tiI$;l->`>M-sVb@~k>nH9l zRfgNn&E!n(3GTNL#joW10V5pbO9=t?4y$5zoQWCo26h0FqMp_fe~UB4!qP>tpX6W; z&L@45I!l@5+3;wdm8Q$@r4zCue~}Ad7HB9J0~gu~SZFYO5sQ>#sN=T~(@)?7{Q_f*e7r;FP};JZLd6c-Ou8xT{qm?=QU2bFuFp zXjkF= z+y%~NIW(~em<#&B57ZerzMj?%yl6Y{{EgHST0P9jwZQk(!Q%#au8j(00}s$h_~hoQ zV-fr7;iEgPeOEsN_auT3t{i-D1F$!+1wOnFdTKo*bn1@Kf489a#~X!=lI9e6nVw+& zEo5f5rkms7^SB2MxBzsIsmS}!b|2uM2k-$Ebtv4ss0(zGOKx8`n|B}ezqI$&+w4{M zMSPmWup9Q;?-5i7541nX8m5NwI5GTy`(afg>fvs1hj5>_l-LIzM;?VwB^B<}F@RbL zACOPwzvv!<3cK$2P<3xeq?MgUE@);7ShxC+$R^*owJ% zG5n)5!J!U;AG!-Xbv24)a!0SFh?C-|RF3i zO07gqOeO9GZW|yj!TWBCJsv?=3|*rRI3SD9!*9nPb5q=x%jJr5n=u3bKOayLb}}^b ztn5(K|K!+?-b;Un17a*4N2Q`iQ5$jRlTy@1@**lt3-T&F=#S3w!?bAhScL;twd z_nbO=C%lNU-i-8|K5t&{C9g&w8kaE1yFZ}|oc|i|l@q!BvbRXWkAyS{4-!;n1MlF1 z-T=!#$$Vft+_p{eqY{?H4@+1`Z##!s*E}AHZ?6JB+Q!{+7%b^({66aaTM1hH_k=77 z$?173cze?Ku3-M0$j9&}nBG#}O1{C~aNhxMtj|yFQv+Sh65k@_jqin09&Xb-WfJ}p z_lW<(%m5~#iFxJkMgG6!UlAx6NWkf`PO`^bJ(w&q#pq z(OIlD7n=c7G22-^z=6(Msf0rO6=vah_(v!#HpL0$fcSwrwGz6>mA0FRI*uJj1n#e6D}r}NG8 zAV>=O8L<eSa5DL27>pnps61ub!Yrh=dnZ zL*1_gse_d}@QBx;i|NliwVX2D=Yd=E$d?sN=&Lu9*;pIjd~}Vy;YC#PKJ}*co&<|u z2{(C+cY8uN?@Z1?f4C8i64H80Cx~#Eez-`#W zx!BG8;2_$7W7JNG^R9;p@zgu+1Q-0$oZh+#wY*)?0W3~f?md`r7L8bfH#6VA1sv6- z-YDN~^u`&%t$O%+!QVGw`m-tVHUq)|!V^{Q9dQNgkB&?F>#$kHk?4WFuL7PA0jnc&0V(mkTl$u%aC}shV zn9P?K2Z^i1i=tP|&CF&L+{Jrny7SumqG~#AzivCr>>byap9W*#8nyVF!k0Y=hJdMmAwipbBU!SI0&$(>{$s8CtF8%9!F?{Qak|8x&_ zXY;H>mvtKr@Lx3Vxxir(wJKp?qtob%cX%cevs;3mdyWPD1(;OL{2Q_KYx z`_d}ym<<>99j7N);=AMR@7n=CG?E&mgID*K_CE8b_MY(m0hhT$eSSD$n0IADD{!K^ z)GWp65%PFL5>k1K!51n(os=O#;}MVE#g~wdm&p^1ghcI39zLctcSs#{VV#&Wj9}ij zG-0;)5d7*aXKvRS{_1+)fAlY(l`?o&%uyoMr^*er zB%0@`c%;0e_brcC*9yGr;{DeG%>tS6<()`wxI_I@Tz>!$q9{C|Rd_>q^;J}pf8drh zGP5yhoMakI0y#q{k}8k!9VWY$)FdUji+!L9-#rg!}~5WPl!PSx!tpn{x*U- zr#D>BhC$8H$QOfml#VkN@4o7}3Esb(em4>gej9fhPhR(XFwdRtbMgqdpB3CKWIwp) zDSG*Eu>W#s0Df?;x8uRsPMQP(c<1mP>fMEGIgGSje0_yd*myzt(I=l}Ua*y!?GiA{@d=%%j~bE78=!@(NWV}W-B?*~?S!ht zdsXz1_0dVT^!7>U?j6bJ%uSf(-Gb)jEL`XJ37@?(IBYR*1@!izzIom?zO&vN_))l- z*M%sfeUqry&Y|UTstu{-RwzrTNXfIXU+caDc8d7tgEh3WUQG zd4%hAA$XwE;Savlr|D(!Mp=YY_9x~lA*K@yw6FQcylB>iceTNqV)^L58leZ+gf34* z71yC-uyNAGFWimpRmGwDCtgX+0l3r9A@ksa!#QJyn86le_18`Ub5ernh;fk<%A5 z!&(+}*t05VKaXh7qM%K@FN!;3HoS_l^tZj4Z#AdKE$hh}l!f}raDVo^a-SvVulKBg z^En7jPHlGvPbTWIM2+S#d4hW?ddMbnkUO1x8~w{-c`crFouuS)M(I5K|B2EfS6Qj9 z>yyjjTI<^9tnV7=RPeCg8?F`EkL!OszQD{s;thQF9?tnZnBJKxPp^0f2s20%tK7TYmoV}bDXGln9_XT6^OaCm`jRMNzSq8rzLUOmzE$*{!+n>$?dU;E&=+LkE(n0heDvmE zUTpUsg{QO4d!O3q40_2uaF^FJKc0(*W)524F$ujn6Meuk`}1-jcf}aqKgGKmZTt>C z?{vax?-Mlj325Te;~7zr`=$rqZ=rXc@ASWUuTu#|`_;=g7H^>#bUXp2kWzsjW(vK` z6*VQkTpjSPJEZP}|80T&G!Df0Hw2Odd~jnMXy*g#zy~xf5^tbq+D^TaZr};u&hYEe zMk~W*#^Q&b+Ke$rnklXOW>2e>bp|d_3Yb^}>48rPJB4&i=lkJ{bq1gF)UZ~1!-qI( zyJ&OUGuzwa^Ssl3!Ja@36ha@o5GRy}#D7j_8)v9nOthx#KC8;W-KAvaI;d}AKv z_FUmE_)c$N3##YIiiWY+zq2q5&yxsGD|9SfnBjK8Bc*FlxTiBcbgQ6HPa{6AIv-y& zs65<;tkgO|=pH|#Ilc?eXSaKSXO4R?wSIL^C3kjD2KOiT2l=%7gggyDqSo#<=)W?< z`~QSb(GIB(ev5hJ!ssBs<59ZP)mrM|N-1T>`{I^!v}+Fie>vxUJmV%hS2_wf8#(U5 ze;DQ1z|5pBJ{sR`ozX#>a7&_WPsQ@KvEU1tsWMLqNznmpK?fGX4B)9%9f$5WW-4ov zxtlJn0bIC`prDhDv_^jN|9QPHe4tFs!Y*isv~axO3gUn8GH`^dw;#8ECMIHW{%ii3 z{%PC+4gDsbZ5Pxyb%MG{t*`b|-P{Cmima~Y4(Q7rP(~RKF4PHZrLeLEU!V!T_r4as zOTOa14L+A|27N(q?t&)1U3i*I_h!N$#RE3;*IR}AAlQ2kyyyzE+7oEmW4s>|_Ih8# zC5=ni;eE*KcX<6F`rgMp-Y4Am{sPyxp*K#&*C-0^T8H^VUvFPLQRXs>h{a3jolo+m zgR55`zS0ElrQ^zbpHImP@2$5IPW^Tq|2VrpL~Y=otFEBWf5izeg|F|}z;pitd||R_ zvjU^F*MTcqWjLTqv|-?7*YJ?ZZfwQEDH94H0A$Y+dL9_VA?hR3ARXN~XbY-~<)L19lXB@CnBkhXf;{ z0g9Np&Wp~6&a`ME+b|E<>RL!I{0QB6QW()qq-bdxwZmztp!`?rjW5bNxdZyhdF0rm zay9t&L&1gCx+}Twx;ucqOkw`I4xRj2cW=*A_grd~O`agnSx-jK19SslJQX|vPdzkb zjnOf-^kfQZ<;g%Vn-%Yq^g*?#Z>o5tph9SDvQtC3(Ran8H-1W;e~!4{1pf#J6i+vL z?@I0v{<*Dd@Te*9}SuKR_%a4ZVj5J1`&b`$bExd=H{w`Yh8Lra!t^dLM z;y*aBo#6f?#ZUKy^RXk$ITu{4tmBO1t9>B;(8(Ot(2%~fwYAT+1#G48z$uUBv$^7;qj zSsDxX-|4pn+WK1rw)xj`@BQZVSJSox7HU@DBW_8h^#j^`U1B3hFTJ#JQl9~e_QV)L z?|aplXa>WAp1?kg=jKEZhX*hr@(JIqaFFP0=(4loP%sd0*0aoLlG=P?HxyyJaj@5I z@i-yYfzi8?Nx*wtUn|lDPoxLF>#)$p)OGe@^0SMHm_j97&eaf3z(TzDub>TeYhq^zzC*zH^$z8;A zociPr_rYiMSqi;@L*M+0$7|-wkHM1ecx>=1ev|8; zxwkUYol9>K;aN(b9Zt?~ix#sSdgN5}y5Hq})cdpDtK|0XFub`cQS&EZ)*AT%^070?BxJv`B($}mL$U3u&)fMy^F&Fx2D z58n-64X~l?z9o3Xji)B+!8vFFE?Jo#wJgKs5$$xS7R zBB}N9N1UciWR`adZg-+*bUnO!XZl~O5Aem!5{SST^r}AwE}*Cl0rxx~*Z}wEk2VZX z=xf>%93wxWAS!3v(dVG3dxoyMg!$ZFf0-%rq^w746qHYJIil zupRBV9~=oR#s{G#6X9g^!4Gi3T>&22*`F5&=#TUP2h>w)xVi+~yb~JoGUQW9J-}>i zk`eOMT0Hw1Ujpp%#@&s;o7XJXX6Ep6u)ODZ0 zxys=G7y<5eJy3?d9kT+xwP)a-rPvEFRcorh&^9nJ{0sJ3&3L0PGs+on@zO4b4s5Df z*?eLyGz(gv&2Xy{?yF1LI`zQ{qyIf7%oE(=7oh_f=vKV36mYugRILka6L2((1HsM) z1~kNe1aGW>-Gv`wWB$@B9Jld&PKxtw3uhS0_*A&+g*F~4l<#m;k zN-`Dh0TQ%IdIf@*k@})Oc+hyc37F6rcyep-ZoYut_M_a+?QrAQi5EjP_ZfFv_Y3!M zx8FU9-e9FW82wBI`h!N?3+?cb>+ZSW4r7))fLI^M85zJ#tv9*8t7nb7nP-8!wr4#3 zL@4>bHD{?D{G*)i`)*5)L6fr*ZT=ASInCWe@u_Geo7_v+m9nFweTLAQv1v7$%wI+MF0B&ulQN^ zEAT%D<1LnpO-L8;fgZtbh0NgpXW6+knEp2vGvHG&()%!vPsZk>V<=U7az`gIi%_xN zG27} z$tn1RH}gLAEOUXS%*Ohtndk++;+2(n4=jQ!-BVesR942}In_b=>8nH>WM8txEPDJp?3Y=>ZkUIGdVvCXf)3^$Jgt>u|JY)!wf<7urB~2@ z;Ud|6J``^ZwJvN0Zs2*;|Gud@?-~P&;7L=m{u2^gF!++%n;QC)17m$g#W8HMV za5`L>Tuqq?PjfABUF8gjk^w)iIPO3_rQK*`-op|~CI99OWR!=?)u@8{%eS}-e4K_X z?z?hL_h)8L9-=)$-kNciGi969}cN6{&Q|UWG@j0o5CulBrQ(2Ys$#>AX zZUAY zozV)hE`ZJrVMdt+N8GDSEk}{N@}UWPOb;+iU&fZN>iTb3zPq)}=)yW^xwMqpQ=DPf7|a%<~vQy-{&s*;;Txn-;UYVC~%&I_%p`hQ~H?L zw=0j}ILL7PE2vB0`6T+ao84}loBQ{(i{P(%mwjOw@xN*xxD4kZ2p{ZD>?+$F z7>obIRh;2d=u5S3`a5k08hBNojt2O#zLfZX0i&>}8E1^fUH*zW%1mS3Fncg@k7nP9 z&J4J&kOnqxZ+M`Gg@UlN#&AEMWJ6U7+h4JnEd&g7zU_nUIU9cR*hkoh!-hD5JEGH3 z)ltte86@aDyif=1$68>a6P#;NNWO9UoLTUO>*flDAG*!;!1WleWHPB18u{_yL3^2w zy~i;k4VY+%oK+r-Ryc|?a2{Ofo4i*}jvrNV?t%y#GJKB&w&s0S~n4R=Bp zX0#}4;L|0z`=PDu>$coI&=_>)d^C6eb=M{4%e$ZRdAHnYiF*To^sn+FzV1l(L3Ri% z!Vh|goEDtZOYGl(ue$jk&c7Xw!+5-*>r3C5^G4%cJqf*6b^IQZN!8%_+30L8v4?La z8n`;nOZXs8q4qE591HGQnmsXJ?CrsRJdRfAe_d>aiiP{o4-73W%IZt---a?>$p*@H zlWEIv;VAfjFX5Ku7Q*qvD##SzwrRH}gMk)8v;B-MhI85bSb-g2zjfJI4-VQIZ>*$x zM*X~YU7O5PMV|D)ANBzp2t~G zzC^Ij7*Kuj2%EqB;ybo}6-N&+#&!oyKx%t( zaL`tCbsM?eU&3%N!oG{XIOHDU4*2cJffBY8GtgCNB;%aFh>#+#+O9r$ zF?^m<@R`%ILqnA-(tl@SF8vp;#_Q~p`48X2QRMvw=y)=L*nV1pF>f!a0 z8q6oo*`2<(psO=8zwAss-Z;8CSHp?zgeQC|wC}g^%btY)PZj(hzOygqKj!DH(ZAT> z{~r~T!+$;_rb7pOQAk7ma{@2KUcyaSC=Ak=;{+pmehvQAw4#2103SPO?=TPSHn7|BetdGgE&+i+G*KRmDewfcqtfz;+mP48A zE6bjM+IT#7QO*9NXf&%Fj95|Wkza9I)wg{QTpF)4UTDOYRnSnhJ z%W`v1U=DVk`Mn*N`^KnZX5j5~hx^^_NQpMG85Q5u+V48W%;=XZGqKeee$ZI70z2u6<8axuP*oM6FK&cq?ohchY`HFSG_T=O zi;vb?+37w659ciX!A-da@!XW%7@fHvLU|0LRvJb7Cr)msXK=Z`&%N;72EvC5cB}*UY~$DnPq2giygd!-xr^+9 zoQRsbFsjlIVl~@h^e=Vc*eXIJahu?!^4Wq4ueopnFRTG%qbycC>kc#EiD+TUm_69w znbus5qjw7?!FKlAo@Jsrni{Bt-T;K#sqfZKqKg@eKXf@<(*5)SNAU=a#3P~>5fa2? z^gg_ZE&c`YB>Qj=l;Z@X^naliidE0i4QyaCFpj>sBlS=vb{OSgPG)CU(RVt6`^p66 zjM7Khp)}*IGRh1kzcN-y_U}A&hnLU^pOt3x%#GQTQCGQ*-`o{nJ$7Z(=Vdcqwq>VA zPhx!-{I!YX`Q_kDJC(G`MR37+$#Nj2@#sQh{PPYSR;katq9-8;F*^;JTay?PM|V$0p3l z2GbYJ#zXNxITQ}UaPEW|@)yp7S6(Gc#B~bydbBk=@$=sx=W%Z)##i$Ca$cWKeji5- z6@~{_Cwz$N!r>_+U!~WGm7UaC@0mm2U=FdBxSxZsNjLWGg-DOMoA$%&pM{@$J82pE z#$NC{OM`Wact77l>$aNM@6Il#!Z4l^cOV>d6oc#O$Ma;bLt%&NN&Her+CSP$azFlJ zAI5*S4;5y2>@p!G4VejKRp_;f6%|$)BE~n5yI0O&9AMu}!`sW5($m!-O z;(q}7KbN_|xQiNWHXBeY<7(z3`|kt=>Z_YtW@ce;*<8I8WlUEs2`*U=0x#(UHnF3( zA9p~BfHPpSTlX@zz)IATef{n54JynD@Zcf%K|QISK{foJIz*kQHdlM81?i5Hg0_59 z(&4*ovPIx4x4>i0!FgpMbK^E}scTayl|@&RUzw?7<$g%XnMg|Ii?t0`g8byB_dgPo_2%h92Jn+DcqPne=`DYw3~rdT2l6dv}NYCLhDN1za7rQ zSAC>j0uSvG@SacNr)rV=8<<~=`Ro#p16RmwT}1zt%G!$Z^d~BqVlZ&WphG%_4#vr? z93rL?=TZOPL=Bdb?T@W&MR0~5go5uNEC_{7pXG1{8b=QtOa9kTd6Z!iFbX!r9)|)N zT8N2oA5Opu=OQ*nTyq*u3uaIWW@3F^^N6DuYUo#-01s-(B2pu%1+~yfDGKG-dFc?h zzzz0Me3kN|9jGj403j_X50Wd%)8qz3eLH!F+)X~pdoKU0k;36+4#Q)8G_%@4aIE|D zdUvp-w%i*HiT6r!jGUitA_I&g3xD&kc+=gITCks>EPH4&;{6|xT1tt)IPCz4-bcNn;S3gr&dvXu%6TT zF0d4{8eX8k$^8GBnQ#QUV+5JA;ceBV3pVsZY`XryrrY&YKOOYHS_VCqt*4_=##D#% zC{Y95BL1TSn~DBGxa5~bA>gE1xJM_jnYr+2kdwyT0lEC?;mIYa57j$#1Bcbc+yq0p z2b!axDFfP)o~pN6geHd@e@#tSJ(fi86QMf-M3dj&@ zpLsB{ZVR2o^i=*GK|eQ$nfc3gMH3&zCc|gUfitoVtPPt!mx6=dVBd8R-ClKO0TUga z*mxS{_yro8!_ zJ&>bHD9y_AzI^g(K8NWt{X_sC=TA~E;=Yc2g1C>u$7iZ!NPWQdL+C#8!Ot*U;qdu8 zv2(i^e*ZE!&r7^5_7nS)sCima^JH@k!Sl4d^9cR!IOlb|-j;y(wB!GqmHz*wy%lv& zaz|&fLU#LH`*T~O@1fJ)5;u7dd*3gJC2f%?>q;_L`6{#~_dCQ^Ok7g14e6AXUx;K& zPhn<}A5kW)#iy?Y@t+K>(gh=#Il;Kdp7$|^!Zha~ioOwO`bxotNYL`=M{)j+)V63L zaK4hW7ctQ#ZW}%+gQ0{8aD&3|45|YrnuY0@MnC*Oy`mn% zKW-_w&?t3;+JRcAGWS3pvT+h7W`E(1zEy1OaQw+R_{>J7C)^2-lx50w944+RQ~m@ndHw)eaf!*E61gfGy0HiPBB(Wx`>zmm8;r5};GxIKuJ6gR z$)#errnkg7Wso#RS|DwZw!)M$am)A7 zziK)3Xg0)*B>t-q2X5v+_visOv-x@`>X=$!gBierzTy^lna%5~sDi>lM4RKAQk2}9 z68`*G^#>>54imCH>RRrBNt}TJYC9PAwbhzxe$dCXROF(Xj+#iue@&oH|I6g~FO#$P zWc_b+2d|YaoQsXb`zGH0Pf1X=D!Q_lb8}EhOUxJK>=5Pb=lBY?BhYzgP&abAE`h_o zhMVD`-YLp#tF8YLvG0P#SKR*s21hb>$JYp)^^XGQ--*`eJ^gNGZDXJvXzya~x;t7c zc>XK3X6Pd3(DUA7BXUx5e+zQ|G7#gt{LZqN2aQ%JN;jC*;5|$=b6HoxJrir6=GF&m zwN+SnW`zp5P@;Ahz6!g9(&9&95Zizcg8%=*6}>o$y#X*+_AF#N58TcfjW61Brou^?7?pA5aP^=Mm<>ld znp5zI{X*=zh9#F-ssKx_1yMOdij<}^A=@k+MnQHhUiT$3^8|s~-XqT6;|86h}&Z;PxGZFirnC~8S7KY!ZJ6lu7<)Nbc#h%L;^evOA z^y{B&%#Td#gmejNE?#0;T&v7y^TVCJ=s4jkQZJMd#rKI{eWlg33g_z^!M-& z^4Fve%0`a0p&@)v$9Yw~0ayAEjL{YJ0u$81YA82BbFiW6IIiWR9?A*>$E9WilTWSw zWJdLc_Ygq{h*m~f^7&oGJ(AiJ8_D8<~+`}lrQuE zX<^2NP*Dt|23p2c>=bvvJKPf`_T&{HA2);}(VH_cjed9y5qgAEaD}emwR9g}truWK zpQU7AmFaloCeHIQJ1EMYu_AH;FF&(S^&|2AkbQeM_?Y9Incb3KTEXW|<2LEfj_p=( z_bV`c%S^{%;n(uiRe^dxBeCyu4RPJ&bnbFx<|j;Ww!_!C5WIc^SLfUCJEEL6=RoIe zyf2nJL}yR*KlvPs@OWtBIAZ7g^V_J7K0>$ku%EN#WcSfq9RJtZ0(ff2ikWPK!4Zms zC%hMGiT??L*g-fVq+#2fukujb|y zd?Eg~;B46+HB2#mAoYJC{Wyx4DMUk4s-R3-101qavLWLhgz%U zxDOKfLz(ChlES8Qkii8yW>qPU?^ZDU%(CD&rB$y|i~YZK`M36XQS|2K7|niyx!{=_ zsH%>tJ-Ba1vG;umT;^!C1hsx^=2~N!>;C7jLG#b2-#z1R$9~tD;JC*Ft*Gi| zuY6rf`4Ysltqc42>~_9+SH zbExU&x7!GY$y|1hTxaf^R5)oh5Ny=`HE=?o!Zh-NP!Im|Om?+h=DE#wR;*!@*ojn) z_@4v^=os;@@E0yc{D)EhY-h^z++G#O`*24CDuF3%2|Gwt{LN8?O^IP}f>ux~U&a^e zC#N8jOLEnqs_sK4JfFGn9;RaVh`Ha~0ZG`L6igQy0#meu)R%5xDtq)+fDA=b51pku zy$3?{n$z$DjL0WFK!g5}KKYR(vscnho|o8VC&_2=9*RMqyPaIW3cm6zK6)56es^Zh zb@+NkQ6i+_>nDKeKXH`++fObn=lc)Ay`>R9PhNg5zq36xKkojV+6aE`I&8Si!2jdD zBZOT?X_#}paMXq4mK+A)1A8gQI#95#D1-9Bj{0n?W#3_Q*$0666u?8{E5E^QY}xF^ zroo)JOgqkqwe4ySg1~+Rv7|w zs0;JrmTGskDtAI9vUfqc)%;X1S?HBB^D+%LMFzDMIldF`>qEsfn3#`5gE^1SS<6T7 z=d-WkPV|bLuTlME^q)k-_+0IXe_bTK$QEv-TmIf?7#0)zvHq4+Z4>b{iGknn4!?^m z+-gm=4}odyd_1MKfdREpOWcn(5T55Yu;35m{@li8y}M!Kw^f&U?=&NudD-YU84&ye%IYt|$1D1Hk9g1UFlCFq=E28 zC$oEKHnXy&)Gh1SueXu9Xd64@QK0kkA+^#Q7z%OHa&Vlb{M%IWd;~p2sI(71y0vuI zOE_B*Qbv?$0d$$~;UZmR|NAyqz%_&WCzM{KCiPejrgVP1Ebcmk*=;1c#yKBwf_FP} zIL9~>@b)}T&A$-7cPsvndBJ;+<1z}$pt zwXdEAlSca!24&AUv>y z%sCKNT-AUCFX;8ZKKQzSt$&AqBHW0c$r`s(V749ulHvPoMfNy~sP0ypBW!5Dc>)3hpULT9sNepPQ*I3K#`N9|i z-~S+7@?Yi}vlyJ`L3j-81Y`cnDacLr*&Fpy6m#E~@DS6Jomvt93vnpBM*O>MH^^RY z+c;Y-RKOE#zfr>Evd7c^7JvcNi;bVl$$WR&^kCV$IVw>N^nv}d!STa!l}%xWqb_rR zQ6NE4s3WgB_s|DFK_x7}jLYll0va@)I%pl6BTukT>oIuHZ`bF4Z0W307W^Yha}MgG zA8t=qFi;vy{EnbAm;g#Tjm$os>Szv5qqB(q>70bAc<)BAe|0$1v{1U}_Iy-*-cz2p za#8UoV>3-62k)sXopjb^lQ!YoHkI84y}5;Ia0;@!`g1yKx$eW+*oBwpM9ym)=T`ho z!ug*x!qX=cGu~h9z&U~s*i2C0=8p6DLe7Q@-jaQH8E}e!foJ??c>cZcdk*Hl{3_P8 z?Zr`YAboFfTm`=2G8rwHAU?-&-wsE0QHtI-0T+VZRxbQcUYYs8emYF{xcd^tUCG_GG8@RP9A+7T)1J{Ixx^7py8Fsk}0)=ffuNQ zV*=f%gsKO+g9BBfl1>YX_#1xo9k8IiaHJQ3tPh7x*_KYAvOg23kj`ARn z{12rAUgi9PPCf{=Y%v_OnlTX@igWrr5YfG^MXqy91zzEwlHmGCKVZ4CFo_E0sRGm3 z`aCrPA?gf!v?DpZuQU`6-DqAL%gZrRFM8&V@akIeXh4-;mG>6sZpL6SNwrlo5Y)2?(U&yW4nptlS`)qjrjcnU(X;4nz7Yo}~vGb*! zxL?d9jufAQF0B6NeSQ$fhoQm~{sM`;Z(A}_I@oUy%>rm2znN{>hn<1=e_|9i*MVSn zGoo?u8$|t6iu@nI4dpaS;F)ZPY)1TNqzeAb3}8Ri{}e4f`j5YX+-wW>GY7aH7{V;9 zG4tSpbi)#SnGb#sUFC1Ofa_Em``M(u1P9FsCc|C)WvPg=l8;j|bJEGwf2fIG!YKgP_6OAGuq%ErUDnu2?54)a?*EBj zr^q==#rG-z0#%(Zyp#VJu0@YwY8z~G%^i3G&S|pWH#Z*FjbZae1OmJkjIVz?bS(?D zl1#dLQ1`6V3R3lT)9q}zE3e%&9`j- z%E8R5vn5z7tg2{U##zb!;r>2rnoxorFoV(kZWGFhpTK^yiM#M;eI+hs8`y28Hf|>O zA$TE%+cc`6!uAigUU1-6koB&@1Wnu!9E{StGp-PGs0?Bqj4->ir?V6_ zP+K~HDe!@|F$=gsAMlszIyv!Ij=H-Eyolkb#b(nDZ-ZrUiW6`jSCP*y7m=GrN`jwO zI{bDD@+eF`uPl`%!mCi#pupvP)Pq-Dmw%~64_%F!a(QxnG0Al0VNXj2Fnx)g)=DB{ zlWOZ0(H`r9y~8A8D!h!o%yk>M-h%O*fv2$y|B`U$Y3luT&iwdV{6)`lo11JEI{zW` z^;OXHCc^{o5!~i&cEK@--#{fQLHobDC%=6O8i@|<56r>u>LZooE}SF>!=Wvi$RiP& zfG)Vjad=);6y^w~)f~-xa$&r6kGa<(OSD?@7fNf*0{g5-#hMKL%RM8fxg0OVZuGx- z!18`^!^i4^FxnM76#ghl@d$by$V#`UurKBgS#$^5 zfZ2gkU?}OSDH1oRzQR2}@f<|MkBFitm`(*g(m#)`cnmu=`Z6JCg}XvMP||WZ>=uTB zkOOok15e38O_T7ti)ePi%CUnZN&Yx%Jj74TrG#d})&^MPQNV&WFU+^rekBb3uN zl2fJNy!f$$s;w>$^ z&}xACj=|Sthu$20*9>-@9>?D*9)F*LxSMn}eo^-nU~1Tf-(VD8S9ib>l3ORtn$|D$ zUPWOT_9Ek~xAHJ`>_P{&gxUKIyyyk-s8A7C%7OUu{YU&iCH~z^>}%T$aj2~Gt4Ghmw^}k z=i15n*iFB%m$}p)YWBT!4_onH*p9|v6&{2uz;0&XMKzxJ+8`WxyWmRNkQ%Ej5ucma zT(D8&+1qpv&B}3H>sI1eG0qu-c7Lg}0+FB5*$U*Ur1O>|8TtMLnAUkt^fGoI4|eEy zdEQ0!v%&tEO6Rz}nte7*z>Z*@!R&YOF&)1^mY8pIutD=NHUAp%Hw^zHViC5>YM=^d z=&oilVQj&qC7sYic+1RpD<1R%t>ac1bnkw%Hu0Z~Jz#fXeXgf!?STVOQS*SI8sqS7 zYG^DlGU4IzNiSd=WxL@lJW)EK?JkbTv7K(2i$0*i1<2&W?I9LUFcNEIjsS1t#YhZJ}R`f``;@>l#%$ zI7Y-qQ=#neujaM&bP&s7mTqFAu%4IOiSGUWtz_}7OxX_b`A7Ne^K=_`L7iUuQ-kB= z+n{&t%tb1PW^30*&!68BVTW&&Gob)cJq4Jz5sL zJnK{Kjb$rvKY`rdFzBT&r+go8ag6BB}CM`TF z>YjmY8C=Ir`v|^|OE_;;5`I~Og(Cbl+Oh#-A=AinLV3|E^b><&XLZB{cMdLyr*Z51 zCU(KKX1cAJE!H*?4)lH)E%!JBE_)x&z*2h$)G*U=`PgfhK|@N?3$%3LdyGDKHRs?s z_0V%iG-&y4YNDTx;!KcQf{pfOnl#>IUT2| z@>Vj}?MIzo3q4nAdt3H87RJ}#u+2sn)ES(!08U8;IscNF%C=g31KzWnygyzP#d_im zc%G}+G#E;yS(MGof=~I)&A4!kg!fR%IuG`_01wd4)c*z8Tkbb1nitt# zvKj_gZ**W)@PY{9B)kO&iUIAO1M1g{P4SiCyQD=K_8UCtI@R$mn7~uD6HJ8HF&7x4 z6^0v>0-k^uhwztyAU3JS<01VF=ZK3;$@X&+*3l);V_F867~Vt(uT|m3C<2qZ2s76l zXsoga3c;t#N2bn&(mpHqNLG-^|9>h>%@WMNRpFy+@UbmGojS9nGLeTGNp@cp7)38T z8NaSIfxCfSfltimZ1l6)sMIR3)u{u>RXBIn8hmSybAsP%JNRGRrpAxg+Q9RUMDMU0 z)b}nMF-`p>ERfH7Yc#!6jH*lqhk+2RG*Xy1`E4o2V4MS1b9dgM<_VyqD~_VH3meuJ zS&gjIAPosH{i=`}Yrm*lGuxhtb*O>-Nx@iK-xWG@cvM^GH^rc#e4zPFIiH}SbknL8|W4xxkX!Iq{be7$Pq^@4o; zl+F^=^BJA594>PF4;X84WcOqIjO&Q`Nz^xe92s!7FsbO`?4l#q{>eU{`fdRKuMqoa zdv2e*&too5^B0 z4y%oX*+P0aw%^!5ewYnBbJ_pik{M($ck*Ad)D_cZEv5eHOVwHdjfRKX^%btI2aKP_ zEaM!g#xfj1hj0dJ8Xq_VC-ekvfZOmPb`ky4^dfq1J&0KOs^!*iY67f)4|ru=B(`>P z0+wiX$*d)~9kTG6Opf&ia^fbPgi1pTTn&6jKk$r9e3u=o=U`DE4J;4r1wq|R2fd!E zWF-;2gvb2A6dqIY8l1zKna2rQ$s>x`-U0J&AJ5NF$y|qn@eB;=JI^%`%v732S0X36 zGqBCI6kTis&S($qKe($W+3xX*D#z6B!efi4#!10+yDZgBYdZaL%yl>D8cv3}>455? zgd2e?-Wu?Li*Os_;YMXP-y3!DH5m=JIm+zM4Y~w(!?S1{f0`|b{V7&`CSAjESlS5R z=eAWsP_3Rq0UQsT{o}m7qV`WMJ{HP|me89UdoJ;R1P`pY?8TOB_xQ^yVh8@p}}p!D4SrR@?`Ku-G@bYZK=kSEdmJ-{VJr7}vzY^)H>u!fGzjxLV!jMefKiJT#U&8o?$J~F|b$m>i(@0rF~&Y25;#e8(oC8^0vJL|)~ zsqd`Fqq4Ie6-#aYwJMpsGXGwj4ZOk5-0<gK`xNT?uJD*^*#C0kuhIc+ zBi~2b_SxFnX2EOgX>;Kc`HY-@Q2dH!?j)>{RbpwhT`sXYXhLf6p3h8qk8#T`5(=|% z%Csu5^Fk6fqjwJ{7d5n|p~7fG{1;~SYx4Jt1Nq;M{&yTsWvxIk3Xs`Ea|?IC1hQQ_ zV$XCZpb#z)(#XmOi33p6${S_PK|mgkC}oc#v%H z0xv5&dagon8(Nw_0z>B!kL7&Kzs*We>nKW?9T~e5ueV{=+@2iXfvE1J zb>wF0srAzapvE5#3N?j#YZhN|4PSXHRs0cZnJd&{k9qzbFy>q4sgU7X^}`d6i{yFq4~I z@pG7Fwl{Z?FK)x@S5fz7w0@ZNth82NwA4%3_j|;eNu{~latd))A;C}WlO4CuIv}3? zgtPpGKB0L`LjEsC{I_9BITCl))!gEzz(8N}cXi-elhfuELvZiwZ7UD5-QKnZJ=iIH zAzsoIsO*bRM`cjV?jdUO*}KynMv^_3{PWA2Lu9RILUf2~;s*1A7tD-**|R&G=tYt` zsyhl$Wf$U1ROgPUOV!<)scIK$k{&Q?hB8qObIke|#iNMlaWE_*IVod^>T&%02p-`) z591@li12RITy6j9acVhgILdM77p13PrMbi zekpK+q&)vf&2yf-zXoI>98aYt;0wV_d~I;dU(tQVSf8!MCa&~&&2e~8XcOwpc^ zmE+hna1}<;c}~Si9!H7dgLD%6IWPNpxrdtNATFfQR8_IOCx+)|`P_4S)@>#c_rPji z6YHO~0BEJm_OcArGr{LHxU=0tlxeI8uR&79Sf`gZ*xQ>@?mGd&3>x`2_= zsLjN?JG<*95%=qf{*%T=-0;rA27C!BW;bh?IY0<%^SkP0Zsqw6b0?F-oA|o@LEDnb zYEA4A1dHMTBJR{VghtWahhyEzHL`1+Q_wwP1hd5)IfX*q7LW`ItlHCAxFaZD-;m)6uUcqwBC!%b08}{=w#n zk9_s}R5RD<(GL^vJK1QtjI%kNXdg_>_n@)~vFC=hnHuI=0x|yz4D%c{&UUySb5T7H zA?vpS`zlS`XMoM=LlONH4c8I&c&&mZI0~PPHassw&Pd7gKkPNSN#5TLw|@rOu0A}k z&OMt$s7ckCp3cj}bM-E_@gX9AK3&-WD-ZRlWaVf6WoHM>J6Kw$xdS%Q2S?He^kf!R z#ng=4^a7%JhBL4kZ}b^(;=-tZTcQgn%WOC&cY)I=Wc<-nb06qr&`;FP_qY?zkX3gP zX=}I_W^xK5aYYM-E!GpZaATM=b-5!dQhgLdQ=DIy@eCJu%K%SOa1mFC-~=A=IE(l+ z7n~y-|K_5$k~v2~U{5J{O3S&*!q>@-H$@?CoAPuamHFyTVPv)fq3T0bHk_Yh3e1hA z{9Iev>k*4a@dkU^-@x1PF~3SeZScxap^=f6M+r+|oM zq$(_BhVgtc_0Aq@{X6D<6chK&6jYHVsCk;>qdkffu$b!S7`&=DZUCL?KRtheO1KSl zqVJ7BdAE_xN5`1{zTy-Fgr`C_;=cm(ua4Z`qr{ftGBKRL@FMoY@29%GNyhtvdxsM? zP-NK9_O)Pelcfa3$BXW=on%-7e{f-yh!X`=5dGm={6JAC-!f|@uz>;I}WVrDIRq9 zc`J_BZt!%Sr!&;j176HcV6T?rbOzhqRQ3vr zw%5e`HTv0u%x%};(K*Go1hqpX|GS=a{q<45m4F497EE6yAG{KGfQ!wg>KOp8-;7$n znAiwjb1=?H$;3F}2MX$&;L6cdJoD+W1_;H4rXbD1AZ|&88`d{^u^YJV?IiN&vimU< z?n7fXz~|@IPHJ7lmwOLY?0h&7L-46-$=|pXI)IEgg6c+g^9^Uow)^ulPzbW z@?J}SypL!)4`1{Fjwzqe%&WM6%b=y{xe@ZROP~}8Vs(2LdgejAHjJBMJbbz-H^+c36FRswfH*vi1i>$YkBV`(3sV{T+92G^H|Eq%t47cn~xuZE5#T%NnzYIJ(x$e zBiifpovM)AOQ1%~ffH3qdn&t)r=N81FW~50=jJ*>6}OpeKbL)H;dD1$iTp;K?qY0g z&j_k1+ENnt3cb)PvcM&DK|95<)P+6B5Ft!<3!#$^;?DdnNa9`8qlbw7f=rg0~S@;q_(X)s-Ia^n9tlbSe~Do4p>EBWhAMyu45 z=M8vX)NI05m=fFr8O?W`ft$ux`oKHX2B+u-w%`-GhS5D8xu_lmaWt zi*6>R@slk3g0pZ>|H*lH&MA1rUX9Ce$1b2Ih~Zoupc2_Z9lnJ;y$ooSSihd6J6%3ELdK=4)ym%`Cz`m-^)WP-@93#C{Yw|7q}^IDX?kyj4>O0V^1_ zQ6p;5uGIe1sr{FNfS#oOxkdf|n<;<`Wl|ncy9)e0+j9pD#0PYiIG74(D);?b7`!n! z7he}OJRwrs{5big;4a9Gqjv?=F%3Y#yMu}hK`SZ(Hi}&UB@1c-evX zwIZ%tP`NbWQI~qXy1fjal^Ep(I9<7k^>lpYmm&qKLGOefjZ|F+_gjSch-vg$o5N6MU3ZW>;=Br zK+FNcZ^y~u8=Rh7!dqhhD%oT=x9SomT%&}#)IA01d{YSdQJBiYW9D7Qn7(hM_L;=< z{>;7V^Sq2z&q~eTPB&Ad%rp3_zTrl{VlLu&B=>uFb0SD+AN0V@ne3FOC(eT|I0^os ze&ZVapxt<6ZNVdAhOvz)&}#V7(~S=3{u;uZt4b|Vgj11+Q<2sv$$7{{Bxd7GBmqAP z0!i12Qk7W!qsNh#?{Zh%Vsq{l-gAv}a+z~-g~wGerYqbbw|W09Dwjv(@uz%TVuXLh zY3e8Qh&}Yh>kn73RB_!@smPoXnPZF!wgPfZ&ei%tmlxR}%A4#!-}7 zx6t^%rN&W=ANgt{65r-ZM40Qpqekn=>=w z9a#$JjHWn9_J-py8DEDr+_HzzxZGjW`xmm0NaSbbJ}w0w(Nvfw^hJF%k<1^3cHshb057>SWZ$dAQ)QLtw80#9 z(nBYqe@HwZsfgUP#BW;ib$ZT9TDya&c96qGsumlawq^@r4lRI8THG}8e6?RFbl!2= zo^jUh@bxcH$seVv*-pf7os)93<{HFvprrB{&#VtSb}UYD9lAu@b+beEg=8h#&AUydpd&gIwbGxeEpLQfmGP zdfx7+DjKj|un_aEMAR){-DKnJ0dSv{{BQq(`0;AI&wbibJb8nAEN z>i1DV9^)^*9k=eeaN@?oi|9oy)P$b6ni<5lc-6>&KZFQR;xEzj3ZIWV^aiJm#k@8R z&RjSZQW&*SH)@I&_@^{BdQe?=;L)7!vKFx!!bvDioR%e86T8kr)K1wsBe@OP$cTD8 zGd)G(%M6Bx*Ck$04ZkuepOt}*BMYCCm9JF9D8cjcoUqEAw|Yc+V@_QMp1Se<2UFLK zCdW@9-j`6*N8x6)kGlRC`m7twuAWodf8&2)f$5|m)90kyDM#H`7x$OM|Mf8H{OR<# zQRW%)!CmsgPoiJ263i@CkX6#k&F`=x2xoI*zaMzdB3bsPSy7Y@OxEK zDk+*riIgaXqL8H7OaqcBq9|jCkfBUTi3}Oaln_P8Pzp_oh(t;#iG)m*d;j0HuiyW( zKl{ArJ@0hR+0S~`v)0<@yk{e=pnmgXi(MUjLT1`qukC^S;k~%STkq2Z`0E`L?m*k&zVqK=#*{^>v2! zw$R?hp46q;?)I-9H_7Cdki)zH;`6I+{3Fl1U*&4Od9SPKoH?1}9OEGOY3RiFHFdA5 z`(%c1!Uu)S8!gQsXeN`?5PBQ3iU(OoJqo2B-maA%?=-Kh3jV&& zr|uJH)MiT$m~Yd-=bQPqR;;Z(PVdIv`ncEBApf`fI(0VAZ_gH|EU;HA?bAAUV%}jN z_o`gw#`F2i(<$tpY^5C0opN3E9APWjuO6&^NY((Az%kfMCC=}6*~{qujkteL_BrmbQ4$l~Cht=};|}<5fdAXb z|GX$ld)>dj%+A>4Kd^UYY&5ES%v8yx3RWPqoH(EkHPnO->YUjC`a9FVJt*K2{vF^g z*T}q&D_7D)YboSy6vIB1pe(u4GwA1Yp{xkBm7tGq$@Qq(Srcnd%Nup#C7z?R`@!WP zKH?R2FaAzB%Ih=HD|nnd$TuO}D^(8Q#%G zu~t5 zZ{uaJRbM&Bb){LdZhNv1o8`96xU4ch^JIM{X7>>LHj|~OX<5!F7B!k@;j%0mXqU?U zcUgN>an_23SMme1FyMF*-w-OOn=ARAqJ|%!4{Bx=p^h)iD#;G6pq9_{51*%~7aU;$ zd$H>_HPQ{Z_8YnL`0@eR6tyziWrn0>xq`AELdQ8)E}Y7qc>q4k0$1R!t(V;6(mK~u_!noMrX7$a+nVt^?60F6m%CHa%#2~;r#^V(NqWCN>{oFw zs~g3;7t8mY;=CWmKwGl+7?ba_=kfrP)qID@N_SI}X`upK7yc`-f|A)4sn}w!0lv_G zz?|sr+=o=cwz><@T3&ytOvk&>KOQ<>5(oAc6SRk$ro2F1n&@7ck(=a*%7_*(!K#;v zlTTp_CujW%bzAA9?`Vu~Wzau^$4{&+qPQ30T_wSdDiE8 zZN5Gax)B%X${JQ40nCo5+0svE6<*i%-gc_xuol0sAa$FK=Y8 z73}r>?r_n7zG*3w`3#$WL1g=ysDCP@Gf(@>HP9Qdz%Kc)qbj;*$dFw~C6;oRjLOje zfE-WD>_$B3GueY-f0B75b9vV*$Fe&3xZ(M$A6{BXF2KWQr==R$e` z`Pn@3Q<*aL2kpfkR{3*c`8DSBtx(BW2=lY;_XJEolC}@jclU2Bt;IWyc)IFvUlHm{ zVf)K7&(w}(WV$2XUP|X@jK4~pyEJ2J#xye;M&tdy@|>L$_V1%BZpb;~kl#^-riFiguVq}TP(Rnn16{_u=QmsTKPvZc zdiMvpj&*Ec3G}}&8h+DV3|^xSUWA-yDWSG3ps9%9LAbgf!Ycd!;G43}l`$#+ak=TE z6Cm*4WBIf8!sC8Qdz-rf{z@xtF|TMNX5K)Le0S`3eEqY&4VHgm9Y2XCqQ|za5WdZO zcDRrJPM`b3mc2glH>@AE%sO`Hn29Uyv2y~fpY7KR!h4~t;`IFW;`ZC@UsYCGhu3<9 z?Y6}9oy4>~MK&)vn$d7SMb+;EsQ*-CyUv{bU*vZF%F4{nMd_T0@e9ciTuPalw#Yfh_n zga3XRlVw3aH2-HgE7UM|FeW*~1={) zFFMZs+3Jpave&A;e3JdOF`93zW|)gOf?gfq&a2P3+hI#Ju!mideTO{gEquV0$p`#r zF6d4+@N?E~75%N$?>AJ?a_l%aYdEwFR3+)68;t_ZnY?0g}do~svN7pK!rXJj4aFAg5dBc?t%E0pNgISa~z+b{9`Mg2~3s;mqhf2&><+N&qbx1{J>C8qDnclEaS zFU#$YV$1J1syY7eV+EbJI%|E_PjJ5{YriAU$UarO$Q|*n(#lhbRq4bA=1R4cGwVh> z4ss4hI+wGur^>6%$1tCZc{iBnvs;z%pew6Sqd*JL{>34`H05)*-2X%H{}|rt!gs%5 zEMKMmr_exiG22Jje;p6MMK0(M_kzpLI1dW0U<21-!wR&}-PCYB*`da&1a0Vq&Z@<| zspY}YGy<1S5Hn7-_Fm>2V&!QvMblZq0%)8sqZ0orxts!7rLT5JkPYl&gPHPM#1EU{ zcRTI0HS=#cKIR>VJpLoPIAkW?LF<2e-(KsxY4+bC{1Qu19_!2Ly#AGpsYyR%c< zh80%vj-U8?MoOJ_8&f0r{{lJ2=uyqli|C~CX6&k@;&-+AK= zwEyR_aq}skDe97A@qd4JUhO6O^Emc@6sy&sXe*heexn(Sh1G-4bEkq+%wWuR-bwJ5`A4(Tv-+-i_;$0 zLT8bza!`8%?@*e36o=tbFkB3Km&m#plFxlFj4h>T_gg(HhuLqZ zXR5NWyI5L1b&6VkvkBBUQKxEa588=TdS-Po5C3_HA0&hMy6pWpsGqIAG1nZ;nPb{}oyZp0OgmQ_cCQk0)Bgei!U9kmeZy{nL5W_c6;C=F+Zb z0l#JcLiZn_eg4Zn8}}C#_m&j*-bn#fga76tv?t6&f1b}CXbi`>?sp0wu+Zo(=Lx=( z(fC;$uvb3&AIp>BpkU_7&|e_4ICR{s;&Uss)P|ed=C(gZF|?u^IIWtPeb!>DdfepF({_rg99#4^O)66?h*)+4L00_F$<`VEWd0zCP=% zomtgAXm4{YH)zH1{Uw>_i*8SKoY}Hqf0@6qLwvgd7p#=mT!QuA7AZ}TF&nBqFK_%b z-fw~TYdfEJIlHCBR#)Sh^PKNf%`N{|t!sDoex7)%sCTVe%%`%R^F+RZ|4~M70Po!$ zm$jvV8e_J);($Ah_su;0wW|1+uz`XqJGt4wKmM)u0CxNtT7HC@FOx!^X*m&!MrTce zuJIJ~NOuhy%mQA7yyq}(7f9?taXbN&EirLZ3h7ZeeHdaNgx=cJQcY;C!A9=K+|^+D zKKGrz*Lq~$tEFvKyk61!?u79wiPIZ+MIaM2U*)03 z@K!|ymXuO>~oWBpo_b0%8K6R`MX~3&#oie;)Wif6o@lhjc z@d?+6KI@#l;M|R%d8W`jv$f^gD*kn=v%Qqxowrh$g=0dFK9ut+ZB3qD{SzS}Anw3iw>1P!@qp)<^Cyf8DLnBd~15N@)p zEI)cb?yL<>kBE<(i5c5q)($j9*JKOrTt(20;&=`g`@-b_mM~D}=rs|;Fbq8kdZUkF z2^08?@s#2_PLQ>dDXjLF$ZTL#J@n(^p>gYE_c&O z1p5@8Zw2p-?9IdWt)_N2t`DX!n^}e>U*kxwfcgTC>2!>rMfDvtcVQ>H->f3OT2;=F=vATLYEk`vuW z5&R(z+zc=4X@oCChaa0KF`rj>mp_=o4kpSLji8WTrHuwq7k&7Ju!m2Q*7c1 zs{4s#7wzzKd$#c;J>C|YTk#uDc-~rE+A3`iTsN|xJ`0P$pP#=}bm*jxPCLb`K0-AyA<{SBCxNkKE zT#pI2i;4df0Uk87>jbL!Bwpa0%px>Vam$KOs+*?f1$75gHda;tew)ga&UcAY(@cnGc z!}fym9tr2I+1umtHc_2wtkw4WwXytN_M!^QEXPxo(Td6C6v@02<}Y#-`Q44=RN2gb zWxNi<{dSt~XDWXU23P_4i|PECSbs7PIRfVolH+-f&+I_;JVx=?hyHuD%CLW6KZ>~k6s?TKypvoylZ+s!1jTO$HRvD!goLR z6dGorKFqhj3gx5tp0R#$65ET+&77~@JMddl+*O}=xAYv$g8{>9o#*bjaA z3+(?P=KW8dF*75#yZYqgi7(@kuS~wVve>Me*$?&Mzp3%-0RLT+2I_BgUrN4xvU@Vk zlM7mG`MFr{Tb8g1CVu4&c4NkWSVER7<@3VL8S)|*Va`jnVthhLc2Jr{RKTy1FS^UJ zCXEsKlm=>O^=a*9o<(jk>>{!)ZLxEXzi7cm9)sw|v3ESS)|*>zm29WIPepI7KkeI^ z!TRIus}X+_Sbq?=*J5|oDYH9yrHIwbn~8seYuQTR`77<|rF4Bk`m}sqj|!94a{FvrvE1BFCoKl znR$f;wLFwR$?h8K-Ez>s;s15ezZ(9R7_kq`dYcOU6O7}_{P@5$vh9p;bIP`XR$Y8| zrz}T#vA~V+5PVojRB$GbkYDaQ+Z?$p_}QoWzZ;UaTW-Rq8({1kDEl14enKTJ7EdmO z!1t}aE54i#mEj{Mxwc>eZl2(A6x(=%rHr&SV$paU;W04%y4OZ|ZA^O4bZDQRqSZ<1 zd*=A`2l`^)|DoUcEZN=)zr6z5zqTJ6Qr3PK)JH#PPydt0%#hp4N9CNU)^Q2jF05Uv z-Nf%z5Ch$-1q(Fb6Idz=!UBVjF#1#%HzMw z1{NeVe8UFTW5u7KJ-R*c)2E|)}_O1@fr`qZ@pAut(GFv2Hq9V8|d-)fKS);p7=~n_`c6K z-3#kgQe~>Fwd?)Dwd}8$U%i|qUZxeG>I>MnlUZtRsQ*t=^bkF_2kw8P?>9S|jr`mf ziSa*!`*|w4?>YWJ{%Ggp6=&uJXQ+obw>{1CxS3PoKWpKUVE%IMV0)wUTLi~k=<1dN zBHvt;zfwLGx(oidn|ZY!{=cODKY{+avOhCvpb05<8=?}>ix21~o@?!1+%1fGJ!4-7 z_f<)i%_?l5JS9{LPKx2l!sZE`%M+X{E0~8J9Amz+uP>lSsQjq*intgTTu z3Z3*BL@tBNh&C6ojfK`0T7S>ue4b;D9(FQ^j+*No?|MGp`fM`}=KJJ)?_1zomiWwK zHR(_EsLh3j|Hf~8Wu+TBo`^*hAD#Q`mpp9L`Q!cZ#P!><`mkmpgci;-ATnF7UtY%W(f{?6MC2 zx5+Z>5%vDL$0{H(D>gQ_O^m^+5RyI%-`fIR(`t)lPBifb^=qQ@&jpbf6 z-a~o&H^jpeD4|)R;o0=i629OQ7VuT7`)r4qU$nmLUws?aQ!wB z{w5L5TK?@z$Mq@PhsJ-O)|rX{#^d}Ea6gzX?Ca{4XXMG+Q#{Ri%|>#^wIKg)@oq)f zFHQGc1O1mn|2Y`vH0+-#=lqY{TWJ3scxfXK@HLiNAx8U<1-zU69uM%A`HAD)f$tSn zfPrkFm$B|b1wEyn*@EAHlnvB{idv$9+p%NV!42x3rTK!wn6oGxoeNDDz||SqxkU;8 zz}dfYC*c?N;@jWZ!!~)N?bae@*i12P@NB)c&?8Y-SPi?YJbq21e3jPMS>IrN159tQ zzRCMG=s$VKCViWCZ}SbmLj11u{X6_(VEs=>-|zPW@Bh&@C*t@#_VP^ocy{)sT45fn zBwM~-m7{`Vs)X=9H%7<8dV=b~fPdf`;66g1Jc7~=%_l@lF&e?SQF-KqOY=-Vx zgIhK`$J?QQFXev}_h<6Id0pdDP!8@=_%F&km!kj6`=xV5f)id}1QF9Yp@&ch} zyQl^9V*>+?`>V2hW3;z2-c%cV8z;UC9}6L6DLYspGG0Y3taY`(_cZg*a;3lU2!Bu$ z;TI0Dgd-Uz;MzR!cdB^dEXy;Y@qEjI`sEOMKCE7;U&2a?cvcvOi+a2gYhMM$VJ}6! zRyf(t`LG@R99s+OXM2{9jh*hh^Xe!1_7klgV~77{WM&?)2M5^ZulDG7%gy$1ljXPC zSL}F&Jl7IYe&BwVHl5EK&+bQ=2@(wOVmcQ+A-|(6Pei(b{07ciO$zcJykC))EUU&< z0{0h6UiLh*s{;Ke61M-O{M&BYXB$=e18o}o|D_T8K>l+f6*QRzOyUDZYD2{VFKFGh zXN-H~I9jrShR{$CDr&&T9aKSOEi^)D?J5{5W_ckyxJWzOT0YBDq3tBzA(KTM%Q}Hg zWM=;@cN9Ki58b_2{JaZZf7f?Swc|B8;LGN!*jWpyH> z*;wS$QhN&WJM)CST({L9@?XOFBNOYtiS^%+<$n)@EKcbEQp~#+vutvXe}(=(FwS9K zH(TEGWavLrBz8XaQ^*Kijs45Oe_1i`J-F*G9{d6Q5ele@N^m;>Nn-xyj z#1S^(#>xD|nI7|4%g%E@NdWve9wQjdzE zqo#UT)wtu`QThB_LIaz)(Z?dmEB9Xj)?kg&VV{pV|=V~g}pHK5FbPiYI{#DLuw4Zs{K>t4N2-O+q|I~#3hYuQL6_%@bg|D@Z32WaaP5qM^@(ydeSjA45+=qwvLgoQDJxnkCZOeZNw|~R$ zK^ow!_w~)@!+Oa7%AN$~ zKTVkb1mZuIzn{yB=feCu`edk|kdAIRl|MlA)1S`oMhkYs1+7K7ZLxj>XQvUpct7;l z;5jSm6={V>xQaFrE;`x>rc^3E#t#r06`7v|g_Dow(h2hZT;WtkAm^Ve(XL(-0+F7=p z=ke_H+5A2m8On1ZJihZ{zZAa_6{=!>v$#De0qv#jQ(1NF3idBDIaTfN{mFtKrg9!} z6is=z)-t|r*?MO+kjUuwX8(h5{t#J#(ay*ydS?pk&vd3{V~nNr{!-}wA}RiFamr85 z?soX!Ez@uq`j29s;QmvopR=gZi}~ft;J>(b9SbPO0&dfyR#Pp-0Cn-&BgVNI8)!x2 zh97t)@n1ilAY$TScyR={8itl|DN!?gN4NUc8_5@TaUjtC-x4UZ=+?l_}(qP zcOyl!fg<}>1iL!LvCHhivc&Tdzkf)(y-(r1%Yvst{p6(VMq0kY%MIY``a9B|BHXT8 zoPnJD&STC?0~+xGS}}5Fp?NAK=8sJ0wXlDsb_pMQj+W0E&m-o_$T&v(9Hv9}@W;Oy zou5-Rem(wQ<^CHhMQk4>{72sUZ59w3DB^&TYB@u-$OrY&y1_(e{V7@~^l&rY;8A?} zF#JSpTuW>ax$(Q{h)NJvkwx4LagjAI1$|LDikSHt_E3zMxH9!3^mlQ1EtKrz;-pV5 zgXN;I9QwQn3yDnA6&|ll*p4`(P{R4u){0Z`C4AF$w%m|@ql6r7*`#YK*@xS$-Dz*` z#r8GqSskc<$g*L|V?KiEBgfSe;@ivmwxe>oC#^G(+8K-kUc&;T6X#DzS+aM;N(*3r zKHgaF+v0`?$K$u& zw}vf+J%wF;ZA;kLXTI@MTbB8~j}qRO+K0&5e_($iW|<*^39g?6?GqF3U*pqWhWtU| zoIZ}MH{^G5tdY}?OhC)T1x=D?te3DKk#6L9Do{MP@S!)r{x#5F1onep&U3Ew>3K1K zHt(B_{r4M@eMV+S%1Cc9T5Gk{m}{j`{7AiKu{dCkv3-|cpDe12SU4&=;RlAWfIi4p!Q-gq9+M#~`QyYj^~v>cCcQy;`z^I_#k;1m34thQlgJX_rm@p&V-{2eoCA zpSYebxfV;8^sKnYh)2U#u7&AXzt-!KmxzOE0p50yW}@rTwKAu~2D@j__* z1tQ%=T4WABclOrsr5jS6Ys+!w5AKh8*RhmwI}r<=3jb%(qXmu7<$C1*WA;x85x~vH z@K&Q)C5`I+xa|Qk-9x-U6E@I-6|_q6a656|Gc2I1%xG`?*bh?<;0s<#=o!l+yiPH{ z#Vfp(W`a$nilT=t%!I%9^m#1d{bUaxC$01`j4t9QK2H1`d6$*8d;`BRzaSpJNIL3c zk1JTpGS8O5_otqJ1mjB~eu*s$ZTZl%c?s(u`i-dB&GWnO%396D@YC(nB$gVOe}mwxrX4FZne>?vN9ErRLI0n)De%87@&5+n_I1huE$72?e830BH*6q$ zz+`Pa1cV=ms=%u(U=W1##g2V(WH%Pjl_u(pLEEI(lr@A;Xvix(l=_3X_F?gIU04i_ zT@y0zWfS+YguB_qoykw!Ml}UTSAyYk@OvxtmbdLzJ!TqI)M9%D?}++qC7-V7{kQw3 z+aWyS@Vk8X-Ex)p`>p%oy>7C@N78;gY_A@*Urp@gV{rdC9rqLqZV&Cx@Mq6Ds-9F% ze~2G|?}tJBtB!jt+>eF)$Zfuj@!yC2dCpbjc|L{xsBi`P*YT(^pCq!KyI}uMO7ke} zhXv%u{W0J6%rxuaZ2WY&kt&=<>>8tYqka?oS7HHoq)Nd3M!8msg&*Vvni~J6Y@oH? z1|xQ)1|lyMF~Rd%Uv@AMf(EmLSM=em;C0J4_=CunPf9IjMoxvuX}CAyg?A{W*(_pK zvWt1}y3q3l+9Izk)S}k5DD}`%bD{f#l~C&|1zWx!SwwxeLu(1on7~EZ0#Ywy(4Yyh+9Jaqfp;~M|=?Wt0(_> zmq_;(XR18bDCOK;he3+Mejy$;sw&}O&vLHwn&*5X_Rj_XhiRX~EZ`5CbeHxE^}mTu z-H83aHg>BLlZ7YGi2`z}0dE`g>3qQWR23Kn6`_WPQ3MeO22b|m4|=8eFyev^+S3r# z8pa|%XpUoJen4c+Lt8hre894<$hn?g10&bARt-N#&ZUMH7!CyA>3KCaQuX-bo!%MS z@5bQOtW`^&tCK#Tqh;bdA4zi(a`?TuUuq8ZkNf2(A^s`71Ao;C>Yugj&T{*hw-CoM z0PbI6*~1;#Ymh%qpI|u|2gDhejS=3%384`e!u}U@&q{f-wa(mkcz+XL8g;In$1^^M zoa+PfK8ms8-VE5!V>HfGgUK%{yC{uQAv!f8;NY$slMjeEppqD%DsH<+98goQ!wRA< z9G;+g>a9|(^9jq&S|`1Gs+9HM6Z$9p(4Qr|3}@jLhU+8fqsW|(fxfVZ$gD&*eX6xd zFgguCPs7R)L%eN$2Cfbpnd#M-XAt?A;PAJ->s_zKd)`SJW|CLp^Al|ymv}uiP3Wqtw0ul!DDr9KxNGTkorC)l_V0%J zz<$LPF$MOob?&Zm77J;Y>Vf_6u&2{LC*z!4mZAKQ$Ug6vhu)p^&vs0;-DqtxejAM6 zw?^^{?Q^5LByrmUqy0Xfn}zeHYvBbZ>TgiNBWU5UgCUR;n0XP3`ryvz^&W856}qBc z&@ov<8x|22qbDq5mRM8Eu#1>E)7Y~HFx$XdeanZFoit=44_S{KYdvdC^oJ6*>w7)y zr;%+BST^-d@z}z5*Y_-RSWe!ijV%$Qw}*L1n zxIeO~-ug(EGxqr7Xj_J-&qX~p@|1z~_}*8OCL6;3`lUE_ zK+%pVWX5!sl!4xlk^U6_#>|Hu@V`Y1%^F$IuTvFZ6;AsY z$9MvU8tkZ z9y>#1L<^l+L)4PmrDe<>iwt}76hj18w@B;FtTnN%1+@~Gj=W5~)`Dd<_dIg);bU4P zjJLI=gKzBU)u_#Ovo$v-N`-ETR z&MbVtAYp%jv$9ZM2KABW`5*6pmn!H#@uN{q+^PMEVGh84Wc;&n&N1AdJ87S&d!3G( zVua4Y|G`#~11*aGiyO=9(wLS_kw8VG97^b}6b(d1s5&dC2M-U?0u7*~33bo}Pqu`a zRyZ@Vg6*LxX8uO5uw!D^z}a(2U-V5nDQw{dm>kS1hQR1cmP4&a{1Cb+dQKb~K4T~x z2c{#&&UqZ}ox^?l)r9eQ3?CDEChTm0Pegt;;@9UrhCk|QOIK@M^v>3vwrsDpg8L^} zZbUXs97SWx`mi6quC^l$tB+hj)mt;)WYpK;(H!$Ql%d{i`fPO&vj+{M6>c zz)aD=yOxm^nuZ<6!OH~xU zhedRQ*bWf;41VqeuVEdb$=kqjXUGpF6B=s+@;uH zg>&+`JlQJCH8kUTn(+s`@gv;tNci80S$qdAILxEoM*!R$wuOo5c6@$KELcem_py^CLtylqF%o`n3T^vCVt z9Z^_#%`^w3hGUNW&fO`mUkUm{8Ag`if12kS7H}m7xq<~;g!iMKSU@|I1qAvd*Bsja zm>DNg^@`b7F#{#|KPr-uo&H7JoV@oBM)O-fAZlS>$!J7A^i$*hk&$1F`94UMvDuLE zu3G2Y`ZT^^668$4oa6P;>|r!Jc#Tg8Ylz&*P`V=Y(Lh!(FsY3`Y$7MO(hpk0KZJdB zgZj`;Ir!~iODL$WiMM-sEn?H>yeoQmlu%jETkq++`Xs#f^F2|Qjmm6r{J^BmqIw+` zIUL7F{&J+X*wZnvAAanuq;n=ap2+3Do$Pxa?9bB{ryg2ok#q4G&R_2QM2_%z=KJVMk7!V;P#J9sQ9qsNmyMDFD2 z#IxZQ!Z)-}-XR#cBgA&~tTSa2*3p$U1W$MO_$=(^JVy3Cw)fI{KyvT&N*CL@c}Lh( z#2#I=_6hTyQ%n-`(OT=F%|fF+p*6Qh%{>e4_6W9*{vbUUy^iAv|5jZK&cBQHt85u_ z8E%IC^3Fsl=#M->Xr8NZMUkX=3Mb}|d~#IOqq3e4!{mYf+?E;epT!Hi1-Q)55%`bn z|6fMwH)9qta44XycU>uf3N-Qto;P{zdCI;4WUjA*|C|vnYsA9}${)`Og&wMk z6T=%sOi-OAM06aHVeOO`3|shL#o$rcY7A!)M>d1Gu!i8=u!lBK+1j!#yJ*WI+OmZ9 z=`naZ)*|EH*{fkI!QYW_?P7amW@39M>+O6?C!dWBWyhqw!qQs%{uZ7^uC}>n!SPM) zL#Var^`ZV@dl`A%y2rUbjwEtjf%`bZDwdH44(#9P_-}D0Vvf`e&PU7^DZ&DZ@tK$C z5%Hcw^i7K$bGN+3IM9gp#uh&ck|gY{5g zG50v;E4`NDlCkMG$0U9a%ulm6QJY~8r^5YgYcu$;d5$9Tyo(&!e8(2vZfU}N)U;yu zaTkn9JxLvzL`=2%l?A!-8b+lR#6%~Wv(@;kZ z;Vk9|G)@Ym85~A$p6nrXQpB2p)95XsxV6WKLnH6l3YMSr*b>g$de*}8Hn1JJnW)6& zR3qB@j_@{5Bs*)8zO#j2i}`5HJU(hqB9?7nzZxV@6*`VIRkHl6xU_YYZAB|(Q!2kD_Q4L#T8Tp{EELVyIqQ>*F7CLx|K40zULzs!Y zNX&VRN`k^1SA*o_(8C%=>G3RlL`0l{*HBK8R~?yjNpSZV>)|sZ z#*W9FcfRJGac$b``Uu~X^U26ajnP8GkM-S?;XLPeCnwzJ_^7E#w?!^D_BV9geCYpQ z4Qq*KIT6p|j#JI!6k7__P$DI=*)703r=33*lE#4CvritfGAiGKW=K8h<%46PAaC=x_4SNy_t$Nz4n3o@O zH1D_PG1Ko}`(MSegwBZ?Zso-FH?#CO^2qU&NIXyi>t74|!4gIF%hOqlJpXxGZ7a42#Te>w z2Rn#bN}xY-oq_$snExpJ|Kof|%`ux72u~c9-%~8}WB<^oF)t;&KvV%@952%fYgZWK it5dtih{sH>hzD|VeK)g#o8csKAQcjBDqzc)FZzGYHf`Gg literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Audio/Example_ProgressSound.wav.meta b/Assets/AchievementSystem/Audio/Example_ProgressSound.wav.meta new file mode 100644 index 00000000..de6603ac --- /dev/null +++ b/Assets/AchievementSystem/Audio/Example_ProgressSound.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 9492b32862561624aa75d621f48074c5 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Audio/Example_UnlockSound.wav b/Assets/AchievementSystem/Audio/Example_UnlockSound.wav new file mode 100644 index 0000000000000000000000000000000000000000..3908b2b7e238d8290871a4dc57a1c087be8f2763 GIT binary patch literal 134620 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Π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%0Ae!*fzvo!P?jM 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⩔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 literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Audio/Example_UnlockSound.wav.meta b/Assets/AchievementSystem/Audio/Example_UnlockSound.wav.meta new file mode 100644 index 00000000..76360133 --- /dev/null +++ b/Assets/AchievementSystem/Audio/Example_UnlockSound.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 3400fb2a60564af4db6cc1c28c188006 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Editor.meta b/Assets/AchievementSystem/Editor.meta new file mode 100644 index 00000000..6e689931 --- /dev/null +++ b/Assets/AchievementSystem/Editor.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: dc993b6eded6e944a8a397afa314271b +folderAsset: yes +timeCreated: 1564474219 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Editor/AchievementManagerEditor.cs b/Assets/AchievementSystem/Editor/AchievementManagerEditor.cs new file mode 100644 index 00000000..3c824f90 --- /dev/null +++ b/Assets/AchievementSystem/Editor/AchievementManagerEditor.cs @@ -0,0 +1,272 @@ +using System.Collections.Generic; +using UnityEngine; +using UnityEditor; +using CustomEditorTools; + +[CustomEditor(typeof(AchievementManager))] +public class AchievementManagerEditor : Editor +{ + AchievementManager MyTarget; //Reference to selected object + int SelectedTab; //Tab that is currently active + + #region Styles + GUIStyle ManageBackground = new GUIStyle(); + GUIStyle Border = new GUIStyle(); + GUIStyle ManageInsideBackground = new GUIStyle(); + GUIStyle RowButton = new GUIStyle(); + GUIStyle ProgressBar = new GUIStyle(); + #endregion + + List Hidden = new List(); //If each achievement in the list is hidden + bool HideAll = true; //Button click to hide or show all + + void OnApplicationQuit() + { + //MyTarget.LoadAchievementState(); + } + + void Awake() + { + MyTarget = (AchievementManager) target; + MyTarget.LoadAchievementState(); + + for (int i = 0; i < MyTarget.AchievementList.Count; i ++) + { + Hidden.Add(false); + } + + bool LightMode = !EditorGUIUtility.isProSkin; + #region Editor Styles + ManageBackground.normal.background = CET.MakeEditorBackgroundColor(LightMode ? + new Color(0.805f, 0.805f, 0.813f) : + new Color(0.4f, 0.4f, 0.4f) + ); + ManageBackground.padding = new RectOffset(5, 5, 5, 5); + + ManageInsideBackground.normal.background = CET.MakeEditorBackgroundColor(LightMode ? + new Color(0.629f, 0.629f, 0.629f) : + new Color(0.5f, 0.5f, 0.5f) + ); + ManageInsideBackground.padding = new RectOffset(0, 0, 5, 5); + + RowButton.padding = new RectOffset(); + RowButton.fixedHeight = 20; + RowButton.fixedWidth = 20; + RowButton.margin = new RectOffset(0, 5, 0, 0); + + ProgressBar.normal.background = CET.MakeEditorBackgroundColor(Color.blue); + ProgressBar.margin = new RectOffset(0, 5, 0, 0); + + Border.normal.background = CET.MakeEditorBackgroundColor(new Color(0.2f, 0.2f, 0.2f)); + Border.padding = new RectOffset(3, 3, 3, 3); + Border.margin = new RectOffset(0, 0, 0, 10); + #endregion + } + + public override void OnInspectorGUI() + { + serializedObject.Update(); + + GUILayout.Space(10); + SelectedTab = GUILayout.Toolbar(SelectedTab, new string[] { "Settings", "Achievement List" }); + GUILayout.Space(10); + + switch (SelectedTab) + { + case 0: + DrawSettings(); + break; + case 1: + DrawAchievementList(); + break; + } + serializedObject.ApplyModifiedProperties(); + } + + public void DrawAchievementList () + { + if (GUILayout.Button(HideAll ? "Show All" : "Hide All", GUILayout.Width(70))) + { + for(int i = 0; i < Hidden.Count; i++) + { + Hidden[i] = HideAll; + } + HideAll = !HideAll; + } + + for (int i = 0; i < MyTarget.AchievementList.Count; i++) + { + DrawAchievement(serializedObject.FindProperty("AchievementList").GetArrayElementAtIndex(i), i); + } + GUILayout.Space(10); + + + if (GUILayout.Button("Add")) + { + MyTarget.AchievementList.Add(new AchievementInfromation()); + MyTarget.States.Add(new AchievementState()); + MyTarget.SaveAchievementState(); + Hidden.Add(false); + } + + CET.HorizontalLine(); + EditorGUILayout.PropertyField(serializedObject.FindProperty("UseFinalAchievement")); + GUILayout.Label("Define an achievement which will be unlocked once all other have been completed"); + if (MyTarget.UseFinalAchievement) + { + EditorGUILayout.PropertyField(serializedObject.FindProperty("FinalAchievementKey")); + } + CET.HorizontalLine(); + } + + public void DrawAchievement(SerializedProperty Achievement, int Index) + { + GUILayout.BeginVertical(Border); + GUILayout.BeginVertical(ManageBackground); + GUILayout.BeginHorizontal(ManageInsideBackground); + + int i = (int)Index; + + if (GUILayout.Button(Resources.Load(Hidden[i] ? "Plus" : "Minus"), RowButton)) + { + Hidden[i] = !Hidden[i]; + } + if (MyTarget.UseFinalAchievement && MyTarget.FinalAchievementKey.Equals(MyTarget.AchievementList[i].Key)) + { + GUILayout.Box(Resources.Load("CompleteAllIcon"), RowButton); + } + + GUILayout.Label("(" + i + ") " + MyTarget.AchievementList[i].DisplayName); + + if (i > 0 && GUILayout.Button(Resources.Load("Up"), RowButton)) + { + AchievementInfromation temp = MyTarget.AchievementList[i]; + MyTarget.AchievementList[i] = MyTarget.AchievementList[i - 1]; + MyTarget.AchievementList[i - 1] = temp; + + AchievementState temp2 = MyTarget.States[i]; + MyTarget.States[i] = MyTarget.States[i - 1]; + MyTarget.States[i - 1] = temp2; + MyTarget.SaveAchievementState(); + + } + if (i < MyTarget.AchievementList.Count - 1 && GUILayout.Button(Resources.Load("Down"), RowButton)) + { + AchievementInfromation temp = MyTarget.AchievementList[i]; + MyTarget.AchievementList[i] = MyTarget.AchievementList[i + 1]; + MyTarget.AchievementList[i + 1] = temp; + + AchievementState temp2 = MyTarget.States[i]; + MyTarget.States[i] = MyTarget.States[i + 1]; + MyTarget.States[i + 1] = temp2; + MyTarget.SaveAchievementState(); + } + + + if (GUILayout.Button(Resources.Load("Cross"), RowButton)) + { + MyTarget.AchievementList.RemoveAt(i); + Hidden.RemoveAt(i); + MyTarget.States.RemoveAt(i); + MyTarget.SaveAchievementState(); + Repaint(); + return; + } + + GUILayout.EndHorizontal(); + + if (Hidden[i]) + { + GUILayout.Space(10); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("Key")); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("DisplayName")); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("Description")); + + GUILayout.Space(10); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("LockedIcon")); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("LockOverlay")); + GUILayout.Space(5); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("AchievedIcon")); + GUILayout.Space(10); + + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("Spoiler")); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("Progression")); + if (Achievement.FindPropertyRelative("Progression").boolValue) + { + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("ProgressGoal")); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("NotificationFrequency")); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("ProgressSuffix")); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("CoinRewards")); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("TotalCoinReward")); + EditorGUILayout.PropertyField(Achievement.FindPropertyRelative("SubAchievementIndex")); + } + } + GUILayout.EndVertical(); + GUILayout.EndVertical(); + } + + public void DrawSettings() + { + EditorGUILayout.PropertyField(serializedObject.FindProperty("DisplayTime")); + EditorGUILayout.PropertyField(serializedObject.FindProperty("NumberOnScreen")); + EditorGUILayout.PropertyField(serializedObject.FindProperty("DisplayAchievements")); + EditorGUILayout.PropertyField(serializedObject.FindProperty("SpoilerAchievementMessage")); + if (MyTarget.DisplayAchievements) + { + EditorGUILayout.PropertyField(serializedObject.FindProperty("StackLocation")); + } + EditorGUILayout.PropertyField(serializedObject.FindProperty("ShowExactProgress")); + EditorGUILayout.PropertyField(serializedObject.FindProperty("AutoSave")); + EditorGUILayout.PropertyField(serializedObject.FindProperty("ProgressMadeSound")); + EditorGUILayout.PropertyField(serializedObject.FindProperty("AchievedSound")); + CET.HorizontalLine(); + + GUILayout.BeginVertical(ManageBackground); + for (int i = 0; i < MyTarget.AchievementList.Count; i++) + { + Rect ProgressBarRect; + Rect r = EditorGUILayout.BeginHorizontal(ManageInsideBackground); + + GUILayout.Label("[" + i + "] " + MyTarget.AchievementList[i].DisplayName + " (" + MyTarget.AchievementList[i].Key + ")", GUILayout.Width(250)); + + if (MyTarget.AchievementList[i].Progression) + { + float Progress = MyTarget.States[i].Progress / MyTarget.AchievementList[i].ProgressGoal; + ProgressBarRect = EditorGUILayout.BeginHorizontal(ProgressBar, GUILayout.ExpandWidth(true)); + GUILayout.Label(""); + EditorGUILayout.EndHorizontal(); + EditorGUI.ProgressBar(ProgressBarRect, Progress, "" + MyTarget.States[i].Progress + " / " + MyTarget.AchievementList[i].ProgressGoal + " (" + (Progress * 100) + "%)"); + } + else + { + GUILayout.Label(MyTarget.States[i].Achieved ? "True" : "False"); + + } + if (MyTarget.UseFinalAchievement && MyTarget.FinalAchievementKey.Equals(MyTarget.AchievementList[i].Key)) + { + GUILayout.Box(Resources.Load("CompleteAllIcon"), RowButton); + } + EditorGUILayout.EndHorizontal(); + + GUILayout.Space(2); + } + GUILayout.EndVertical(); + CET.HorizontalLine(); + + GUILayout.BeginHorizontal(); + + if (GUILayout.Button("Manual Save")) + { + MyTarget.SaveAchievementState(); + } + if (GUILayout.Button("Reset All States")) + { + if(EditorUtility.DisplayDialog("Reset Confirmation", "Are you sure you want to reset all achevement states?", "Reset", "Cancel")) + { + MyTarget.ResetAchievementState(); + } + } + GUILayout.EndHorizontal(); + CET.HorizontalLine(); + } +} \ No newline at end of file diff --git a/Assets/AchievementSystem/Editor/AchievementManagerEditor.cs.meta b/Assets/AchievementSystem/Editor/AchievementManagerEditor.cs.meta new file mode 100644 index 00000000..d910e2c7 --- /dev/null +++ b/Assets/AchievementSystem/Editor/AchievementManagerEditor.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: edacd578eb8b24b4a82525a3e3427b2a +timeCreated: 1539679771 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Editor/CET.cs b/Assets/AchievementSystem/Editor/CET.cs new file mode 100644 index 00000000..f5ba3f6b --- /dev/null +++ b/Assets/AchievementSystem/Editor/CET.cs @@ -0,0 +1,41 @@ +using UnityEngine; +using UnityEditor; + +namespace CustomEditorTools +{ + ///

+ /// A set of editor tools used to speed up custom editor creation + /// + static public class CET + { + /// + /// Creates a 1X1 Images with the input color. Use to color editor backgrounds + /// + /// Color of background image + static public Texture2D MakeEditorBackgroundColor (Color Color) + { + Texture2D t = new Texture2D(1, 1); + t.SetPixel(0, 0, Color); + t.Apply(); + return t; + } + + /// + /// Loads a images as a Texture2D + /// + /// Path of image file e.g. Asset\Folder1\Folder2\file.png + /// + static public Texture2D LoadImageFromFile (string Path) + { + return (Texture2D)AssetDatabase.LoadAssetAtPath(Path, typeof(Texture2D)); + } + + /// + /// Draw a simple dividing line on an custom editor + /// + static public void HorizontalLine () + { + EditorGUILayout.LabelField("", GUI.skin.horizontalSlider); + } + } +} \ No newline at end of file diff --git a/Assets/AchievementSystem/Editor/CET.cs.meta b/Assets/AchievementSystem/Editor/CET.cs.meta new file mode 100644 index 00000000..71741e9a --- /dev/null +++ b/Assets/AchievementSystem/Editor/CET.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d8b387d8b1c3d644bae399b0103c7232 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Editor/Resources.meta b/Assets/AchievementSystem/Editor/Resources.meta new file mode 100644 index 00000000..c58d33a8 --- /dev/null +++ b/Assets/AchievementSystem/Editor/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 18bda7c8b06c42d4e8aaae9fe94411db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Editor/Resources/Achievement Manager.png b/Assets/AchievementSystem/Editor/Resources/Achievement Manager.png new file mode 100644 index 0000000000000000000000000000000000000000..ad6ac4ecab435ab0f0d2433f63ed541ec8f899f0 GIT binary patch literal 13343 zcmZu%Wl$DhxL-oLySt^kySuwV=|;Lkx?7}Mx*KVbMx?tNL{jpu|GD4pWoFrVhj$Nq z>iN})QdO2gMj$`{003D|R#F|jkN&&hV8Gwix;44r4c=K+&kX=j2L4?TBTnU(0Dz!k zBO#%xYVG9iMT-EZ88D?|pRDmbZQ!;z_r z#{^*|(J+w1qsd2-7c66|^`T2iK@*PVM?%HN2gPEmF(O4HEWz%P7siJcMMjT3ZTlA4 zEp*)LkU^+@k=>>#k0a((1bOf*7 z*PtCTfFqUFAlOdDClzb}$K(R5qr*%>HzkMr9*f%y((H>UbH8^MK6@}H>elrH0OTiO zgT1|e@tQ)ZnVRB`Z$U9(I{6OsMqzHg`?^0}=`0EW+wK9guZ%2>1VI8YK@P8l)ECg! z#)$c!?qfbSpo%sF`Nu0d*UtaOMyepOeR+9*Z*NI{P~5<5OvnG#s^6qn=f(bSfZ+4} z?N-kYRWQ3zunhFWR{z9}VhPc7GJKf%+ChTMb1UN8Gw~e7pqzQTE(6xC8iq@}Ys0xJDZG8P{NyBK%K2Hgl`g4xse6bodPYIu6ys!Jplaabn5#>2L}~o z9lAa3`F1JtB9l)I1bviCb^!omNh)T|u||;*H~^5$4`!$nBfROuW9)??>U+1=hxlyD z9VSjS*e{MIj$j!?RSpx>X;(pYM%`LW*Ly-^1WWb8 zb3=QIlbMl-$?7WVDlf^FlMzvIqOZX7z(a+p_0v+Mlq)pRbfEto#4~4Si_n#2q+GyA zz+^%5jg%PVp~8rgV5eR zXi=|KizvtB{PcxyG89Knp`^MnZH~Yi*ZSV3_Q<^heLamtIb%lW=lHSAQN|I}jVBWF zXYA0CNGm%0Y&=*zD|}D9+Dye#{J9wX5lvPew$seREYvI~EnS8d20!eiF@!YvG@3L* z1{TeVZ>8Thz9DK|YmI9rR2Xac*GOw|XzW(N|4Oga`j(@5szIn>RUuFw@y)8-NmHaa zK<_0AMsGlIKt-ZhEx+Dmw`-UT(E`8Gi;>(8x$^U;V6H)$`pIQK4~EXn7vjzsp>Guh zd=eb;96F8a*Qp;xV0SZJ9=^IO!ynR>Wn2eDZ(v>0@6Z#Law@j7eK559mY$KWTPa(q zRw;AZ&0TX|mQ&g-)v5Osj3PE7PisgkW0f%VF6U5VS!2Bnp$tb!i2t^R`I}t{VL_*) z=Xb}li_F{}m_{Tjm{p`HJi#F@7bihtmXXyf zH3_2uQHc_>G_#EDu%z}`!J>KTIBC>an_fT_;>iny$Hb~M=YaM66+HOxHY+A@oV#Me3|-sA>u!DlYY!%r8|u_y~MHGf;mn< zXp^InJtt#@Yt`-+dL0=Pr4TaCoFUAdO*p(h+Px?5e(Pei?ep_CC%ZAb|Ga#)_JaGu z<|1M(Z-O(AK39*!ZDwFpVoPm*Rs=CGjn!_mDnLa-CD^L@kdnoMB}u1xv97hm^V_}I zC9d$Duxs9~@U9@w2K$Dd$plYt>uBq^%79a@N%*EjAmy9oo6p-UP!>cDVFeWxEEa44 z`Sjr9NB%utgn#wJUBmLZSZsc~7`9kKNOj15Up2Y)=viVl`Tb$$RMM0UO1Nsk(ZUR@ z*@0QiKmZbLctp6)XOVd4NL_+iwhS)M*)<8bP02^ebjgiuD>fCrS|)ie2H|hawt_1> z9h@B^!^|J`Cgyc>bmi<7i1?TpYPcQkdp4iXuOoJHb`W=caWh#)jhwv;ruuKf%Wx`~ zF&O#NMHM5Jc~gIjp)r)>#8Usk^rVhQ@a`w>x1wN~<(`dPk}zZ-QT`*#pyZQ$mej@N zO*O<(!nofaMq82CrHHJ!p3R?&^TmVAfnA8dn=LdsDbYpz8@WA(=9T0x(D4=wtNkOF5asMyV&pEf7XVn5^RfZVQ`pNsXW)os0rw% z@lmo1Htrh>>1&3tJ4Mt&*bnzVU0XaiQqg76+iW&_{G3B5j2#tSgSCpAfgQL+x8}7^ z7~wSbJ!>tssiJbQ-E#Wl&yU9k8%((dDCyra4l+<2k(XDRkTK zTO`_xz6-W>eJJ}eH7OvXS*&@Z`KZZ#@pHY|Z1KTy_JYv2>yGnme$}As{zdpl&#D%L zmeTyk`43NWPmT8?HBsM=AJU&3jH;C#T+T+lYxv!wUl@jd+JJqa@Zibt$()i&%LsRywYF^jGEmp@;mvo*dv z8JHV%s7wgYE}U%mJj<+-qJHHR)bp0V*8E|!avU<3V)bV_HYY8|KY;n~n(1m`i|?Vu z)TS+}(`5&m`}R+%x0pkLE`ce-KW*-R8dmo)b=q{k)bg7+oVcF|zNXBnjC6kO{8H0y zXxDz>)7|X*@&1@FmuG7IrrY}p=WSs=mrrQD``X9pe(3&o6K6fZmG)(7ymQ%;_M*B= zrOV_-^jvINVm)GB#Nc&p>2fX5w%0TNdUj3b9wt0=`Zeh`0afB%LRP}~XXMYPxxB)B zd^;kpFUQYi64RE`G`YC1g|Fi^xHv2U5A&ysQ?r?~1sQ)bQocL*mAstvp5oW84)+g} z^!)JRU^Bkaemd{-T=OKpEZRg>+4Ca{qfBANu zyXhKmc(1NsjROr0J-jXL2mt{>4)=eq;G^x0O~kImB(pzDcfpkoB&}`xesDKKD7fdfEK()7wu>_&M zt^x$jcGNe+h~9(k^}MUY?JbDCxlvZrL&IU~0=nR~P=Wr@YpN}H450CoNZ@jh#mE!T z@}an_HHHS}-zP&r3fQ3CBSS+g=wQ<=CQNyOna@+lj4l*}cviCFgM%CV>;SwbCgpC- zF5(SVlkVY_A|}J}!3{>^LhLzi)?47!GUG_8sR2`vvSiaiqI;RZ)*1LN(!Y1i)v&N@ z8i|s$a}&%4K9e&tA_WHr|GvHr@9Y#PR!`oit|K9cgSo%llu=MXB)Hg+($c~{IXN*M zc<6>VwUzeqDPdwxSAs5}8#A!t+hNK%-QEsvW3xcR#DsEka{3bne}>Ymk6fZ2wUdnD z?xCNy-VJ9eFYVK@q93yK<=~|kgO4scgn}Cf9v*&B9*q}kV`C$e)eLfHXGhg}8&Y0D zfk`jb3ormIm)3_0>1;`YoF;O1kGF$U@j1{)q}jWnpNks4A(ScSN=AIJ`x66>E9HVN z8qfP5+wi89?QSrrB(Z<54>4WQ;6DGZW1YwoAq|B^ZE-(|SoJ*n-E{C};bXlqG@8Rt zS1%v)jkWgQ_xH3aQKG63PfxqJ*9U!bb7v0;A!*~7I7W=%a096Yo@qbn4kogoyuEn6 z`Js1QS{dHEa0;xh(Q^TXP5KTpflQ+s2cre5bpOWx&@nthqChoMfEv2j>1^AaiQ`l6 zzyMSNbz-wPq{~iy7_^s{*Nu(6ffQPF;WI?>7k(0+k4SR+7?C*Y6<977!{C!zJi|}+ zVx@h90VvUh;J8ZULI#(!`P^8mVtqKNlLY^&m`GoW0*y*2tvw1ana~#sOUcW-v_`Kn zN!-+wOk#H;N~d>;_U;pd6qN3hA)<7aLLWvlU08jR! zD+rI>5)KRDoz*!#1qGz%<%X1)7(~0+Lc)B~3wfm6>fY||Ze3t`Ss83vT3Y$HZ~Zv} zo-;pJ5aOgmFD@MaG<_PKnBeSSCB(yv{Pk<2D_XlUT)je4Ss7(&e?RKvNr4JOwnY8m z@qvtv4$jQX3=S1FB0Kwq@LU(KlHCn%*U|9jO>r%Tct>S4wdCNevCrF)>NW z$VAY=9;DK1u=*}A4h{~AR%jL$6hO$AV2rrB_UceNM;AJqz6E@S&b!<|26V61+-O8J zG&BYh_dDdN$9zwZkKx0`gX>*fJSO8eIz3TM{Qj2wFe{t46?(K4^9q$O5#K-+$?xtq z(nMt zgNGNBmq!qOJfZ}8u}jo7*%V}CU=a`zUG~SY73Jl{-Q77!1GQI3amTl3Y@2yKFNox8 z4be-|>V{%#jhhj`bwB#!hs%R!k<0FZ5)q#(H1K;jL8P#;5%d0H-GXs4!^F?bIWEH_ zAj|vZvbLvxquW=Ci@v$Fb$72qqrAF$XzxeLWQh&2Q+2p|eUm;@kB|!_kJARHJJJVs zM!g1Tw}XkkHkVyA0)ms@gjyyh3DMCAy3#z4&VK`^VT z%FW9o%{4_f_buq^B09Xj=DU1x+?P+$7NtlEDx`aOc<7y*!!&5MXY<(@9Fzoqehaf{ z>*(zM*&iRBni}r$e^NCuadI}cw4_qEnmSu-Y~3;!tDILaq#A8^J5*KIAM>7GT_q&s zaUA@nRar%E(1JLo$$*7}^W`n&*w2u!Km1ygkM8qt_$S7=hSQ^W? zEeO0#Jt?F!OX=ujXf5LLcra4P#0D8M!vczV+;Lg4rDer%wp_n#xmxU(Ls~a{5N(^k zxG5H>l6n8J6oaG4jM388{wNw>UQS0O?1$&#;?fm>Yq589aWPyt6qB|2=D1B@&~oRP zq1SDT4Q!d4k;5PpShi;ApOx+8jd}eZ>PnJsa3!NH-h z(+MFQ(r&S4ze`77KRP#;WRXVp!v|_Bbmya)0+5C)vk`)ciAf(xeQL3+o#gAg^(z!Raje`}@~h{=f)@Unqeu6w#Q>;*j|b%hm@Ga9&(Y6>kzK zEJ8Zs=2}IvHLs=hZ|l<5n>qRQ>f_p=6}*E8YIkc_S~=B=dY3^Z>*mIBc<-`14F8H& z!)uED_QYXTXL+ptYhl6l_5S+rU+pBxKxt3O`t3LS)w|yLv>%dkiS-sEUx-CeJp2B> zM%-HUCnlnak&1eH^3aCcsg1mh4DZ zSKGQPR_RQQEzPA$U}c#=;8OXd!YvW#_dDn0(+ChDNg*aG3J?$yvRTiNMLfq@Ww5~h zHf`?i=^^18iPwAamPv#U&vjVHA-#>K@Icz&AMXER6n8KYam zHawg#-mc4@6|3R@B`3!rv0@7oaY6NZNK?T^?Y#t|^Gx9pv&*B9^;svH1VQu{K z^74|zq4pbHSscOMK0Y17Vry$_`7@^;t=`uM0cjRDuvk*$!nu|3secc$nU!Ke^aPnB zuON(#qb=l2XNFWDX$*C0dOCsPSA_6>awTF(>``s;HCFTFz=K`pt|4w@GbHO+2}-g$5?U$*EF}4mh)t zQZm`=v>FBmF-=XJ%0sPXWwgV8y0FDrLqPmg%;kiqRnE2C=nQz_PfkgBx6Jwu59b{U zr>3@cVM7DPT&Ysy7bNJ}GUV?)2}x{mK_QIIL@>iW8S+Te-NK>=dPKR9_kAS{BqF?3|EG476jy1&e( z9$DtFnn(_G~9=u@uA5V}&%!@+_4=duPNx^V0AGC@V;@8H(bR$u7VV3nS;r{@SbGHM`7b#(9- zm0Uf2(t=cBF^oLau3~K;+1pJJ7FSh815AIFtCfGN83s4dze!(fcN^LAE6C<+9?OCnR_rKAh|v9C0Ms!v6dioQ%X3s&h2{Kj;u#+w==9i52HYC}F#i^Tia zKe&LYY{NxDpyfp^o2I6wD04uL z5Z0{XBkR$9S1fGo+ZK}Zvpr77qE4@))V>fXh`e=Q02E zMSb4cueTdb?YMOSm=B2BhpOt#s*n4b z?kpTf)HfcMxZYmTSQ4QxHvE2Im+hC@W{cmkEeO?BRKTB~pC6r_feB9RJsOpu=vDHDd`NjN*#8F8!qeR|?p zpQfawWb?hV7xUMH9RL0McimGiQHD!>Y|`$hevj8jo)mA%Iq=P3|XPIV%Y) zdsdGI-rnAQAOR1Yf0qyZe!1U-0+_FK;bcvTNI{;kx3>oyI=h~eMK&akF^fh;MFkzq zNS!YggL^N>8qs|i!d&6C8^=SICcnLX{G(~2KDC2t3)ZRo#p80Y#U8)0g*sy#UhL*a z-^SNGx92va`Qli)_h`)wE?db{(Y4)vS@277^j65$U^Sx__IqH(=Ys-jomK{`+Gwe% z*)HeO^U$EXJCCfhLKhaa1>Z>D#H6PH$ZR}L1_lN=F>5%r4P`QAx?1BQt&(K)2P$X? z-p+fEi#0jv9{}WP^OV>2yWwVv5*o(3C$FrNx2&ap+R_wTb@Sf4ZL}%TX>{&>dn3zmGhqjq)ZZwckQ225E&(D6LO@THx z6$4UXlKbX1oCHL?UWtwOlwj@n?!Wym{;3&6QGm7cc23Wb&R32pBO{|ov7|x%w=|<8 zp3&p=^Yyd^jDpf)YKNnP15>GT&e*K^&7VL0{qGPTQ`cSjamO>Ix6_#n(D=;5#wQb- zuXKL3lM2leM)qAf@&o zzNn=#ffzYl6(Mv#X+VJpq~L_-P-9}4bqMj=pPJeH%;!Q_UM*BmP(T+65UlO4_o9uY zj_Z$*i4zYsR+V=8iXp&vW9`Q@j;>Yy!G7+C~grE5=~c;4M0p;MO`JD(W}ILg}E zu(Cby6!LNXzkfRm3Of*#?LL5tA=t`YtTS;Cje~EAYIZsRJ_!K@9=@*+3U=%Ke6rYS zeQnKNpPZH;{A0`F$>u1C42;;BRPji?=SmnaWSLIMzkdC4Ub7Jq5mC(Mo}|ghvc~!{ zOIN(klqMf8&|wt*U0y*#TRT0U8QVmxjdG2tXIv+qR3si0+)%)08R?ZO35q7^0z%1n z@TI^Olr%Sg;ExtuIz~avOKUa{qLj_jSw78OU0o&0Qia%OV^=DCuv6^Ey*pbUj}lpq z30&x~IRFU+dT}j5_?bUtZM8{)znJ9tdDph++d8Zi-Y-;HSy^APuR4*D=@=QC9{38?;7+*^48COJhotIgZVhD^_s6hw zOIAf-LSG082^}3D_u-lZ{9wG>aImgBf2`V9UOfA@`d2n;^Os&i&|YNvYMJ&c}4Ypn>M(3hT{n9eQs@O z?6lO3&W?gQx`{yr6(z_0c3TT`*s$0xE+K(VKrog{ z!^Oo_P*~W1@`hopker5-W3&dYZJExHu%`%Mf>`JrV(D z<~a&mO<&KhZ)QoD`b1F8&Z%$I+@3i+l>pt0Fkot&L?rd}MBRr|ZLob0QM5f>WfU3K`K+y@DjXKd)IvJ&o6ZEE@hKyui_D%?3eX8L zLv?A1IsL`d)ROuRsOrt{bA=uT0$+5TFsK<2z;Z3U&hFbAhw7@BE4ZAWO%k`ZW(dxu zIjCTkn(Z>^M%mERK!?LcXKIF4J1I@DqL>{Q zoFIK$V(~@oNT;G>a9P+Fpn@b?jRpLO!-$JVVo8*8Yf>I=r;7Ep^z@GX*dp0Ncw_Fi zM2)Hh{ZCR&1(2SgJUCFxDE~DGf)J>C-yPlaQJ|qN?V%YYUhMCOkB|luVFkUJ+6?jf z*PDa3nM9(_V)ejJt6XwQwJZg&_Q~RFe^(@}-I9+!cvRq5rVk_~B-5snZIT65Rno!1H2I zP5bR*Mylx?OGr^5%GoArbfKsk78M43v3kW2;ejmTPE}0=2h1Vt-6hXc)dzNb3{1?c zI^*C<%0)rwMlx({Y#O_}I4(0UkH4<6R2b5<+1&)wuyRW^I8h>Jh!)A%7Z(??wiyB2 z+aNRNqsaBM!}=qR#y@9T#TUwUbT6gsNkhDNNq^S`_FcP|?y_fQtpMNR{;pu2YPQ@X_eLCE$U4>MP$s zHlp|r+EZ}%i4YrGQqf;?Byl?|1f1eI-`UR2&a5g)B_(7{25eAbiK$_M

&e$B1wL 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 Na#G5YHR7fr{{z}II!6Ei literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Editor/Resources/Achievement Manager.png.meta b/Assets/AchievementSystem/Editor/Resources/Achievement Manager.png.meta new file mode 100644 index 00000000..7dbab6a7 --- /dev/null +++ b/Assets/AchievementSystem/Editor/Resources/Achievement Manager.png.meta @@ -0,0 +1,90 @@ +fileFormatVersion: 2 +guid: b35215edbf2534b4b8e6f04125b91f13 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Editor/Resources/CompleteAllIcon.png b/Assets/AchievementSystem/Editor/Resources/CompleteAllIcon.png new file mode 100644 index 0000000000000000000000000000000000000000..10a18e22b2c80008cf5162684bb19a4f27335593 GIT binary patch literal 13712 zcmZv?byQW~^FMs)PU*aKr-XF3ba#iOAl<2yQqoc?Al)Dh($XT`-3`+4Y~G*m@4tt& zkj0gA&fc?U<`r|I)Kug!P)SfB5D12XytD@R+5h~Fj0pZM(<{#gKTzJv>%W6QFuR_= zVftKtSV17Ds&AyE)YR-;++E(;xx9rcNJ&B8y1CfAakPd&yyvnsZM8Ia2}G`zE+myA zgFh>|Xy7A5H6&w#@e=5nsZg*LBdPLc@zpzVWMtq;`*S1VK79&~#aCxVk4BwA+MxRS zDePNh^zXY>zi$pxEmvE^k9E_c+ok7OHKRx!$ml8ZFV%U2(TgN0a8|QU39pop zgYh8ZzMmuuAmXwx!C7hanvh(0h}oc}#X3Zd4PwR+v^4<<&bm(bgMk=+roxBGO@KgO zSVu}j?1UhtqdL(t5Is%^o{dts0Az*@!l|HZBM+%;fOL#tqg6wY(IK4bkr7M~ct40) zKMjpHBs?90CwrzVe9BUez0C|Fm0m5}NGl){Vu;MQodP;ICJH4PCs>CmT&f3Ab3-ij%uj%b^Ror5qr*^PaP$h$kapk=gDeqne`4%beR`YX)g-nm%#SJ*b?ra5(BoL zd&k-p1aj8w()pJW87|l^Y<1M@=~(PRE|(4xY@?9q3W1nN)3R&*t`X})hCrlqLzpWi zNH02xSUV8OIuRB+(eBOo!X;_De@S9XqFM!$xtTGQhDtKNAFd>4Hskm!PR`SzZudUv zEhhUf?Vp$;Z?SI8k+VA)TS8FaCHj$Hm{ZL~!dOJ>(R@NCOpmyx>Xe7ajiH4OMB=Ga zD<$yCb7@3tLAB+{&qUl{1wI(bHYEu4L%2il-?zwdeGaKs7x{}`C)N0apCnxNE83Wq zJ6A>=L2l-lTP=x5EMMOCScx6hT%4#>A7{r75z@c1GMlYS`G z(l_DUbQ4){bA8a0XQi3KjeEg??H4K4%}T^lbqNH?g?3{kTz#9hB%YpyYB{I*vl-o)PI*+jHX zfbh3QGB9Uy~dhl>HZnqmD@?(fxGZR$9Rt)))#5ZNSsN8L}W|sMO2aYx`22hhPY3Qlb>rpZ95$+ z-9=lExt`e{KjAlOvSKoQGAT2MR#9<5@lr9G_PO?;R$P&ZWbrVwmFap*FBHv^xW=26$^oO~y+;Ud zH+|LctiLC7bJ_!WbBsuFQJ#R*OU0MEH5%uiZN!k)(_F8=xT~OSGZvX=u>1cVvw_q8$rn0)|}N` zEJQ6NP!=XEUS!es=2JW5T~$FB}t_ud&;(}^0a=SzNmq? za&rc8zP#S4KET}8g3z|1r@ZSZsWmB}Dd6LS2olDJSjG-6pQ zh~~-a$@gg-QW#7JV+$7*A`xN;dw1>YPu2cOOmN=%U-j&vL~L%O1inOEXj$lHXBm}U z|3Q2i)zx;|NW#b)%m}r>ovAS-^DXn3u0V8#hz}9E@5Mg7jnpF<=St=E8efolw=8`t zog%%IY0IT5P{F3i%Pd;VZZAB?-^9}-*2`|AKQyVArKjMiL?*z_T+Zk0*tUFsc>ZB6 zYYlDPk1&m+-}tRh-pH?uh(dxQc3f7$6!F)QDz84DNMJMnAc&c@Gk*aO2 zb#2;*qkapdlw`9E9}d<0o{#7Ma-8#Yi2Dn7HL*Vby^<~)x!zW5sl7n8u&d8J>N-9G z%X=NfQsJM`^~_F_swIcIspWyK^uEdtAts%_Lp$qW9QM()Q8yz3_7|oPjaBtH^q1?* zZ{KH;isDB_m*dS7rs4<9FfMp+l74Xc-JZVixwfdJyU}XY=8w(p))HH`A!bT(>Q*YI zGsf&(Eyl7=?cwD=nR$-XVaEC9uzIP+Z|%ZATdWHQMuvsNw7zRyXx(b@9sOCXGoQY8 z9zP=WYx&1>Fgb77a`hlO&^E6Pqpdt?GiiONa949BRvuNnd!2IUWL&1=V=p!gJ`C-TUwYSQ-b(vy>|UWPUr}HP&UwcA zm98R9P;w;MW< zWP3Imo0Xgu5XgSBU^f4?-f!D-WZ53e<+uskef5vbQ_Qwdi_nPC*-!Vg>iNwVx<7R@ zDg;fP_T2Y`ACo3j`&gA;k@2+g zywtPQq;@C&{D-}ced3Dw-e0{GZ3EsfxlAr}?hZS>7QD!hzb#{_Zumok7@zEJsxCFh z3h$DLlaij`;nL3UEnl+D1HK8hl-E#(Kz!*Skl-)~PWM9&|%(s_Of zC&dq;4{V6Wg^49HZ1`-A1c*+1WL?!UwwQ3h!or5+;VD6(P-JT87~K!QJEY24$F&Ng zM-dCe_pp5-XKIgbF+J3*k>V9}y_vx!$#^&7#3wkMsA`uHGHMr>(14w>JRUy2uhaWo zXLlkLSVcuerN+%E-@kva49cE1@%y-)?Kg7Or_I=OAylffpV<)rNu(WLSa|K^#1<75 z)!oz+=^ZApJzCQ8Y zzr$}WEnhM+GSC9sD%x(N^Q1l`e))nPkKxaTj2jX8@ne2*adcW*S|tux*TljCnR=-3 z-9b%MM-bfAT}54Ot(umWw1NT(9Ua{lL673WD}i@g==k{ffuZ+eX4z1AJZe!<(I4&P zsNTZak=WffHB2EhGBE_LFsvtrmBq!(;ER!+eXBo#<`vne_=V$>)h;U=n?Dt%?TtDm zydwPk4bs@Os3>c0jlX=c6cT?OSGVLe!ti)p zSXlUilyuPVxK%DNP!tXk9r^ASpO8>fLqpQWhQ8ynLs250u?G6cAE3$*Ic$@OX%u$6 zU|uQ4*nWRDI50Buk8**_@1G-|%Mux1$qdEh5Tl@L;))(w} zOTTO?y|J+|6WnVkG#u^mqhH?h#&@3koS?beO5i+E>f z$)q6W@~q4};_h?>C5_xCS~fO}uug2xhCY{80#?0_0_Dsx`#Kz^g{Fsp^Tb>h;ihX- zh)QBOyt}O(J%8-$K#MsXwyZN)4;c)x4K8_TyIJk}0J`&P1fdC(iwh^2*$qPi4;3L! z_zanp-&s0eLni$5e7zG54NVt^3+7df~gR-Ma9TB{E+NfW@B%f?sC++L#Q9>`K5Y(9GqYDI^T|x6V41V!* zdH?dy%*@QxiCIrHeyM4D_HoLI3(Eq&mBZO6CWd#d=7Ll*ZuUGqY*(Mx!snK8Y6>?!lm-j-@N6mF|L8*v}rW8T8fm5=;c6tdvZ#Ffu|pI4UM0)J!S}lNEb@C$psUywPY-8ECeYsdrxd zJ^oD&EY*BD_X8$5wTMX8-@kuRg6`KT`n^U40y(j}-tfNN+ypg?o2bosx13JD<#so>OB@sPECDx zFvF#xsR=`&^!l|??!@lcuDe~`T>UM+L_Ec(@Njq|c0y1=yB+8&=4NEqBpcb!4^McDj&zaMS2e~T z6%~aA1@C8O^#1($bI*}2lpXZwv%k_A7FW*@1(oOM0DazVYbgC(Xa)1>>i6&8GwnfQ z*4Ea>d!+cR1hY*ZEb|R6wo|40I9@dXkvlJTCw!hBuB0?rz|8?nfCd0y3i9)ydeD0- z-8M}uNE8JH1&@H>*0Q$m`M%;VbEE z_Wo@)5+ge{}S!xxzlC=Z`~%amgJKla@H^iL9T)s$1hsode-Bf(W`JH!o7u z+o~050qn1Ln(qb24Jul?yR5%E>IJb_ps?S+11bT5#tE1jF=s#@{!UGSO%egj(=`p? z6?;658yFa%0;rlB%4gOAY43J|St5Yn_1W+a^E5`RGhhSgkv43DN%pGaPrlN?&=9)c zVtC&=6<9SWjZbl+w~@<_{~B;iV@gX|of|g^&d$$;j9Jz$ec!x!)4A)On3mRG`(`4I z%M$UW&5#+0j)bNjfGi?D$Fv-%*q$wd1_`NL20E2ZG@i;Bz_e!4m?`MdsZ03>Y?9QK$Uj~x$*J`1&i#(bl~>(}UA zAFu#S3Jm3l<$xkpS*~bn%Z?L!oKfwKB8ahWsDu*6;h}VdmARDU-11u+7?4=@#tLvy z?o|)6uWx0#*qpBQSXo&~fB$4yF%1y@*9XeL{`;GAnl@R056^eaS4vGxOvH_cK8{@2 z*JZq!C~zGWxq5q8H|=?I{)tQ=F$@U{Rv2}GiB*0hiVMM%rY=Gp@p|vYGeCgjQPX!F zOko?!;Ee&x12icpL)dxYmFVrxx5z?ckQ(L2&1u}$ikS{YTA)8Q+uPgAD=Tl7Hy^E~ zw%>0e=%Wen@baE^B2ivjyOs4=?4BAEaWo-Rz1}sUn7{BdRa;kjx<+Ul350wvDBuQ- z2CNlSBYA;NEQLr$k!E4F%W_*J9w8GR>Vh+Wv)A#~&iJ=jG6C+d`{i29jTe8E()pZ7 zK44MGg6*4_eCk_Y1!cGuf<&>BV(5&rD}sRt2h!$IZ-dF-8s=AMco=lzIDiVlbgwTb zLHpzP^KPqx;Nci=bai(f3s9b`yaNNa6BV5 zs4Bn*-tCt)oW+>lhvLx4<^ow@F$wBWuRXB!X^@|lU@$BcN=4ld_Q$#6(0D^#Hk<*2 zh)E`IZ_jK~lMZA9J0Zg4)YLPc=Z@P^@0|gDr}E{MtGY@`9GSo`h8+K23ytp-l$Afq z7YG??=nupP4o`HaOp|bU14d(b3bpfnx_9?8W$~zP2{N3>NB?#l2JS>$Mn;>(Qrs zRRVS+c^w^sZ*p;;^hl?`zG^vC_Qz55MMgr?lx6YTMkwRP$_F~JU>UMPazsyp(gpW# z;*8&?N!xus>aa<&abUfHeMP@zOA$NmcWQMjn&e z&oRc?#X)R~jnFR9xiO?-tI}h=LJ4&j$F3Q$bHu2ngyj~x4dObD59*)Gtq$mLia%jg@T_UntHAr~_$hmkl_!f{%j#-s9mU!u{XoTl9!X0}8y_DZteF3` zx;n9?MYuPPlCrA(4zLMEHnzjl=qVYmsv-Jy#+rd^L^afwF=96e5C0dsph+Qfp8`3` z0KC*e{C@+Q+rexd{2sk zM>U;00_1$;BvXOX*X5kI|ZE0n=hj>5)9;&0JwDterKcKq$)& zg%Y77>XaJ|06Hf0@PtVzIz$sEEa~aVhb4B;xw*LsdRF|GFR_w&9qXs=-aEVPR~ftx zuR#5G^GV3c%HDCgzC@4!;(&eQg9wGsP0c~Glz-4qD62~Y$_x73NqZU%F*XHUP)yIt zkfZ&cdq;#$VU6~jl{_iCI+Fv3}``-lSIbZEvwsc;h4gQa`|H0RZqb&B3(|COHBBhynEx zKAr=Hb@~mQBLxL#b=$8&5jT_oR2anMKZDbxFOR8%3Fg(_8!v(=GKh+&=LIyxy& zgATXC64|E48{Pc1+)y5S-VBJs2h75kJM^<{f)|}ll6lYk2XxnGM##pm1h}3?5m><* zU@}^|y6+~G`K$b{oIMZcB6=)NbI>49&KEjh>s1F9$%+wOt9CK(sNcvKB+=P|Ldv=F zK!a`j6|jw9h|}DHFW_@Ps`%*$>n6;`*7jW=x!2g(*xOF$6v;gCe2vvpZ_vRuK?2yG ztaP>jy^cpncn)}g+s$Sw(tSH%G7BEl#?K}ATISrh)vnF}AhI_AE9!b;;MxcX2t0DQ z9G%1a1bV0=R2q49y3Yk?{#xo}dbh-I9Dc9AzP6So;>QO_WVMJtoIYAGXk~3rkAA?0 z`MH^5sMqL5SE5t4_IP(}yV4ONR!J1XHwPC9o{c zN6XqrY-+6kfjw5f+A*XPuVhy+Il$EK>f#sT(=dH;8zQT(ufO1bKCGps)!#P!V2k72 zkO_{CnS}*#xQ)|3O52;W%@)vqp4rUM&`^DWJ-PWc`lNVR<^b;-)+4vP|Xt3r{3#3amch?+sM;>VVUjvwpslMP<{v2}8Ew3@4Z zqou7~r`>(C|2tWc4zyMCuJ_MAi*w6qZ~O=h&_cL?+~TBj%`8#h3e^G^=R-1WB5jrP zq97oM6W z)=m7EJ_^6srlzJCZe2?t3ypts9vvucgZ$Ypsc8FJT>Sg#X6bwyI`9aM}R{% zk4#+Do*8taYGPs{?`s*tVVT?5n4XbA5*-~4oPJWeR({fK@6gD$cY8_%%4l2vcBzP6eby zWSzrwwa>YYn1Bi-#+O9E7hR&b*n#CFt9-CnUvcy1(S?&2ZDp|TiS*C*LZvwzuv@-1 zHD%=7Z!qAP76Q3F4d96kQ%-swch_BTDe%q-NUx?x{_q!34&*>zQ7;E-!&F&5o8#SsOrVW#b7WZ!TtD45_r{6Mti~UrKIn3 zwdkc^XOG_(M=6)5_IB?t6A&8duUsvB+g{QVVFIQzx6LrW)$%5`f^@*O6qYeCS&@-~647PAR%zI*851s#h5d`~=VpfNK~d z&kFk0oK^wweUsACh%UBEN=gL0PoT-k&x*2L=_hGF(&M~EmDae@*tc7YbmiV=$Sld+ z?R$E%krRbB0E1S*gL{5*mXMd*{k1DN8DP*kF)X1*gl=uwJhyfbg>+#bH|gn;s;UG- zm)7KGxop-E9LbZZ$%qF!)E^+zO@baSgTJkV%X@lyo~?wrIRg?>(s{A@Wj2CAkqgO- z+Eb*#;C2X10CkuIVLaGBoU+kMoQA1p&$Owt+0aE}_1+jzpffeLSPs+WbQ~OUpqtlS zemwIMcB$Cw?&(oCG8!7m5=!SZm%L*SF_#09?WOIA)$vm6tE`dS8WG7ND>_y zC@MTWyuNWWk=7$^WYwioO-)VwnF^t-sagV$!9n_1$f_S39TCnn=z$k#Dd%<-gzKh* z?W=<8ue!M3i<{~f9JvFL7f5!RR7&y`^27xzXs4-^u!CDvA3wch`tUpf0R>ZQzy_oi zkl?e~>f{LJA3uHspc)Z@Mkrf)S|diE280?A%eh~_h6X;|Mhr&-$?PsjF7+PW97q)) z|LS|lu9>A$LGE8lGx=^@!_^GDs?$D2Miv<0r(!3_iv3FGWB$fOpeYUBT`;Tk&OI-r zWY%$Ow=l=1GZX;_YYGfle0K9wfAR6L^YNtsrOO30!oN2+e!?*)Xtsbv8B#`oIjK(!z^XC z&eS3kJf!+8t68Mww$cIf?|6Cir|UX(lQ`35B-4|X`!i;WiZ5@FTQI^W|yuN4e0j;}=y1i(Y42d4jUs?Ah4~ zKRMZW^|Kf#R4K+HBGj?vo!0<)0=`@DH zA4ZEnda?{cv~1G_Uz2&R=)NPPP$Ysadfx8PEbXcCi>=2N~U;~BcWdna~O-gCxZ zhz-9hpcl(=%4QZ{I$=Mu|G1Q}kvS=Lk>~;>pTksX9x#8wpemAm42-)PFQ*KNg*+Ya zJ{ksB{9CI40qK+6{3DR1a^UGFjesH%zjBRq!djhJA-dunZkFg0%U7G|a@VjAMo)cT zWn!o`{<^PqqhOK?K0An@1BZ$|4j?@yWMj<&Mf|` z_^BbsXDi*Wi>dAB;*sb#t0KSgnn!%^FJMiY?}GW8S~eUot2Xv8eZe$#70luemRd8P z=W&zK@`=(iG6(?pz>F{&H00XR_FLrTg}#~?0yZ~Kt<&kn(VbIocnRNJd?v2U*piS; zSmWv4S{}Xzc%qgU!h>FViP4MsM_`umQMRkvdN2)OUV~)I(`6YJ)5)E`{K?)mewwZZ+4ttqb6Dzu6OtLu6Z`k ztF(0O+FU04vwCp&Z|R=Cx!sn~IrBgOcT3kID?-iM*gy3K3}PKfQtPD_pP?_ar^qLJ zd-kBO1(nxbBVWVn0i+ZZ{tKM-*qMHNiTLc8CxmRc*pRZwFB|(%QFi(jj@WT#d1W;X z1HvX&({JPQ>gqVaSWBjh1RgqY_ka}OKeUW-GefKVWl`ntMs@X3THDfeaOcni9<-<@ z#C!TNkB_p8eB(tTWGW0*CQ@nx{95p*F0}a?K;er5-en8MX-?D6F$09_M`FYdl_B=31xjdbAHfPX zC-az0tBT55-5{=XemIpZom?@y(U~@LGI+ctUnVga+5yK{qR_#CT^(|dGgIX>@WOnb z6kmZ*NiRP8*v1FAi7XwNF#OHTk>GH1Qxsr`v%jzHq>m`IF(;z}K@2=+;1)UTlTJoI zAuKJ|Z$zomRMD5cu;{`xm+-|}>SMT}N35mx&1%^oW#PENR8iBILXlyir+*LZTW<4T z;s2Pn?oNgU^=rVR?`Rr{0?}|sYOo_DsYWDx6Y$^gWX8JC(A)r#-H}+)rC<~*QE%lg zoyg260Z=7P&||MLDPI)!te(whEkCA?0=WD*Z@wQgfNc4ATW#op=l`A`h5Cl%LXZSb zzKxAsz753};qs8ywAEzv`g9%iFII5LAzLp)2ikm!aMgnaN4QCaT*b89_xa|*P07UX zk)HL0@VgoK0#g~Aeo`xD#!8xm)&6p{Mb~@ZGXW;Bx8J)VVo}77+c{Et!?iSmZD3t| zu2W;g11f@60o89kvTdxA%77L5nnb8yvCTK@U(3t*PqfQa^cYOKL-cGfW4?c<#N&R1 zyT%`@1y@tRgMI?Thbw)?yK@PHg%YOFrbzqeE@VLN({P#d!l{!|_Kz3yve@4n8ud+T z27VHmqW<<#EBb6#NAd-R)-xNKv>Ue>rZl z(LQv|ChVPK!v+xiX1o)wfT>0z3fYRjrdx)lS@RLgMU_z_<6`J+5Vd6-29FI|-OPnu zd22x02@GYrp{;_5ZwOIYu0xSmT@GMh_`!N({i0Lgb=QnFHLGT7CW)IXNSF2F+~4O!;u*LcQ8gg zIlLvO(KWUjl=P>{f1g!Sf9ywxAhd6kpktSMG2TR*8DrDhpD?eq#_IvE*uv{o*u%)I zP0}fDl@q+g*Uo6XI>ZB*yi}(HGpv6O_#I&u^WYT>G?SFY-7@{Q?O*E&BZISoNCfXH zVIpBep{>ZIA(m&(I;o+TuU6QrJf3ecoOt5Ff{vW5IH^5wg+q0N3a(%3^1`K1WJ$y@ zqNxW>m`5+6=6Xa1RfB|{oKQ$g8KBkv;7y5c@bEe$)X0@YmodKY z?cABMs8z{eQ7}p%^Y^UjmUFB6<<0766u|?{WJcEZe^OvKl`FMj#gx$^u!XW zO({9ak^N`*@KLz@O0Wcj#(-Mc@oYD+c?t@B_NT;6tboebt~llDixP|v>LuhR9y3a( zfX_ZZhr=cSK3t^)?Os`A^?u?pN5lpT*nl3|=l&-BCeR;REeEbJt7^eMS8N(j^K;5F1gfOAeU1PI<4yexIk`exT=XQ^3jr&pr@G32mlnk2 zgAWi{s&m-o+lI-N+P><5S9|QC^D`1fYPl1LDgMUnUX{x?@4$EhTL~-(<2ns6i)lr- zJ2rDRqo|=ap!-ul6sjIZ=Pq$}2z{XKbL1ZR-*q}0=#{UJeEDfj z&1Jy85i1azXJiJheE&)t^v)h4{&y&p zune1vrR>QY^e|r0|1F$<5Tk`@pQA|I?yqs8e?%sDIf&OAE*^sw{XM%vn{JwNZ%Owb zkgs9*0&uLU&Fl;}b3!Tp5%@UpQ6$f20Ugji^L2d{rr37=zj*6dQC4am`Q{F2WxcKW z+Yw;l0n!G6V}LzZgE*en+3Q2%@q^@ZLJ;_)YZ*mmPNJ|R!Y?qV=wQ>5EU+?2Fk^zZ z7GgK{59H7A>A*`d>R}BqwvlE1_^KnMd@`(M|5brvsP)ZW6YCA?^HzDU9V%naKzg&s zp67hwcdY!slWX2h+#ux@m5P^_}jdF)3_M7NLBZ>GQoteNpyEIPn?-LPlnW6pfkIZD44UE}l%|uSF z`Q+r<4dmNEYEhQnDY&uI7ImFE{kNF-|67bu$RZ(GDWFz$$OB+8(a_~V-6Hgv!3L1p z|1VP!za-XC8?y|M!!OYPzj(Ci*(Kb@A= z6r^btHGYSj+q8!P+i!?5k&s$V`11iV_or+yh(kbjk(l($xKiHtOU&Sn^C37-g zf8Ssw_5V(1ki8m&+^tzC(Vr6UznU~dcq=;CEVWBPm^-KCc%~hWd$z?&RY4ST|Xc^P9v@uSETBi z>S?-bm3{~LvQFp!Qan-cw5F%bIsNcvQpUq#7hd8v6kouSk9fPG7bglPup7-Evjw#@ zAkZU$R!158dqo26s3W%tqA-FH8am{6utx_eu+u&`nr7pmO@`&|%Kc#;$R)2wr)GD9ETtmrI(3{(lT(n@|7% literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Editor/Resources/CompleteAllIcon.png.meta b/Assets/AchievementSystem/Editor/Resources/CompleteAllIcon.png.meta new file mode 100644 index 00000000..64008879 --- /dev/null +++ b/Assets/AchievementSystem/Editor/Resources/CompleteAllIcon.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 686e0ad7b1e20ba44a57859d28e347f3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Editor/Resources/Cross.png b/Assets/AchievementSystem/Editor/Resources/Cross.png new file mode 100644 index 0000000000000000000000000000000000000000..be5f3bbbbf452dd4dbaf226ef0642b5c24466c25 GIT binary patch literal 4085 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 literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Editor/Resources/Minus.png.meta b/Assets/AchievementSystem/Editor/Resources/Minus.png.meta new file mode 100644 index 00000000..c8f64142 --- /dev/null +++ b/Assets/AchievementSystem/Editor/Resources/Minus.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 5ab57d9e170d8c44ebbf7f77e201e957 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Editor/Resources/Plus.png b/Assets/AchievementSystem/Editor/Resources/Plus.png new file mode 100644 index 0000000000000000000000000000000000000000..b586b21a0eabd42d9f02fe9df211a0339632f9ca GIT binary patch literal 3929 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 literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Editor/Resources/Up.png.meta b/Assets/AchievementSystem/Editor/Resources/Up.png.meta new file mode 100644 index 00000000..7d3f5c9d --- /dev/null +++ b/Assets/AchievementSystem/Editor/Resources/Up.png.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: e02d3f0c166d58e4b8186dfc4a4e094f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Example.meta b/Assets/AchievementSystem/Example.meta new file mode 100644 index 00000000..ba39cdab --- /dev/null +++ b/Assets/AchievementSystem/Example.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7e3bff8acd42b3b4bb70d2445334ee05 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Example/Achievement Manager Example.prefab b/Assets/AchievementSystem/Example/Achievement Manager Example.prefab new file mode 100644 index 00000000..cd96ed9b --- /dev/null +++ b/Assets/AchievementSystem/Example/Achievement Manager Example.prefab @@ -0,0 +1,703 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!82 &859350399 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3586384449932917232} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 0} + m_PlayOnAwake: 1 + m_Volume: 1 + m_Pitch: 1 + Loop: 0 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!1001 &6968028512910981927 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4292894177777281744, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4292894177777281744, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4292894177777281744, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4292894177777281744, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4292894177777281744, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5480437008952652415, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5480437008952652415, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5480437008952652415, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5480437008952652415, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5480437008952652415, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5480437008952652415, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5828700596380768718, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_Value + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869116409126469268, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063367083816, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063367083816, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063367083816, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063367083816, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063367083816, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063367083816, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063796210060, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063796210060, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063796210060, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063796210060, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893063796210060, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064589555807, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064589555811, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991959, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_Name + value: Achievement Manager + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: States.Array.size + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.size + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[0].Key + value: GoalExample + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[0].DisplayName + value: Goal Example + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[0].Description + value: An example of a goal achievement + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[0].LockedIcon + value: + objectReference: {fileID: 21300000, guid: eaf6b4fc727cf034ebd1f72705fb4162, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[0].AchievedIcon + value: + objectReference: {fileID: 21300000, guid: c44233c69e3ab144299a378bc9a4f01c, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[1].Key + value: ProgressionExample + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[1].DisplayName + value: Progression Example + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[1].Description + value: An example of a progression achievement + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[1].LockedIcon + value: + objectReference: {fileID: 21300000, guid: 0a42b67822a79da4bb9d89e8e94aa013, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[1].AchievedIcon + value: + objectReference: {fileID: 21300000, guid: f33e1fd63528e464c87a303b9239eb81, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[2].Key + value: OverlayExample1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[2].DisplayName + value: Overlay Example 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[2].Description + value: Overlay icon example + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[2].AchievedIcon + value: + objectReference: {fileID: 21300000, guid: 710f308d078ea9040ac06f6a665bb92d, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[3].AchievedIcon + value: + objectReference: {fileID: 21300000, guid: 5c00ee8e0ff0af840a0b185b1d89698a, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[3].LockedIcon + value: + objectReference: {fileID: 21300000, guid: 24d0082db3d21fb4bb8470bb70b2b0ca, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[2].LockedIcon + value: + objectReference: {fileID: 21300000, guid: 24d0082db3d21fb4bb8470bb70b2b0ca, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[2].LockOverlay + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[3].LockOverlay + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[3].Key + value: OverlayExample2 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[3].DisplayName + value: Overlay Example 2 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[3].Description + value: Overlay icon example + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[3].Progression + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[1].Progression + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[1].ProgressGoal + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[1].NotificationFrequency + value: 25 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[3].ProgressGoal + value: 1000 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[3].NotificationFrequency + value: 50 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: States.Array.data[0].Achieved + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: States.Array.data[3].Progress + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: States.Array.data[3].LastProgressUpdate + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: UseFinalAchievement + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[4].Key + value: SpoilerExample + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[4].Spoiler + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[4].DisplayName + value: Spoiler Example + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[4].Description + value: Shhhh + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: FinalAchievement.Key + value: dawd + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: FinalAchievement.DisplayName + value: dawda + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: FinalAchievement.Description + value: fawf + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievedSound + value: + objectReference: {fileID: 8300000, guid: 3400fb2a60564af4db6cc1c28c188006, type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: ProgressMadeSound + value: + objectReference: {fileID: 8300000, guid: 9492b32862561624aa75d621f48074c5, type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[4].ProgressGoal + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[5].Key + value: Completionist + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[5].DisplayName + value: Completionist + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[5].Description + value: Complete All Other Achevements + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[5].LockedIcon + value: + objectReference: {fileID: 21300000, guid: 24d0082db3d21fb4bb8470bb70b2b0ca, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[5].LockOverlay + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[5].AchievedIcon + value: + objectReference: {fileID: 21300000, guid: 03bf8e5b765702646955a781f14f77dc, + type: 3} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[5].ProgressGoal + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: FinalAchievementKey + value: Completionist + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[1].ProgressSuffix + value: KM + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: AchievementList.Array.data[4].Progression + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalPosition.x + value: 522 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalPosition.y + value: 222.45755 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalPosition.z + value: -6.520151 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991962, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: OpenMenuKey + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064881311957, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064881311957, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064881311957, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064881311957, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064881311957, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064881311957, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938667314797307658, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938667314797307658, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938667314797307658, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938667314797307658, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938667314797307658, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938704051228999786, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938704051228999786, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938808289404583416, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938947907486899010, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938947907486899010, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938947907486899010, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938947907486899010, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938947907486899010, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938947907486899010, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938994040409916176, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5938994040409916176, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5939228463576693256, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + propertyPath: m_SortingOrder + value: 3505 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} +--- !u!1 &3586384449932917232 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5869893064832991959, guid: 31c71d95d8fbeb7479842253d3964958, + type: 3} + m_PrefabInstance: {fileID: 6968028512910981927} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/AchievementSystem/Example/Achievement Manager Example.prefab.meta b/Assets/AchievementSystem/Example/Achievement Manager Example.prefab.meta new file mode 100644 index 00000000..d184851e --- /dev/null +++ b/Assets/AchievementSystem/Example/Achievement Manager Example.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3a140b31cdd80204580276d4562e951e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Example/Example.unity b/Assets/AchievementSystem/Example/Example.unity new file mode 100644 index 00000000..aa7163a2 --- /dev/null +++ b/Assets/AchievementSystem/Example/Example.unity @@ -0,0 +1,4464 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 0 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 1 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 1 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &69021478 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 69021479} + - component: {fileID: 69021482} + - component: {fileID: 69021481} + - component: {fileID: 69021480} + m_Layer: 0 + m_Name: Progress + 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &69021479 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69021478} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1724303893} + m_Father: {fileID: 342112504} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &69021480 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69021478} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 69021481} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 651001146} + m_MethodName: Add1 + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 1 + m_FloatArgument: 0 + m_StringArgument: OverlayExample2 + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &69021481 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69021478} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &69021482 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69021478} + m_CullTransparentMesh: 0 +--- !u!1 &122478492 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 122478493} + - component: {fileID: 122478495} + - component: {fileID: 122478494} + m_Layer: 0 + m_Name: Overlay 2 Example Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &122478493 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 122478492} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1325630171} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 141.45, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &122478494 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 122478492} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Overlay 2 Example +--- !u!222 &122478495 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 122478492} + m_CullTransparentMesh: 0 +--- !u!114 &223197186 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 3586384449932917245, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + m_PrefabInstance: {fileID: 3586384449099541479} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4649ecec4d59d264faf94e9ac18561b6, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &240952041 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 240952042} + - component: {fileID: 240952045} + - component: {fileID: 240952044} + - component: {fileID: 240952043} + m_Layer: 0 + m_Name: Progress + 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &240952042 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 240952041} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 639118162} + m_Father: {fileID: 1943992098} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &240952043 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 240952041} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 240952044} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 651001146} + m_MethodName: Add1 + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 1 + m_FloatArgument: 0 + m_StringArgument: ProgressionExample + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &240952044 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 240952041} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &240952045 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 240952041} + m_CullTransparentMesh: 0 +--- !u!1 &342112503 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 342112504} + - component: {fileID: 342112505} + m_Layer: 0 + m_Name: Overlay 2 Example Button + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &342112504 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 342112503} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 69021479} + - {fileID: 1519224571} + - {fileID: 1211069149} + - {fileID: 1769778741} + m_Father: {fileID: 1325630171} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 180, y: 30.89} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &342112505 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 342112503} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 1 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &378262621 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 378262622} + - component: {fileID: 378262623} + m_Layer: 0 + m_Name: Spoilar Example + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &378262622 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 378262621} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 989818552} + - {fileID: 934905802} + m_Father: {fileID: 772706260} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 324.2, y: 48.7} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &378262623 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 378262621} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &448238533 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 448238534} + - component: {fileID: 448238535} + m_Layer: 0 + m_Name: Goal Example + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &448238534 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 448238533} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1589896138} + - {fileID: 863020980} + m_Father: {fileID: 772706260} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 324.23, y: 36.86} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &448238535 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 448238533} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &496635362 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 496635364} + - component: {fileID: 496635363} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &496635363 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 496635362} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &496635364 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 496635362} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &508723805 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 508723806} + - component: {fileID: 508723808} + - component: {fileID: 508723807} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &508723806 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 508723805} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1639633643} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &508723807 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 508723805} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Reset All +--- !u!222 &508723808 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 508723805} + m_CullTransparentMesh: 0 +--- !u!1 &548072157 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 548072158} + - component: {fileID: 548072161} + - component: {fileID: 548072160} + - component: {fileID: 548072159} + m_Layer: 0 + m_Name: Progress + 10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &548072158 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 548072157} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2068702306} + m_Father: {fileID: 1943992098} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &548072159 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 548072157} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 548072160} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 651001146} + m_MethodName: Add10 + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: ProgressionExample + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &548072160 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 548072157} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &548072161 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 548072157} + m_CullTransparentMesh: 0 +--- !u!1 &639118161 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 639118162} + - component: {fileID: 639118164} + - component: {fileID: 639118163} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &639118162 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 639118161} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 240952042} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &639118163 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 639118161} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: +1 +--- !u!222 &639118164 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 639118161} + m_CullTransparentMesh: 0 +--- !u!1 &651001141 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 651001142} + - component: {fileID: 651001145} + - component: {fileID: 651001144} + - component: {fileID: 651001143} + - component: {fileID: 651001146} + m_Layer: 0 + m_Name: Example + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &651001142 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 651001141} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0, y: 0, z: 0} + m_Children: + - {fileID: 1801418045} + - {fileID: 1655073624} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0, y: 0} +--- !u!114 &651001143 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 651001141} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &651001144 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 651001141} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 +--- !u!223 &651001145 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 651001141} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 0 + m_Camera: {fileID: 0} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!114 &651001146 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 651001141} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 916b1337edbece241b6b7f158bd1bff3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &769873830 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 769873831} + - component: {fileID: 769873833} + - component: {fileID: 769873832} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &769873831 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 769873830} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 853757890} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &769873832 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 769873830} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'Overlay 1 Example + +' +--- !u!222 &769873833 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 769873830} + m_CullTransparentMesh: 0 +--- !u!1 &772706259 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 772706260} + - component: {fileID: 772706261} + m_Layer: 0 + m_Name: Buttons + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &772706260 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 772706259} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 448238534} + - {fileID: 1654918708} + - {fileID: 1084578402} + - {fileID: 1041507129} + - {fileID: 1325630171} + - {fileID: 1372194849} + - {fileID: 378262622} + - {fileID: 1639633643} + m_Father: {fileID: 1801418045} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: -20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &772706261 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 772706259} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 3 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &804374725 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 804374726} + - component: {fileID: 804374728} + - component: {fileID: 804374727} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &804374726 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 804374725} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 863020980} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &804374727 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 804374725} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Unlock Goal Example +--- !u!222 &804374728 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 804374725} + m_CullTransparentMesh: 0 +--- !u!1 &853757889 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 853757890} + - component: {fileID: 853757893} + - component: {fileID: 853757892} + - component: {fileID: 853757891} + m_Layer: 0 + m_Name: Overlay 1 Example Button + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &853757890 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 853757889} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 769873831} + m_Father: {fileID: 1041507129} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 180, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &853757891 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 853757889} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 853757892} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1923895832} + m_MethodName: Unlock + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 1 + m_FloatArgument: 0 + m_StringArgument: OverlayExample1 + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &853757892 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 853757889} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &853757893 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 853757889} + m_CullTransparentMesh: 0 +--- !u!1 &863020979 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 863020980} + - component: {fileID: 863020983} + - component: {fileID: 863020982} + - component: {fileID: 863020981} + m_Layer: 0 + m_Name: Goal Example button + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &863020980 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863020979} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 804374726} + m_Father: {fileID: 448238534} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 180, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &863020981 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863020979} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 863020982} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1923895832} + m_MethodName: Unlock + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 1 + m_FloatArgument: 0 + m_StringArgument: GoalExample + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &863020982 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863020979} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &863020983 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863020979} + m_CullTransparentMesh: 0 +--- !u!1 &873433133 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 873433134} + - component: {fileID: 873433136} + - component: {fileID: 873433135} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &873433134 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 873433133} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1655073624} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &873433135 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 873433133} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Open/Close +--- !u!222 &873433136 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 873433133} + m_CullTransparentMesh: 0 +--- !u!1 &934905801 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 934905802} + - component: {fileID: 934905805} + - component: {fileID: 934905804} + - component: {fileID: 934905803} + m_Layer: 0 + m_Name: Spoilar Example button + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &934905802 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 934905801} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1724847015} + m_Father: {fileID: 378262622} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 180, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &934905803 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 934905801} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 934905804} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1923895832} + m_MethodName: Unlock + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 1 + m_FloatArgument: 0 + m_StringArgument: SpoilerExample + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &934905804 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 934905801} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &934905805 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 934905801} + m_CullTransparentMesh: 0 +--- !u!1 &989818551 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 989818552} + - component: {fileID: 989818554} + - component: {fileID: 989818553} + m_Layer: 0 + m_Name: Spoilar Example Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &989818552 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 989818551} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 378262622} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 140.79, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &989818553 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 989818551} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'Spoilar Example + +' +--- !u!222 &989818554 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 989818551} + m_CullTransparentMesh: 0 +--- !u!1 &1041507128 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1041507129} + - component: {fileID: 1041507130} + m_Layer: 0 + m_Name: Overlay1Example + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1041507129 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1041507128} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1609439751} + - {fileID: 853757890} + m_Father: {fileID: 772706260} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 324.23, y: 36.86} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1041507130 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1041507128} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &1084578401 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1084578402} + m_Layer: 0 + m_Name: Space + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1084578402 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1084578401} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 772706260} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 324.23, y: 30.21} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1096246801 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1096246802} + - component: {fileID: 1096246804} + - component: {fileID: 1096246803} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1096246802 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1096246801} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1769778741} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1096246803 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1096246801} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: +100 +--- !u!222 &1096246804 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1096246801} + m_CullTransparentMesh: 0 +--- !u!1 &1122365263 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1122365264} + - component: {fileID: 1122365266} + - component: {fileID: 1122365265} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1122365264 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1122365263} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1717632583} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1122365265 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1122365263} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: +5 +--- !u!222 &1122365266 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1122365263} + m_CullTransparentMesh: 0 +--- !u!1 &1145917496 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1145917497} + - component: {fileID: 1145917499} + - component: {fileID: 1145917498} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1145917497 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1145917496} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1211069149} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1145917498 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1145917496} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: +10 +--- !u!222 &1145917499 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1145917496} + m_CullTransparentMesh: 0 +--- !u!1 &1146792870 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1146792874} + - component: {fileID: 1146792873} + - component: {fileID: 1146792872} + - component: {fileID: 1146792871} + - component: {fileID: 1146792875} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1146792871 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1146792870} + m_Enabled: 1 +--- !u!124 &1146792872 +Behaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1146792870} + m_Enabled: 1 +--- !u!20 &1146792873 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1146792870} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1146792874 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1146792870} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 1, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1146792875 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1146792870} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 916b1337edbece241b6b7f158bd1bff3, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1188357831 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1188357832} + - component: {fileID: 1188357834} + - component: {fileID: 1188357833} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1188357832 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1188357831} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1638721913} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1188357833 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1188357831} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: +100 +--- !u!222 &1188357834 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1188357831} + m_CullTransparentMesh: 0 +--- !u!1 &1211069148 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1211069149} + - component: {fileID: 1211069152} + - component: {fileID: 1211069151} + - component: {fileID: 1211069150} + m_Layer: 0 + m_Name: Progress + 10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1211069149 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1211069148} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1145917497} + m_Father: {fileID: 342112504} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1211069150 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1211069148} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1211069151} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 651001146} + m_MethodName: Add10 + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: OverlayExample2 + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1211069151 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1211069148} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1211069152 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1211069148} + m_CullTransparentMesh: 0 +--- !u!1 &1325630170 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1325630171} + - component: {fileID: 1325630172} + m_Layer: 0 + m_Name: Overlay2Example + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1325630171 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1325630170} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 122478493} + - {fileID: 342112504} + m_Father: {fileID: 772706260} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 324.23, y: 35.53} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1325630172 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1325630170} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &1372194848 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1372194849} + m_Layer: 0 + m_Name: Space + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1372194849 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1372194848} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 772706260} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 324.23, y: 48.15} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1519224570 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1519224571} + - component: {fileID: 1519224574} + - component: {fileID: 1519224573} + - component: {fileID: 1519224572} + m_Layer: 0 + m_Name: Progress + 5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1519224571 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1519224570} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1591029709} + m_Father: {fileID: 342112504} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1519224572 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1519224570} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1519224573} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 651001146} + m_MethodName: Add5 + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: OverlayExample2 + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1519224573 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1519224570} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1519224574 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1519224570} + m_CullTransparentMesh: 0 +--- !u!1 &1589896137 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1589896138} + - component: {fileID: 1589896140} + - component: {fileID: 1589896139} + m_Layer: 0 + m_Name: Goal Example Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1589896138 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1589896137} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 448238534} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 140.79, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1589896139 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1589896137} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Goal Example +--- !u!222 &1589896140 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1589896137} + m_CullTransparentMesh: 0 +--- !u!1 &1591029708 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1591029709} + - component: {fileID: 1591029711} + - component: {fileID: 1591029710} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1591029709 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1591029708} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1519224571} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1591029710 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1591029708} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: +5 +--- !u!222 &1591029711 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1591029708} + m_CullTransparentMesh: 0 +--- !u!1 &1609439750 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1609439751} + - component: {fileID: 1609439753} + - component: {fileID: 1609439752} + m_Layer: 0 + m_Name: Overlay 1 Example Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1609439751 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1609439750} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1041507129} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 140.79, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1609439752 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1609439750} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Overlay 1 Example +--- !u!222 &1609439753 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1609439750} + m_CullTransparentMesh: 0 +--- !u!1 &1638721912 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1638721913} + - component: {fileID: 1638721916} + - component: {fileID: 1638721915} + - component: {fileID: 1638721914} + m_Layer: 0 + m_Name: Progress + 100 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1638721913 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1638721912} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1188357832} + m_Father: {fileID: 1943992098} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1638721914 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1638721912} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1638721915} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 651001146} + m_MethodName: Add100 + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: ProgressionExample + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1638721915 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1638721912} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1638721916 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1638721912} + m_CullTransparentMesh: 0 +--- !u!1 &1639633642 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1639633643} + - component: {fileID: 1639633646} + - component: {fileID: 1639633645} + - component: {fileID: 1639633644} + m_Layer: 0 + m_Name: Reset All + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1639633643 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1639633642} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 508723806} + m_Father: {fileID: 772706260} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 324.23, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1639633644 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1639633642} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1639633645} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1923895832} + m_MethodName: ResetAchievementState + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1639633645 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1639633642} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1639633646 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1639633642} + m_CullTransparentMesh: 0 +--- !u!1 &1654918707 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1654918708} + - component: {fileID: 1654918709} + m_Layer: 0 + m_Name: Progress Example + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1654918708 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1654918707} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1771676865} + - {fileID: 1943992098} + m_Father: {fileID: 772706260} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 324.23, y: 35.53} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1654918709 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1654918707} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &1655073623 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1655073624} + - component: {fileID: 1655073627} + - component: {fileID: 1655073626} + - component: {fileID: 1655073625} + m_Layer: 0 + m_Name: Button + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1655073624 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1655073623} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 873433134} + m_Father: {fileID: 651001142} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -110, y: -46.2} + m_SizeDelta: {x: 160, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1655073625 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1655073623} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1655073626} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 223197186} + m_MethodName: ToggleWindow + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1655073626 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1655073623} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1655073627 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1655073623} + m_CullTransparentMesh: 0 +--- !u!1 &1717632582 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1717632583} + - component: {fileID: 1717632586} + - component: {fileID: 1717632585} + - component: {fileID: 1717632584} + m_Layer: 0 + m_Name: Progress + 5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1717632583 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1717632582} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1122365264} + m_Father: {fileID: 1943992098} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1717632584 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1717632582} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1717632585} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 651001146} + m_MethodName: Add5 + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: ProgressionExample + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1717632585 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1717632582} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1717632586 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1717632582} + m_CullTransparentMesh: 0 +--- !u!1 &1724303892 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1724303893} + - component: {fileID: 1724303895} + - component: {fileID: 1724303894} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1724303893 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1724303892} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 69021479} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1724303894 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1724303892} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: +1 +--- !u!222 &1724303895 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1724303892} + m_CullTransparentMesh: 0 +--- !u!1 &1724847014 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1724847015} + - component: {fileID: 1724847017} + - component: {fileID: 1724847016} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1724847015 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1724847014} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 934905802} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: -0.000009536743} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1724847016 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1724847014} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Unlock Spoiler Example +--- !u!222 &1724847017 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1724847014} + m_CullTransparentMesh: 0 +--- !u!1 &1769778740 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1769778741} + - component: {fileID: 1769778744} + - component: {fileID: 1769778743} + - component: {fileID: 1769778742} + m_Layer: 0 + m_Name: Progress + 100 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1769778741 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1769778740} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1096246802} + m_Father: {fileID: 342112504} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1769778742 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1769778740} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1769778743} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 651001146} + m_MethodName: Add100 + m_Mode: 5 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: OverlayExample2 + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1769778743 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1769778740} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1769778744 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1769778740} + m_CullTransparentMesh: 0 +--- !u!1 &1771676864 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1771676865} + - component: {fileID: 1771676867} + - component: {fileID: 1771676866} + m_Layer: 0 + m_Name: Progress Example Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1771676865 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1771676864} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1654918708} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 141.45, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1771676866 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1771676864} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'Progress Example + +' +--- !u!222 &1771676867 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1771676864} + m_CullTransparentMesh: 0 +--- !u!1 &1801418044 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1801418045} + - component: {fileID: 1801418047} + - component: {fileID: 1801418046} + m_Layer: 0 + m_Name: Example Controls + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1801418045 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1801418044} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2034081051} + - {fileID: 772706260} + m_Father: {fileID: 651001142} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 182.11, y: -175.94} + m_SizeDelta: {x: 344.23, y: 331.87} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1801418046 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1801418044} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.2924528, g: 0.2924528, b: 0.2924528, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1801418047 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1801418044} + m_CullTransparentMesh: 0 +--- !u!1 &1828502055 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1828502058} + - component: {fileID: 1828502057} + - component: {fileID: 1828502056} + m_Layer: 0 + m_Name: EventSystem + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1828502056 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1828502055} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalAxis: Horizontal + m_VerticalAxis: Vertical + m_SubmitButton: Submit + m_CancelButton: Cancel + m_InputActionsPerSecond: 10 + m_RepeatDelay: 0.5 + m_ForceModuleActive: 0 +--- !u!114 &1828502057 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1828502055} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FirstSelected: {fileID: 0} + m_sendNavigationEvents: 1 + m_DragThreshold: 5 +--- !u!4 &1828502058 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1828502055} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1923895832 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + m_PrefabInstance: {fileID: 3586384449099541479} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 23953d3cc6573c745b3dc7bc5720c369, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1943992097 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1943992098} + - component: {fileID: 1943992099} + m_Layer: 0 + m_Name: Progress Example Buttons + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1943992098 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1943992097} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 240952042} + - {fileID: 1717632583} + - {fileID: 548072158} + - {fileID: 1638721913} + m_Father: {fileID: 1654918708} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 180, y: 30.89} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1943992099 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1943992097} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_Spacing: 0 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 1 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 +--- !u!1 &2034081050 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2034081051} + - component: {fileID: 2034081053} + - component: {fileID: 2034081052} + m_Layer: 0 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2034081051 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2034081050} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1801418045} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -10, y: -10} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2034081052 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2034081050} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.4528302, g: 0.4528302, b: 0.4528302, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &2034081053 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2034081050} + m_CullTransparentMesh: 0 +--- !u!1 &2068702305 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2068702306} + - component: {fileID: 2068702308} + - component: {fileID: 2068702307} + m_Layer: 0 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2068702306 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2068702305} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 548072158} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2068702307 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2068702305} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: +10 +--- !u!222 &2068702308 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2068702305} + m_CullTransparentMesh: 0 +--- !u!1001 &3586384449099541479 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3586384449437795140, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917232, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_Name + value: Achievement Manager + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917245, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: OpenMenuKey + value: 9 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalPosition.x + value: 522 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalPosition.y + value: 222.45755 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalPosition.z + value: -6.520151 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917246, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: StackLocation + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: States.Array.data[0].Achieved + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: States.Array.data[1].Progress + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: States.Array.data[1].Achieved + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: States.Array.data[3].Progress + value: 500 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: States.Array.data[3].LastProgressUpdate + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: States.Array.data[3].Achieved + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: AchievementList.Array.data[4].LockedIcon + value: + objectReference: {fileID: 21300000, guid: 24d0082db3d21fb4bb8470bb70b2b0ca, + type: 3} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: AchievementList.Array.data[4].AchievedIcon + value: + objectReference: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: States.Array.data[2].Achieved + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: States.Array.data[4].Progress + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 3586384449932917247, guid: 3a140b31cdd80204580276d4562e951e, + type: 3} + propertyPath: States.Array.data[4].Achieved + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3a140b31cdd80204580276d4562e951e, type: 3} diff --git a/Assets/AchievementSystem/Example/Example.unity.meta b/Assets/AchievementSystem/Example/Example.unity.meta new file mode 100644 index 00000000..913ec1af --- /dev/null +++ b/Assets/AchievementSystem/Example/Example.unity.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: a20bd0cb44f0df44881733532fd7beb4 +timeCreated: 1538436503 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Example/ExampleScript.cs b/Assets/AchievementSystem/Example/ExampleScript.cs new file mode 100644 index 00000000..e067074e --- /dev/null +++ b/Assets/AchievementSystem/Example/ExampleScript.cs @@ -0,0 +1,26 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +///

+/// Example Code Only +/// +public class ExampleScript : MonoBehaviour +{ + public void Add1 (string Name) + { + AchievementManager.instance.AddAchievementProgress(Name, 1); + } + public void Add5(string Name) + { + AchievementManager.instance.AddAchievementProgress(Name, 5); + } + public void Add10(string Name) + { + AchievementManager.instance.AddAchievementProgress(Name, 10); + } + public void Add100(string Name) + { + AchievementManager.instance.AddAchievementProgress(Name, 100); + } +} diff --git a/Assets/AchievementSystem/Example/ExampleScript.cs.meta b/Assets/AchievementSystem/Example/ExampleScript.cs.meta new file mode 100644 index 00000000..293414fe --- /dev/null +++ b/Assets/AchievementSystem/Example/ExampleScript.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 916b1337edbece241b6b7f158bd1bff3 +timeCreated: 1538721030 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/New.meta b/Assets/AchievementSystem/New.meta new file mode 100644 index 00000000..bcfac21a --- /dev/null +++ b/Assets/AchievementSystem/New.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 34da706a93cb3e945a629be7bf0a7057 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/New/Achievement Icon.png b/Assets/AchievementSystem/New/Achievement Icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6b490eb29c355f0e337140be4ae98c776848d913 GIT binary patch literal 8885 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 D!}@Wj literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/New/Achievement Icon.png.meta b/Assets/AchievementSystem/New/Achievement Icon.png.meta new file mode 100644 index 00000000..a63563fd --- /dev/null +++ b/Assets/AchievementSystem/New/Achievement Icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: a46d25d9df6e0864e96d88b112adf44a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/New/RankClose.anim b/Assets/AchievementSystem/New/RankClose.anim new file mode 100644 index 00000000..333770c6 --- /dev/null +++ b/Assets/AchievementSystem/New/RankClose.anim @@ -0,0 +1,394 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: "RankClose" + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: + m_CompressedRotationCurves: [] + m_EulerCurves: + m_PositionCurves: + m_ScaleCurves: + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.375 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Alpha + path: + classID: 225 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.375 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_BlocksRaycasts + path: + classID: 225 + script: {fileID: 0} + m_PPtrCurves: + m_SampleRate: 80 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_MuscleClipSize: 2712 + m_MuscleClip: + serializedVersion: 3 + m_DeltaPose: + m_RootX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_LookAtPosition: {x: 0, y: 0, z: 0} + m_LookAtWeight: {x: 0, y: 0, z: 0, w: 0} + m_GoalArray: + - m_X: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_Weight: + m_WeightR: 0 + m_HintT: {x: 0, y: 0, z: 0} + m_HintWeightT: 0 + - m_X: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_Weight: + m_WeightR: 0 + m_HintT: {x: 0, y: 0, z: 0} + m_HintWeightT: 0 + - m_X: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_Weight: + m_WeightR: 0 + m_HintT: {x: 0, y: 0, z: 0} + m_HintWeightT: 0 + - m_X: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_Weight: + m_WeightR: 0 + m_HintT: {x: 0, y: 0, z: 0} + m_HintWeightT: 0 + m_LeftHandPose: + m_GrabX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_DoFArray: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + m_Override: 0 + m_CloseOpen: 0 + m_InOut: 0 + m_Grab: 0 + m_RightHandPose: + m_GrabX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_DoFArray: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + m_Override: 0 + m_CloseOpen: 0 + m_InOut: 0 + m_Grab: 0 + m_DoFArray: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + m_TDoFArray: + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + m_StartX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_StopX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_LeftFootStartX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_RightFootStartX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_AverageSpeed: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1574349066 + script: {fileID: 0} + typeID: 225 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 3739863151 + script: {fileID: 0} + typeID: 225 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: + m_StartTime: 0 + m_StopTime: 0.375 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_GenerateMotionCurves: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.375 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Alpha + path: + classID: 225 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.375 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_BlocksRaycasts + path: + classID: 225 + script: {fileID: 0} + m_Events: diff --git a/Assets/AchievementSystem/New/RankClose.anim.meta b/Assets/AchievementSystem/New/RankClose.anim.meta new file mode 100644 index 00000000..fea82f79 --- /dev/null +++ b/Assets/AchievementSystem/New/RankClose.anim.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 772dcd83a8024cf287b4687b015f93ce +timeCreated: 1613767608 +licenseType: Free +NativeFormatImporter: + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/New/RankOpen.anim b/Assets/AchievementSystem/New/RankOpen.anim new file mode 100644 index 00000000..b2b411c6 --- /dev/null +++ b/Assets/AchievementSystem/New/RankOpen.anim @@ -0,0 +1,394 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: "RankOpen" + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: + m_CompressedRotationCurves: [] + m_EulerCurves: + m_PositionCurves: + m_ScaleCurves: + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.25 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Alpha + path: + classID: 225 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.25 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_BlocksRaycasts + path: + classID: 225 + script: {fileID: 0} + m_PPtrCurves: + m_SampleRate: 120 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_MuscleClipSize: 2712 + m_MuscleClip: + serializedVersion: 3 + m_DeltaPose: + m_RootX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_LookAtPosition: {x: 0, y: 0, z: 0} + m_LookAtWeight: {x: 0, y: 0, z: 0, w: 0} + m_GoalArray: + - m_X: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_Weight: + m_WeightR: 0 + m_HintT: {x: 0, y: 0, z: 0} + m_HintWeightT: 0 + - m_X: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_Weight: + m_WeightR: 0 + m_HintT: {x: 0, y: 0, z: 0} + m_HintWeightT: 0 + - m_X: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_Weight: + m_WeightR: 0 + m_HintT: {x: 0, y: 0, z: 0} + m_HintWeightT: 0 + - m_X: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_Weight: + m_WeightR: 0 + m_HintT: {x: 0, y: 0, z: 0} + m_HintWeightT: 0 + m_LeftHandPose: + m_GrabX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_DoFArray: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + m_Override: 0 + m_CloseOpen: 0 + m_InOut: 0 + m_Grab: 0 + m_RightHandPose: + m_GrabX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_DoFArray: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + m_Override: 0 + m_CloseOpen: 0 + m_InOut: 0 + m_Grab: 0 + m_DoFArray: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + m_TDoFArray: + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + - x: 0 + y: 0 + z: 0 + m_StartX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_StopX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_LeftFootStartX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_RightFootStartX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_AverageSpeed: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1574349066 + script: {fileID: 0} + typeID: 225 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 3739863151 + script: {fileID: 0} + typeID: 225 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: + m_StartTime: 0 + m_StopTime: 0.25 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_GenerateMotionCurves: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.25 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Alpha + path: + classID: 225 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 2 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - serializedVersion: 2 + time: 0.25 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_BlocksRaycasts + path: + classID: 225 + script: {fileID: 0} + m_Events: diff --git a/Assets/AchievementSystem/New/RankOpen.anim.meta b/Assets/AchievementSystem/New/RankOpen.anim.meta new file mode 100644 index 00000000..1fb91eaa --- /dev/null +++ b/Assets/AchievementSystem/New/RankOpen.anim.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 9d7af72f6b764e78a819c8a855ccf8d4 +timeCreated: 1613767608 +licenseType: Free +NativeFormatImporter: + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/New/StarPopup.controller b/Assets/AchievementSystem/New/StarPopup.controller new file mode 100644 index 00000000..fb07bbb8 --- /dev/null +++ b/Assets/AchievementSystem/New/StarPopup.controller @@ -0,0 +1,130 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &20000 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: New State + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 0} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: 0 +--- !u!1102 &20001 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: RankClose + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 772dcd83a8024cf287b4687b015f93ce, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: 0 +--- !u!1102 &20002 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: RankOpen + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 9d7af72f6b764e78a819c8a855ccf8d4, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: 0 +--- !u!1107 &30000 +AnimatorStateMachine: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 20000} + m_Position: {x: 410, y: 420, z: 0} + - serializedVersion: 1 + m_State: {fileID: 20001} + m_Position: {x: 110, y: 180, z: 0} + - serializedVersion: 1 + m_State: {fileID: 20002} + m_Position: {x: 110, y: 130, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 130, y: 230, z: 0} + m_EntryPosition: {x: 132, y: 432, z: 0} + m_ExitPosition: {x: 130, y: 90, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: 20000} +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: StarPopup + serializedVersion: 5 + m_AnimatorParameters: [] + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 30000} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} diff --git a/Assets/AchievementSystem/New/StarPopup.controller.meta b/Assets/AchievementSystem/New/StarPopup.controller.meta new file mode 100644 index 00000000..ab101e19 --- /dev/null +++ b/Assets/AchievementSystem/New/StarPopup.controller.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 3daaf3704a3b4865b42d6050afc0a129 +timeCreated: 1613767609 +licenseType: Free +NativeFormatImporter: + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/New/back btn.png b/Assets/AchievementSystem/New/back btn.png new file mode 100644 index 0000000000000000000000000000000000000000..7144461a33acd773388ee3e12926a3ad952bc850 GIT binary patch literal 5651 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 literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/New/header.png.meta b/Assets/AchievementSystem/New/header.png.meta new file mode 100644 index 00000000..7da2c026 --- /dev/null +++ b/Assets/AchievementSystem/New/header.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: cba95c35280ba1d4290b0acd3d8ab140 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/New/popup_bg (1).png b/Assets/AchievementSystem/New/popup_bg (1).png new file mode 100644 index 0000000000000000000000000000000000000000..532347659c83ff8fb0819b732e7c67dd9c569493 GIT binary patch literal 12776 zcmeAS@N?(olHy`uVBq!ia0y~yV6k9eV4uXn1{6uHcbNsGI14-?iy0WWg+Z8+Vb&Z8 zpde#$kh>GZx^prwfgF}}M_)$E)e-c?47z}GYT^vIy7~kAJ$k`Gga^S%B)A|>0 zkM$_$Rb{!Jgb+l|9tzSm#*wJ>zX!B~ci8??xRij(Wd+8h|6ftXtZZE+A|vM8IAUgMter1J)_Z{(P+rtM$?Tifa#5D^Xn8((2p8Gg;frtfjAn7 zz+6rFa+%SDG#ZGb3F!ea2u9PvXc&y9gVA>4Xj_@8>v2aL7^4--XvH#Gu?*6RW!>Ms z;Ozp>nnBbFVc`A;h6bC)LB-i)`h7Dy&|L~Sb0O|C5f%k;v2B^Cb8VN}x8K`u4p0Gu Mr>mdKI;Vst0EP+FoB#j- literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/New/popup_bg (1).png.meta b/Assets/AchievementSystem/New/popup_bg (1).png.meta new file mode 100644 index 00000000..f4321df0 --- /dev/null +++ b/Assets/AchievementSystem/New/popup_bg (1).png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: f044f404151f90147a7fcc98de5bc480 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/New/text bg 1.png b/Assets/AchievementSystem/New/text bg 1.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d83083ac0fbf9bb8c88005fddb86ede232d48a GIT binary patch literal 5936 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 t0000INklel!0e}PlivtMo;ENwE zyFYxn^g>S81pqhhi+_k|KIdKlE~{EgOFwyH<>>0@V&(XPUS3+7{)Mxng|(eI0G^Xc z>XsVns}$mgGkXse-y=UMI;xQq(5pQRMv_IaurXXBRd~;kHbMTh`Re1xI5eH9@3F(e zkRjwx?-2!E9>-r`NDuSRcpvoR^p|&r?P%TMQtx^Bn8b3yZc=GKeiH#vj2z!n0VGlG zL%OST{vF@je=TrIy}r!!0+14vnlZSb84=*fS4@okb`yRBKzI%j5`ZS<#3t^W?=U25 z5919G$hU|l*NFRy1V}O<L3*dm~@*yp9fDkfC;PL(hxu<9mRVi zfc_^2azttbpucYZ{t>Ve1qJaTy37V86<;D&%_RKzwLSrd6TY@KC*7Ss`5WwH zg3qv?B}j3$yo{&fea%lYx7!0iY6Lml?JnB0?@Cc$pI}(U6=ROIMm)^z=g;TQ7yI*H zNCEK6)pzjx9#<(fQWOtqf1b{~g=1wznCf;IY*9iYRSr^DC$)E9T*&5e+Q;gNiN%G5 zafR;>^`HIF_Bpp~F>caE+a3FgogMDaHT-6J&1?8t7UyWLrDsnm>t=uCrMJ(gmcnJv zDhV-Xv_rSQ%RjHyVI!M=dd(^9Q9{TrZ`SP(4bN%jJ_O)ztz+}>9Rh5mmH)4P56reCS~is#AT8u0od7U;#Kfubqg1kk z0DwoSui3smpxJAtyw`+xvl(})nefa+@a;pU?=25WA6_;?-gGv(Tkz)Loxt92v}`6^ z!&0>TO;4=?qh4I$Y|*T`BL0Hp(wJV=KzjNnFmz!5{U z9L}|1Ci<@TWKVA^MhM99s0C@zYs%676?euGerF(46Cv6Oc;B1_*2(gGdR_8Ve3+)-3#WI$ftH<9dpY!s((~-N!IC?GoIv1(;d+F~&OxHe0^RiZd#F8)0 z)cASrr_4_WHOAF@xrzL8)QnMGlV-Lh_`;v=(X)33EF>+oF7PeTEHM1lznt`3$|>_m z{r4TUA2te9i=>PEi+JX7ybm-p64a)@q-k6g2-ka9m{y_o_367W*ZJKNgnRudeFS}kZShSgwlwJS0R`>Mv zl?NRPtOl&Imf?N4Nz3XJ>eD%wb10O>MfQt0^K7$d(rO=hG&;X-Sm?N4&{Wr=j~N{N{8P(*!{Vr>FWj$*W29jKkB(uS>4(pk@~QTAW@uW zjCVP4IdLp;w$en;Q}15Imx?NL`H}^_Y~8JjI)?x~VcjepO+CX>nZl$(=F!^1+MKI7 z)hbac`N^Y}t>1Pkx+-!jslF|a??epSw6pES=m<9x)oI)s9>6Nh9iZ&+5l`0u_C z{-F4#n=@8|Gm)l!y0d;k!FAus@R!%m{iMXw#Fou3sIOasTh?3erc!$NQ|>0~^0^GO zc1q7ZT^y7oOo`^Uoh|THl~#RiS-#B3Wy%$yT{!lwGRq_H@Y(hai317elzEAHF`*gW z8C~NZp{B~t%5K$G$7JJxS!q8;j2XrYGYE2!%m_>D53e7**2g+M@_NP47$zx#GCwGp z*nAL@TK$0hLHL`(H;c`M3|5^R9}5`{m*e^(`mC=6Jn>x_9l(FK^enj5mxwjsU4V9= zWY~-MI@E(au>u~0Q_?Q8k4_%NJeoucEy$f3yPymn6{MoQ_u%KcA& z9+0wqp$K9Ad)(T!Vsx@5iML*yvRL%CRYXMQ%jY3A|)#9XSkc(RkM#@NbNu^y?1M5?u`_O@yZMh{cHcsr+f_ zp=8mAyw#(aQ+vZg6?>=64(y-UXne*i6=T)IBeXxoHPpgK+1F*SblhqgXUxqgjmkHp~U z+KktkEb11?XMQo=mkPTYUDlJUZ-$~Q|MrI@MJM_Aavo2apwcV6mreU-ZAcuqYe-#x z{d|lGUKXtr?KAjW<@&b-wRl~-N;~1Jh_U^e>zdek)R1aN?dRHrqG|)%>MgJOa&L>n zRhnd>zUjUCmpc@g(UD|f@#*?qFUP~S!~I!`XR%J3WI|kw|i#F$AN-)lipNLO&I_$W&n^7 ze;#At>*{~-=b8xsB5?rRaEvr=lK~(JU;fbp4bRC9^vh37%RV#567do75z)HQ@tPx= zhKk$Mnj_$K`^=mLso9OH=5#kV`w3H>ij#!jwEa{QV~obA^ehHu-A~IsQ}OeB9WflX z!!dQVv+T6pgjHz|kfb-h6_e6mO3lwZ+|sMbug&AlcmB}xzUNfd%^yqvuP!0p+ka1m z-@PMyBx6>8HGZc-wQhSmRD9?Abq)mF2tdjO4_)AC07(D+1pw(mdrkTGOL>x<04nQUaZt*cPzP%HQf$H zq^|1}XT!T!2aY})8O#)A5MDnS{BegE`$8{BX%DaT*?PTFfiFXpAhlO&uQ_e^WF{*~ zL_{)IXf)88?B9@oYAjzoc-L;>hM~Ya2QS1)NK!^xTP@w}UcL+KQ(f5~xk`--plQ*I zZP9!lOWV<%7Oj#p1x>{F@4Kqtzw2A|j&)yI4Un&IsEL+AT(}H^ipIKSa&%AMm=yu2 z!i574wYDzrb>wUhrX*Jf!*E29qnv&A8KiRZVvPybrSPbmM$`b#U-HKMtUDwHIvi6LU+s zkQOPZdhC<{fI}~9MKAXeK1iA3t4ie(-^CI0F`21>9?XqpVnB~FfYi#@m zIX=+jeY$rbv^Rn7w^dANmISVP44N0)*4Vu!QaPyV4+Uld_f+@pRbF;$RL9=jz)QFx zEVFy+!)DO5i>z}4SNv4YO1CD#(o0l<~_nkg431pOFpY4;f*+>3 zxvi46x2C*ghUQBR$ly&>7dP#V8_15Gjh(9HT{-M5jb9?6Px$5$9!OQ5z8ehU+dKue4L9eCte?zuNU$nR;{i`+qfR#!ba4f5e&Tt@C|diScUeP*szV^T4yaKlwZOiaES5c}^dT5=;mFb*yzEqV;u=L$ z1xw@$w>Q+?6iIGC8O~3D^4Dc`WsQny*LGMQBM`34Mh_4xY>e@dbhL@`k5Pf#VlZ=jH6C_GysCobluWJ-pEBLz1z_)GhjBow-}b{HN$5~VSfc*u&DC3-B1dQ2Ilo#e1+St4EGiKD|01j`WV_kWigxH$p z{c7BZS?3qLkPtx>RK>CkkKUt~)KuAMY~(Gyoj7XU-NtGtYjkw|Y)Yt zjxP1hi{OHzE1@~^$amuG!}CbKCX^relQ`t4$g{irO!gmfO8P?Gm+0KB{I*+AB?in1 z!2#%csU=l;x2zqvE)!ot!b#q&Ve9u(OTJV8wn*lAN&=F8k8S^9h(Y|5ib;*F$x{;I zBtGxRI1L)5p>Z(q%y$^e(`?~Ww$5en?|w_Ko>x1Kf30F#{2;6}noP+8zGC|SzH?~F z$Y8y2gc-{wYmxvbc*rq7S(Qq>1HU495PBtQnt!`!*2(_Ts@@TjoKYf>@mD9N9S@1j zby($TU~k$JwE53Uq&)3jsc03LZyfD6kgcC1=u^+e$>(5T=)nR~a2pS}t*fNe&H1Gn zv89m5#gBq@;aNbEveo^d$R?+`lGi~b&Eidp0wAdQtD|K!X%I0gE30b7ub!Uv?>utO zvc$hqiZ>+64|D?3YoSU%S9WgA?udjEU2Ib1SB5F8>-OB6>g(T`ERlH_KuV#~XkSJ@ z2R9fUB4llK5s>F{cI=+MW9`*C=L)xgeh+T%VM{4Tv}_Lr&KbM6arVEdkSQ>{lL_e@ z&xXH&{5E#uEZV}aF{fjhjPK~|U*tTxq|U;Q>G)m&1^S%DueDG|Jv=NqGvZ>Q$Xo7v zMKR>(KZrlS>qwlQArI|^qTzK^a@%c_Ym^|P~6>GF({X}7n^UCZWIzxmV7NrxtsOc@Ic zyzPfz0UE~0`B{lf9Njx^S5m@?DI&=afK(vVP7SVBj^Ja6&^}KPBAuA7@nm~(jMAwl-Ri)`ud3t%X|SEA4%ZCcd7h0Pg?>9HFg>ic7vC1V;HBBRc>U)Gk8Z| zbtxttihDj(^5HBG4tRvAl&Bs|Wgu06vBBV7yQQ1iL29!8l%hWpfb-J{L&={I_plMa z9>_Sl1zejQ(NYk&q{YBZR6{Vq>!;i3clL}L2M7G=fS_`3{HS1SqfyS3eos#;1jecX zT8 z3F@)22}QWSrDA4tz4uc3XCC{{1-4mZO?{d5oUWcm>LB&~l7lT1e^AuCO<_dHQEImuUl-yrA!qDaOZlkQ$7v#<9RGz^$+ zI78paz4SaPun5-QD2RK$_UJJ-0E7g1`KDAs=3Hn8*H5AYX4t+U45zd5l?zmge`pF;8xHBatp~*Kr!7 zfB72^MCm}P(pHzpKIHJEhI!Ettw`PV$?6qcXhv=evvJ?hin1D#80tjTm7G~ECsiY( z$-kCFAC0pIFM$DjH7C{DQ>~Dc9P;p7vB+pkeSQ&m=?hwTkv$7sBV6S`CW#|PUrVV? z{H1{Ulm+~{sn*H+TB5$1jLA)?IXEG!3t!{kLwE?ka(JWuEtD&fc2#!_I!@E;AT@Ch zrCBOzge{1Iju-%;T(OwwAxA-+IJ(4)G`Ixi?7vId=ls{5G%NRDn1G{md?C*44a3#J zgMMKvLQ#ZTpb9OU5iafm??>t{PQ(oA0#PsR=n86nez?BZt1Y+6&-p_k-U2vPs^Xd^ zLU2{CxKX&EJ41K&fEyQnk^VzbKQF}Wq433~u$ag_LT^^WsL7>sVJ)t~lTv#7uYPnE z7sknA!!^^C5z$tPMP@l&%qW<5CE;#S5)4QNa9Dpd-sq`kMOF-X#=mdf4@!q(^mYyo zOIar_AtCsRl^-tWs2x3+7mS)xfP*71v7AiSdTE>MbA~Dc}G(!vKxFT$l! zRj9ebnxY6lCjz8*YP48BH&z2urx_hw-2K z7_3kL7%Xk5nlxS)f=hr@zBn!(EqxcFi00@{G`Vg(E%ZfiZ`L}z2H>?6++*_ypURFT zNbM(vPLsH<>@n0_f;;S|PRxWP18^+}XmCaeS(WraiWM7-Vz8x5_U%s1sS)6IX1vJ} z9&}`>N%gk;@T5LG+MZV+euWH#R-JEH&(4np7tcalbGqEO8E1!IO#XYGG#V zaP$5ma~V9i7EE%t_Ea0@?eFQ;^$`hPx&&~3h3+2yCl!ncq{-^Uj%W}{8gBK`$J_>w zjJ9tdVOf~O=tufBST~mA#k~EQA*l$bc_a|!6f^e*a-Pi)coKx^I6s{DFiRGI0Z57a zP_`9}J~+tKkaO>0(c{w~R>Cq|@Ti`|VGtkx!n6!e@APk>#}t;f((l5z7au*1o;c<* zCs7`PC}&Q*7>NUrPlDJ>Pf0$}9aAMh-G`q8(#OR|A4{&wexg1CFn7Ixc;Nl*{N=0r zD(C7KM+7r)diWW=SENGtd5xF*E3M)xW!NnM%?yCshu^kNbLr1m)-H z4d&6FjRhMS3VY%OkG71MT|C$=vaBiT=OSr{v$SpClG+mLOy2)>8;$P8yy77GvY)e< z_3{{QJ9YjiyMTEN8~>x&54Fl!3U2UM^PRWG^iSywdbw%YHudX4%$0YOC$l}B^M8wr zMz2h8I2`pG zmH2Dq+UuexRzyd6+hG|&Ie5(SJo&OgZDhfyAZ9PBIqa*EqUvfFxWtgNR!6Jk=RmtB zS11AtG&!zDQ~UeX-K`#c(!a>YhnU-zE_1{zHQkajGbD^h$it{o!gqxaL8=G&p0o{D zZNqHzd`(iBS@i>H049IyRT0%`x)dIs_OPliHI}%RZUW3KhRpOl@;4**A0(4xws!}iP z8xoH3G@bi?n^7nz5dabD+IPjf-8_6~zwG)?c|7VcTZvJoNVBij{#m$)pvfUIy%(&${!QlF;E;7t$q_ zi^G%){`d@{v~4o0;R>X_36wy93O`F)4L;KsMZY;Zo&tRe^&YX0IWd z57BGKX#SFLiE8wH=x*PaskM%J#JCTUUR^PUsYsz`2p%L4=U9cJxG6y9J#9bkUGC5g zf2DMIQefpW=HNRv{~OiwQ_%*~jqy;TA6gMpqSWA9xl+U<)@H3|P)*Q^%>bpd4P(pWM*3Qek7#S8} zI(9Pj*DjwAyHZAdM<$98f~cvvwy=1rFRbjLVQA%Ygi9%4*^RBTh6{SwZg#7WYGn$A zdDJH0Y>-Dq3h2}GisJVbvVB7w-dgIntBoJ-b2$w`3?CpOP~IJy)8_YD;a4By1E;C>`&^LIg{p;_TfM(~J{{pN(#y3@RaWpD&MiC(iQ zxu>6UvD|=?qP_**8YJ#yV(h(4M%Rk%X+;m4@QYp`z;)9Ci|)>i_D_pHt0bz%p6vTY zb*nhWz2-bTc78w}d#)z*3{NUHp6BBqT>(dzA8z>Z36bUEwb@E8G`B+Q z=HTnIsOzqQILmbP;Zt zuUDvCEsudwinm+CHbcg1G+K2eT$Q&3yUA(h90Enrp6H4)j0|s?Kv(Y{wHU~i znsx}4f4v74*PRDJ{iB)1hHZ47cYy;@i^wQ`xZZY?0vK`kzUt`9a2eG z_X=QN+tIgByQ+;f{lTpUcA2p0)k2KYVKI$z;2Ruh+SwIpmwuRZZ}J?PiboqS;av`n zfr(8SHlQc<=ZITNG~^XLB59fQTV1;b^$x27!09}=E67t(MBisEc?;2ZY7vyrEv``~ z-G`}-cxVC#v(2WTJ9kdg=To8)E10IdKBiH&uk59ON40W|Tquih@!_dswih2MgA_Ym zRHEQ@EU|BkZ?^6jEU?({sVlNy6VNWEnC67EzJw4FZijWS)Z|;~c^Alt4R#h|^Py*- zAe#7S(9U%@LRTTQZ`%>z`(XTJrYhlVFgcsj1ZB^!mcX^l=%b1S9+Cpe1RI~xCW@YE z2XA-fcdX$7C0tZ*eM54Yo9Tg+RH4vMnXtrr_!)A^d?rOU>#(d4LY}y4k)54(_2PV> zB_fr|9VDY_`Knjn>J^&|cM1)L@8~(vCZ#N}+y=nEP!I>KHxq!mPv&-1NG9~GJNjed zm)<*%utDl<08KH6{xE~IK1ROzhm-p zI`^DyG&k~h51`3SN@C1TM}QTNUwAjEQ#9{cd}&wh*--kK_{@fa@iiIT_LF++)v~mG zs|WGUn?&Q;LEVaxEQGOD5tCNcF6??%+&&Za@zwWutPzj{Onn9W7QmDRhx^geaWyKwe=_Zg7QZU%=WeJ+gUyAN(S`k@Kb z$&(OZ@S1If*~ld3rowk|>dH_SVikLV+gadStAQm?(#SUG6PdE_tr3Of&Va0u?8hrOdo?;p0@qQ8m$B655Q3M8mTQ zY*dgsc8>>0mKBHWQJ^cJ%ENU(qe!o@`cdpOn6w-nkiL6IUmXk7{F#tx+pplMhPl)b zX5Qg6b|_i*)&Mkf8R(vb_~I3E1lL|4i`JJh=a?+vJ8Ey|RhW-e#bdpaOwhx^f;r5o z-n5y=Y*2gYV^e>>{wsZI#1Jx31ByG$u?o?b>%c?`Tx-3CAj5!Q>`>7#oUm=agqU(|8Bd(M z8-pn8UDS(_fen`}S#14f?h}qyCylWsSo;UFMou9koX_zfAp3S~YVxPh*1h=Vm;JGQ z3BIo7gN+0_D)FvfvL`GRZqQv4qT2DsI@(pNz7G^Zn0_^`amZOLBcLo-79vl%NJ#3% ziF&f@C?b?NvG0q$>=|#(O^jRdWo9R)rT~A6dJ1Z@@p?BWVg2pTLh+LWV#k#(9AY$*}(X0n@NjT=izuPIh+37u*-MYC8wo^~xHC7en>6?pY{) z&^t{b@4C-7;BZl8ZF_DZ)7EQd;2=WD2MTH?Dlx;lFztJF`c!V%piQqiUdz%s??yRr zn2p~*KbZ9=hwdGT>Hold8O-?3vN;wxj&w3%?|LK{oX%Rc_x2q@*wwPU((;yC*`-qY zBc2J%;mhgi%5#1w@(t_=YMXxm32UrILhNMVY6VOK?}l&Py2meaek79=*gk@JCY zeqX!X$f1Y{|Msw1mt5+&#_|Z|Jo9+{C?We7i3twe`uuz}Z3_bUV6LX0Kid$$LUlx` zZSerd^rSJD`Oes@<=+ktEEjZ`cx9FLvfxSRP0^=r*qR@v7e0NJo-d{DCaX?!h{&yE zKFE`v#{xx?V0TjTux5$bb@WMN9*tdh(Q2_hU)l!YjH~3t911h0CA%O<_4hSg``pS| zX0a)L?zP&kyT)1tSsm?n@jUbO3gh}>3Ddl)us}=icfL32ww0D%uliQ#F0;hG#mfzU z<(gcMp@%$>r@fo)7rLU#ya;9L>3GY?=g8*uDck}|W!hc2Dn_f9&z%I?*~fY2sx;`iJPtqQ<~}UU*Z++3b~V?S47<*4 zKRf;%IUHavCz&|V9lX$|2=xxWLbWB0YklJ9Rc^5{u7rU(vqL8=t?OrbiTuU>=Ea#c zDK$C1lk>NGN~zMyqF0GQ3gQ#syEZWw|56Zw{eh}Vdh_bZ>B{FDM>sC>@rxV8A9D^{YiW%$5PwO4iRp>TgM4#eg+)z`mq zbnppIuWIpoML7>y&=Fj;H_-NARWWN~YuYLo?n2T=yI|tnvNc*SCa@m&khpKX?>sn= zvuuF~C+EmGeT~h?ky`j5TuZhp9-dI5r5$xe=AOdgJ!}&p$s zidJ;xs#do2Cg|h+Isa8!lkp;gW{u_ZJ$oK!19e=Fi@M;LLBYXbmC!HPY9W5#b;bY; z&=i2C1-0=ESP_7l)&WW1LTWv{k4Cw;`IM=@T;t#}IyBzcr;lF;^qI8J`g;<+)B`?c ztPR9XNT_|x!{`h2k1Kx5Qc!^wUwxtHCRe^^n)G5>>GHg+sQ%4;(IL_|qv`PF%B;r+ zHbp2>NxG1L!fi5v>&M+Se%*D&^WGQf--{sLOzqx!v}B(TJ{BnR@5+4yV_`2AcM>TS zYdeRgGusHtIJP~O+qU}s9A2WGx|bIhy?mUEZfrTTz1|*kZFi;XFjA1LlG(Poq*4`T! z5O!gGFR$YFA`gSg4>Mb#{T{8Sl{1E4l?(TF5XV!MV)Zeo7;)2VQP}_nseQ2@91}?p~h!WS285Sb7PqxqVBb zo7l}?l|$=j}Jpd|LzF}8~q;cKxR&L4BvS-t*UP3!;_ zHm?1>4)q>W3dpaptNZh0V`k%E(OS1SyLeu^!UF41h_!oZ6m!e`1Y#$X7RA`g)gBqY zFLd84TdBCU37dk-VG-=6&!E9B>Nk`bC*kLMfUBA&h@atOZpy%JNbrT8H)-g~R( z1UaK)dI1JZIt$Wn#p#rq^HbH6L*uF8m}`aZm0@@BO~gD)J~8zTP*aX=_XW&F>jk#^ zkc5Z!cLl{K23UFt<>;@u6eO;@^n5#j>cYJW<4j#lJgVKu4eRhQ;WO?>#gRRiTHj9P zku-e$9`j58c2(Q_jpB4V)I#B8C9az4WBF^>)Cx4;bcb7_Q#QsQ01Jq%z5Y%m$%N5< zzdHe2SzZnskWau67}P=e-aVbq+?mS=GAC5|h$hsyhk&?5{-dd>NesOTMrdOB$Z>fl zr%fS@h7hi&d$^TjOVD4JFx4bKS*SFdDkeYF=XI>)AF9--(qu$@h+!C>r9ffm%8&Sfp!80Zk?Ws688wkA5!oV+K!C z{#)FtE}m(d;AE4y1m~PW`DJ4o6T?G$t+i)^szEAgPbEYO6*zz%Ah~Re)Ru{eJJs5} z=<&^2Dset#!umZ_04JAv|J$N4m|>lx`cW8<3YbA(RQ72b$%DH#<#D#QRbpt`F9R46 zpG+&haDguG99q+~oENiaDM;w5qV`#$+t4b=wf5Kl{Wd9A1n`8P5P|`>BxC9B#yjAs z50=}MMl@oWOce#7=3$N1p`pim<>vaVWxQBD%cKwM%asF4@pFi;Ld}Dw3?w8Lt_eUY zN~*H>W;h}~yuxxUq;Y}Z`A*}4jC8Krw1M&GHHZ$7DNEfiIW+#Zhu!+F3t-=h%;>^B zWDFfm%KTDIn3{MYGq$D!N5?;fR_~}B)Tn!akdmb36+8NRn1v;bo?Sp;VD%#me| zE|KM><{ri?A76KJ$En(?xA;bCQt+4-QhBd(#_ZXQEb&33n4knJyT#V=WKhTO3h@le zZ-|THj^HI&W*8nkz7&5`Br9lt4n4?2#U;2~Tr3>QO*m&Cv`=SPa1ikK88LXj)wHo8 z(`d8Najvd3Cg9B1Y`42mQ$6|6flp=s!iko0ej*g%bs2y=doC4=pya$C6(S@c-W~=d zyM{xq!@xifsx(W<%uerKC^i&e#xlY0Jq+{>W!qk62lOKt7`yvU+gsi?_&CMJ-%|T( zZr3=2x(xnS?C1elz>mlMbG_(36<<;d8`R}TNih5VT4w%DfEWbFYqWO zZPv>I)FrL{z`&lAA1_#5_*H5ielomAQ|so3IXbPbhB0RD&d3miKPC&~EbO^6oJ0Ek zN>oOYHw3dqbbA0mS_PN)^xQEhSkSN;=l>S&6PsFuuGGG1$}l9fG;u%zYi0E6>!tId z*?eexe&2iDH0!OYE+stgHQ^LMfUx5~d-IR2&VMFryUG5# zEi|raDb&-$p9V|*q+qH5x*w;n7rm?!^=RUZ<$vXff+qClK^|0e<3{c*7aCj#Zb+DV z!Yn*#VnxX1&*(_5Cc?~%0?DKt-tX*hs9BJB$v}zx9n9l|fXQiN<({U}7{}!ms8Bxd zCG{s;dvRe!H@55H{RckM>sj}NaZ5=u-@WUHaXl|yfG+@;(nSN<_(3}p7@zLi9yAo# zQ}4ff!QZS1zd1RO9JTApi;vH;u~}s#fb}Y25y`t>&6g?^{$*b`Ge_`xwjX!jLn@a( zz5oagVI$mpQl|JwTOYDpGv|l+yPJ(&H#E5JZO<*iwCRm~8cdtw{nO4O>S>ehsr3JL%2;Oyvw4a6=d(6# z{2kY>Ltzp@Ftpbi{gknzV(cbNsPEyeOvLPvnz&FjWfe7cuqDUmb$9Uw00a`uwc}Z` zct~CjhFu~xe!(#PTpYABnLS6bFXdtU4u7gN)In|be6@JyYueGr8G|jViCVRk1(I=W zIGse$;FE{FPAy6L$ljG{bh-JU61Ji|t#<=r9HSTGydlS=+OPU|@ggOihk4Xeb~~=8 zqE!EZsVuVeW)wrz~;-pyF{bluC8 z;Poo8-Ts=h#JW&EY5anry6-|dZ)4(T_u|VLM(Q4o39hH@2>Y0J4 zf5TLcX;)IC87e-TsE)bwSzrV9(VrcaZp-(8`Vcn+Q1n;`RAs25~e47&Z`Y2 z`Mu7x?q&ZNRZ2xQ8S!YJsYX_Fl);lfT7{g(;Jd8VT%F2ps&83w6D~^O{cDYl^R?4A z0Oe$0SDtrJt#U&hARTS?>(zw0UW8s{5e5TWXcS4VBnf$ic`=Zmo&K03d?Ul>;7Vu@ z!Eb|Z-ojo%^R2Qyh2C-gMt4Yv+n}xImyiE+-u1DwE6U&Eh*DIFq}hPAvNU2K*t17y zV^p#}`S&_1Z2i}-(xsGDiM?oteB&n$lpGT1o|d=Jjs3G2{bAWxU)>*Uml7rjbUN*ac3bri-%fPl)o_i5cT3o7kO4#b}< z)vL89=}b)*HDQINAPjB1@E6>fbBIQty14qP6*cRD2dbw@Z#Z&H&Ji9~b}Fcn=~8xN zS6^J0LL*FUO4pK0g3V1kQa00X+ruWhy@b^MO_sMMv zDzi0J9aAQSIwYPQxIB3n%O=@lG3b6zS_LbrWmZ&vYscX;SG;L`M>1U}6*}>=~>F z3pFe(vDofI6!ziviG#3vl;;-ML%ntk-V2(b%2qAC!0qo#_|~y&bT$QUfC6C|_Oc3p z*qoSxOYf%rKq@M!#4KPMsvXhu-k4$uDIxp8ihK`EKhxij=a+N;wKKkU2!>U>nghRv z&k#1f=Hi0xVy9Ve(C!W09xZ~&@7i`;rs}q52K!bnd!%v-)QyouPsW>NK5>Ug!~UdDPzQfS^oEDWV;W!BBYBHX*!)Zk_FPrRn>3;;ZIaam9h<+GQ7+_X2WNZ&1)}I=W@;!mps79}bLox)H z;+l?nkW8438HO@4;oBFj*V_K@3MF1)FLR4h!uCw;8RePc(z=|Fi<9Hn#vSO0=5oXq zTX{h~-I*?ch}#htA=K4F$|Ln*l$c~(xt%2-~Wl8s_WC9_F;qFnb^Jo8<{$$ zu*ULiad1fE9Of!D6J0+k#4Vj=k+8t^7W#-G$HZ;=w!{c7g8Q~#u7FYiQcrt|9@kd% z?2Uik$;J5YJ54sbrtGYoz3uy_=qv8oV-J|SL!XrS8>4QRgQj5D zExH}sICu{|%>B){w0;e;D@QF@QUiGQf!TIkVF{71-0qM$0hu0fDtaElYzh1=rzD7x>#=&{Z8{KJl2v&&3 z)q2ieLXL9HQK^Bn%e!m%Q}4!eVKRM1EU8M!nd=JhHFiHuI`{Kji`!{#WYU!3YuK}N zh+Xvj!I_YB_avonsyCJ#HgD|Hl`RWiUQ!{Ae1p7juKerW)iBi?fqvz~RJ~aqX)0NA zAu}SCChk>{Y%zdQ@Uz51tIMo1YfI^t-$(>e(Vx@vXeYxv%f}_qZmN>~EWc48$&wYe zU{ALCpPc6oWH5|df4PD*bI7|3=4a)vYESkK%7k|Y0e&e;-IMU(}Lt&j%lg(X6S?vA!GtoIE>(a)-CeTwx+YPmN zS4kOT3<**%A8y{wJ@_!pi3?-S?J>vd!iH3m0E|&how8$r{bKNCXj(FHDoU+o940UC z<^PS7R*QdlQg zoarMx1{+sT&gx|uok;2%MADzvcXSr3ue&v5!UxE*W1hoA*1CxDJl(#lD#!0^Ahw*< zqb+t<80~H~*>3b}6H;DCsgr}YX%XuxXB)3_iUi$@2Y1%0KXEPBz|L}sO3bm`lx)XX zPY+Y^*yn*MQ9#NZGf$O2B~eNdx{ATfpEhK{hg{By&ZSGXFq8GBC!3hVuOaJM-Kc-M zR7I`|Qy_a-;1{@l{>uK}V>z;_Z_nwxyq-mRS@@-bw!$K|D zw`sxq%a9Te-Y-*$ZZSmr!3W(MOAb#PKEvi@jj5>E=To9%J!J3penj&$WYWWG_PbR# zjSmSl3HFFtBE-SMh*ARPM6Wm|dHm3MWt%}=UF5m|tX+a8*U1h$yX6(kK=s zN-C{%Hz>7>9t;pvM7jj&lI~Ig5fG4AVSz=uI~Umf=7n>9-*w3!?(Q2;P24kcPZxy| z7}^{4PRdzihH*TZt|%HeEIF`Xz7SV*O?##F&3FOMpEXCD29z!@3RX@%-F%8|bULds z`%AfAb6#oFtqM}*&-~bG==>^v&zZ>@4QMC_6zV8;HXj`OB7xl+Sz{smgeauE*oJBr zF0fw+C*}I^*G7;gykA*&yWc*MNHcrg_ge>|h7SI&k`9@N`cm?i+=f4;fQFMq@x6=3 zC@;c2Un_;QYb8i2~msoxc7D0Ya-X`UE;FaUr$ebp*Fk&>3zw3noh*A zgdU#CG&N}#zy6AlYU`yrbh%5XTd%p3qwy!{P3a(Q1d<|e21&AhS;dnFW9>JJ<_v@3 zL_Fc<)vyiev$#u)zp4;CYHNngoI~>bcL5g&(DeW9A-ogGLVc_gchsQ%%7#zl0lr1qWQ)!)d?}{ zN>-J2E2mreW{h{=t9s*I$#YkoVuHdB9Mp+Gpr0BKu1>Pz0jtPZ4zjE;*|Txy(T7$20q=lFpq!h4Invi%9b zH?K=@^fnsbjEKB0L^vDsclh^TPykO0Cs-}GAwpqxkjXP|DmHf~jUqk@5)vGXEk}Mo z1n^e2edaFWKk=@zP?XlY$&Q^<6cFYyG)h1XDbH*Zh=>(dP~XWIIg=ZnSUTV{usP)|TE z#cStFNR_8$O1twXf7fBlJZ>liofo2jTEG-T@dX-8Cc98L+BIiqDium+>`8m%ZK_WhYQGNm$Qdr zy(|dZkZE<9nfGSvpTZ%cpv;OmYGX=AFMs5SH*wpaU|CpOaC~_^8jYRJORao@#0Hj< zwTt4TLe1;@Amh7Og-nLh(Vd_2s#9~mHwat%9_lX(Hikt+5{&R*Nh4QJwME1QnR@6% zD8$;PNez)hs!S@)$UgbSRA-ECsHF3Oi=;;ckWjyU25d% z7XzW7I-88e=k`AX`)W{B+V!C#1m}c2f-Y3_yLRk@qMk1Q%_t(q zY0GhEww%PrXnWUQ2Ss!<)xUrRR}x5QFDsoQ3sIz#$QkQ0P#hGsxEc-VAa#|0&TK1b zQ~mw*P4D=Lb)uTZDO6{EWsfVv&4kt4J})~_BVy32W@-O(y`SRn;g}A>zT5OhdB<*F zl0)bR>@Ac?#}8K>L51Fgw~XEDc?E+Xy58b9s-GLqzxby4Os5o{`IR}^5&&+-&*rxNo zOU(meZAUEbXj>uQ(Ik_B2_S(xE@j)0bvtK%D&SiId0_JpWc=5+F83=*u6o*gVFmw! z{eN+5X;acm{EfcL-+p126-~pTEEwQMV%~52H_Bj6V>LK;GBe1*&BY6)`0!&*K&0Bsy=(-AG zUNiT*6h*c%Rpep-y{}9VVS?DNM3E z6k@0w^DiRDo1!oZ9;9D)Vt5WMoudX*hsI}aGs+;%ud1@o<=TgL%C}^{8un~?@AQ{f zr%9Lc0zk*f{eTM!Mp%8G8(dmGD6%O@)+*o1o|tEQtR-7L-W612yc>%7f|1Q6;!>bk zw2_$+W?iGg$y85Phi!3GZ!PlJtA7n~4Y)t5ZN=C((jim5qH1#>pse?IH$FFpVqhv~)>EN+yGmBb4p&=!zH{9z*TzKE8gA}ccd6)HKqCYkAFCUBOeg>=hA3m}^ab#Hwhy%$R!L>E zXTIK>@f%fLloqIWpLbyNb^%nCL*2IPwsYUTl23+0$0<+7oars=Eu}&9FdViHxR9QN zh_rqjEm_h7Cqa%D`0X2>i#u$;7NFnyqvWf!n9efMtNYWR>z+$N2i&C)3 z?yzy4bB2<87SweFE2hfXQ5zp5SuUCho|Ku7jdk{;tWcfYlZMxj$J6tPwb+$Mg{s!8 zu|;Q=!MTNE;*9pg45aDO5FinFm%1hxkwxVwos$zZ@kW*Km6=ih1q(8vX!v;Yy~nD* z>MQ$i$rvb>tgGA%nirIUf@reCc=2k$d%=R)aIo4(3!8WNE`#CgqvO=y=ax3BN5n;C z8uG8LKe|On=I2fRar-7K-s7y$Mp$#V?}h@QvH;d=l+jQIw0i#tW~cVnDkSe3{)Ad2 zHgDqryIrD;#G%-V&Ogk(z;Z#HeNmMO93BH}xhHtU0R^_0$xl|?on7ynr4GEv?R4l4rRZhoU+Ee0UEKGOIq5Ti8ti`Y-!C+PJW&p7vH1VNdLp%hZ`BmGHz zH#z4D3qQ`oe)=RDlSSm#w%GyS(3&tBk6ifEv`mxM^UWnTjJ# z9I1K?`=_i&_Q|Sol?{W1I4Rq9nV4<~%{bt)mMebW*lu1i?Bn;bjD%XqQw%)9#GrbuYl=Ut(E1>vs+ z_FPg7@iy!J16ArNxXI$Pnw2adwl$Yu(+;VksSfQx>@%ES=4o`#m~CJ{HTd{@(W2Fx zPCu$SO__gG{d^hyfOSlX4kpqbb+2F4kK2{M>1Qu2+_n?8TSTv z!gBT2itX{Y9<6uowiqkPA^O~7g(l)-vEE`!_?_ap?I0h=rTaCf#-^N|`B;0b?Q^bF z*}dAH8IqA6H?BTRPX#%hvVRQOFx6u~aDc-0PT1>Rnj{n8p|mmS@JS(r0>zGjYe=TB zN!QaOkEJd5Ff0}U$+b()v>Z0^~x?BhV`p>=BM}*mvG64 zxo+|{Dnm@>&cYoPXmtgjLL z+8ZBR*Xs-{;WTekOM!O?5I?UTsLyU%e9cc2#a-pSAREd(mAfdeazel|g#o`ku(JHw zs0oe;rgDdmxE|=Y526iXhQjEqxq?4xb=m#FGfVa}Mp-SC;`az=?2Ie4-Rk#!6ZN$( z%&@-!F*X+n!?p4$Po!<`g9IcG51(JR5e@|aH}Y25jkCC(Tj)sGHIgH1@e3o2E{#mC_?Dg9r{{Fphr;@7G3a))BT8h@JkJ|v- zfxbGqu5*>7AY}cO_(du1xaTzZiE<$09#`NtEWmALGZe6kLqxNhK-_z}VynuCUA75Z_%ee~YUKbFr$ zveN;LEzGS{g~*rAt2ufv=M=>%z|@D+JYB2w29;?05I8_$6A+QG22Apq{CKl_@Q*{Q zG5R>-&#F0#z6?+H@`!&tLNoluB7KRElZyiqPI6%F-Wpsgrs->)BR=FHn-!n`*lVN% z&TU5a>KHgO=6Lnx_r$q6eXm+9>$hn2L9WvfWYtV*2y;HybZFJ!_eA=d>;588XzAnS z8HpjOrFm0l3@;+@OuM8ZW|K{fvZk{9;5J@nw?J@r>o2Y)gA=y%XGY$u7PS*!uRhOe ztzIYzwI)=^toOBc* z`UO^IpVg`mpfhsq*Tq;m^BOlT+Kb|6dM_IC!46(%Kp{L`k|v9yVK#T^z{HOtf!UvF zqTxY4<0WHm{VVs8{=W(h)@>CZpWmf{sx0Qs$<=pxZMV4bzCue6Or5>gkcI3zwun{t zoSqe{ENgr@(EJ42R=$fnG-y7)4=NsP12&GHhnfDBJx8DM%qj3q^XblO=NiHea6n%D za`P7%>EeQh;^lK3N<+Y4v)Ta!csxNnrmaiD|1pU5*;_gU^4F)MR7&Z^3vR@B%j zuP5mBWtcOsFV#^3yhq*{U}bM3i!6V(Z=z6}Ud=vC!D(qMRp$3$$S$8Zxsh@ryB3ql z)G~z`ZO;^~_bew8*JAY7Z8sxv{?qGkstw6g8(W)?U`pl2rSdjmWi#GhI2 zu2DGJUjPn(80b>IF>U@Du8M(0P1;LuM8?r+qSZe5?9KbtnD;AtvTaAW6!MiFNrn!1=<;+j0yOx|k zia7uf(aWc)GX@rYf~j%WZAXO|y6EIo__m@}wEJ zY$l);l3JoqxC&HG@9^*MdL$)}csx#t0q0eYQzBy2fgIZ93_<8$`ucy!kyXyqigp`Y zdbWj+Brbctt(BDn_ZbiQf?ZLL-ge~Ws#vi?18qW&D=?l-Pp#SSGLKA^>S?wnSzRF0 zg5Pw{angm7KFg%^V+sD??0C*=6Ajke&VT8ukzDR+wJfg|FlST}Wqmd-bdV^hK*gL~ z=o>PSE}y_Wis2LM^nCd2KzvIN0u*Ik&VTqAPkugh>&f@lMR$3z^I~m^YTFw<{C*O_bhG!oZA(`&;CY~ zITE`ddD-*x*>ROn)+x#2>`srE0EZZkcrdU%WJ;9I0mRCDKyHFFqjqQ3X@61o8q>)Q z!xxof7u?H6wjwbKI`+TWrg>o-BE55cH>+jHUs5#ZYa)x_Y*dbmg_Pd^b8VYi(9{xC zC;0vxvg|^T#dMDYQ~n4-w;8|}cEE)VjQG3*rsvX0hUHA>6Hy7O6>~;_8aB~&KI$uL zC8DQdo(xAEKL^KViS;cghqUMy|2sh~5R}6~8c<_FQI^HUPm~!zyMcPWK(v3>(7Ef0T;s z`Vm9LGh3#^_gOw12+v+itm0kyzw^(vSli~sPchnmAly^>5hK8DVDC1v5@!8iXRL`` zyUuh0^;Y!JWDgHFN5h7nn5-)t1Lenb&y<&$b&h|aXfcWAM}Ri0?`6jHR*uT@xGmYU zDTdp1riBc30EU=F_4JZvCn^bFoRZv&ZPMb4a|*yTHla-K;2Ko}PLJN}^}*vduy_CC zZuEM`3A|zS`G5&)G;SXjF7y?CMv7|hJ-zLo@H?(R{J@f!0jZ>$wbK}psFQFQtYNmK zjTb`0vSBfq0Fi5FQWcJ8-c)Z4r1g7e_o>ySu4_W&2MErIelP1I){2ffrXyaX?R@AG zZ-@zTm0NHjkehYNn_II!4>pg^J|A9tmxVZ4O^t-^2r=@ws3>k*XqJ6~&)^aT+Zvqc z2f3l7vCegg<+FEPL3^s1Uiqp!&N{NjIkIL`^kMX|VoqnT&ehVq57rbMeW!XpfkQv_ zAiHQbykfRG(A>KYs3iJwEy)2NqDhUs9qCV$x9B7SSr9oS8mc8jWAlJd&TV9S@uvD( zWTKW-ea$jg;Za8sqFVa6n!kd7p`E>!T%};rkK50m(=dA2iKboe`ryjyHztKwI~%6< zq(a+uV2u#GG8*YIF7~?RzNa7>_b;v@J8H6QQ~5G_4!t_BBTU73keyBPBQOabf8#o5 z{a{|Hk>zvO_oetM%~$EXo?Y)M-JJ6&d31%+4<%d5A@6?W>s3xhAdr0^WYnZ`Op%Zd zX9uD~!P9|3-p^&For_5uD-;5>jGugXR1oS0p#xhew-e--05hce; z*J(mv`JKX#7S0PR;6mSbwRgVtA>)t5+4muMAXG84CEL2sREBy8+FW=r*Qbjnpph2W zQwpypVK~CQ)glr4WPr%6E@MiK@zjb@9dyen{-B7RuiAA)`BBkX96poNWEB2x&W^1Uo8BTPFEYrSpx=qng@)g%{1aGXNkO2(l29m%5^um1s|5<`wsz z{2;GY9RSS<=%}D&3Mx;zM>yX@MveP2a$$;{lG2z=6B7 zZ7bX*S^ZHXZJ@o?5z;s@PQ)`ijS*B4<6+XPyKQB6}UO|W8vJL^isPtwa06)>dJ z=leWv;W#LP%LnH+tN@0F*8(Q5;70Z8lCj=#^sUc_oGL=KKw@0I5%59ID;7$?iQ5O>WYl?}-mTolYgqCQ-5Xl252~PB;~t<6Ht3Vg$c7sb z+R^7s&(2#mWg6?&2-hz!8@@9x66v@z$I3oPiK?upCVP3`zC`8F;YRSqWi>-8rySma z{};6KA<`*DDKFs8;MC;l2rI*$fmc-b5H*wTw&bL&}ttE_oY2yjB{L2oVV1?bnVuN!MG{J-Y4*9SOsI^#{@&2S`Dff;|Wy z_Z_ecoIT&#pN3f@z9==43ro0l$R!to$ZyR8?sOwH;JRJmBd5;xS3yO@*JIAn(ld(gtE zUb#qE#KG1YOxHb+B(A1?Zoa)?0`?sM%j`Iqh6L(exG66dMUiyefcF2O_hJz#4wr zx$Z9@5kF8%epr5r`cqD)#^Z-4~mYgTh zbaVoK2B0ZQDKDja(9Jx1j2n2cJPMOzv^GJ)Ej5xHgMH!Ng$f!W2& z_BIq!OnH^o+@N;&`bbr3@p^z6;=o&E8UO)rWp&8)*=#oG{Tl*;v^$D9-QaP3^uUuV zA?$ZPWxo5`xmLK&x*GE@AT+2Ia>^2%Y3;Jfu<3fvDt5@=@xU{{vx-TZ)9k-I&bGk4nkF_WOKizAg$&l&S3Uu4>Z8XpE=oTH zLOxWfy^m5z1(zet>?WMmysx^hVz_nfQ~tQ9k6YWB%XF}C9CxdH9x8%N^0wM?^tPCu zZ1b{fS{&fp9$CSofxaVXU8jGBMs8JUmFz#jp_-8sO=y+CpqusSI23#OtgkW{^z#qi zpOC4poC53<#8^Hh!tqaL*?G^pdjNCXbC%z7f1DK_1QWXp*c0JdoX zsQU%y>(!Kr1@IC5lnqSqXvLV`eRO0AeP7c&=E|A`8>7N@DBPfEJPmOr(>`M`U2&#HplhOe|X(RKaQ7J$;(}$8vJ|hy( zS)l0i4^W7A0Qaiz(M7WfawvF?IvBvt{4atEe%NN8Bas&n^vGbNJPkN|fqP>j?SQ(T z9y$XKEf&e2ph8%>Wb`R*$LQ^C7084DWGdQ6H&&%x4pMBvj0P)7GyT@1HbDgduz})K zo!I^BjKD?oY(738aa|vMajLK8XII?|GsB^pLwrY6hzfC$&X{X7aD=1jUzpIvwnOye z-f8c9re}iq${&K%b#+H|qIr(@{ar=bVkxEj`Wu01S!Wko06IFjfq6sz)DO_?kTo_Z zdUk!C&5*Sl#F;e4@;o!E+{LZLX3$zL5c(8`b`XZ)j}^4|JlN{Z{uU66x(k+Ulma7= zEp}pM@AYhJ=ly!wyh18=igJXPkVm^k_$kH)9On34-6Twbjh8IG*H#+%)WDFf9ZGLx zs%*K`Fou1$Jerxjnthp0{dtd^g!XlLqV&s4zo;QoMX=kdQv7$d=%DsDLm}_kFCmb} zW|bQ}45n8Q!O9G5jVQLtjL0)_T|i#T^yUWnd?pj&AT`u4iFovgosx6V(`|?YM#Ij& z?2V{OEoA_;vxb~2F)uE*YCf!+kaH==@=Zb4Ic8@&c>9_&XbJA2*Sb5nYDSR;g z{bT1zEJ&FMBm7lFOy>6+5nV+sRKn=@bCJ#FuEGo)7o)>|H=4VEy}b$94x+^jr{lUb z9zKwt49vEs0ue2)P570icZf!<+w5U&)$x34q$116u%g}MGZ{6}gP32eKztY~Pue(8 z$-(jcPDs%NL?<{cf%^s$Hbta`U9vOq-_kv!>dLyKTjXkrd@4E+U!+Z>nyO#x^SqhY z){xy!alX6SZw9$fxqz-|Z*)TAi0fg3haQXJD1AZ4#kLeZlQW^+5m5zkf0SvxLFn0n zI%#$0DkzHhzmV%^!2fme%hA(6wSdmua+q*m{?)_^*S8L?J=n^r)LkR2KMS5BKMrYus)w7a0nPnh-NX^T;+H5PXhLgv8Bh* z664x;17|2bb#Gbo5*vn`IH9_S($cbN2TY5WsM@>%C5xY41HSR8RRe;Wb^~3)91yjHEzBO^>?5Y#BhMSZ}|(A0vlp zT0s~iLQe%XOKu;V=e2lugMI)#uIJdOCpLfYu%3p=%SRNz#h-(*4q( zQ$Zj>rsPaE#m&mJ=0|>CuyTkgGsL*d?N?9@y8=~Tz`tiD+*5TN-74{cr&N?s7%)uG zULA<}HGCeRT_->+&-+&s1SH_-7SU5veljlw_dL;>G+@s^+nzhhhDrhds398C`XZiQI#we`aS*NO9Ya=IZN0~FZQ*vhfgai^6qF7Ndrft{XTb}h$W zj6QbJrx>~LOTS9jUFe`u_=u}$uI}b$8yvO>E2_4y7lqdq}5{b+2by7!4 ze($bSt(f7@X@>DLA)G)cgbEpxKf!J{I1k33LE2cr6Nc)qwCc$fBG#4LD8g`iH1&n$TH#zp13Cn+@ec1?BeVLNMAMg8-I1%a6dR~ zSce%{ppwJJo;yxKjUBwLAM@A3pLgoLafaPS5*zB?{mM@nk%fl~agzGMqmO;bnN5WT z-~>(TGP^H7XGbVe&Bn;#D)ULF_1T5RKspqe%0VJre_C$(T z@Ww563$dofPH;B0q{E+)mAVYT?pTG~cNjv!lu3yN!gv=H29~kMNrbT^k(`jc6eb+W zO*8T8Z-|XM?eC;Pdg~0FMFU7Qsl{%9IyCow9=Oli4Gj4icNm!WBiEjyFZ4Hnfcnry zWj3IkQ(uOV{f(pSSBzu@jwUfnTGrIWrk=~U>R zZ(-MwfRKy@C){K;QMIbKo}j-{yhn2=s8z*f%p)!6d) z(D(xkawK5{atx2f7&sc5i)V$iTa! zRi7doIDD@ma%!2QMi#nPfEf5W1Jhg&9K)flH~M;+<;JP)fnw z#x0+@6-8U;Q!f3(*EoKGJve8QcJ>*$XXvfZ*47)8;vHQs(PFyoF5|fFoFO#Kr=8nJvm-%Sq9=m$4X@p!Ksex-;9JRNrJ4rSy}>miup1CYQAxG5Nf;Fyr(e<1vlVq$fMi?j}T;lY56N? z%}HGd^k)cq=`4?W-TE1a#*RVN^$Y>e8CkcPsdyql(EBMICoD{Pn@nJG5*j6eY<@QJ zYM`HxeZWaAXXN4$RSk{9R#^oxPyd~)f;gQ2BwTteEWI-3iG@hyk2oG4@1*)VxduJn zHC&@D=}u_TL~%9wBs10SDqMs*`CWiTtuRN3A=^VeB7kW%mTw6}=;BdX%~_dS^g#r=Gs1MrnF~icdXxMbPys1%igG39 z0Ur`-+7Z`17*!AFl_`J~VPBQ&)HqH|q& zkMxfBiF&s5oZfJMJp3v}Kp83`&Wt<-mxdLrG{n}?#V4U-m=kEQAvF#pE$=<&(hDW$ zfYfEiYaF+w6eVddB_dmU1N=t#`P1QRrSWHl=p@NT*21Pa;y+?|a`_N3e($8@zR6%H z_sNbdQo8zMbDg4*Osg|+k3h!I zf4^2H4+SzzFu)=360Z?~Ldyu`vFaqR2*Aa@8+-=5$pl%_XP-w%sNcZdGTeZ98$usG=<4gt0GjfXrN0stsQvg9_ZSm)*F)OoJF5SAway zS;*-z#9e3?-udWI*N)4L<$G+WrbvAyBGA@#K_2)}g!cqH@O}@|ve)N@Hs6&m8JL0m+K3jt>DfO9WFc{w#p~ zvdKU)dr_vjs|SHp+DH6Oi>aRh_-wVmP<}GHmTcqr^1t(_4>X28tA47}tOvFzmm>g? zD1Cnp5=sQ_eg_m0J#vKx49(^!q14_vpg>#>iohhY9il*GHF}i5Qvk|;_idpEuBzVV zILM6AhF(d`-2XtRDTIgCe31M#V|vH%Q6=;&_?k)qLiIIya?ae99J&ep+Mt)nWbx?Q z+prf`^ZMQb(5kur=ODQi3}VBoMGAq#2nQp$1L!q7FWyXJ7<_8)H<0`$&7Q)kI3IHGP z?+G+z!1*rZs15&3v8z-|j-Y-l0B(@w+?4mIW$>UBZdx%52gw2>E61oe_)7=w0`fL; zbHUBZLU@>X3#8_O4^m)UG2TW?@Tj}J#B<<~0zMD@ieNw)>)W(=TH>Vzf<@~5Hhhvp z=d>WG0BLT}ybqy1g$e@SHPGZ}b3q_YsD*wiE%e`0P;{_m!NPXBMi%>FCkGQZ*8u}9 zHQJR?K(tpaK_az8BI*s4g{KE?ugc|SYvg8o5W12mD)|nTWcgySDa2~cL>3&tiReK9 z(*h}I0=gj)G<>&_iF(x;?jqq=YYJH?yt(~p27c6FhNoD`t47s}vXwIN|0Y$coon!; zLjJin^Xh!8MLP(V&zq=A3Ir)sWbw)Z)Ft1;AWNn{pH_t<3vB+O!!)F25y%doz7F~@f(LqL93G_NTxzQS>V}D`5BE3CqXh`A5&#*4%(o=B# zylP(##&hUuR+lFrx7fBvaI!d7NGr|ys4>&_I}`fiFi*5v<%l~8y~>W;XM{pbcLrt0 zQRo%`GVt9OZcyzCUPkJi9J{XR3|$djscb-LxZC1H%I}Bb-%s>LA~05;UQ9j{N_^^J z_K@8WfIk>4auw~QlQVbXVhUs}9~^sOV_QW5i6v!Ar{Glj?$`j5XMTbUWg}i5l`_2W z??rCFh5!je@v)I{ov=t}4jC~5m11KHm&W`T59C!I>-W}GfUi&ybE9bW-`5j>N~)DD z2tbbd~Y& zM3h4!#`)ZRjPu@p@vw6gG=z=;=s4~f>oXrL7Ef?6=&)I)b!8dF8z&PBSl#t67dQEv=)(5Muh|Y}*&T4e2ILYrl4(i;ee_=^KhM-h7aH2&q1D9(J>=MXSwN|1cwc=!KMm8W1U#MOG%@9=h0RcKe$|9`Pa?j)( z>_&;GPZ#3{NKvHnl>JS8nR}Lu!}NZ)x@Ng6_!tUonkizLQQNYAZ_SGB_|z{8G0si? zyyjYOhKxj@3yJ;}U$89&P`Ve|_8fB*QSaY8xn=|0nVGW<{m`m0WYnnx*qY&YH7!xi zhL?rt@966HXD1iQnw)?SQ3=x5i~V)?VQDBtJKaQ9*9nqWT2;VrLGLYQ-`PndE9Yh4 zKS;oTQHzD~g8K7NBs`LmFiU~B!Ur7iH<%o_lF1vFUbs^NO&d-jlmEQChCQ19-?v;U zCk|Hbv~pVLI0nJ&kI= zJF-S_22RU+_T4iACwXtMSZ;Z$?>7a3X0i9Ib+R;98Wntlj&*d*(PYzycq3sb)@B)AmcfPl1tJ#~{g%0H`R`VUQBvfEnB{#b$ zD0ev{yT<|hHi{>lg}wT3eA-}RB54f=8en)&1_lQB4?=C1cY3Me_596YT? z^~X6j;G;C7Eonv`YbQ@3Gc)>{y-t=!dy~3xN!>o6G9)Rqj!1Sl&O2Pg2}yl>SL#Oa zoV>M4W;M17{U@#L@W1P>mOOA=?7fto{dMWE%T9fjrA@-H;n5AW9iCP=1Z|pZB=4b< zNeO=gA^x7wS#KXAk;?Q2TDRHC&Q4ib>^OVLVxCcrDIQuAl!>?;I^*UOo+)2IqQ;!&^uH3 z0Da%G=vOQVY+Ynf3;(k%dtb7d$KGVf(XVi^ot^&LuY4`*3ZC3=g^zG(9Yhy^11^i# zjYuZ}v*lo643o8$VGw#qc5f$yT)2x|v{0U~(q1L(2QcXECh3pK;2pXHMQnPXju$F0AUBe^gWq=ed&2?s5*t0#C<1J=3dNT_{hQE!Vat=#~hy&ee6drQ108E zGmhTm1_&NR+REAiO%ZgG^2NV?z_ho?9F&w*c0>zp^@|hr|CI;HJ)zJ7E8}KROO%yg zx_-dw8K7>JgD1&pMCh#d`>SsfLPAZGZO<(gPyWLhdLG`TC=nN>Oh zSD>$VL=-xI$WmY*aP_)h)bEDY6R?S~@C7zip-vh!2%OCQU4DW<<(@`~$}e;kt_P(} zk-6wnFP=s|gZz?%kK|UuPtBA{A0(;3S%nTUvkgg%9D6sS2a6cf1j!C`)f~4s=dsuX-3`rRKm5Bqj5I(#8F(6p zwktS!Xy)0j9#O`b_O|W7SkU3f;O#BSi*JS&lYOjKA}#IR;QZ|hX$mNJw1D27-*X?3 z=LOYgrDOT6%0GI-XwdiYx-2cjTt>m2-D*>8T(2-^(rw)^_mhIq8BD_od4f@#w$JmQueHH7Mo;l67zLbrVD;PhV1RTnzC|C`|sTTGy4(R z%g99yI*#|L))-$McsRP|l#{uOrEQ0VkMvDnmi`Gf=erxoSJ-kQFe~Z~Na^+(3KJ(u zIrUXeWcQp7iuQF?f70j^I)*H)$+ju$$N7{eKr4p5RiF=*r%kbzq!K-J+K4Nsb>;Wz zUC9oYUVwg`9u^ZoB2hm1PsMRbggPQDZ=}a88zpLc$o=oz#$ViAi<>0>FbktMv&MK0|id5u{!i+l!G^wLzG9t{_C=%OlH{EDq4Kds4W{xQzCBuE6Sh* zZOp$wXp`l2dD-@?wl4UFJW4fW1gH#hW*(0!Mqdn=JWd^Rzq`ScYo zajN6w141cAbHx5~)7XCx{a{$Xw|2;D&znK|DAC^Hnrt()jP5Il&_U!U!6adVuDx>b z7%cl7n{e@}VWOA<)h#Ua+Ms*!v!iD33EM{Lr#vC;)a+@4@$qoI`dT}<0Nn&$3t;e$ zs*9X$uv>vU^FVu;%(ug^XZ3!4e7Cpl!!JWS_=S;6&<#l3_B2W8i8MQEJYnH##2H!@ zhrAXGJYD`yMQvN~5k%FU*Z*#UZ(wGC{w9)}h0O($MlD8OLR)O8U^v?_0O=A?ocHVd z-V5~FdU$E=Q@1B?1;Yut0L14-`CtEk^ThWjFE!N%>GOWF9HbXwLS`EE+o4kP&42nz zfV-(HyNb!U0hDDyL`4;3Cma2@que&9j|s9!x&hxDbhvz%cpCY1%*nIaZVi_y3MON?g+(&xfTrJz?(10=x8`{cL7y9#k3lmqzaR`I;&C{c z?9SYQ!>{b@-`#c`!Jq;^zzL9zxhox(@Ui?Q2VHE!n>47)0*)%8caGQKHvDecYxQqz_bVqblm3i$xa zlY?>7zws_@isZ35yae-++U3t3USJ5EzW*7B+AknGNT>s7M=wME0kfrZ<*Zj5c(Wn2~+{(sNY0}Ut>WCK+y5B#sZq^0)?9_?yFf7A3rV!f4V7@9WnG70$It> zRPWAFP(P>!5<44}S}h)kv7gJEDM^t&a&mz@GDygOu=S=Ti33;*2IaBS3iVNC85jlk zRY8T|J~KT)NEAGrLu-^BZ@a$9KC^qAI4qUQw#^)?z;(54I+3_T*YK?uQxVuvHLAxpt+J!?W8|3)b|6sVPXnKjb!_RlG`fBWqX<`4S)N%6HLjw?SFE$6VUVOean&UZd(3b?e3W7uFo}r=X-onr$7F3=4 zlj%?|AZh#PQ?8hJQllsG9scX^;rYM^$n3HAE45kXE43MZH0RRpt3qffbJNKHJ=e!y zXru(~8YglgdKtek;GyU)ZDz(QrHOv;#q?bVm+J!cj)_Ftbe@X>{|Q~-C?#e6N3ET@`v;1 zdj|d2tjyHzO}E_m6{Sxeel5%YR$nE-A?c`Jo;QWW)vR|xVPgz+O3MrlJ=R}oDLDYC zt!JNkay}@iwf?Mp^&92%ha9$At>$)YGwWuFv8^Zf&u-OpTA*(|qjV++RNqC)Cu>zt%asKj6dntj@plwZx*c=qXoinnP|4{qEC&fwa8 zj>837GVi}7eqCOiSn%pR6%qd6RG=|4*YLM5|NKGc>PTgem6zGN-<2}5i!y_O@Y@!N zn)y=4i*aSMMl!DWt3E%j%HSmrb`qWMO}F+hlIKp)*^MtfZF#4J8~(oFb($sijm}v% zq0#p6O2@Psn=wSHIHicL7!?_~+PPh(|c{6FDz4@liU z{qp7gz}Qs=3tolmJb&xk+FbWluAB0u3!n(Ra(Tt>G>eD(FyW_OKbv5)N*$(h>n#O^ zq`x$RWgG2T>{yIR(>^$KHl4X!Y($rp=Vqmakc`EP8LPb9R=F}O)!>%@Ywk*eno73t z4Pk&cBDjDVLWV~+kg4b=%{^d z`oQa;sl@_bD121#3&hL{%WAB?7#d|*Zx%M7HnSKbZqXLnP~r#^7&6Yd1i5@$ZfrJD zf_64TcAy+{FzVt;TIOE&Bud@l5jSTgT?K5Us2=Qg?WdYoOdpL38(GBr&VJX7N89Kr zFXq}A?DL^>n=c5iI(ZHS>ejfpiUqzS+LB9oEW6eP{gl?r3kkBw{tI^?sJgIxTP7*s zSgvj&eH&M!j&YmQ#vr4sX0H7Ydoq58t8=>Y{sxN! zi@(JJj|8{Dl^!N;{P9YCRlaxk)50Blyz+0@l!*s9OEC`?v?XhX(sdn54;%CbSZ9{F zs;xY!&`(WDj5ZMi5NTrx@YxW?9ZquX?;pg8Berkuu=5>#Pkecue5lim8Y_^OFgm+; zaWPH8$p8CHDyMzD6h+l!vuFR3m#KvS2D6!n1?`aMV0w|CF;`fj&lCylA}W>Xa~gFg zvp*oRsUA-c)?FomZlSLJva03KhNqaRR9}OO?QCQ*M!()(n2w|%eT}02g9&M91U(fA)sY)J~0iB_;=HCfkn|l z{0!!3wvF}cmEa0POjK8kJCyS-j<*@^cWDMY90om344XKVKgNYW&Rr{}m}?>oj`Dd= zri#r==<_F(_6`K8Xj>Xd#r8}v_)EebUxh82sjk$p)uqg%`$vB?7iIH{hKQ_na-f58 zK4efm+*NaCB!!93QBROLET`b-k`(BDOjoMCcQ>1#X{OzJih)MjE^-CM(**m!>H5V7g93@Dh*nciGvJmXh_+IM0wE#=6Q7S2l6o~0=y{_0SXrXXU+NL`Im zJ9THOyRGrOpJ-r$8MHFBM-#q15vxyFZnQI{ExCC|=@lpTq^f4~5%-^})F|OtwH?^5 z!k*+>%$i2V{E>&@VKpeZiE}7Yt?n4K`kBvrjVwev~mvPx8_*hgnm_gqx)SGAAO(eJCY!dZvRRX`ZP*oNB* z5XJ}1qM3yfMvhWr86~N%#n!dG{nyGTCoA;lD6@90v}r33HA}E{`6thu1Bw)70-e)E zH|<5GZKp3GLo2g2k^U?X-5i77xW*pevGVFA-mjh}d^&%8$c$}`Fiy7xuXgad8`=DK z&78r-2IH$K^H#g0#gO~$)MJOk)X;tM9|G=dI+szz%e|aGde1`=*0q6Ce=9ibz6KRN zkrMHuOaRpmz6sQ$5>H`Qk87Qu=M;|y-Hm?1MSyc7iO1wUaLkaNm5_?sqSkIib!vfz za-YUZzHxWG3|0|l=>tXf#Qi*;o8R-0vSi-lsyMo=3O2izm}lY0s~*1=qeIRi&DB@l zM1mMz7lG??W6FtgmZkeey%$i-%1vrHzO`Cvu$)pPfz9uHt*I5Q`doy#kUlNFl3%Ua zH$Uz(z6%GUO?OYO3Wba*VZ0o_`yP$;t~IPEWoshjcshsl9Q1LZW_;aOg}u4oon$bl z+btU9F05KcV{FUF(5tw0QtN?Fp$jxzFUPIgYDEgCs8M$~+FK185a5<$}Le za2G>*bj=n4og0d5Zoj4ow|JmafG0YsDuQ}8CBVuO^7m!G6elL8?L>`dNUz@tT#VIK z?3k-nv0V+?m|EPMf7h9G?(ObX{d6(hy`>|6@h>S%@qAcWExIWmqf!hsyu1;tP=5bH zK&E2@1pzL)?i2K|=bVoPYY~#`m)R59u77-`5o)JOp;50cGivGQ4m)7NKf{8vx$ZrwivE%ibtKPYJ=;5GG*%u zftjm+&oQMv%S005zWBpA^R5s*afAmrO7A+9)P_Saw~=eZ6^Z)X3sAxGDFKg4E>G zAv11pzs-K<9iT#T(n(R4gjCqejMme{vyEzS5q*MqQDc-`8YwFglgu3v-o!sU>kG`j zyG-r*dQQH9xSMrSTS*FX-R)B_DqWPDh|Z08qzn7x&yLsKqGtIr(3LJ|vH8EE{{2PdlFT@^OQ&8G=Ps(*>jbs7d6S*67 zH@2d7k5rhAk3KhYlq|467Ka#?)7Y|mq(A-{z9UQoVC$|s?va&vJ!7}J`YAwuUlqm! zI(}ucDSqO)<9Zov!bzK8P%-k2`6KPxWnvVN+wXNeb%7 literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Resources/Example Icons/CompleteAll_Example.png.meta b/Assets/AchievementSystem/Resources/Example Icons/CompleteAll_Example.png.meta new file mode 100644 index 00000000..e1725048 --- /dev/null +++ b/Assets/AchievementSystem/Resources/Example Icons/CompleteAll_Example.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 03bf8e5b765702646955a781f14f77dc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Resources/Example Icons/GE_Locked_Example.png b/Assets/AchievementSystem/Resources/Example Icons/GE_Locked_Example.png new file mode 100644 index 0000000000000000000000000000000000000000..c67f6f891c80532df63510e20952db14ce8f64b5 GIT binary patch literal 6375 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 O01efLDwRr>!T$q*Imh(? literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Resources/Example Icons/GE_Locked_Example.png.meta b/Assets/AchievementSystem/Resources/Example Icons/GE_Locked_Example.png.meta new file mode 100644 index 00000000..df002fd7 --- /dev/null +++ b/Assets/AchievementSystem/Resources/Example Icons/GE_Locked_Example.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: eaf6b4fc727cf034ebd1f72705fb4162 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Resources/Example Icons/GE_Unlocked_Example.png b/Assets/AchievementSystem/Resources/Example Icons/GE_Unlocked_Example.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4bff1094a5017e0038b831a43379e83660ecbd GIT binary patch literal 6774 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 literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Resources/Example Icons/Overlay_Base1_Example.png.meta b/Assets/AchievementSystem/Resources/Example Icons/Overlay_Base1_Example.png.meta new file mode 100644 index 00000000..52a770f0 --- /dev/null +++ b/Assets/AchievementSystem/Resources/Example Icons/Overlay_Base1_Example.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 710f308d078ea9040ac06f6a665bb92d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Resources/Example Icons/Overlay_Base2_Example.png b/Assets/AchievementSystem/Resources/Example Icons/Overlay_Base2_Example.png new file mode 100644 index 0000000000000000000000000000000000000000..7f264223ce3762d49200307886290923219a9e88 GIT binary patch literal 4263 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 UY~m-C+m`@Pd7`OMDR1%mUkS+NlmGw# literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Resources/Example Icons/Overlay_Base2_Example.png.meta b/Assets/AchievementSystem/Resources/Example Icons/Overlay_Base2_Example.png.meta new file mode 100644 index 00000000..fbb04328 --- /dev/null +++ b/Assets/AchievementSystem/Resources/Example Icons/Overlay_Base2_Example.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 5c00ee8e0ff0af840a0b185b1d89698a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Resources/Example Icons/Overlay_Locked_Example.png b/Assets/AchievementSystem/Resources/Example Icons/Overlay_Locked_Example.png new file mode 100644 index 0000000000000000000000000000000000000000..e3317db142aa879ca9381442e772701d7b781db4 GIT binary patch literal 4712 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 A1^@s6 literal 0 HcmV?d00001 diff --git a/Assets/AchievementSystem/Resources/Example Icons/PE_Unlocked_Example.png.meta b/Assets/AchievementSystem/Resources/Example Icons/PE_Unlocked_Example.png.meta new file mode 100644 index 00000000..b22b2454 --- /dev/null +++ b/Assets/AchievementSystem/Resources/Example Icons/PE_Unlocked_Example.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: f33e1fd63528e464c87a303b9239eb81 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Scripts.meta b/Assets/AchievementSystem/Scripts.meta new file mode 100644 index 00000000..081f633e --- /dev/null +++ b/Assets/AchievementSystem/Scripts.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 2ae3c65884266734ebf5461b572a5191 +folderAsset: yes +timeCreated: 1539678250 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Scripts/AchievementManager.cs b/Assets/AchievementSystem/Scripts/AchievementManager.cs new file mode 100644 index 00000000..2bed3924 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/AchievementManager.cs @@ -0,0 +1,371 @@ +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; +using System; +using System.Linq; +using System.Collections; +using TMPro; +using DG.Tweening; + +/// +/// Controls interactions with the Achievement System +/// +[System.Serializable] +public class AchievementManager : MonoBehaviour +{ + [Tooltip("The number of seconds an achievement will stay on the screen after being unlocked or progress is made.")] + public float DisplayTime = 3; + [Tooltip("The total number of achievements which can be on the screen at any one time.")] + public int NumberOnScreen = 3; + [Tooltip("If true, progress notifications will display their exact progress. If false it will show the closest bracket.")] + public bool ShowExactProgress = false; + [Tooltip("If true, achievement unlocks/progress update notifications will be displayed on the player's screen.")] + public bool DisplayAchievements; + [Tooltip("The location on the screen where achievement notifications should be displayed.")] + public AchievementStackLocation StackLocation; + [Tooltip("If true, the state of all achievements will be saved without any call to the manual save function (Recommended = true)")] + public bool AutoSave; + [Tooltip("The message which will be displayed on the UI if an achievement is marked as a spoiler.")] + public string SpoilerAchievementMessage = "Hidden"; + [Tooltip("The sound which plays when an achievement is unlocked is displayed to a user. Sounds are only played when Display Achievements is true.")] + public AudioClip AchievedSound; + [Tooltip("The sound which plays when a progress update is displayed to a user. Sounds are only played when Display Achievements is true.")] + public AudioClip ProgressMadeSound; + + private AudioSource AudioSource; + + [SerializeField] public List States = new List(); //List of achievement states (achieved, progress and last notification) + [SerializeField] public List AchievementList = new List(); //List of all available achievements + + [Tooltip("If true, one achievement will be automatically unlocked once all others have been completed")] + public bool UseFinalAchievement = false; + [Tooltip("The key of the final achievement")] + public string FinalAchievementKey; + + public static AchievementManager instance = null; //Singleton Instance + public AchievenmentStack Stack; + public Button ClaimRewardButton; + public AchievenmentListIngame achievementListIngame; + + void Awake() + { + if (instance == null) + { + instance = this; + } + else if (instance != this) + { + Destroy(gameObject); + } + DontDestroyOnLoad(gameObject); + AudioSource = gameObject.GetComponent(); + Stack = GetComponentInChildren(); + LoadAchievementState(); + } + + private void PlaySound(AudioClip Sound) + { + if (AudioSource != null) + { + AudioSource.clip = Sound; + AudioSource.Play(); + } + } + # region Miscellaneous + /// + /// Does an achievement exist in the list + /// + /// The Key of the achievement to test + /// true : if exists. false : does not exist + public bool AchievementExists(string Key) + { + return AchievementExists(AchievementList.FindIndex(x => x.Key.Equals(Key))); + } + /// + /// Does an achievement exist in the list + /// + /// The index of the achievement to test + /// true : if exists. false : does not exist + public bool AchievementExists(int Index) + { + return Index <= AchievementList.Count && Index >= 0; + } + /// + /// Returns the total number of achievements which have been unlocked. + /// + public int GetAchievedCount() + { + int Count = (from AchievementState i in States + where i.Achieved == true + select i).Count(); + return Count; + } + /// + /// Returns the current percentage of unlocked achievements. + /// + public float GetAchievedPercentage() + { + if (States.Count == 0) + { + return 0; + } + return (float)GetAchievedCount() / States.Count * 100; + } + #endregion + + #region Unlock and Progress + /// + /// Fully unlocks a progression or goal achievement. + /// + /// The Key of the achievement to be unlocked + public void Unlock(string Key) + { + Unlock(FindAchievementIndex(Key)); + } + public void AddCoins(int toAdd) + { + //int toAdd = coinsRewards[index]; + int coins = PlayerPrefs.GetInt("Coin"); + Debug.Log(toAdd + " Coins Rewarded"); + coins += toAdd; + PlayerPrefs.SetInt("Coin", coins); + StartCoroutine(startCoinShakeEffect(coins - toAdd, coins, .5f)); + + } + float val; + IEnumerator startCoinShakeEffect(int oldValue, int newValue, float animTime) + { + float ct = 0; + float nt; + float tot = animTime; + Text coinTxt = null; + //HomeScene homeScene = FindAnyObjectByType(); + //coinTxt = homeScene.coinLbl; + coinTxt.transform.DOShakePosition(1f); + //coinTxt.transform.DOShakePosition(0.5f); + // coinTxt.GetComponent().Play("textShake"); + while (ct < tot) + { + ct += Time.deltaTime; + nt = ct / tot; + val = Mathf.Lerp(oldValue, newValue, nt); + coinTxt.text = ((int)(val)).ToString(); + yield return null; + } + //coinTxt.GetComponent().Stop(); + + } + /// + /// Fully unlocks a progression or goal achievement. + /// + /// The index of the achievement to be unlocked + public void Unlock(int Index) + { + if (!States[Index].Achieved) + { + States[Index].Progress = AchievementList[Index].ProgressGoal; + var achievementInfromation = AchievementList[Index]; + States[Index].LastProgressGoal = achievementInfromation.ProgressGoal; + + #region Ali's Code for Reward + + PlayerPrefs.SetInt("UIAchievement" + Index + "Claimable", 1); + int numOfPrevCoins = PlayerPrefs.GetInt("TotalCoinsForReward" + Index, 0); + int subAchievementIndex = PlayerPrefs.GetInt("subAchievementIndex" + Index, 0); + PlayerPrefs.SetInt("TotalCoinsForReward" + Index, numOfPrevCoins + achievementInfromation.CoinRewards[Mathf.Clamp(subAchievementIndex,0, achievementInfromation.CoinRewards.Count-1)]); + subAchievementIndex++; + PlayerPrefs.SetInt("subAchievementIndex" + Index, subAchievementIndex); + + #endregion + + achievementInfromation.ProgressGoal += 5; + // Check if the new progress goal has reached or exceeded 50 + if (AchievementList[Index].ProgressGoal >= 50) + { + // Mark achievement as completed + States[Index].Achieved = true; // Mark as achieved + States[Index].Progress = AchievementList[Index].ProgressGoal; // Set progress to goal + } + + AutoSaveStates(); // Save states automatically if enabled + + // Check for final achievement + if (UseFinalAchievement) + { + int Find = States.FindIndex(x => !x.Achieved); + bool CompletedAll = (Find == -1 || AchievementList[Find].Key.Equals(FinalAchievementKey)); + if (CompletedAll) + { + //ButtonSetterForUnlockedAcheivement(Index); + Unlock(FinalAchievementKey); // Unlock the final achievement if all others are completed + } + } + } + } + + /// + /// Set the progress of an achievement to a specific value. + /// + /// The Key of the achievement + /// Set progress to this value + public void SetAchievementProgress(string Key, float Progress) + { + SetAchievementProgress(FindAchievementIndex(Key), Progress); + } + /// + /// Set the progress of an achievement to a specific value. + /// + /// The index of the achievement + /// Set progress to this value + public void SetAchievementProgress(int Index, float Progress) + { + if (AchievementList[Index].Progression) + { + if (States[Index].Progress >= AchievementList[Index].ProgressGoal) + { + Unlock(Index); + } + else + { + States[Index].Progress = Progress; + DisplayUnlock(Index); + AutoSaveStates(); + } + } + } + /// + /// Adds the input amount of progress to an achievement. Clamps achievement progress to its max value. + /// + /// The Key of the achievement + /// Add this number to progress + public void AddAchievementProgress(string Key, float Progress) + { + AddAchievementProgress(FindAchievementIndex(Key), Progress); + } + /// + /// Adds the input amount of progress to an achievement. Clamps achievement progress to its max value. + /// + /// The index of the achievement + /// Add this number to progress + public void AddAchievementProgress(int Index, float Progress) + { + if (AchievementList[Index].Progression) + { + if (States[Index].Progress + Progress >= AchievementList[Index].ProgressGoal) + { + Unlock(Index); + } + else + { + States[Index].Progress += Progress; + DisplayUnlock(Index); + AutoSaveStates(); + } + } + } + #endregion + + #region Saving and Loading + /// + /// Saves progress and achieved states to player prefs. Used to allow reload of data between game loads. This function is automatically called if the Auto Save setting is set to true. + /// + public void SaveAchievementState() + { + for (int i = 0; i < States.Count; i++) + { + PlayerPrefs.SetString("AchievementState_" + i, JsonUtility.ToJson(States[i])); + } + PlayerPrefs.Save(); + } + /// + /// Loads all progress and achievement states from player prefs. This function is automatically called if the Auto Load setting is set to true. + /// + public void LoadAchievementState() + { + AchievementState NewState; + States.Clear(); + + for (int i = 0; i < AchievementList.Count; i++) + { + //Ensure that new project get default values + if (PlayerPrefs.HasKey("AchievementState_" + i)) + { + NewState = JsonUtility.FromJson(PlayerPrefs.GetString("AchievementState_" + i)); + States.Add(NewState); + AchievementList[i].ProgressGoal = NewState.LastProgressGoal == 0 ? 5 : NewState.LastProgressGoal; + } + else + { + States.Add(new AchievementState()); + AchievementList[i].ProgressGoal = 5; + } + + } + } + /// + /// Clears all saved progress and achieved states. + /// + public void ResetAchievementState() + { + States.Clear(); + for (int i = 0; i < AchievementList.Count; i++) + { + PlayerPrefs.DeleteKey("AchievementState_" + i); + States.Add(new AchievementState()); + } + SaveAchievementState(); + } + #endregion + + /// + /// Find the index of an achievement with a cetain key + /// + /// Key of achievevment + private int FindAchievementIndex(string Key) + { + return AchievementList.FindIndex(x => x.Key.Equals(Key)); + } + /// + /// Test if AutoSave is valid. If true, save list + /// + private void AutoSaveStates() + { + if (AutoSave) + { + SaveAchievementState(); + } + } + /// + /// Display achievements progress to screen + /// + /// Index of achievement to display + private void DisplayUnlock(int Index) + { + if (DisplayAchievements && !AchievementList[Index].Spoiler || States[Index].Achieved) + { + //If not achieved + if (AchievementList[Index].Progression && States[Index].Progress < AchievementList[Index].ProgressGoal) + { + int Steps = (int)AchievementList[Index].ProgressGoal / (int)AchievementList[Index].NotificationFrequency; + + //Loop through all notification point backwards from last possible option + for (int i = Steps; i > States[Index].LastProgressUpdate; i--) + { + //When it finds the largest valid notification point + if (States[Index].Progress >= AchievementList[Index].NotificationFrequency * i) + { + PlaySound(ProgressMadeSound); + States[Index].LastProgressUpdate = i; + Stack.ScheduleAchievementDisplay(Index); + return; + } + } + } + else + { + PlaySound(AchievedSound); + Stack.ScheduleAchievementDisplay(Index); + } + } + } +} \ No newline at end of file diff --git a/Assets/AchievementSystem/Scripts/AchievementManager.cs.meta b/Assets/AchievementSystem/Scripts/AchievementManager.cs.meta new file mode 100644 index 00000000..387e38a5 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/AchievementManager.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 23953d3cc6573c745b3dc7bc5720c369 +timeCreated: 1538435283 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Scripts/AchievenmentListIngame.cs b/Assets/AchievementSystem/Scripts/AchievenmentListIngame.cs new file mode 100644 index 00000000..c9e50787 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/AchievenmentListIngame.cs @@ -0,0 +1,139 @@ +using MS; +using UnityEngine; +using UnityEngine.UI; +using System.Collections.Generic; +using System; + +/// +/// Add list of achievements to screen +/// +public class AchievenmentListIngame : MonoBehaviour +{ + public GameObject scrollContent; + public GameObject prefab; + public Popup Menu; + public Dropdown Filter; + public Text CountText; + public Text CompleteText; + public Scrollbar Scrollbar; + private bool MenuOpen = false; + + [Tooltip("Key used to open UI menu. Set to \"None\" to prevent menu from opening with any key press")] + // public KeyCode OpenMenuKey; //Key to open in-game menu + + /// + /// Adds all achievements to the UI based on a filter + /// + /// Filter to use (All, Achieved or Unachieved) + private void AddAchievements(string Filter) + { + foreach (Transform child in scrollContent.transform) + { + Destroy(child.gameObject); + } + AchievementManager AM = AchievementManager.instance; + int AchievedCount = AM.GetAchievedCount(); + + if (CountText) + CountText.text = "" + AchievedCount + " / " + AM.States.Count; + if (CompleteText) + CompleteText.text = "Complete (" + AM.GetAchievedPercentage() + "%)"; + + for (int i = 0; i < AM.AchievementList.Count; i++) + { + if ((Filter.Equals("All")) || (Filter.Equals("Achieved") && AM.States[i].Achieved) || (Filter.Equals("Unachieved") && !AM.States[i].Achieved)) + { + AddAchievementToUI(AM.AchievementList[i], AM.States[i]); + } + } + Scrollbar.value = 1; + } + public List Stack; + public void AddAchievementToUI(AchievementInfromation Achievement, AchievementState State) + { + UIAchievement UIAchievement = Instantiate(prefab, new Vector3(0f, 0f, 0f), Quaternion.identity).GetComponent(); + Stack.Add(UIAchievement); + UIAchievement.Set(Achievement, State); + UIAchievement.transform.SetParent(scrollContent.transform); + UIAchievement.GetComponent().localScale = Vector3.one; + } + /// + /// Filter out a set of locked or unlocked achievements + /// + public void ChangeFilter() + { + AddAchievements(Filter.options[Filter.value].text); + } + + /// + /// Closes the UI window. + /// + void Start() + { + AddAchievements("All"); + Invoke(nameof(Starter), 0.5f); + } + public void Starter() + { + if (AchievementManager.instance.achievementListIngame == null) + { + AchievementManager.instance.achievementListIngame = this; + } + } + public void CloseWindow() + { + MenuOpen = false; + Menu.Close(); + } + /// + /// Opens the UI window. + /// + public void OpenWindow() + { + MenuOpen = true; + Menu.Open(); + Setter(); + //AddAchievements("All"); + } + void Setter() + { + for (int i = 0; i < Stack.Count; i++) + { + if (PlayerPrefs.GetInt("UIAchievement" + i + "Claimable") == 1) + { + PlayerPrefs.SetInt("UIAchievement" + i + "Claimable", 0); + Stack[i].ClaimButton.gameObject.SetActive(true); + Stack[i].CompleteToClaimButton.SetActive(false); + int numofCoinsToAdd = PlayerPrefs.GetInt("TotalCoinsForReward" + i); + Stack[i].ClaimButton.onClick.RemoveAllListeners(); + Stack[i].ClaimButton.onClick.AddListener(() => + { + AchievementManager.instance.AddCoins(numofCoinsToAdd); + PlayerPrefs.SetInt("TotalCoinsForReward" + i, 0); + }); + } + } + } + /// + /// Toggles the state of the UI window open or closed + /// + public void ToggleWindow() + { + if (MenuOpen) + { + CloseWindow(); + } + else + { + OpenWindow(); + } + } + + // private void Update() + // { + // if(Input.GetKeyDown(OpenMenuKey)) + // { + // ToggleWindow(); + // } + // } +} \ No newline at end of file diff --git a/Assets/AchievementSystem/Scripts/AchievenmentListIngame.cs.meta b/Assets/AchievementSystem/Scripts/AchievenmentListIngame.cs.meta new file mode 100644 index 00000000..0d44e5d1 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/AchievenmentListIngame.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 4649ecec4d59d264faf94e9ac18561b6 +timeCreated: 1565680274 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Scripts/AchievenmentStack.cs b/Assets/AchievementSystem/Scripts/AchievenmentStack.cs new file mode 100644 index 00000000..e9d19cee --- /dev/null +++ b/Assets/AchievementSystem/Scripts/AchievenmentStack.cs @@ -0,0 +1,62 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +/// +/// Controls the display of achievements on the screen +/// +public class AchievenmentStack : MonoBehaviour +{ + public RectTransform[] StackPanels; + public List BackLog = new List(); + + public GameObject AchievementTemplate; + private AchievementManager AM; + + private void Start() + { + AM = AchievementManager.instance; + } + + /// + /// Add an achievement to screen if it fits, otherwise, add to the backlog list + /// + /// Index of achievement to add + public void ScheduleAchievementDisplay (int Index) + { + var Spawned = Instantiate(AchievementTemplate).GetComponent(); + Spawned.AS = this; + Spawned.Set(AM.AchievementList[Index], AM.States[Index]); + + //If there is room on the screen + if (GetCurrentStack().childCount < AM.NumberOnScreen) + { + Spawned.transform.SetParent(GetCurrentStack(), false); + Spawned.StartDeathTimer(); + } + else + { + Spawned.gameObject.SetActive(false); + BackLog.Add(Spawned); + } + } + + /// + /// Find the box where achievements should be spawned + /// + public Transform GetCurrentStack () => StackPanels[(int)AM.StackLocation].transform; + + /// + /// Add one achievement from the backlog to the screen + /// + public void CheckBackLog () + { + if(BackLog.Count > 0) + { + BackLog[0].transform.SetParent(GetCurrentStack(), false); + BackLog[0].gameObject.SetActive(true); + BackLog[0].StartDeathTimer(); + BackLog.RemoveAt(0); + } + } +} diff --git a/Assets/AchievementSystem/Scripts/AchievenmentStack.cs.meta b/Assets/AchievementSystem/Scripts/AchievenmentStack.cs.meta new file mode 100644 index 00000000..819c7ef6 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/AchievenmentStack.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 7cdc328a33300e34d9812896a5035b37 +timeCreated: 1538562588 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Scripts/DataTypes.cs b/Assets/AchievementSystem/Scripts/DataTypes.cs new file mode 100644 index 00000000..4849724f --- /dev/null +++ b/Assets/AchievementSystem/Scripts/DataTypes.cs @@ -0,0 +1,65 @@ +using System.Collections.Generic; +using UnityEngine; + +/// +/// Storesinformation related to a single achievement +/// +[System.Serializable] +public class AchievementInfromation +{ + [Tooltip("Name used to unlock/set achievement progress")] + [SerializeField] public string Key; + [Tooltip("The display name for an achievement. Shown to the user on the UI.")] + [SerializeField] public string DisplayName; + [Tooltip("Description for an achievement. Shown to the user on the UI.")] + [SerializeField] public string Description; + [Tooltip("The icon which will be displayed when the achievement is locked")] + [SerializeField] public Sprite LockedIcon; + [Tooltip("If true, the lock icon will be overlayed on top of the achieved version.")] + [SerializeField] public bool LockOverlay; + [Tooltip("The icon which will be displayed when the achievement is Achieved")] + [SerializeField] public Sprite AchievedIcon; + [Tooltip("Treat the achievement as a spoiler for the game. Hidden from player until unlocked.")] + [SerializeField] public bool Spoiler; + [Tooltip("If true, this achievement will count to a certain amount before unlocking. E.g. race a total of 500 km, collect 10 coins or reach a high score of 25.")] + [SerializeField] public bool Progression; + [Tooltip("The goal which must be reached for the achievement to unlock.")] + [SerializeField] public float ProgressGoal; + [Tooltip("The rate that progress updates will be displayed on the screen e.g. Progress goal = 100 and Notification Frequency = 25. In this example, the progress will be displayed at 25,50,75 and 100.")] + [SerializeField] public float NotificationFrequency; + [Tooltip("A string which will be displayed with a progress achievement e.g. $, KM, Miles etc")] + [SerializeField] public string ProgressSuffix; + public List CoinRewards; + public int TotalCoinReward; + public int SubAchievementIndex; +} + +/// +/// Stores the current progress and achieved state +/// +[System.Serializable] +public class AchievementState +{ + public AchievementState(float NewProgress, bool NewAchieved) + { + Progress = NewProgress; + Achieved = NewAchieved; + } + public AchievementState() { } + + [SerializeField] public float Progress; //Progress towards goal + [SerializeField] public int LastProgressUpdate = 0; //Last achievement notification bracket + [SerializeField] public bool Achieved = false; //Is the achievement unlocked + [SerializeField] public float LastProgressGoal; +} + +/// +/// Place where an achievement will be displayed on the screen +/// +public enum AchievementStackLocation +{ + TopLeft, + TopRight, + BottomLeft, + BottomRight +} \ No newline at end of file diff --git a/Assets/AchievementSystem/Scripts/DataTypes.cs.meta b/Assets/AchievementSystem/Scripts/DataTypes.cs.meta new file mode 100644 index 00000000..1b73f5d2 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/DataTypes.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f322a442efbf9624f89d56274fb96989 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Scripts/Popup.cs b/Assets/AchievementSystem/Scripts/Popup.cs new file mode 100644 index 00000000..f271a019 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/Popup.cs @@ -0,0 +1,115 @@ +/* +http://www.cgsoso.com/forum-211-1.html + +CG搜搜 Unity3d 每日Unity3d插件免费更新 更有VIP资源! + +CGSOSO 主打游戏开发,影视设计等CG资源素材。 + +插件如若商用,请务必官网购买! + +daily assets update for try. + +U should buy the asset from home store if u use it in your project! +*/ + +using UnityEngine; +using UnityEngine.Events; + +namespace MS +{ + public class Popup : MonoBehaviour + { + public static Popup current; + + [Header("Anim Setting")] + public Animator animator; + + public AnimationClip openClip; + + public AnimationClip closeClip; + + [Header("Popup Setting")] + public bool isOpen; + + public bool closeOnEsc; + + private bool isPlaying; + + public UnityEvent onClose; + + public UnityEvent onOpen; + public GameObject ChooseModePanel; + public void isTimerSetter(bool isTimer) + { + //GamePlayManager.isTimerLevel = isTimer; + } + + private void Start() + { + AnimationEvent animationEvent = new AnimationEvent(); + animationEvent.functionName = "onStopAnim"; + animationEvent.time = openClip.length; + openClip.AddEvent(animationEvent); + AnimationEvent animationEvent2 = new AnimationEvent(); + animationEvent2.functionName = "onStopAnim"; + animationEvent2.time = openClip.length; + closeClip.AddEvent(animationEvent2); + if (isOpen) + { + Open(); + } + else + { + Close(); + } + } + + [ContextMenu("Open")] + public void Open(bool onEnd = false) + { + if (!isPlaying && !isOpen) + { + current = this; + isOpen = true; + isPlaying = true; + animator.Play(openClip.name); + if (onEnd) + { + onOpen.Invoke(); + } + } + } + + [ContextMenu("Close")] + public void Close(bool onEnd = false) + { + if (!isPlaying && isOpen) + { + isPlaying = true; + animator.Play(closeClip.name); + isOpen = false; + if (onEnd) + { + onClose.Invoke(); + } + } + } + + [ContextMenu("Open")] + public void Open() + { + Open(onEnd: false); + } + + [ContextMenu("Close")] + public void Close() + { + Close(onEnd: false); + } + + public void onStopAnim() + { + isPlaying = false; + } + } +} diff --git a/Assets/AchievementSystem/Scripts/Popup.cs.meta b/Assets/AchievementSystem/Scripts/Popup.cs.meta new file mode 100644 index 00000000..60e7eee8 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/Popup.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: df3ac59bdfef626ba9cf312eb790f208 +timeCreated: 1613767614 +licenseType: Free +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AchievementSystem/Scripts/UIAchievement.cs b/Assets/AchievementSystem/Scripts/UIAchievement.cs new file mode 100644 index 00000000..2881d488 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/UIAchievement.cs @@ -0,0 +1,112 @@ +using System.Collections; +using System.Collections.Generic; +using TMPro; +using UnityEngine; +using UnityEngine.UI; + +/// +/// Defines the logic behind a single achievement on the UI +/// +public class UIAchievement : MonoBehaviour +{ + public TMP_Text Title, Description, Percent; + public Image Icon, OverlayIcon, ProgressBar; + public GameObject SpoilerOverlay; + public TMP_Text SpoilerText; + public AchievenmentStack AS; + + public GameObject CompleteToClaimButton; + public Button ClaimButton; + /// + /// Destroy object after a certain amount of time + /// + public void StartDeathTimer () + { + StartCoroutine(Wait()); + } + + + void RewardSetter(AchievementInfromation Information) + { + Debug.Log("Reward Setter"); + int index=transform.GetSiblingIndex(); + int CurrentTotalReward = Information.TotalCoinReward; + int subAchievementIndex = Information.SubAchievementIndex; + int RewardtoAdd = Information.CoinRewards[subAchievementIndex]; + int TotalReward = RewardtoAdd + CurrentTotalReward; + Information.TotalCoinReward = TotalReward; + PlayerPrefs.SetInt("TotalRewards"+index, TotalReward); + } + + /// + /// Add information about an Achievement to the UI elements + /// + + public void Set (AchievementInfromation Information, AchievementState State) + { + if(Information.Spoiler && !State.Achieved) + { + if(SpoilerOverlay) + SpoilerOverlay.SetActive(true); + if(SpoilerText) + SpoilerText.text = AchievementManager.instance.SpoilerAchievementMessage; + } + else + { + // Title.text = Information.DisplayName; + Description.text = Information.Description; + + if (Information.LockOverlay && !State.Achieved) + { + if (OverlayIcon) + { + OverlayIcon.gameObject.SetActive(true); + OverlayIcon.sprite = Information.LockedIcon; + } + if(Icon) + Icon.sprite = Information.AchievedIcon; + } + else + { + if(Icon) + Icon.sprite = State.Achieved ? Information.AchievedIcon : Information.LockedIcon; + } + + if (Information.Progression) + { + float CurrentProgress = AchievementManager.instance.ShowExactProgress ? State.Progress : (State.LastProgressUpdate * Information.NotificationFrequency); + float DisplayProgress = State.Achieved ? Information.ProgressGoal : CurrentProgress; + + if (State.Achieved) + { + RewardSetter(Information); + if(Percent) + { + Percent.text = Information.ProgressGoal + Information.ProgressSuffix + " / " + Information.ProgressGoal + Information.ProgressSuffix + " (Achieved)"; + } + } + else + { + if(Percent) + Percent.text = DisplayProgress + Information.ProgressSuffix + " / " + Information.ProgressGoal + Information.ProgressSuffix; + } + + ProgressBar.fillAmount = DisplayProgress / Information.ProgressGoal; + } + else //Single Time + { + ProgressBar.fillAmount = State.Achieved ? 1 : 0; + Percent.text = State.Achieved ? "(Achieved)" : "(Locked)"; + } + } + } + + private IEnumerator Wait () + { + yield return new WaitForSeconds(AchievementManager.instance.DisplayTime); + GetComponent().SetTrigger("ScaleDown"); + yield return new WaitForSeconds(0.1f); + AS.CheckBackLog(); + Destroy(gameObject); + } +} diff --git a/Assets/AchievementSystem/Scripts/UIAchievement.cs.meta b/Assets/AchievementSystem/Scripts/UIAchievement.cs.meta new file mode 100644 index 00000000..1fd739a9 --- /dev/null +++ b/Assets/AchievementSystem/Scripts/UIAchievement.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: f6560818a46314e458030cadd68d4e5a +timeCreated: 1538732020 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/Loading.unity b/Assets/Scenes/Loading.unity index e184a0f5..a34e06fb 100644 --- a/Assets/Scenes/Loading.unity +++ b/Assets/Scenes/Loading.unity @@ -757,6 +757,123 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 794248333} m_CullTransparentMesh: 1 +--- !u!1001 &855040266 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 5869893064832991959, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_Name + value: Achievement Manager + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: States.Array.size + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.size + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].Key + value: Completed_Easy_Level + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].Description + value: Completed Easy Levels + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].DisplayName + value: Completed Easy Level + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].Progression + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[0].ProgressGoal + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].ProgressGoal + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].NotificationFrequency + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].CoinRewards.Array.size + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].CoinRewards.Array.data[0] + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].CoinRewards.Array.data[1] + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].CoinRewards.Array.data[2] + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].CoinRewards.Array.data[3] + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991960, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: AchievementList.Array.data[1].CoinRewards.Array.data[4] + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalPosition.x + value: 522 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalPosition.y + value: 222.45755 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalPosition.z + value: -6.520151 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5869893064832991961, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 31c71d95d8fbeb7479842253d3964958, type: 3} --- !u!1001 &909264991 PrefabInstance: m_ObjectHideFlags: 0 @@ -1888,3 +2005,4 @@ SceneRoots: - {fileID: 747682103} - {fileID: 909264991} - {fileID: 271333568} + - {fileID: 855040266} diff --git a/Assets/Scenes/MainMenu.unity b/Assets/Scenes/MainMenu.unity index f70675f1..800a584b 100644 --- a/Assets/Scenes/MainMenu.unity +++ b/Assets/Scenes/MainMenu.unity @@ -751,6 +751,7 @@ RectTransform: - {fileID: 2102374904} - {fileID: 246670025} - {fileID: 1939720418} + - {fileID: 214418005} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} @@ -8534,6 +8535,151 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 212330147} m_CullTransparentMesh: 1 +--- !u!1001 &214418004 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 62565913} + m_Modifications: + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1779853767297249226, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 1779853767297249226, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 7374927986402738804, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 1867724800647836855, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_Alpha + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2560343134020382568, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2560343134020382568, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2560343134020382568, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5510208612620165429, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5510208612620165429, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6329832932617491750, guid: b054c89406687de4ebf43c26eec16335, type: 3} + propertyPath: m_Name + value: AchievementsPopup + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b054c89406687de4ebf43c26eec16335, type: 3} +--- !u!224 &214418005 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1715472996494374435, guid: b054c89406687de4ebf43c26eec16335, type: 3} + m_PrefabInstance: {fileID: 214418004} + m_PrefabAsset: {fileID: 0} +--- !u!114 &214418006 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 431090955594392864, guid: b054c89406687de4ebf43c26eec16335, type: 3} + m_PrefabInstance: {fileID: 214418004} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4649ecec4d59d264faf94e9ac18561b6, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &219795601 GameObject: m_ObjectHideFlags: 0 @@ -29976,7 +30122,19 @@ MonoBehaviour: m_TargetGraphic: {fileID: 1397822416} m_OnClick: m_PersistentCalls: - m_Calls: [] + m_Calls: + - m_Target: {fileID: 214418006} + m_TargetAssemblyTypeName: AchievenmentListIngame, Assembly-CSharp + m_MethodName: ToggleWindow + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 --- !u!114 &1397822416 MonoBehaviour: m_ObjectHideFlags: 0 From 5554a0fd4a8b6283ba5175d1cd29c1902430e127 Mon Sep 17 00:00:00 2001 From: Ali Sharoz Date: Tue, 26 Nov 2024 14:11:57 +0500 Subject: [PATCH 2/3] Added LeaderBoard, Achievement Manager and Fixed a bug where game got stuck on second revival --- .../Core/GameStateMachine/GameStateMachine.cs | 1 - .../3rd/D2D_Scripts/Gameplay/Health/Health.cs | 1 - .../D2D_Scripts/UI/SetActivityOnGameState.cs | 1 - .../Achievement Manager.prefab | 144 +- Assets/Coiner.cs | 1 - Assets/NewUI.meta | 8 + Assets/NewUI/LeaderBoard.meta | 8 + Assets/NewUI/LeaderBoard/Blue Badge.meta | 8 + .../LeaderBoard/Blue Badge/2nd Badge.png | Bin 0 -> 21244 bytes .../LeaderBoard/Blue Badge/2nd Badge.png.meta | 140 + Assets/NewUI/LeaderBoard/Blue Badge/2nd.png | Bin 0 -> 9494 bytes .../NewUI/LeaderBoard/Blue Badge/2nd.png.meta | 140 + .../LeaderBoard/Blue Badge/Player Icon BG.png | Bin 0 -> 5929 bytes .../Blue Badge/Player Icon BG.png.meta | 140 + .../LeaderBoard/Blue Badge/Player Icon.png | Bin 0 -> 16619 bytes .../Blue Badge/Player Icon.png.meta | 140 + .../NewUI/LeaderBoard/Blue Badge/Score BG.png | Bin 0 -> 2359 bytes .../LeaderBoard/Blue Badge/Score BG.png.meta | 140 + .../NewUI/LeaderBoard/Blue Badge/silver.png | Bin 0 -> 12476 bytes .../LeaderBoard/Blue Badge/silver.png.meta | 140 + Assets/NewUI/LeaderBoard/Game Stats Btn.png | Bin 0 -> 19124 bytes .../NewUI/LeaderBoard/Game Stats Btn.png.meta | 140 + Assets/NewUI/LeaderBoard/Greeen Badge.meta | 8 + .../LeaderBoard/Greeen Badge/3rd Badge.png | Bin 0 -> 23325 bytes .../Greeen Badge/3rd Badge.png.meta | 140 + Assets/NewUI/LeaderBoard/Greeen Badge/3rd.png | Bin 0 -> 10669 bytes .../LeaderBoard/Greeen Badge/3rd.png.meta | 140 + .../Greeen Badge/Player Icon BG.png | Bin 0 -> 5893 bytes .../Greeen Badge/Player Icon BG.png.meta | 140 + .../LeaderBoard/Greeen Badge/Player Icon.png | Bin 0 -> 16619 bytes .../Greeen Badge/Player Icon.png.meta | 140 + .../LeaderBoard/Greeen Badge/Score BG.png | Bin 0 -> 2409 bytes .../Greeen Badge/Score BG.png.meta | 140 + .../NewUI/LeaderBoard/Greeen Badge/bronze.png | Bin 0 -> 13350 bytes .../LeaderBoard/Greeen Badge/bronze.png.meta | 140 + Assets/NewUI/LeaderBoard/LB.png | Bin 0 -> 479701 bytes Assets/NewUI/LeaderBoard/LB.png.meta | 140 + Assets/NewUI/LeaderBoard/LBEntryItem.prefab | 941 ++ .../NewUI/LeaderBoard/LBEntryItem.prefab.meta | 7 + .../NewUI/LeaderBoard/LBEntrySelfItem.prefab | 217 + .../LeaderBoard/LBEntrySelfItem.prefab.meta | 7 + Assets/NewUI/LeaderBoard/Leaderboard icon.png | Bin 0 -> 4333 bytes .../LeaderBoard/Leaderboard icon.png.meta | 140 + .../LeaderBoard/LeaderboardsPopup.prefab | 3244 +++++++ .../LeaderBoard/LeaderboardsPopup.prefab.meta | 7 + Assets/NewUI/LeaderBoard/Main.meta | 8 + Assets/NewUI/LeaderBoard/Main/Blue BG.png | Bin 0 -> 4465 bytes .../NewUI/LeaderBoard/Main/Blue BG.png.meta | 140 + .../NewUI/LeaderBoard/Main/Player Icon 2.png | Bin 0 -> 16447 bytes .../LeaderBoard/Main/Player Icon 2.png.meta | 140 + .../NewUI/LeaderBoard/Main/Player Icon 3.png | Bin 0 -> 11051 bytes .../LeaderBoard/Main/Player Icon 3.png.meta | 140 + .../NewUI/LeaderBoard/Main/Player Icon BG.png | Bin 0 -> 5929 bytes .../LeaderBoard/Main/Player Icon BG.png.meta | 140 + Assets/NewUI/LeaderBoard/Main/Player Icon.png | Bin 0 -> 16619 bytes .../LeaderBoard/Main/Player Icon.png.meta | 140 + .../Main/Player current position Boder.png | Bin 0 -> 2195 bytes .../Player current position Boder.png.meta | 140 + .../Main/Player current position Icon BG.png | Bin 0 -> 6008 bytes .../Player current position Icon BG.png.meta | 140 + .../Main/Player current position.png | Bin 0 -> 4202 bytes .../Main/Player current position.png.meta | 140 + Assets/NewUI/LeaderBoard/Main/Rank No BG.png | Bin 0 -> 2133 bytes .../LeaderBoard/Main/Rank No BG.png.meta | 140 + Assets/NewUI/LeaderBoard/Main/Trophy.png | Bin 0 -> 4113 bytes Assets/NewUI/LeaderBoard/Main/Trophy.png.meta | 140 + Assets/NewUI/LeaderBoard/Main/footer.png | Bin 0 -> 1745 bytes Assets/NewUI/LeaderBoard/Main/footer.png.meta | 140 + Assets/NewUI/LeaderBoard/Main/popup_bg.png | Bin 0 -> 12667 bytes .../NewUI/LeaderBoard/Main/popup_bg.png.meta | 140 + Assets/NewUI/LeaderBoard/Main/text bg 1.png | Bin 0 -> 5936 bytes .../NewUI/LeaderBoard/Main/text bg 1.png.meta | 140 + Assets/NewUI/LeaderBoard/Red Badge.meta | 8 + .../NewUI/LeaderBoard/Red Badge/1st Badge.png | Bin 0 -> 25152 bytes .../LeaderBoard/Red Badge/1st Badge.png.meta | 140 + Assets/NewUI/LeaderBoard/Red Badge/1st.png | Bin 0 -> 12475 bytes .../NewUI/LeaderBoard/Red Badge/1st.png.meta | 140 + .../LeaderBoard/Red Badge/Player Icon BG.png | Bin 0 -> 5950 bytes .../Red Badge/Player Icon BG.png.meta | 140 + .../LeaderBoard/Red Badge/Player Icon.png | Bin 0 -> 16619 bytes .../Red Badge/Player Icon.png.meta | 140 + .../NewUI/LeaderBoard/Red Badge/Score BG.png | Bin 0 -> 2359 bytes .../LeaderBoard/Red Badge/Score BG.png.meta | 140 + Assets/NewUI/LeaderBoard/Red Badge/gold.png | Bin 0 -> 12423 bytes .../NewUI/LeaderBoard/Red Badge/gold.png.meta | 140 + Assets/PlayFabSDK.meta | 8 + Assets/PlayFabSDK/Addon.meta | 8 + Assets/PlayFabSDK/Addon/PlayFabAddonAPI.cs | 390 + .../PlayFabSDK/Addon/PlayFabAddonAPI.cs.meta | 11 + .../Addon/PlayFabAddonInstanceAPI.cs | 354 + .../Addon/PlayFabAddonInstanceAPI.cs.meta | 11 + Assets/PlayFabSDK/Addon/PlayFabAddonModels.cs | 793 ++ .../Addon/PlayFabAddonModels.cs.meta | 11 + Assets/PlayFabSDK/Addon/PlayFabEvents.cs | 64 + Assets/PlayFabSDK/Addon/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/Admin.meta | 8 + Assets/PlayFabSDK/Admin/PlayFabAdminAPI.cs | 1551 ++++ .../PlayFabSDK/Admin/PlayFabAdminAPI.cs.meta | 12 + .../Admin/PlayFabAdminInstanceAPI.cs | 1346 +++ .../Admin/PlayFabAdminInstanceAPI.cs.meta | 11 + Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs | 7799 +++++++++++++++++ .../Admin/PlayFabAdminModels.cs.meta | 12 + Assets/PlayFabSDK/Admin/PlayFabEvents.cs | 236 + Assets/PlayFabSDK/Admin/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/Authentication.meta | 8 + .../PlayFabAuthenticationAPI.cs | 104 + .../PlayFabAuthenticationAPI.cs.meta | 11 + .../PlayFabAuthenticationInstanceAPI.cs | 121 + .../PlayFabAuthenticationInstanceAPI.cs.meta | 11 + .../PlayFabAuthenticationModels.cs | 242 + .../PlayFabAuthenticationModels.cs.meta | 11 + .../Authentication/PlayFabEvents.cs | 18 + .../Authentication/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/Client.meta | 8 + Assets/PlayFabSDK/Client/PlayFabClientAPI.cs | 2311 +++++ .../Client/PlayFabClientAPI.cs.meta | 12 + .../Client/PlayFabClientInstanceAPI.cs | 2008 +++++ .../Client/PlayFabClientInstanceAPI.cs.meta | 11 + .../PlayFabSDK/Client/PlayFabClientModels.cs | 7535 ++++++++++++++++ .../Client/PlayFabClientModels.cs.meta | 12 + Assets/PlayFabSDK/Client/PlayFabDeviceUtil.cs | 109 + .../Client/PlayFabDeviceUtil.cs.meta | 12 + Assets/PlayFabSDK/Client/PlayFabEvents.cs | 321 + .../PlayFabSDK/Client/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/CloudScript.meta | 8 + .../CloudScript/PlayFabCloudScriptAPI.cs | 244 + .../CloudScript/PlayFabCloudScriptAPI.cs.meta | 11 + .../PlayFabCloudScriptInstanceAPI.cs | 224 + .../PlayFabCloudScriptInstanceAPI.cs.meta | 11 + .../CloudScript/PlayFabCloudScriptModels.cs | 1186 +++ .../PlayFabCloudScriptModels.cs.meta | 11 + .../PlayFabSDK/CloudScript/PlayFabEvents.cs | 40 + .../CloudScript/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/Data.meta | 8 + Assets/PlayFabSDK/Data/PlayFabDataAPI.cs | 133 + Assets/PlayFabSDK/Data/PlayFabDataAPI.cs.meta | 11 + .../PlayFabSDK/Data/PlayFabDataInstanceAPI.cs | 137 + .../Data/PlayFabDataInstanceAPI.cs.meta | 11 + Assets/PlayFabSDK/Data/PlayFabDataModels.cs | 404 + .../PlayFabSDK/Data/PlayFabDataModels.cs.meta | 11 + Assets/PlayFabSDK/Data/PlayFabEvents.cs | 24 + Assets/PlayFabSDK/Data/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/Economy.meta | 8 + .../PlayFabSDK/Economy/PlayFabEconomyAPI.cs | 685 ++ .../Economy/PlayFabEconomyAPI.cs.meta | 11 + .../Economy/PlayFabEconomyInstanceAPI.cs | 611 ++ .../Economy/PlayFabEconomyInstanceAPI.cs.meta | 11 + .../Economy/PlayFabEconomyModels.cs | 3301 +++++++ .../Economy/PlayFabEconomyModels.cs.meta | 11 + Assets/PlayFabSDK/Economy/PlayFabEvents.cs | 102 + .../PlayFabSDK/Economy/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/Entity.meta | 8 + Assets/PlayFabSDK/Entity/ScreenTimeTracker.cs | 255 + .../Entity/ScreenTimeTracker.cs.meta | 11 + Assets/PlayFabSDK/Events.meta | 8 + Assets/PlayFabSDK/Events/PlayFabEvents.cs | 24 + .../PlayFabSDK/Events/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/Events/PlayFabEventsAPI.cs | 144 + .../Events/PlayFabEventsAPI.cs.meta | 11 + .../Events/PlayFabEventsInstanceAPI.cs | 148 + .../Events/PlayFabEventsInstanceAPI.cs.meta | 11 + .../PlayFabSDK/Events/PlayFabEventsModels.cs | 248 + .../Events/PlayFabEventsModels.cs.meta | 11 + Assets/PlayFabSDK/Experimentation.meta | 8 + .../Experimentation/PlayFabEvents.cs | 36 + .../Experimentation/PlayFabEvents.cs.meta | 11 + .../PlayFabExperimentationAPI.cs | 208 + .../PlayFabExperimentationAPI.cs.meta | 11 + .../PlayFabExperimentationInstanceAPI.cs | 200 + .../PlayFabExperimentationInstanceAPI.cs.meta | 11 + .../PlayFabExperimentationModels.cs | 670 ++ .../PlayFabExperimentationModels.cs.meta | 11 + Assets/PlayFabSDK/Groups.meta | 8 + Assets/PlayFabSDK/Groups/PlayFabEvents.cs | 60 + .../PlayFabSDK/Groups/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/Groups/PlayFabGroupsAPI.cs | 366 + .../Groups/PlayFabGroupsAPI.cs.meta | 11 + .../Groups/PlayFabGroupsInstanceAPI.cs | 334 + .../Groups/PlayFabGroupsInstanceAPI.cs.meta | 11 + .../PlayFabSDK/Groups/PlayFabGroupsModels.cs | 985 +++ .../Groups/PlayFabGroupsModels.cs.meta | 11 + Assets/PlayFabSDK/Insights.meta | 8 + Assets/PlayFabSDK/Insights/PlayFabEvents.cs | 22 + .../PlayFabSDK/Insights/PlayFabEvents.cs.meta | 11 + .../PlayFabSDK/Insights/PlayFabInsightsAPI.cs | 119 + .../Insights/PlayFabInsightsAPI.cs.meta | 11 + .../Insights/PlayFabInsightsInstanceAPI.cs | 125 + .../PlayFabInsightsInstanceAPI.cs.meta | 11 + .../Insights/PlayFabInsightsModels.cs | 235 + .../Insights/PlayFabInsightsModels.cs.meta | 11 + Assets/PlayFabSDK/Localization.meta | 8 + .../PlayFabSDK/Localization/PlayFabEvents.cs | 12 + .../Localization/PlayFabEvents.cs.meta | 11 + .../Localization/PlayFabLocalizationAPI.cs | 52 + .../PlayFabLocalizationAPI.cs.meta | 11 + .../PlayFabLocalizationInstanceAPI.cs | 68 + .../PlayFabLocalizationInstanceAPI.cs.meta | 11 + .../Localization/PlayFabLocalizationModels.cs | 26 + .../PlayFabLocalizationModels.cs.meta | 11 + Assets/PlayFabSDK/Matchmaker.meta | 8 + Assets/PlayFabSDK/Matchmaker/PlayFabEvents.cs | 18 + .../Matchmaker/PlayFabEvents.cs.meta | 11 + .../Matchmaker/PlayFabMatchmakerAPI.cs | 88 + .../Matchmaker/PlayFabMatchmakerAPI.cs.meta | 12 + .../PlayFabMatchmakerInstanceAPI.cs | 98 + .../PlayFabMatchmakerInstanceAPI.cs.meta | 11 + .../Matchmaker/PlayFabMatchmakerModels.cs | 229 + .../PlayFabMatchmakerModels.cs.meta | 12 + Assets/PlayFabSDK/Multiplayer.meta | 8 + .../PlayFabSDK/Multiplayer/PlayFabEvents.cs | 184 + .../Multiplayer/PlayFabEvents.cs.meta | 11 + .../Multiplayer/PlayFabMultiplayerAPI.cs | 1183 +++ .../Multiplayer/PlayFabMultiplayerAPI.cs.meta | 11 + .../PlayFabMultiplayerInstanceAPI.cs | 1027 +++ .../PlayFabMultiplayerInstanceAPI.cs.meta | 11 + .../Multiplayer/PlayFabMultiplayerModels.cs | 5357 +++++++++++ .../PlayFabMultiplayerModels.cs.meta | 11 + Assets/PlayFabSDK/Profiles.meta | 8 + Assets/PlayFabSDK/Profiles/PlayFabEvents.cs | 28 + .../PlayFabSDK/Profiles/PlayFabEvents.cs.meta | 11 + .../PlayFabSDK/Profiles/PlayFabProfilesAPI.cs | 158 + .../Profiles/PlayFabProfilesAPI.cs.meta | 11 + .../Profiles/PlayFabProfilesInstanceAPI.cs | 158 + .../PlayFabProfilesInstanceAPI.cs.meta | 11 + .../Profiles/PlayFabProfilesModels.cs | 508 ++ .../Profiles/PlayFabProfilesModels.cs.meta | 11 + Assets/PlayFabSDK/Progression.meta | 8 + .../PlayFabSDK/Progression/PlayFabEvents.cs | 52 + .../Progression/PlayFabEvents.cs.meta | 11 + .../Progression/PlayFabProgressionAPI.cs | 313 + .../Progression/PlayFabProgressionAPI.cs.meta | 11 + .../PlayFabProgressionInstanceAPI.cs | 289 + .../PlayFabProgressionInstanceAPI.cs.meta | 11 + .../Progression/PlayFabProgressionModels.cs | 897 ++ .../PlayFabProgressionModels.cs.meta | 11 + Assets/PlayFabSDK/Server.meta | 8 + Assets/PlayFabSDK/Server/PlayFabEvents.cs | 284 + .../PlayFabSDK/Server/PlayFabEvents.cs.meta | 11 + Assets/PlayFabSDK/Server/PlayFabServerAPI.cs | 1921 ++++ .../Server/PlayFabServerAPI.cs.meta | 12 + .../Server/PlayFabServerInstanceAPI.cs | 1668 ++++ .../Server/PlayFabServerInstanceAPI.cs.meta | 11 + .../PlayFabSDK/Server/PlayFabServerModels.cs | 7374 ++++++++++++++++ .../Server/PlayFabServerModels.cs.meta | 12 + Assets/PlayFabSDK/Shared.meta | 8 + Assets/PlayFabSDK/Shared/Editor.meta | 8 + .../Shared/Editor/MakeSharedSettingsObj.cs | 21 + .../Editor/MakeSharedSettingsObj.cs.meta | 11 + .../PlayFabSDK/Shared/Editor/PlayFabHelp.cs | 38 + .../Shared/Editor/PlayFabHelp.cs.meta | 8 + Assets/PlayFabSDK/Shared/Internal.meta | 8 + .../PlayFabSDK/Shared/Internal/ISerializer.cs | 108 + .../Shared/Internal/ISerializer.cs.meta | 12 + Assets/PlayFabSDK/Shared/Internal/Log.cs | 44 + Assets/PlayFabSDK/Shared/Internal/Log.cs.meta | 12 + .../Shared/Internal/PlayFabErrors.cs | 948 ++ .../Shared/Internal/PlayFabErrors.cs.meta | 12 + .../Shared/Internal/PlayFabHttp.meta | 8 + .../PlayFabHttp/GzipDownloadHandler.cs | 57 + .../PlayFabHttp/GzipDownloadHandler.cs.meta | 11 + .../Internal/PlayFabHttp/IPlayFabHttp.cs | 61 + .../Internal/PlayFabHttp/IPlayFabHttp.cs.meta | 12 + .../Internal/PlayFabHttp/PlayFabHTTP.cs | 504 ++ .../Internal/PlayFabHttp/PlayFabHTTP.cs.meta | 12 + .../Internal/PlayFabHttp/PlayFabUnityHttp.cs | 273 + .../PlayFabHttp/PlayFabUnityHttp.cs.meta | 13 + .../Shared/Internal/PlayFabHttp/PlayFabWWW.cs | 219 + .../Internal/PlayFabHttp/PlayFabWWW.cs.meta | 12 + .../Internal/PlayFabHttp/PlayFabWebRequest.cs | 544 ++ .../PlayFabHttp/PlayFabWebRequest.cs.meta | 12 + .../PlayFabSDK/Shared/Internal/SimpleJson.cs | 2081 +++++ .../Shared/Internal/SimpleJson.cs.meta | 12 + .../Shared/Internal/SingletonMonoBehaviour.cs | 58 + .../Internal/SingletonMonoBehaviour.cs.meta | 12 + Assets/PlayFabSDK/Shared/Internal/Util.cs | 157 + .../PlayFabSDK/Shared/Internal/Util.cs.meta | 12 + .../Internal/wsaReflectionExtensions.cs | 66 + .../Internal/wsaReflectionExtensions.cs.meta | 12 + Assets/PlayFabSDK/Shared/Models.meta | 8 + .../Shared/Models/PlayFabSharedSettings.cs | 36 + .../Models/PlayFabSharedSettings.cs.meta | 12 + .../PlayFabSDK/Shared/Models/SharedModels.cs | 44 + .../Shared/Models/SharedModels.cs.meta | 12 + Assets/PlayFabSDK/Shared/Public.meta | 8 + .../Shared/Public/IPlayFabPlugin.cs | 9 + .../Shared/Public/IPlayFabPlugin.cs.meta | 11 + .../Shared/Public/ISerializerPlugin.cs | 15 + .../Shared/Public/ISerializerPlugin.cs.meta | 11 + .../Shared/Public/ITransportPlugin.cs | 27 + .../Shared/Public/ITransportPlugin.cs.meta | 11 + .../Shared/Public/PlayFabApiSettings.cs | 102 + .../Shared/Public/PlayFabApiSettings.cs.meta | 11 + .../Public/PlayFabAuthenticationContext.cs | 87 + .../PlayFabAuthenticationContext.cs.meta | 11 + .../Shared/Public/PlayFabDataGatherer.cs | 138 + .../Shared/Public/PlayFabDataGatherer.cs.meta | 12 + .../PlayFabSDK/Shared/Public/PlayFabEvents.cs | 3554 ++++++++ .../Shared/Public/PlayFabEvents.cs.meta | 11 + .../PlayFabSDK/Shared/Public/PlayFabLogger.cs | 270 + .../Shared/Public/PlayFabLogger.cs.meta | 12 + .../Shared/Public/PlayFabSettings.cs | 250 + .../Shared/Public/PlayFabSettings.cs.meta | 12 + .../Shared/Public/PluginContract.cs | 8 + .../Shared/Public/PluginContract.cs.meta | 11 + .../Shared/Public/PluginContractKey.cs | 23 + .../Shared/Public/PluginContractKey.cs.meta | 11 + .../PlayFabSDK/Shared/Public/PluginManager.cs | 110 + .../Shared/Public/PluginManager.cs.meta | 11 + Assets/Scenes/Gameplay.unity | 92 +- Assets/Scenes/MainMenu.unity | 198 +- Assets/Scripts/Dev/GameConstants.cs | 22 + Assets/Scripts/Dev/GameConstants.cs.meta | 11 + Assets/Scripts/Dev/GameManager.cs | 4 + Assets/Scripts/Dev/LBEntryItem.cs | 14 + Assets/Scripts/Dev/LBEntryItem.cs.meta | 11 + Assets/Scripts/Dev/LBPedestalItem.cs | 14 + Assets/Scripts/Dev/LBPedestalItem.cs.meta | 11 + Assets/Scripts/Dev/LeaderboardUIScreen.cs | 91 + .../Scripts/Dev/LeaderboardUIScreen.cs.meta | 11 + Assets/Scripts/Dev/PlayFab.meta | 8 + Assets/Scripts/Dev/PlayFab/PlayFabInit.cs | 109 + .../Scripts/Dev/PlayFab/PlayFabInit.cs.meta | 11 + .../Dev/PlayFab/PlayFabLeaderboards.cs | 100 + .../Dev/PlayFab/PlayFabLeaderboards.cs.meta | 11 + Assets/Scripts/Dev/PlayFab/PlayFabManager.cs | 48 + .../Dev/PlayFab/PlayFabManager.cs.meta | 11 + Assets/Scripts/Dev/PlayFab/PlayFabUserData.cs | 52 + .../Dev/PlayFab/PlayFabUserData.cs.meta | 11 + Assets/Scripts/Dev/ReviveOnClick.cs | 15 +- Assets/Scripts/Dev/ReviveScreenUI.cs | 1 + 330 files changed, 79903 insertions(+), 61 deletions(-) create mode 100644 Assets/NewUI.meta create mode 100644 Assets/NewUI/LeaderBoard.meta create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge.meta create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/2nd Badge.png create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/2nd Badge.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/2nd.png create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/2nd.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/Player Icon BG.png create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/Player Icon BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/Player Icon.png create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/Player Icon.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/Score BG.png create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/Score BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/silver.png create mode 100644 Assets/NewUI/LeaderBoard/Blue Badge/silver.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Game Stats Btn.png create mode 100644 Assets/NewUI/LeaderBoard/Game Stats Btn.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge.meta create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/3rd Badge.png create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/3rd Badge.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/3rd.png create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/3rd.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon BG.png create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon.png create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/Score BG.png create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/Score BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/bronze.png create mode 100644 Assets/NewUI/LeaderBoard/Greeen Badge/bronze.png.meta create mode 100644 Assets/NewUI/LeaderBoard/LB.png create mode 100644 Assets/NewUI/LeaderBoard/LB.png.meta create mode 100644 Assets/NewUI/LeaderBoard/LBEntryItem.prefab create mode 100644 Assets/NewUI/LeaderBoard/LBEntryItem.prefab.meta create mode 100644 Assets/NewUI/LeaderBoard/LBEntrySelfItem.prefab create mode 100644 Assets/NewUI/LeaderBoard/LBEntrySelfItem.prefab.meta create mode 100644 Assets/NewUI/LeaderBoard/Leaderboard icon.png create mode 100644 Assets/NewUI/LeaderBoard/Leaderboard icon.png.meta create mode 100644 Assets/NewUI/LeaderBoard/LeaderboardsPopup.prefab create mode 100644 Assets/NewUI/LeaderBoard/LeaderboardsPopup.prefab.meta create mode 100644 Assets/NewUI/LeaderBoard/Main.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Blue BG.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Blue BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Player Icon 2.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Player Icon 2.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Player Icon 3.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Player Icon 3.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Player Icon BG.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Player Icon BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Player Icon.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Player Icon.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Player current position Boder.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Player current position Boder.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Player current position Icon BG.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Player current position Icon BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Player current position.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Player current position.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Rank No BG.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Rank No BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/Trophy.png create mode 100644 Assets/NewUI/LeaderBoard/Main/Trophy.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/footer.png create mode 100644 Assets/NewUI/LeaderBoard/Main/footer.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/popup_bg.png create mode 100644 Assets/NewUI/LeaderBoard/Main/popup_bg.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Main/text bg 1.png create mode 100644 Assets/NewUI/LeaderBoard/Main/text bg 1.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Red Badge.meta create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/1st Badge.png create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/1st Badge.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/1st.png create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/1st.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/Player Icon BG.png create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/Player Icon BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/Player Icon.png create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/Player Icon.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/Score BG.png create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/Score BG.png.meta create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/gold.png create mode 100644 Assets/NewUI/LeaderBoard/Red Badge/gold.png.meta create mode 100644 Assets/PlayFabSDK.meta create mode 100644 Assets/PlayFabSDK/Addon.meta create mode 100644 Assets/PlayFabSDK/Addon/PlayFabAddonAPI.cs create mode 100644 Assets/PlayFabSDK/Addon/PlayFabAddonAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Addon/PlayFabAddonInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Addon/PlayFabAddonInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Addon/PlayFabAddonModels.cs create mode 100644 Assets/PlayFabSDK/Addon/PlayFabAddonModels.cs.meta create mode 100644 Assets/PlayFabSDK/Addon/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Addon/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Admin.meta create mode 100644 Assets/PlayFabSDK/Admin/PlayFabAdminAPI.cs create mode 100644 Assets/PlayFabSDK/Admin/PlayFabAdminAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Admin/PlayFabAdminInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Admin/PlayFabAdminInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs create mode 100644 Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs.meta create mode 100644 Assets/PlayFabSDK/Admin/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Admin/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Authentication.meta create mode 100644 Assets/PlayFabSDK/Authentication/PlayFabAuthenticationAPI.cs create mode 100644 Assets/PlayFabSDK/Authentication/PlayFabAuthenticationAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Authentication/PlayFabAuthenticationInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Authentication/PlayFabAuthenticationInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Authentication/PlayFabAuthenticationModels.cs create mode 100644 Assets/PlayFabSDK/Authentication/PlayFabAuthenticationModels.cs.meta create mode 100644 Assets/PlayFabSDK/Authentication/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Authentication/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Client.meta create mode 100644 Assets/PlayFabSDK/Client/PlayFabClientAPI.cs create mode 100644 Assets/PlayFabSDK/Client/PlayFabClientAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Client/PlayFabClientInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Client/PlayFabClientInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Client/PlayFabClientModels.cs create mode 100644 Assets/PlayFabSDK/Client/PlayFabClientModels.cs.meta create mode 100644 Assets/PlayFabSDK/Client/PlayFabDeviceUtil.cs create mode 100644 Assets/PlayFabSDK/Client/PlayFabDeviceUtil.cs.meta create mode 100644 Assets/PlayFabSDK/Client/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Client/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/CloudScript.meta create mode 100644 Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptAPI.cs create mode 100644 Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptAPI.cs.meta create mode 100644 Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptModels.cs create mode 100644 Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptModels.cs.meta create mode 100644 Assets/PlayFabSDK/CloudScript/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/CloudScript/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Data.meta create mode 100644 Assets/PlayFabSDK/Data/PlayFabDataAPI.cs create mode 100644 Assets/PlayFabSDK/Data/PlayFabDataAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Data/PlayFabDataInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Data/PlayFabDataInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Data/PlayFabDataModels.cs create mode 100644 Assets/PlayFabSDK/Data/PlayFabDataModels.cs.meta create mode 100644 Assets/PlayFabSDK/Data/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Data/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Economy.meta create mode 100644 Assets/PlayFabSDK/Economy/PlayFabEconomyAPI.cs create mode 100644 Assets/PlayFabSDK/Economy/PlayFabEconomyAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Economy/PlayFabEconomyInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Economy/PlayFabEconomyInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Economy/PlayFabEconomyModels.cs create mode 100644 Assets/PlayFabSDK/Economy/PlayFabEconomyModels.cs.meta create mode 100644 Assets/PlayFabSDK/Economy/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Economy/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Entity.meta create mode 100644 Assets/PlayFabSDK/Entity/ScreenTimeTracker.cs create mode 100644 Assets/PlayFabSDK/Entity/ScreenTimeTracker.cs.meta create mode 100644 Assets/PlayFabSDK/Events.meta create mode 100644 Assets/PlayFabSDK/Events/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Events/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Events/PlayFabEventsAPI.cs create mode 100644 Assets/PlayFabSDK/Events/PlayFabEventsAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Events/PlayFabEventsInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Events/PlayFabEventsInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Events/PlayFabEventsModels.cs create mode 100644 Assets/PlayFabSDK/Events/PlayFabEventsModels.cs.meta create mode 100644 Assets/PlayFabSDK/Experimentation.meta create mode 100644 Assets/PlayFabSDK/Experimentation/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Experimentation/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Experimentation/PlayFabExperimentationAPI.cs create mode 100644 Assets/PlayFabSDK/Experimentation/PlayFabExperimentationAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Experimentation/PlayFabExperimentationInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Experimentation/PlayFabExperimentationInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Experimentation/PlayFabExperimentationModels.cs create mode 100644 Assets/PlayFabSDK/Experimentation/PlayFabExperimentationModels.cs.meta create mode 100644 Assets/PlayFabSDK/Groups.meta create mode 100644 Assets/PlayFabSDK/Groups/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Groups/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Groups/PlayFabGroupsAPI.cs create mode 100644 Assets/PlayFabSDK/Groups/PlayFabGroupsAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Groups/PlayFabGroupsInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Groups/PlayFabGroupsInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Groups/PlayFabGroupsModels.cs create mode 100644 Assets/PlayFabSDK/Groups/PlayFabGroupsModels.cs.meta create mode 100644 Assets/PlayFabSDK/Insights.meta create mode 100644 Assets/PlayFabSDK/Insights/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Insights/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Insights/PlayFabInsightsAPI.cs create mode 100644 Assets/PlayFabSDK/Insights/PlayFabInsightsAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Insights/PlayFabInsightsInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Insights/PlayFabInsightsInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Insights/PlayFabInsightsModels.cs create mode 100644 Assets/PlayFabSDK/Insights/PlayFabInsightsModels.cs.meta create mode 100644 Assets/PlayFabSDK/Localization.meta create mode 100644 Assets/PlayFabSDK/Localization/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Localization/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Localization/PlayFabLocalizationAPI.cs create mode 100644 Assets/PlayFabSDK/Localization/PlayFabLocalizationAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Localization/PlayFabLocalizationInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Localization/PlayFabLocalizationInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Localization/PlayFabLocalizationModels.cs create mode 100644 Assets/PlayFabSDK/Localization/PlayFabLocalizationModels.cs.meta create mode 100644 Assets/PlayFabSDK/Matchmaker.meta create mode 100644 Assets/PlayFabSDK/Matchmaker/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Matchmaker/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerAPI.cs create mode 100644 Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerModels.cs create mode 100644 Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerModels.cs.meta create mode 100644 Assets/PlayFabSDK/Multiplayer.meta create mode 100644 Assets/PlayFabSDK/Multiplayer/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Multiplayer/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerAPI.cs create mode 100644 Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerModels.cs create mode 100644 Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerModels.cs.meta create mode 100644 Assets/PlayFabSDK/Profiles.meta create mode 100644 Assets/PlayFabSDK/Profiles/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Profiles/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Profiles/PlayFabProfilesAPI.cs create mode 100644 Assets/PlayFabSDK/Profiles/PlayFabProfilesAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Profiles/PlayFabProfilesInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Profiles/PlayFabProfilesInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Profiles/PlayFabProfilesModels.cs create mode 100644 Assets/PlayFabSDK/Profiles/PlayFabProfilesModels.cs.meta create mode 100644 Assets/PlayFabSDK/Progression.meta create mode 100644 Assets/PlayFabSDK/Progression/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Progression/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Progression/PlayFabProgressionAPI.cs create mode 100644 Assets/PlayFabSDK/Progression/PlayFabProgressionAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Progression/PlayFabProgressionInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Progression/PlayFabProgressionInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Progression/PlayFabProgressionModels.cs create mode 100644 Assets/PlayFabSDK/Progression/PlayFabProgressionModels.cs.meta create mode 100644 Assets/PlayFabSDK/Server.meta create mode 100644 Assets/PlayFabSDK/Server/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Server/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Server/PlayFabServerAPI.cs create mode 100644 Assets/PlayFabSDK/Server/PlayFabServerAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Server/PlayFabServerInstanceAPI.cs create mode 100644 Assets/PlayFabSDK/Server/PlayFabServerInstanceAPI.cs.meta create mode 100644 Assets/PlayFabSDK/Server/PlayFabServerModels.cs create mode 100644 Assets/PlayFabSDK/Server/PlayFabServerModels.cs.meta create mode 100644 Assets/PlayFabSDK/Shared.meta create mode 100644 Assets/PlayFabSDK/Shared/Editor.meta create mode 100644 Assets/PlayFabSDK/Shared/Editor/MakeSharedSettingsObj.cs create mode 100644 Assets/PlayFabSDK/Shared/Editor/MakeSharedSettingsObj.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Editor/PlayFabHelp.cs create mode 100644 Assets/PlayFabSDK/Shared/Editor/PlayFabHelp.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/ISerializer.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/ISerializer.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/Log.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/Log.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabErrors.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabErrors.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/GzipDownloadHandler.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/GzipDownloadHandler.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/IPlayFabHttp.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/IPlayFabHttp.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWWW.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWWW.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/SimpleJson.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/SimpleJson.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/SingletonMonoBehaviour.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/SingletonMonoBehaviour.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/Util.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/Util.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Internal/wsaReflectionExtensions.cs create mode 100644 Assets/PlayFabSDK/Shared/Internal/wsaReflectionExtensions.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Models.meta create mode 100644 Assets/PlayFabSDK/Shared/Models/PlayFabSharedSettings.cs create mode 100644 Assets/PlayFabSDK/Shared/Models/PlayFabSharedSettings.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Models/SharedModels.cs create mode 100644 Assets/PlayFabSDK/Shared/Models/SharedModels.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/IPlayFabPlugin.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/IPlayFabPlugin.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/ISerializerPlugin.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/ISerializerPlugin.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/ITransportPlugin.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/ITransportPlugin.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabApiSettings.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabApiSettings.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabAuthenticationContext.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabAuthenticationContext.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabDataGatherer.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabDataGatherer.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabEvents.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabEvents.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabLogger.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabLogger.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabSettings.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/PlayFabSettings.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/PluginContract.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/PluginContract.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/PluginContractKey.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/PluginContractKey.cs.meta create mode 100644 Assets/PlayFabSDK/Shared/Public/PluginManager.cs create mode 100644 Assets/PlayFabSDK/Shared/Public/PluginManager.cs.meta create mode 100644 Assets/Scripts/Dev/GameConstants.cs create mode 100644 Assets/Scripts/Dev/GameConstants.cs.meta create mode 100644 Assets/Scripts/Dev/LBEntryItem.cs create mode 100644 Assets/Scripts/Dev/LBEntryItem.cs.meta create mode 100644 Assets/Scripts/Dev/LBPedestalItem.cs create mode 100644 Assets/Scripts/Dev/LBPedestalItem.cs.meta create mode 100644 Assets/Scripts/Dev/LeaderboardUIScreen.cs create mode 100644 Assets/Scripts/Dev/LeaderboardUIScreen.cs.meta create mode 100644 Assets/Scripts/Dev/PlayFab.meta create mode 100644 Assets/Scripts/Dev/PlayFab/PlayFabInit.cs create mode 100644 Assets/Scripts/Dev/PlayFab/PlayFabInit.cs.meta create mode 100644 Assets/Scripts/Dev/PlayFab/PlayFabLeaderboards.cs create mode 100644 Assets/Scripts/Dev/PlayFab/PlayFabLeaderboards.cs.meta create mode 100644 Assets/Scripts/Dev/PlayFab/PlayFabManager.cs create mode 100644 Assets/Scripts/Dev/PlayFab/PlayFabManager.cs.meta create mode 100644 Assets/Scripts/Dev/PlayFab/PlayFabUserData.cs create mode 100644 Assets/Scripts/Dev/PlayFab/PlayFabUserData.cs.meta diff --git a/Assets/3rd/D2D_Scripts/Core/GameStateMachine/GameStateMachine.cs b/Assets/3rd/D2D_Scripts/Core/GameStateMachine/GameStateMachine.cs index 14d470e5..137cbb5b 100644 --- a/Assets/3rd/D2D_Scripts/Core/GameStateMachine/GameStateMachine.cs +++ b/Assets/3rd/D2D_Scripts/Core/GameStateMachine/GameStateMachine.cs @@ -137,7 +137,6 @@ namespace D2D.Core NotifySubscribers(newState.GetType()); //if() - Debug.Log("Ali Check"); //DataManager.Instance.MAXLEVELINttDEX = DataManager.Instance.MAXLEVELINDEX == DataManager.Instance.CURRENTLEVELINDEX ? DataManager.Instance.MAXLEVELINDEX + 1: DataManager.Instance.MAXLEVELINDEX; if (isWinState) { diff --git a/Assets/3rd/D2D_Scripts/Gameplay/Health/Health.cs b/Assets/3rd/D2D_Scripts/Gameplay/Health/Health.cs index ca742daf..cd80c8dc 100644 --- a/Assets/3rd/D2D_Scripts/Gameplay/Health/Health.cs +++ b/Assets/3rd/D2D_Scripts/Gameplay/Health/Health.cs @@ -147,7 +147,6 @@ namespace D2D.Gameplay CurrentPoints = MaxPoints; _stateMachine.Push(new RunningState()); GameManager.Instance.OnRevival(); - Debug.Log("Player is Revived!!!"); } else { diff --git a/Assets/3rd/D2D_Scripts/UI/SetActivityOnGameState.cs b/Assets/3rd/D2D_Scripts/UI/SetActivityOnGameState.cs index 41851aaa..697b267f 100644 --- a/Assets/3rd/D2D_Scripts/UI/SetActivityOnGameState.cs +++ b/Assets/3rd/D2D_Scripts/UI/SetActivityOnGameState.cs @@ -26,7 +26,6 @@ namespace D2D private void Show(GameObject[] parent) { - Debug.Log("CheckAli"); if (parent.IsNullOrEmpty()) return; diff --git a/Assets/AchievementSystem/Achievement Manager.prefab b/Assets/AchievementSystem/Achievement Manager.prefab index 5d569f84..1f0c4cd0 100644 --- a/Assets/AchievementSystem/Achievement Manager.prefab +++ b/Assets/AchievementSystem/Achievement Manager.prefab @@ -25,12 +25,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1063958270730180632} + serializedVersion: 2 m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -522, y: -222.45755, z: 6.520151} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5869893064832991961} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &4058642658169165876 MonoBehaviour: @@ -59,6 +60,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} m_Name: m_EditorClassIdentifier: + m_SendPointerHoverToParent: 1 m_HorizontalAxis: Horizontal m_VerticalAxis: Vertical m_SubmitButton: Submit @@ -95,11 +97,11 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938947907486899010} - {fileID: 5480437008952652415} m_Father: {fileID: 592392606595484462} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -129,6 +131,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 0.16862746, g: 0.16862746, b: 0.16862746, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -167,6 +171,7 @@ MonoBehaviour: m_ChildControlHeight: 1 m_ChildScaleWidth: 1 m_ChildScaleHeight: 1 + m_ReverseArrangement: 0 --- !u!1 &5274264172253320401 GameObject: m_ObjectHideFlags: 0 @@ -195,9 +200,9 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4292894177777281744} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -227,6 +232,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -274,9 +281,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5938790472474829126} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0.2} @@ -306,6 +313,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -345,10 +354,10 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938704051228999786} m_Father: {fileID: 5938104519910782514} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -383,9 +392,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5938947907486899010} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -415,6 +424,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -454,10 +465,10 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5939664217533349928} m_Father: {fileID: 5938686957602307486} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -491,12 +502,12 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938301098079783732} - {fileID: 5938680644789544796} - {fileID: 5938576326724328600} m_Father: {fileID: 5938826453840605626} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 1, y: 0.5} @@ -517,6 +528,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Navigation: m_Mode: 3 + m_WrapAround: 0 m_SelectOnUp: {fileID: 0} m_SelectOnDown: {fileID: 0} m_SelectOnLeft: {fileID: 0} @@ -578,9 +590,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5938861539332009570} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -610,6 +622,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -651,9 +665,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5938861539332009570} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -683,6 +697,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -729,11 +745,11 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938356482526620724} - {fileID: 5938686957602307486} m_Father: {fileID: 5938947907486899010} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -763,6 +779,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -836,10 +854,10 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938994040409916176} m_Father: {fileID: 5938667314797307658} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -869,6 +887,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 0.8773585, g: 0.8773585, b: 0.8773585, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -954,10 +974,10 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 592392606595484462} m_Father: {fileID: 5869893064832991961} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -981,7 +1001,9 @@ Canvas: m_OverrideSorting: 0 m_OverridePixelPerfect: 0 m_SortingBucketNormalizedSize: 0 + m_VertexColorAlwaysGammaSpace: 0 m_AdditionalShaderChannelsFlag: 0 + m_UpdateRectTransformForStandalone: 0 m_SortingLayerID: 0 m_SortingOrder: 0 m_TargetDisplay: 0 @@ -1007,6 +1029,7 @@ MonoBehaviour: m_FallbackScreenDPI: 96 m_DefaultSpriteDPI: 96 m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 0 --- !u!114 &5827893372474834176 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1053,10 +1076,10 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938826453840605626} m_Father: {fileID: 5938346719048142212} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -1099,6 +1122,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -1138,10 +1163,10 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938861539332009570} m_Father: {fileID: 5938356482526620724} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -1176,11 +1201,11 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938703327646731564} - {fileID: 5938104519910782514} m_Father: {fileID: 592392606595484462} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -1210,6 +1235,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 0.3207547, g: 0.3207547, b: 0.3207547, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -1252,10 +1279,10 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5939020331598127412} m_Father: {fileID: 5938667314797307658} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -1285,6 +1312,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -1312,6 +1341,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Navigation: m_Mode: 3 + m_WrapAround: 0 m_SelectOnUp: {fileID: 0} m_SelectOnDown: {fileID: 0} m_SelectOnLeft: {fileID: 0} @@ -1375,10 +1405,10 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938790472474829126} m_Father: {fileID: 5938346719048142212} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -1408,6 +1438,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -1435,6 +1467,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Navigation: m_Mode: 3 + m_WrapAround: 0 m_SelectOnUp: {fileID: 0} m_SelectOnDown: {fileID: 0} m_SelectOnLeft: {fileID: 0} @@ -1497,9 +1530,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5939020331598127412} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -1529,6 +1562,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -1570,9 +1605,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5938947907486899010} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -1602,6 +1637,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -1647,9 +1684,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5938861539332009570} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -1679,6 +1716,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -1722,9 +1761,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5938703327646731564} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -1754,6 +1793,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 0.8745099, g: 0.8745099, b: 0.8745099, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -1792,6 +1833,7 @@ MonoBehaviour: m_ChildControlHeight: 0 m_ChildScaleWidth: 0 m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 --- !u!114 &5831742497777781384 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1835,12 +1877,12 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5938041582815918272} - {fileID: 5938647123827860368} - {fileID: 5938346719048142212} m_Father: {fileID: 4292894177777281744} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -1870,6 +1912,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -1897,6 +1941,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Navigation: m_Mode: 3 + m_WrapAround: 0 m_SelectOnUp: {fileID: 0} m_SelectOnDown: {fileID: 0} m_SelectOnLeft: {fileID: 0} @@ -1941,6 +1986,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: - m_Target: {fileID: 5869893064832991962} + m_TargetAssemblyTypeName: m_MethodName: ChangeFilter m_Mode: 1 m_Arguments: @@ -1980,9 +2026,9 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5869893063796210060} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -2012,6 +2058,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -2058,11 +2106,11 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5869893064881311957} - {fileID: 5869893063367083816} m_Father: {fileID: 592392606595484462} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -2092,6 +2140,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 0.16981131, g: 0.16981131, b: 0.16981131, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -2130,6 +2180,7 @@ MonoBehaviour: m_ChildControlHeight: 1 m_ChildScaleWidth: 1 m_ChildScaleHeight: 1 + m_ReverseArrangement: 0 --- !u!1 &5869893063797868281 GameObject: m_ObjectHideFlags: 0 @@ -2157,9 +2208,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5869893064589555811} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 0} @@ -2191,6 +2242,7 @@ MonoBehaviour: m_ChildControlHeight: 0 m_ChildScaleWidth: 0 m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 --- !u!1 &5869893064157425272 GameObject: m_ObjectHideFlags: 0 @@ -2218,9 +2270,9 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5869893064589555811} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} @@ -2252,6 +2304,7 @@ MonoBehaviour: m_ChildControlHeight: 0 m_ChildScaleWidth: 0 m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 --- !u!1 &5869893064252793320 GameObject: m_ObjectHideFlags: 0 @@ -2279,9 +2332,9 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5869893064589555811} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -2313,6 +2366,7 @@ MonoBehaviour: m_ChildControlHeight: 0 m_ChildScaleWidth: 0 m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 --- !u!1 &5869893064589555807 GameObject: m_ObjectHideFlags: 0 @@ -2343,13 +2397,13 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5869893064252793321} - {fileID: 5869893064157425273} - {fileID: 5869893064959519082} - {fileID: 5869893063797868282} m_Father: {fileID: 5869893064832991961} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -2373,7 +2427,9 @@ Canvas: m_OverrideSorting: 0 m_OverridePixelPerfect: 0 m_SortingBucketNormalizedSize: 0 + m_VertexColorAlwaysGammaSpace: 0 m_AdditionalShaderChannelsFlag: 0 + m_UpdateRectTransformForStandalone: 0 m_SortingLayerID: 0 m_SortingOrder: 0 m_TargetDisplay: 0 @@ -2399,6 +2455,7 @@ MonoBehaviour: m_FallbackScreenDPI: 96 m_DefaultSpriteDPI: 96 m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 0 --- !u!114 &5869893064589555808 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2434,8 +2491,7 @@ MonoBehaviour: - {fileID: 5869893064959519082} - {fileID: 5869893063797868282} BackLog: [] - AchievementTemplate: {fileID: 1144969350263548, guid: 52f308551e6b1a347a3a0d7de8089fa2, - type: 3} + AchievementTemplate: {fileID: 1144969350263548, guid: 52f308551e6b1a347a3a0d7de8089fa2, type: 3} --- !u!1 &5869893064832991959 GameObject: m_ObjectHideFlags: 0 @@ -2461,15 +2517,16 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5869893064832991959} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 522, y: 222.45755, z: -6.520151} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5869893064589555811} - {fileID: 5938808289404583416} - {fileID: 5689097061602087958} m_Father: {fileID: 0} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &5869893064832991962 MonoBehaviour: @@ -2484,13 +2541,13 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: scrollContent: {fileID: 5869806132476980482} - prefab: {fileID: 1144969350263548, guid: 52f308551e6b1a347a3a0d7de8089fa2, type: 3} + prefab: {fileID: 7721210429947821467, guid: 8b11f375c1f239e4395da55ee64360bb, type: 3} Menu: {fileID: 5869116409126469268} Filter: {fileID: 5828578816107798556} CountText: {fileID: 5869893064881311959} CompleteText: {fileID: 5869893063367083798} Scrollbar: {fileID: 5828700596380768718} - OpenMenuKey: 9 + Stack: [] --- !u!114 &5869893064832991960 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2509,7 +2566,6 @@ MonoBehaviour: DisplayAchievements: 1 StackLocation: 3 AutoSave: 1 - AutoLoad: 1 SpoilerAchievementMessage: Hidden AchievedSound: {fileID: 8300000, guid: 3400fb2a60564af4db6cc1c28c188006, type: 3} ProgressMadeSound: {fileID: 8300000, guid: 9492b32862561624aa75d621f48074c5, type: 3} @@ -2517,6 +2573,7 @@ MonoBehaviour: - Progress: 0 LastProgressUpdate: 0 Achieved: 0 + LastProgressGoal: 0 AchievementList: - Key: Example DisplayName: Example @@ -2526,12 +2583,17 @@ MonoBehaviour: AchievedIcon: {fileID: 0} Spoiler: 0 Progression: 0 - ProgressGoal: 0 + ProgressGoal: 5 NotificationFrequency: 0 ProgressSuffix: + CoinRewards: + TotalCoinReward: 0 + SubAchievementIndex: 0 UseFinalAchievement: 0 FinalAchievementKey: Stack: {fileID: 5869893064589555812} + ClaimRewardButton: {fileID: 0} + achievementListIngame: {fileID: 0} --- !u!1 &5869893064881311956 GameObject: m_ObjectHideFlags: 0 @@ -2560,9 +2622,9 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5869893063796210060} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} @@ -2592,6 +2654,8 @@ MonoBehaviour: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] @@ -2636,9 +2700,9 @@ RectTransform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 5869893064589555811} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -2670,6 +2734,7 @@ MonoBehaviour: m_ChildControlHeight: 0 m_ChildScaleWidth: 0 m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 --- !u!1 &6745667783304453841 GameObject: m_ObjectHideFlags: 0 @@ -2697,12 +2762,12 @@ RectTransform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1.3509, y: 1.3509, z: 1.3509} + m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5869893063796210060} - {fileID: 5938667314797307658} - {fileID: 4292894177777281744} m_Father: {fileID: 5938808289404583416} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -2734,3 +2799,4 @@ MonoBehaviour: m_ChildControlHeight: 0 m_ChildScaleWidth: 0 m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 diff --git a/Assets/Coiner.cs b/Assets/Coiner.cs index 4233077a..8518986d 100644 --- a/Assets/Coiner.cs +++ b/Assets/Coiner.cs @@ -25,7 +25,6 @@ public class Coiner : MonoBehaviour } private void OnApplicationQuit() { - Debug.Log("OnApplicationQuit"); EventManager.CoinIncreaser -= IncreaseCoin; } void IncreaseCoin() diff --git a/Assets/NewUI.meta b/Assets/NewUI.meta new file mode 100644 index 00000000..e67ad92e --- /dev/null +++ b/Assets/NewUI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2c178bc684d9fe04d834fff804a5519f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard.meta b/Assets/NewUI/LeaderBoard.meta new file mode 100644 index 00000000..734c56bf --- /dev/null +++ b/Assets/NewUI/LeaderBoard.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 79b06a32530eb6a47b2c89f88015eadc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Blue Badge.meta b/Assets/NewUI/LeaderBoard/Blue Badge.meta new file mode 100644 index 00000000..7a83cc28 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Blue Badge.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 46775c866c2dc6a44b8e8da1f3e2fcd6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Blue Badge/2nd Badge.png b/Assets/NewUI/LeaderBoard/Blue Badge/2nd Badge.png new file mode 100644 index 0000000000000000000000000000000000000000..4eafa0526338a5b817f6fe7702efd87351562f5c GIT binary patch literal 21244 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 literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Blue Badge/2nd.png.meta b/Assets/NewUI/LeaderBoard/Blue Badge/2nd.png.meta new file mode 100644 index 00000000..2d784952 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Blue Badge/2nd.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: a9dd269235deb3742b16aea44796fdd7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Blue Badge/Player Icon BG.png b/Assets/NewUI/LeaderBoard/Blue Badge/Player Icon BG.png new file mode 100644 index 0000000000000000000000000000000000000000..ba3983873537f08e015e6fc66f7978d4d44b8176 GIT binary patch literal 5929 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 literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Blue Badge/Player Icon.png.meta b/Assets/NewUI/LeaderBoard/Blue Badge/Player Icon.png.meta new file mode 100644 index 00000000..3f08edba --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Blue Badge/Player Icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: bc1aac194d734db4caa4d32d1e841d6d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Blue Badge/Score BG.png b/Assets/NewUI/LeaderBoard/Blue Badge/Score BG.png new file mode 100644 index 0000000000000000000000000000000000000000..2bcc95d91c430ee5bf428ff8df6b980e3b0c90ba GIT binary patch literal 2359 zcmV-73CQ+|P)s7Oi6X zZX!+7eq&1849639FCYf3lcp)q-9Lh~uAirdt;Fkak(ZcFG#A!YE301L>&J>pnstTD zU`-D-dv3ilNhZ;@12EnLOxPlkG#w(V%{n$nfSZYr(QzC?n5h423%>BJee#lT(iJ~~ zi@b!IbsQk>B0f%xI&I5>exT|Oh60TPoMu1yZNRs4N>`fZ@t5g*C&`fCDwJ#yWjl^a z*QyE~*xa!0PAFt;hADP4#-5?Uk{*xmVqv7TNmbPZT-;XB92gV{4RNn(N_ zL}5uroSVXn{ z6l=Lpj;hKBqofQj79K*djA-8NkD2S^6q5Xo7V6fjlw(kZE!XS{X}&gituVsERE>w^ zAAPoHXj0?j5Ci>l)Q$oaSu% zdjeg3Vq(%)P!js%C%lM~R$^4eFdw%F9|H?%w2+%c`iy`|=h?({Inhhw28wBna*Xk) zb+4~)R`Ec!BN}>^!4ZKgayS8X}u-HUf zVzLNAg6znk3rurz6vmun7IT9v(Lt++TtjWN6NkR6;Ug=kYf{ajK*~``j3MV@QMoMaLOa47kV(WLG3IXSk8l zQQOe0N4f@0R1_=l=q9|f+K$qt1$G!>1+-zw*`#P__U+J>a6adXG`R0EOLXR?28^c+ zw8trzI+VuO_9qY8h?fW^U__p{}_DYtE0PJX<$u2uRyWlB4*1 zH@gb$b~06k(9=1FDTB)G`{{-XUOI3B`jSk)nUP&aya=>(acepL%F{=F^R*4S($_j%AeRFiK!$NU}E} zCsuN7G0o&Qf`(Gp;7Z?S?0EW@ICJru5eh_(g+fJ_;3EG)PBWMNoU6nZ3R4^Zbi#fKP9LrspW#OJ?*8FH zDyNSYMN3b^#p1yXyB)R zPT`feOmqy&?ko|Bl)N4eM%}G}MFv@N&sQ{?6pq6?Hfx@}+ZB|_y(oiay-ePVQLbLFK~^>DGMFx@&$u2@?bVxBK<52E}*KdsHk7t4j6F30Id zEI#dCluF6*&TRtq=S=*qRbOtuxXj$`fkgzNAUR*r6snqnKzR{uF9a!V5t!JTCPxvS z*X{kNX`sn38q z#R5PG){{&PwB@oAH+}z^M8VjsQZU`E$3+JdVoWVSqx{0$e4VDLyDy!5`uQ%;CqEjv z`HXyRVr+EA#l5b6fyPrhXpgBwRn#P0iTLopcT@n4tZbe^B_7YzUa002ovPDHLkV1hxYU?Knj literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Blue Badge/Score BG.png.meta b/Assets/NewUI/LeaderBoard/Blue Badge/Score BG.png.meta new file mode 100644 index 00000000..95f503bb --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Blue Badge/Score BG.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 04703626bdf991e4b96167af282c4631 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Blue Badge/silver.png b/Assets/NewUI/LeaderBoard/Blue Badge/silver.png new file mode 100644 index 0000000000000000000000000000000000000000..8d93ce2e2377cf098418926fedf9958fd9f0ff46 GIT binary patch literal 12476 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 DRW@N* literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Game Stats Btn.png.meta b/Assets/NewUI/LeaderBoard/Game Stats Btn.png.meta new file mode 100644 index 00000000..d918e5fb --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Game Stats Btn.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: b88c20372c68cb84ba2124152955fbc5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge.meta b/Assets/NewUI/LeaderBoard/Greeen Badge.meta new file mode 100644 index 00000000..8cf3b5e0 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Greeen Badge.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a1619e2e4b9824a44a829ca98910074e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge/3rd Badge.png b/Assets/NewUI/LeaderBoard/Greeen Badge/3rd Badge.png new file mode 100644 index 0000000000000000000000000000000000000000..0ea4f9e92b99b3667641891706e9b367a2c3b350 GIT binary patch literal 23325 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 YA56oX98(nx-v9sr07*qoM6N<$g1k2N^#A|> literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge/3rd Badge.png.meta b/Assets/NewUI/LeaderBoard/Greeen Badge/3rd Badge.png.meta new file mode 100644 index 00000000..b49b2a25 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Greeen Badge/3rd Badge.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 54db0eccb9c5a42498a066622a1878f4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge/3rd.png b/Assets/NewUI/LeaderBoard/Greeen Badge/3rd.png new file mode 100644 index 0000000000000000000000000000000000000000..2802b5a506f5f96d5799d7b139e411bbc3b68e3d GIT binary patch literal 10669 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 S*iU~~qNpfn$~SboS&5s3 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 bN!I@ZYQ}w!g4sv<00000NkvXXu0mjfq>Xop literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon BG.png.meta b/Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon BG.png.meta new file mode 100644 index 00000000..a4feb9af --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon BG.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 6491ca13a9741c6429b67b710c0ddc83 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon.png b/Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b7da6b9011d6790059ab271ce671ad43d9313458 GIT binary patch literal 16619 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 literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon.png.meta b/Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon.png.meta new file mode 100644 index 00000000..a87d0b38 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Greeen Badge/Player Icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 15141c0f5e2bff2469cab6603105f486 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge/Score BG.png b/Assets/NewUI/LeaderBoard/Greeen Badge/Score BG.png new file mode 100644 index 0000000000000000000000000000000000000000..1a037e71cbb79f9d817862e0f7b9a2549c0b9172 GIT binary patch literal 2409 zcmV-v36}PWP)wY#K~#7F?ObbY z99I?o?mTv8c5UyjAM3<@nPHo?5+vtCOOVSij6+YbvZh_2jIATFMZuY%pgEXVk*(p5*t7B2{o~2mjPXK zfauM@;{9}5dH>z%2H@0s5|&O1z?ewf9FaShKQBb4kv61{(iaQ1ZR3GQ>+#EHU$N=L zZNxVbpd?W^`&Gmr5;qb<@SP^UY!O36gtW!Pt&QX+kI~f)KBSLvAf!pI9{ zQqhPv(7lRhVF;-*Zn$zW81r8AH~O^6-%??tq9GQIA7@N<5a6HI8T zN8J3iPpk67-!>o%j}eB^WM#&}+<3rFyu!7G*itL(6o}>j0vbZP-FqR?G_f<<}?6^mRM81@)CL+^FEGLnbT|k-eC7 z^>La#5(cZTA(?3yFC3cHDn6~O5tRCu41n+KffK}V|lJk35MhN0?E^LW|jvt%8eK`L2atp*#rJ5 zDodNB%e|C{Z+j$7xs23b8JqX2C=(z+NkA?*ZieVn5AYlRddvOq2_q3<|R!F_ai{bz~Q`pvKbbe zX6__zBCaJa-@H~;_U#P&noww^R1qDY3{y*h5A^$?YdXRq(J_8&gnMl zs4AVIkk(>oWoHc|(k{!givT4BA)3hwW};>N=N!dy>Mw`hvNpc<9~-w{M?*y6#I*e0 zQ9f%Ht|Q#Xoz6UyTS*Bpbq)5^A4cP;Rz$)TuUA#hdlNzmMUdKtd?lP7WZe9uTc zUc1-O!+i))@(_vebVVa%ag1m-ce>Z?f5VPMBMh}Mjxx;^yY1lHk6Z9L5yFvdTu9!8 zNA{NCJ3oC2tzG>Cv1mdI4Lo;v5x)Oe51x79pN?ts_Go$hmGbg<69UW`Tx`ibU0h8R zIfzn6OY*yKkn!MWRaDhdP7@}jgd~3zl_BAzU9@+&c=$jT`x-eqhD81>4OUmx{Xy5l zJqR$TAXZPsI87eHKekdGXTz?oAw2O_6`QHm5Ec<>h=kHdtE%^iy_DMwy51k6RFIZ7 zt&(y7t+LmiI(){}CC2&;qwG8a%qa+`naLg%DhFeAZ6(8&dt!(tR4Tb}ztvz8lUbh^ zSqFtFeEsOl3UO~eQ*P^xRdVpQn!S^~L9M_q8< z)j8>4m8>RAP06I`sE*@M{Z6(KV6Gr*n&_VCZa6Bf z1(!%InKYSLX42x`f6qDS8|El4*IR?oRPu0X8k1CsYvMe0u&wQMTAZ9|h^Qm(gx?Xb zE^;h&HKqD^yzW=gXxT6Vlq{$;;!+NiY;Qjyb{dREhW{t85dRIyO8Bd(VjzTaikL=# bIf?%Pxok~TZFkP}00000NkvXXu0mjfZOeCu literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge/Score BG.png.meta b/Assets/NewUI/LeaderBoard/Greeen Badge/Score BG.png.meta new file mode 100644 index 00000000..bff7749c --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Greeen Badge/Score BG.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: d1a254d145eb8a14ca793fd3035c8b0c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Greeen Badge/bronze.png b/Assets/NewUI/LeaderBoard/Greeen Badge/bronze.png new file mode 100644 index 0000000000000000000000000000000000000000..91703077bc5e6dde68d08c3d12542020eb6f8885 GIT binary patch literal 13350 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

P-7a@1gMv+Xy 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 z≷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 b%L{)4bN73uQbSFi00000NkvXXu0mjftU+lg literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Leaderboard icon.png.meta b/Assets/NewUI/LeaderBoard/Leaderboard icon.png.meta new file mode 100644 index 00000000..b2b798a8 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Leaderboard icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 51493f452804e0149a3098e5000e5c3e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/LeaderboardsPopup.prefab b/Assets/NewUI/LeaderBoard/LeaderboardsPopup.prefab new file mode 100644 index 00000000..a0a4050e --- /dev/null +++ b/Assets/NewUI/LeaderBoard/LeaderboardsPopup.prefab @@ -0,0 +1,3244 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &557147154123014621 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8419866730315268015} + - component: {fileID: 1181891632044987989} + - component: {fileID: 6083117393018200431} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8419866730315268015 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 557147154123014621} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6173620582364838532} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -2.5} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1181891632044987989 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 557147154123014621} + m_CullTransparentMesh: 1 +--- !u!114 &6083117393018200431 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 557147154123014621} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 7e150c4afc786904f84fc3b2e4c11350, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &637605459286238928 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5349940134371925265} + - component: {fileID: 4581989794700682229} + - component: {fileID: 2443837336851898533} + - component: {fileID: 1406664460626900625} + m_Layer: 5 + m_Name: Scrollbar Vertical + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5349940134371925265 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 637605459286238928} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3958252575314362444} + m_Father: {fileID: 7908368764155878626} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: -17} + m_Pivot: {x: 1, y: 1} +--- !u!222 &4581989794700682229 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 637605459286238928} + m_CullTransparentMesh: 1 +--- !u!114 &2443837336851898533 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 637605459286238928} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &1406664460626900625 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 637605459286238928} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2a4db7a114972834c8e4117be1d82ba3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 6895122972546768773} + m_HandleRect: {fileID: 7590745601293574830} + m_Direction: 2 + m_Value: 0 + m_Size: 1 + m_NumberOfSteps: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &680034626746863993 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1747626111088941446} + - component: {fileID: 4107686923468033214} + - component: {fileID: 5733033280246237306} + m_Layer: 5 + m_Name: Content + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1747626111088941446 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 680034626746863993} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5610676133267508060} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -748, y: -0.000015258789} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0, y: 1} +--- !u!114 &4107686923468033214 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 680034626746863993} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 26 + m_Bottom: 0 + m_ChildAlignment: 4 + m_Spacing: 21.49 + m_ChildForceExpandWidth: 1 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 0 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 +--- !u!114 &5733033280246237306 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 680034626746863993} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalFit: 0 + m_VerticalFit: 1 +--- !u!1 &798348269427432346 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5791384925163365661} + - component: {fileID: 7798862639691759510} + - component: {fileID: 260420654435351703} + m_Layer: 5 + m_Name: Title + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5791384925163365661 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 798348269427432346} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4735665652752827894} + - {fileID: 5903304236167724968} + m_Father: {fileID: 3188961330950474097} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 627} + m_SizeDelta: {x: 1080, y: 143} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7798862639691759510 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 798348269427432346} + m_CullTransparentMesh: 1 +--- !u!114 &260420654435351703 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 798348269427432346} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 06dffca9e3f00254ca057e54eeaf4db6, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &997826620294071120 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 528626936020999711} + m_Layer: 5 + m_Name: Bottom + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &528626936020999711 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 997826620294071120} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1145879704583983232} + - {fileID: 8120531800328111538} + m_Father: {fileID: 3188961330950474097} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0.000044823, y: -190.29999} + m_SizeDelta: {x: 1080, y: 1491.5898} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1071540396518864600 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1145879704583983232} + m_Layer: 5 + m_Name: Pedestals + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1145879704583983232 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1071540396518864600} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3872224434289621884} + - {fileID: 6149721199726190709} + - {fileID: 8946041518128319346} + m_Father: {fileID: 528626936020999711} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: -0.000030518, y: -211.26001} + m_SizeDelta: {x: 1080, y: 422.51} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1097430708833912393 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5610676133267508060} + - component: {fileID: 2924084758062903309} + - component: {fileID: 8431159125301722522} + - component: {fileID: 7999982977908214420} + m_Layer: 5 + m_Name: Viewport + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5610676133267508060 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1097430708833912393} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1747626111088941446} + m_Father: {fileID: 7908368764155878626} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -17, y: 0} + m_Pivot: {x: 0, y: 1} +--- !u!222 &2924084758062903309 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1097430708833912393} + m_CullTransparentMesh: 1 +--- !u!114 &8431159125301722522 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1097430708833912393} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10917, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &7999982977908214420 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1097430708833912393} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 31a19414c41e5ae4aae2af33fee712f6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ShowMaskGraphic: 0 +--- !u!1 &1146114322331457230 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1721820768241144808} + - component: {fileID: 591885642959245493} + - component: {fileID: 463992416660821392} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1721820768241144808 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1146114322331457230} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6405750164602226961} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -2.5} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &591885642959245493 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1146114322331457230} + m_CullTransparentMesh: 1 +--- !u!114 &463992416660821392 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1146114322331457230} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 7e150c4afc786904f84fc3b2e4c11350, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &1442121232043085476 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6149721199726190709} + - component: {fileID: 3917684457119669760} + - component: {fileID: 6698527436560297237} + - component: {fileID: 5995147595232219457} + m_Layer: 5 + m_Name: 2nd + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6149721199726190709 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1442121232043085476} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6405750164602226961} + - {fileID: 7786521502248466313} + - {fileID: 3848434021611269837} + m_Father: {fileID: 1145879704583983232} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -335, y: 14} + m_SizeDelta: {x: 282, y: 318} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &3917684457119669760 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1442121232043085476} + m_CullTransparentMesh: 1 +--- !u!114 &6698527436560297237 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1442121232043085476} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 9f9140f20bb0f1341b19f2fb79482701, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &5995147595232219457 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1442121232043085476} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe7a6c08caa987c438eef91a7a0fc0d3, type: 3} + m_Name: + m_EditorClassIdentifier: + pedestalNumber: 2 + scoreText: {fileID: 436060366358511923} + profilePic: {fileID: 463992416660821392} + nameText: {fileID: 2846011980314604040} +--- !u!1 &1604885169809551255 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6405750164602226961} + - component: {fileID: 5939701949750862969} + - component: {fileID: 7229894356953497478} + m_Layer: 5 + m_Name: AvatarPicture + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6405750164602226961 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1604885169809551255} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.00032, y: 1.00032, z: 1.00032} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1721820768241144808} + m_Father: {fileID: 6149721199726190709} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: -63} + m_SizeDelta: {x: 110, y: 110} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5939701949750862969 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1604885169809551255} + m_CullTransparentMesh: 1 +--- !u!114 &7229894356953497478 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1604885169809551255} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 9c963c49b2bf6c2408edcacbaae98200, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &1628212734907332929 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7908368764155878626} + - component: {fileID: 5625572055148134984} + - component: {fileID: 7570351247015322326} + - component: {fileID: 6438779806148728639} + m_Layer: 5 + m_Name: Scroll View + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7908368764155878626 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1628212734907332929} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5610676133267508060} + - {fileID: 5349940134371925265} + m_Father: {fileID: 8120531800328111538} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 11.378, y: -19.962} + m_SizeDelta: {x: 1057.2, y: 793.97} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5625572055148134984 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1628212734907332929} + m_CullTransparentMesh: 1 +--- !u!114 &7570351247015322326 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1628212734907332929} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 0} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &6438779806148728639 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1628212734907332929} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Content: {fileID: 1747626111088941446} + m_Horizontal: 0 + m_Vertical: 1 + m_MovementType: 1 + m_Elasticity: 0.1 + m_Inertia: 1 + m_DecelerationRate: 0.135 + m_ScrollSensitivity: 1 + m_Viewport: {fileID: 5610676133267508060} + m_HorizontalScrollbar: {fileID: 0} + m_VerticalScrollbar: {fileID: 1406664460626900625} + m_HorizontalScrollbarVisibility: 2 + m_VerticalScrollbarVisibility: 0 + m_HorizontalScrollbarSpacing: -3 + m_VerticalScrollbarSpacing: -3 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!1 &1748742743882202489 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3188961330950474097} + - component: {fileID: 8933557624151551328} + - component: {fileID: 7481815994550998155} + - component: {fileID: 2280375977384003943} + - component: {fileID: 6330872946456230171} + - component: {fileID: 3467639517487986001} + - component: {fileID: 6418597962137773390} + m_Layer: 5 + m_Name: LeaderboardsPopup + m_TagString: + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3188961330950474097 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1748742743882202489} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7795106250517606859} + - {fileID: 5791384925163365661} + - {fileID: 528626936020999711} + - {fileID: 2391405157991017669} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8933557624151551328 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1748742743882202489} + m_CullTransparentMesh: 0 +--- !u!114 &7481815994550998155 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1748742743882202489} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 7fee049f2ce6b13489377767baad0bbe, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &2280375977384003943 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1748742743882202489} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: df3ac59bdfef626ba9cf312eb790f208, type: 3} + m_Name: + m_EditorClassIdentifier: + animator: {fileID: 3467639517487986001} + openClip: {fileID: 7400000, guid: 9d7af72f6b764e78a819c8a855ccf8d4, type: 2} + closeClip: {fileID: 7400000, guid: 772dcd83a8024cf287b4687b015f93ce, type: 2} + isOpen: 0 + closeOnEsc: 0 + onClose: + m_PersistentCalls: + m_Calls: [] + onOpen: + m_PersistentCalls: + m_Calls: [] + ChooseModePanel: {fileID: 0} +--- !u!225 &6330872946456230171 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1748742743882202489} + m_Enabled: 1 + m_Alpha: 0 + m_Interactable: 1 + m_BlocksRaycasts: 0 + m_IgnoreParentGroups: 0 +--- !u!95 &3467639517487986001 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1748742743882202489} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: 3daaf3704a3b4865b42d6050afc0a129, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 +--- !u!114 &6418597962137773390 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1748742743882202489} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 55aae5a6257107a44b1b3e7aaa35a195, type: 3} + m_Name: + m_EditorClassIdentifier: + lbItemPrefab: {fileID: 5850781625971850372, guid: 88afb99e58a715640befe7148c6e92c6, + type: 3} + lbItemSelfPrefab: {fileID: 3156808416426534223, guid: 67cb11c0d1417534e985eb7be1f6edf5, + type: 3} + content: {fileID: 1747626111088941446} + _lbPedestalItems: + - {fileID: 2568540576917603135} + - {fileID: 5995147595232219457} + - {fileID: 2127333615051366362} +--- !u!1 &2470003454632191007 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4735665652752827894} + - component: {fileID: 1494487353863378112} + - component: {fileID: 746451839711248182} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4735665652752827894 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2470003454632191007} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5791384925163365661} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 44.15, y: -5.69} + m_SizeDelta: {x: 483.26, y: 91.98} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1494487353863378112 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2470003454632191007} + m_CullTransparentMesh: 1 +--- !u!114 &746451839711248182 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2470003454632191007} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: Leaderboard + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 2d1fdd99a68e87f46a9fdd01c22fa4c1, type: 2} + m_sharedMaterial: {fileID: 2742155659043687715, guid: 2d1fdd99a68e87f46a9fdd01c22fa4c1, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 65 + m_fontSizeBase: 65 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: -6 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &2579048446216861191 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8120531800328111538} + m_Layer: 5 + m_Name: Leaderboard + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8120531800328111538 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2579048446216861191} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7908368764155878626} + m_Father: {fileID: 528626936020999711} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -0.0025167, y: -72.84} + m_SizeDelta: {x: 1080, y: 833.9} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &2622107513219700042 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1610181444242235534} + - component: {fileID: 4028466761449640734} + - component: {fileID: 6034158461557851727} + m_Layer: 5 + m_Name: Image + m_TagString: + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1610181444242235534 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2622107513219700042} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8301229672940623885} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4028466761449640734 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2622107513219700042} + m_CullTransparentMesh: 0 +--- !u!114 &6034158461557851727 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2622107513219700042} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 0} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &3290230294266418972 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7795106250517606859} + - component: {fileID: 5526517940327419444} + - component: {fileID: 3754722599804949038} + m_Layer: 5 + m_Name: Top + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7795106250517606859 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3290230294266418972} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8301229672940623885} + m_Father: {fileID: 3188961330950474097} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 1.2497559, y: 0} + m_SizeDelta: {x: 2.5, y: 200} + m_Pivot: {x: 0.5, y: 1} +--- !u!222 &5526517940327419444 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3290230294266418972} + m_CullTransparentMesh: 1 +--- !u!114 &3754722599804949038 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3290230294266418972} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 95e4e9236a73b474bba55d4c96a69409, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &3384776165138785929 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3401715981148703993} + - component: {fileID: 874380762983180680} + - component: {fileID: 6749075302176805874} + m_Layer: 5 + m_Name: NameText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3401715981148703993 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3384776165138785929} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3872224434289621884} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 17.500008} + m_SizeDelta: {x: 200, y: 50} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &874380762983180680 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3384776165138785929} + m_CullTransparentMesh: 1 +--- !u!114 &6749075302176805874 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3384776165138785929} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: Player_B + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 9a2157e1f9c4c4d38841fbb92558f587, type: 2} + m_sharedMaterial: {fileID: -6360588970910393389, guid: 9a2157e1f9c4c4d38841fbb92558f587, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 20.2 + m_fontSizeBase: 20.2 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 1 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &3694136961716263543 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2000930028036651019} + - component: {fileID: 5147716083833936058} + - component: {fileID: 1971496899274556348} + m_Layer: 5 + m_Name: ScoreBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2000930028036651019 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3694136961716263543} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8920417141182831174} + m_Father: {fileID: 3872224434289621884} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} + m_AnchoredPosition: {x: 4, y: 154.9} + m_SizeDelta: {x: 141, y: 32} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5147716083833936058 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3694136961716263543} + m_CullTransparentMesh: 1 +--- !u!114 &1971496899274556348 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3694136961716263543} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: d1a254d145eb8a14ca793fd3035c8b0c, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &3768516470805202590 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5903304236167724968} + - component: {fileID: 3089592200887117064} + - component: {fileID: 8509113259539622072} + m_Layer: 5 + m_Name: Icon + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &5903304236167724968 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3768516470805202590} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5791384925163365661} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -270, y: -2.2} + m_SizeDelta: {x: 107, y: 85} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &3089592200887117064 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3768516470805202590} + m_CullTransparentMesh: 1 +--- !u!114 &8509113259539622072 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3768516470805202590} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 51493f452804e0149a3098e5000e5c3e, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &3910370869869630003 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3958252575314362444} + m_Layer: 5 + m_Name: Sliding Area + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3958252575314362444 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3910370869869630003} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7590745601293574830} + m_Father: {fileID: 5349940134371925265} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -20, y: -20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &4279917105292183247 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7786521502248466313} + - component: {fileID: 2309847880210737624} + - component: {fileID: 2846011980314604040} + m_Layer: 5 + m_Name: NameText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7786521502248466313 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4279917105292183247} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.00032, y: 1.00032, z: 1.00032} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6149721199726190709} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 23.8} + m_SizeDelta: {x: 200, y: 50} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2309847880210737624 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4279917105292183247} + m_CullTransparentMesh: 1 +--- !u!114 &2846011980314604040 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4279917105292183247} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: Player_A + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 9a2157e1f9c4c4d38841fbb92558f587, type: 2} + m_sharedMaterial: {fileID: -6360588970910393389, guid: 9a2157e1f9c4c4d38841fbb92558f587, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 20.2 + m_fontSizeBase: 20.2 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 1 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &4637163661367077425 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8920417141182831174} + - component: {fileID: 3518025843940199956} + - component: {fileID: 315217694452062773} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8920417141182831174 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4637163661367077425} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2000930028036651019} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: -50.5, y: -0.7949896} + m_SizeDelta: {x: 75.97, y: 30.41} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &3518025843940199956 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4637163661367077425} + m_CullTransparentMesh: 1 +--- !u!114 &315217694452062773 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4637163661367077425} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: 12334 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: f9650ff3b67d45e42aa51501d10136f4, type: 2} + m_sharedMaterial: {fileID: 2039440194532944411, guid: f9650ff3b67d45e42aa51501d10136f4, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 16.2 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 14.5 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &5530420961872123586 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8498960608888183952} + - component: {fileID: 4096312045254636229} + - component: {fileID: 9071939938260215743} + m_Layer: 5 + m_Name: NameText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8498960608888183952 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5530420961872123586} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.00032, y: 1.00032, z: 1.00032} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8946041518128319346} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 24.1} + m_SizeDelta: {x: 200, y: 50} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4096312045254636229 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5530420961872123586} + m_CullTransparentMesh: 1 +--- !u!114 &9071939938260215743 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5530420961872123586} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: Player_C + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: 9a2157e1f9c4c4d38841fbb92558f587, type: 2} + m_sharedMaterial: {fileID: -6360588970910393389, guid: 9a2157e1f9c4c4d38841fbb92558f587, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 20.2 + m_fontSizeBase: 20.2 + m_fontWeight: 400 + m_enableAutoSizing: 0 + m_fontSizeMin: 18 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 2 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 1 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &5719200283397349705 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7590745601293574830} + - component: {fileID: 1432212494931475121} + - component: {fileID: 6895122972546768773} + m_Layer: 5 + m_Name: Handle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &7590745601293574830 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5719200283397349705} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3958252575314362444} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 20, y: 20} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &1432212494931475121 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5719200283397349705} + m_CullTransparentMesh: 1 +--- !u!114 &6895122972546768773 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5719200283397349705} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &5920942481708289914 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3872224434289621884} + - component: {fileID: 7027640998771504340} + - component: {fileID: 5687352434375555613} + - component: {fileID: 2568540576917603135} + m_Layer: 5 + m_Name: 1st + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3872224434289621884 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5920942481708289914} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6173620582364838532} + - {fileID: 3401715981148703993} + - {fileID: 2000930028036651019} + m_Father: {fileID: 1145879704583983232} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -7} + m_SizeDelta: {x: 342, y: 363} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7027640998771504340 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5920942481708289914} + m_CullTransparentMesh: 1 +--- !u!114 &5687352434375555613 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5920942481708289914} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: eac67fa473e6abb4c9370e93e68f950a, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &2568540576917603135 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5920942481708289914} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe7a6c08caa987c438eef91a7a0fc0d3, type: 3} + m_Name: + m_EditorClassIdentifier: + pedestalNumber: 1 + scoreText: {fileID: 315217694452062773} + profilePic: {fileID: 6083117393018200431} + nameText: {fileID: 6749075302176805874} +--- !u!1 &6329351692557841965 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2391405157991017669} + - component: {fileID: 5321775284499801444} + - component: {fileID: 86669822633827353} + m_Layer: 5 + m_Name: BG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &2391405157991017669 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6329351692557841965} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3188961330950474097} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 1081, y: 1920} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &5321775284499801444 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6329351692557841965} + m_CullTransparentMesh: 1 +--- !u!114 &86669822633827353 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6329351692557841965} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 0.44705883} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: ff7a408f0a445984f8901ce781a8d735, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &7228771786426541990 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6173620582364838532} + - component: {fileID: 3986781068956817881} + - component: {fileID: 6459730671968641592} + m_Layer: 5 + m_Name: AvatarPicture + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6173620582364838532 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7228771786426541990} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.00032, y: 1.00032, z: 1.00032} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8419866730315268015} + m_Father: {fileID: 3872224434289621884} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: -84} + m_SizeDelta: {x: 110, y: 110} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &3986781068956817881 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7228771786426541990} + m_CullTransparentMesh: 1 +--- !u!114 &6459730671968641592 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7228771786426541990} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 4771bc627bfed1f4e8e630650fc1b215, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &7504354048922750538 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3848434021611269837} + - component: {fileID: 131018001447619075} + - component: {fileID: 7888988808064996961} + m_Layer: 5 + m_Name: ScoreBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3848434021611269837 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7504354048922750538} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.00032, y: 1.00032, z: 1.00032} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8026882825882188021} + m_Father: {fileID: 6149721199726190709} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} + m_AnchoredPosition: {x: 4, y: 138.5} + m_SizeDelta: {x: 141, y: 32} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &131018001447619075 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7504354048922750538} + m_CullTransparentMesh: 1 +--- !u!114 &7888988808064996961 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7504354048922750538} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: d1a254d145eb8a14ca793fd3035c8b0c, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8337526333047669999 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6297160935192172493} + - component: {fileID: 7978439346278440852} + - component: {fileID: 3416664225675977437} + m_Layer: 5 + m_Name: ScoreBG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6297160935192172493 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8337526333047669999} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.00032, y: 1.00032, z: 1.00032} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4218099632659618690} + m_Father: {fileID: 8946041518128319346} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} + m_AnchoredPosition: {x: 4, y: 138.8} + m_SizeDelta: {x: 141, y: 32} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7978439346278440852 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8337526333047669999} + m_CullTransparentMesh: 1 +--- !u!114 &3416664225675977437 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8337526333047669999} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: d1a254d145eb8a14ca793fd3035c8b0c, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8524890884749119477 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4218099632659618690} + - component: {fileID: 8273856533913849190} + - component: {fileID: 4404033344474101012} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4218099632659618690 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8524890884749119477} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6297160935192172493} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: -50.5, y: -0.7949896} + m_SizeDelta: {x: 75.97, y: 30.41} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8273856533913849190 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8524890884749119477} + m_CullTransparentMesh: 1 +--- !u!114 &4404033344474101012 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8524890884749119477} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: 12334 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: f9650ff3b67d45e42aa51501d10136f4, type: 2} + m_sharedMaterial: {fileID: 2039440194532944411, guid: f9650ff3b67d45e42aa51501d10136f4, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 16.2 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 14.5 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} +--- !u!1 &8753920186610451567 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4056225212123778826} + - component: {fileID: 7609703664331444874} + - component: {fileID: 4794763746623151165} + m_Layer: 5 + m_Name: AvatarPicture + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4056225212123778826 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8753920186610451567} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.00032, y: 1.00032, z: 1.00032} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8324889242244177361} + m_Father: {fileID: 8946041518128319346} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 2.1, y: -62.99997} + m_SizeDelta: {x: 110, y: 110} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7609703664331444874 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8753920186610451567} + m_CullTransparentMesh: 1 +--- !u!114 &4794763746623151165 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8753920186610451567} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 6491ca13a9741c6429b67b710c0ddc83, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8793223515407753594 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8324889242244177361} + - component: {fileID: 6511473271045913136} + - component: {fileID: 1872020315498846133} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8324889242244177361 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8793223515407753594} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4056225212123778826} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -2.5} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6511473271045913136 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8793223515407753594} + m_CullTransparentMesh: 1 +--- !u!114 &1872020315498846133 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8793223515407753594} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 7e150c4afc786904f84fc3b2e4c11350, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &8824953542908658344 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8301229672940623885} + - component: {fileID: 6956822005547923066} + - component: {fileID: 4229214336303225315} + - component: {fileID: 3361381836640078704} + m_Layer: 5 + m_Name: BackBtn + m_TagString: + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8301229672940623885 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8824953542908658344} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1610181444242235534} + m_Father: {fileID: 7795106250517606859} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: 0, y: 70} + m_SizeDelta: {x: 179, y: 140} + m_Pivot: {x: 0, y: 1} +--- !u!222 &6956822005547923066 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8824953542908658344} + m_CullTransparentMesh: 0 +--- !u!114 &4229214336303225315 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8824953542908658344} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: dee9445eca1072d479f52ea7f8867812, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &3361381836640078704 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8824953542908658344} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.7843137, g: 0.7843137, b: 0.7843137, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.7843137, g: 0.7843137, b: 0.7843137, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 4229214336303225315} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 2280375977384003943} + m_TargetAssemblyTypeName: + m_MethodName: Close + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 0} + m_TargetAssemblyTypeName: + m_MethodName: Play + m_Mode: 3 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 0} + m_TargetAssemblyTypeName: + m_MethodName: PlayBackButton + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 6418597962137773390} + m_TargetAssemblyTypeName: LeaderboardUIScreen, Assembly-CSharp + m_MethodName: OnClose + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!1 &8950198484935419963 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8946041518128319346} + - component: {fileID: 503623585478925167} + - component: {fileID: 6440002836032915703} + - component: {fileID: 2127333615051366362} + m_Layer: 5 + m_Name: 3rd + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8946041518128319346 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8950198484935419963} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4056225212123778826} + - {fileID: 8498960608888183952} + - {fileID: 6297160935192172493} + m_Father: {fileID: 1145879704583983232} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 335, y: 14} + m_SizeDelta: {x: 283, y: 318} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &503623585478925167 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8950198484935419963} + m_CullTransparentMesh: 1 +--- !u!114 &6440002836032915703 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8950198484935419963} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 54db0eccb9c5a42498a066622a1878f4, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &2127333615051366362 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8950198484935419963} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe7a6c08caa987c438eef91a7a0fc0d3, type: 3} + m_Name: + m_EditorClassIdentifier: + pedestalNumber: 3 + scoreText: {fileID: 4404033344474101012} + profilePic: {fileID: 1872020315498846133} + nameText: {fileID: 9071939938260215743} +--- !u!1 &9197767623019176590 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8026882825882188021} + - component: {fileID: 3842016895680508916} + - component: {fileID: 436060366358511923} + m_Layer: 5 + m_Name: Text (TMP) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8026882825882188021 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9197767623019176590} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3848434021611269837} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: -50.5, y: -0.7949896} + m_SizeDelta: {x: 75.97, y: 30.41} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &3842016895680508916 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9197767623019176590} + m_CullTransparentMesh: 1 +--- !u!114 &436060366358511923 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9197767623019176590} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_text: 12334 + m_isRightToLeft: 0 + m_fontAsset: {fileID: 11400000, guid: f9650ff3b67d45e42aa51501d10136f4, type: 2} + m_sharedMaterial: {fileID: 2039440194532944411, guid: f9650ff3b67d45e42aa51501d10136f4, + type: 2} + m_fontSharedMaterials: [] + m_fontMaterial: {fileID: 0} + m_fontMaterials: [] + m_fontColor32: + serializedVersion: 2 + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} + m_enableVertexGradient: 0 + m_colorMode: 3 + m_fontColorGradient: + topLeft: {r: 1, g: 1, b: 1, a: 1} + topRight: {r: 1, g: 1, b: 1, a: 1} + bottomLeft: {r: 1, g: 1, b: 1, a: 1} + bottomRight: {r: 1, g: 1, b: 1, a: 1} + m_fontColorGradientPreset: {fileID: 0} + m_spriteAsset: {fileID: 0} + m_tintAllSprites: 0 + m_StyleSheet: {fileID: 0} + m_TextStyleHashCode: -1183493901 + m_overrideHtmlColors: 0 + m_faceColor: + serializedVersion: 2 + rgba: 4294967295 + m_fontSize: 16.2 + m_fontSizeBase: 36 + m_fontWeight: 400 + m_enableAutoSizing: 1 + m_fontSizeMin: 14.5 + m_fontSizeMax: 72 + m_fontStyle: 0 + m_HorizontalAlignment: 1 + m_VerticalAlignment: 512 + m_textAlignment: 65535 + m_characterSpacing: 0 + m_wordSpacing: 0 + m_lineSpacing: 0 + m_lineSpacingMax: 0 + m_paragraphSpacing: 0 + m_charWidthMaxAdj: 0 + m_enableWordWrapping: 1 + m_wordWrappingRatios: 0.4 + m_overflowMode: 0 + m_linkedTextComponent: {fileID: 0} + parentLinkedComponent: {fileID: 0} + m_enableKerning: 1 + m_enableExtraPadding: 0 + checkPaddingRequired: 0 + m_isRichText: 1 + m_parseCtrlCharacters: 1 + m_isOrthographic: 1 + m_isCullingEnabled: 0 + m_horizontalMapping: 0 + m_verticalMapping: 0 + m_uvLineOffset: 0 + m_geometrySortingOrder: 0 + m_IsTextObjectScaleStatic: 0 + m_VertexBufferAutoSizeReduction: 0 + m_useMaxVisibleDescender: 1 + m_pageToDisplay: 1 + m_margin: {x: 0, y: 0, z: 0, w: 0} + m_isUsingLegacyAnimationComponent: 0 + m_isVolumetricText: 0 + m_hasFontAssetChanged: 0 + m_baseMaterial: {fileID: 0} + m_maskOffset: {x: 0, y: 0, z: 0, w: 0} diff --git a/Assets/NewUI/LeaderBoard/LeaderboardsPopup.prefab.meta b/Assets/NewUI/LeaderBoard/LeaderboardsPopup.prefab.meta new file mode 100644 index 00000000..6e27bd50 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/LeaderboardsPopup.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f6670d8117a961048b4a0ff4bbf6d59e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Main.meta b/Assets/NewUI/LeaderBoard/Main.meta new file mode 100644 index 00000000..4b4c4e33 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Main.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 966737545c54a0247b661f43673d2849 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Main/Blue BG.png b/Assets/NewUI/LeaderBoard/Main/Blue BG.png new file mode 100644 index 0000000000000000000000000000000000000000..ebe2b84c05a326239a5dc0022a2591906e7de670 GIT binary patch literal 4465 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 b{~y5lZs{u+(Bl9A008rJ^>bP0l+XkKY4sDi literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Main/Player Icon 2.png.meta b/Assets/NewUI/LeaderBoard/Main/Player Icon 2.png.meta new file mode 100644 index 00000000..e8d69d53 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Main/Player Icon 2.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 6cc21907c7f2ce34da0273f979c6234c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Main/Player Icon 3.png b/Assets/NewUI/LeaderBoard/Main/Player Icon 3.png new file mode 100644 index 0000000000000000000000000000000000000000..1940e0a3679e7ba280182bd9322aac47bb52f705 GIT binary patch literal 11051 zcmV+`E7a79P)W}KWc zImsX7oC)^C%Ye;+F~P)3z{U$UAQlM;AqlnA-Riyj?MuB^b@P39sk&9~wLqe{Pr-QWH8d+!4{O{eKJou<=tnoiScI!&kPG@Yi?^dFiGcni=gk37;5Z!|VGU3YVn zv9*RB>oM$j7g$!(FwG=bwh@b4jK$-gX<2nJj5_n642^o8HN8ow*T+52o66SfN7j7s zgBAEKrZ)|c{rBG6S&zf}yn6Fvh%Sy0h3S!wTSeXo%i3Aw27(lZLtXc(k zaS@ucvtZHXN`KnV4lUD;_V!lF6JIPrPVmQ%_p)QfE)EuvEn z$Yb~3o9HdfT~o-HK3|xfzp_v$f#Wp+YZXk}2G58=({ll;HL%MSuyZ-EOGPj$RX~n_ zrsD!*07=^f%QPVtGa+G_VA~cl4uGAEgPlr)-QDF_ne1+(v-=@~8TX(6jc**q(+u9? zbV>nv>MLLAnVX;c+R;OY|M0;0QKM8WL8Vp)&vC$OG{9)MV7eZd*y@uW;2NOQ^I#BM zC^Hip2tbk-+Jv~lAZExEJP$};kJp#aNDvhu(K)XS~Zl<3=KV$UAO*A=YRF9 zhu|$trwovL@4kDWzL@)${rmP`Iz2H7)j|g2zO|#Wv2Ha2nT^ELoCQKR_Ip z7;bmqnqg%#Jnu0&#vnnJkJ}0UMFt)NNXchd$U*6Z1)Uvf=o;>KItB;-XQH?FAKrD} zeUtDOq*DUOjvYJF^M?-q(}4pAZ=5|k1rCZS&uO4&@=*K;Fc>ckR;D3ZdqS@1C#l=53X9d~8LyYd_@q@f*J@LUs* z({|GUzD?@}U5n>vO~)Fzjb<5C@R@adaLH*xxl$c;>dprbUUKn8fB4QTpZw0won?57 z&`IZz&)UYZn79v*#SOt>B)*6{60-Tzy~I6n)Io7H01{|Cq~bPY(@Dto_Y@Lc-G3Py?EU*s z-FM%cZjqf-4*Bw5e0kL?2lssM@aU1g0)o+KG{Gaz0MXj1vY2cVOh1N|=@QpSrA^0( zTU@!__C7Sp#s$?d)gDO`7 z;&CI&#C_%;GjX4;F+p7GnBw||1{Q(haB+qpAy8cO;R_rzESinRX4i!qKXAdtdw;Zd z_W^j5=%fMij!Q3n@7VbGSLbHuj4C>H4M%VXgFuN3l`JY)9RpBu)ZqU;W!hqeb4~#P zlqUhAH9sdgNN|G50cdb*jLhH|zow3BS3SoN+~i7q(?D)<8qI7OypMd~{0n2-hX;T0 zgX2+KnogNv>eL z0+s2jI079+tZWY#W?HBxXo;iAYoRZafV7=}L_7gz%trq+4mG^4j`vh0Xe7!AC=A;` zqv=}trn`NpyXTx+F1hH35AE7jhf_!voCKOWI(75p_tFhg2cL|lPO%ZrOH{L?_uMBx<^D?g1D-Ghr|#JKJl&Lp9X53vwU8?T}J z%Tjzb6vd&PEBVj82YF?$Q?}qhyXDk%ATCIjMxxu-^uU12WArUc! z{0AB8;64am%dId5QfUi6h5IG6Pr#BHioKqi(!U&)09^q2M(%Uc&} zm50B5>#eKd6wr!t$lA4Qe|PN2*k8}g%v$9lM#m8lUV)l9Wk^mie2$P{07xzp*Ky@9 zMVoZIeO*CH+9I7HLChm+E{U#09FiRw@Q^d+t92O5717!W@VT*g3cdR{l(GB;7oAuzdJT`Af6ZBEKK$c-`y4olv|@mK z?sK0ToSvF~WPEJAuUIH>GuKt25iXVj&JbV#DEUN}@OTyz+W{DY46GyqgFr}eKm=E0 z$P1U($Fa575FPR@=H?e6kK*!TtnkZN9adNJFwj2;PtQzX{Hy|Qr2sc$JZ8(#umw5n47Uces6$HhTm;8Ju5nP@&Q;K%wX8F`Guf?wx^>G#5ANCH!bzeP1LVAO zxBc~zBV*U(FkD`%kyX_U6uBfr%70&hgt$TI7{Mt)2!Z?y69F)lr%hItihq%3j^c;e zB>VBn7_UlUjwFd(;KY+KfvWrYsY$qY)oPf_&BI{~GOk@a1a`s(b7~s?wUmd$3o}rw z*Wg{X5_BUdzr^yp2=1B4ZFw>Vl36ICagr++FhmeP%gAIJPwal_XK<2eMM5X2$j>`; z@U@*|V-psI)awp8fe47lG*efKBUS10oQG?^tpyrY(E^i}LLay`WPpX#4~TF`XF9eI;F3dqkDgj$p4b;|kCO@>}+yDGHoCI144ly=w z+I;``#Kc);^f?;MM%c{dhE;&O(iH-X01({@Go;=y(P|>@z`tCHH#wNfv1Hs4tkkMt zc6Rb(hh`_?>P!}Xx-bX1dJ$$9=itcf3``gDP(?6EgkqYQ8wZpFt|B*;%Vj8)N-&AZ zugQ89Hjb=;p}}65KlmEVq5t$8invs!i~BUpPNG$prl|gv@4NWz4?nf*`8=#JoiHGu z`OIhj^Wnos?#$2QZG)71rsP$YRM^BL-lUFAhISsOy6k-i~N<=WH@3cXb16k<81W@ce(Y6|M8%xlPD zg+>*M^RsZ%Sz921>E&tEDYXXlq)hYTE6=<7J5TRtCj`hBzVLqk53NVBF z-FSZ)>PZ9M7kK}Sdm6R4KHVw6{_!yZXv`GG0QcZyoI4a4w2o=V z3<(wo!slw{?>AAbxw!1k&%s2a2F2V0T#Y_X8O3Rl#V&pBqRU_S#mmpV3M)j*1_YzI z??f>EW?^B`u5(f4N)hCRIKt-)CeJBRB>@XS69AZ!GeBBoaa$D8lX}NSei`iV2OA^E z8LtW3P)V=BsMO`vdD!KlAHhK|gG$#y&=&m~UyR9;C_TqZC4C)-QL5R6HA8*C=I7xG zG@Ey^c&rh#-}AO@7eBCT@5<4`Qyum$k*ROCN2w=Vf4@8zH z#gr6R@|lJo5-}l2(DGm(zlVC4SQu+Un-yZ+oiK{l)H$gvJe#thKR*TUN_jAhnW-08 zf{U||h-xFc$iYUY?qOn-Wb}gLdrZ1cQoa!mG$fOM&5oB6W!`$~2%1 zEph-57GdNOP9bOZ_V-}Pny>-OlSp@-U3U{xyY@c!8#qBa?pPLbN4$_Pe4b22VdCmw zggHcj;b{OxEie}H*hMHjHSXs=QILiF1B1VE((d2A4G zFV7pLnsYbSO%hI!j+;X^ZQ6AA(TT|ql`u5Xq|ka(gx6i41H3?VNidkw9UL&w(uKm|OT%nZQ8q;7*pO0PsROBrt3B3I=&xWe&xnOk1A5_3ste@O>1Emtf*)IF$yk zBMZC7NBO&muZ9g5!ztLZFzjJkRJj&x>rBCCdraPaNXh?pfQW`5q5+1+EjH>D;*=C| z3N9qhh!l6LXObu##RfTETZC8lJ_noP#$C7HetQB=fZi}5$d2at%*=nEo10(jpa(0s z!xf9?`M`J)V3^M>%va`mvX;q@(}C~-QGlYCya)H6M34KiL;IlQHf1iwfQ_igRTQ6B ztk{6IG1 zdV2c8e4+U9a;40D4$d9Q5e!wjrayEA@9Pd_?#lg$uR@?HTUdojObm_Zv63piT`*Oz z`e4v{wdHA%WYag7F*O2L_IJRYy=^{G2PncVrqVk;C~>Y+Vp6>6q=2EuI5#m4FYkT{ zo|v5a^j#mlD+SA>Hw;LnSh^dzBko{Wos_xfYMjC4tk$wU-NbDJ3}}&Ewaq+#A$y;zHhDjwI6jiz}FuDCTo5W$QB;7)!;hW&QoxNH4rE zBkdO>3)12otA`7F|L_jkS1m3|7rgU$^6y<(a^* z3&^dv-nwdGF?R!TN5g6G#FN*?qGFm=1gte|!u)igr~yA^tBylhzfb^gEk;+ZR3}U! zFpFqn3Q=VEbw`EoFak-Ul3T%hf|lHkNvSVv8i4cK_OmfUC>vUKlZSG!ER>NXPB9{Z zNc|l|vlu}rRx4}Gqrcn=%b?c<#Hl*Jx44+=qAVaKowyU|YNo6%qP+H80ZJT!7S{D^ zF>)=Q%iy(_AQ*KFPmFYR!_MMjpf?x`$$i_2Kf<_CF*g@HTx+4E`YX)PYZi2I73LQ4t~D5` zy`jtYB^5;TFbZx1BHq5qxg^S9Mw`(6B5OjWuy`&kgN_Nvp+ko@=JSOs>NVN(&Dwx z;b?9|OufOS_4Ac3VW1~?h4k<^H`0l6VZLqIRKqsW(ikJCSfrc)0VjJ%1=tjBJfF;KV z;C)A#3AdNBa3$tdw`V-)Ku57?)LsAtThccC?r<;s&Z>Se7N_{2py2hAt0T&tdd5J#k%48T8RZ%@{g_A)@Ck;Rz~!q_YHSAFBOxFbsS_)`F{gGBAW<=c$4NPN}9L%7T|m8b)XE zBU?7{#1$!YQD6hAXkAuhxpl6HhE$q-*n_dG&U8xxQm<9tU8z*i5p=^j4P7*`kXrWZ zJ_KI4zO~k^D_orztjC+4D&}Al=CB)RYKx>*#LAMus0z8ss>1fP$MYH;aT~fU8uMpgg3vD6}-g5m{9tav;D6{oqZ;R|j35TnsJ1NBFW>~;u=pD>r`GE3Dhi|7ok z#2RYt!B7>*Tyd@G1!9;*pQpc|^-)pPq!lC5Nc4T&T)_O!^=o>eh-G+Wbkdi@4mQr0 zbEWY8jI}CvTv7<=uQS;runcMoNWNM737Yi;VW#l$VbKcr14O}vp=wb8 z(m;O`F2mM+4u($7N~hZuFJiex&M?-}5Lkh8-{coP1V9 zZqNrcV{tSj>hK3W{a~@yF_%oU6k7FI(CR}RCCkb5mZO(JD?7dM`;&`s-9RUdHaxD} zsUyI@j?X}$-hg&qx~@Mc_g^knodj#V0?VMbfM5_Y%>#)ltnR;D`#^tf_!Yra3)R2d z|7aE#51}>llM5z4$%BA+zc7HqxH~00A-?I7AWeu%vtJG0+*Imzx#H}DApMr1Thvksx z!0XmqV6^(>O@^WIkJz#?Fh`x>c6s`Ub@5)t!x;KH0+u1fp25MFMz#@tzO)TO#(~%l z{uc1htkXpQB>@jjFTmW>FTyV-=UViK?hGp0oJc`37JKS55B@_5mO*Vf#EKi!^lsOU z4jBlhVaIfa&&*rtpjElr*S4+G$7avB10rOV$i65zK}yvA*!V->Su zy%mS`nGXLM3Q*m^h~{3x93611{=VRtc1|lRZM{^i@V>(|V^Ntq$Z{ZcL`>;i(>J^d z+<5w>R}y{y1}h23+2@`8YPKVLh$`CUl}~-J8qnZt0SpI%MkINzv_!m!lGS@DvM34x z>3W8XD9k(H^Ecu%*W>>6gKL62Bg))YuUYgKJtiMO*ZdSX%21uJL?Pr!-s` z7^aD2F`X0jBcQ24mdc~6{k3T7-ZH!@f5(Mq-UlZ@OD3oWdj|h;c-2tOq%nC)CwN*% zHsTEChQMGNXS4?*^eGUo4JGqEsN?z>1Z8Kf0?!umkm>Bh6sql4K%l?$u14Mx;>**x zB@9l8yCNcuo=f67UnpoD!^7bcwVz5P!R{FZv!myp&pi0xvXr@^B?0-~qu<-VYW1pn z2L}guID%;v7A#6$FD07V?MKB{SdKHPgBWt(&T0j!b{r}wGB))LhwOcw3sjGK!6i$j z34-fGq7EX!c>&NAT&47NJI)|dTr)7Z3WiL(bWR8SUpPTJW@qbbuDRw#r(VCNQmqa< zGA|M)w&cCKyf%(EGr)v`C$VVB*?X=X7=}*d*285Hjt@tUHLEAoD-ryTbABf}P!;K4 z;O9+Lk*V@YiO(-Ca`CA@KN{uj&2~bArb|mCcHH;OFMj|hNXG=^*=L`vU3lSz6KMY4 zRCgSsDF@GhU-YGk$E6Gvz-8LUfU1Wj?vh(_a|lJ_dDMHbT!71Zhu|d)=~Nqa|9Sp} zs$xM?xbi`Mw;oUc`8Nb$Xi*)~nKayjtSfO$FMnWV#W8R5@xIkC8&B;Y+A#2`(b3Tw zoFKjKaD?sKw;yUYngg|3?b2YXjMh=JI_c~kwc8CN8ten@+VBagEaHbUHiAC<_;2Rs zpm*&iOvh69q;kv6Eg(mnLVX;ge|;pXPx_H&p;*l2L=Sr-JPbj72St?M);9#(x_TSM zg#EE6o_%@`tN^_sVe-+Bezfc8(WxICIWqc=`S}Gogss`e;%F65QAPNA#6n_D{7$-T)5<*RPv8I`zW?uf29oKA+QOUT6*tA~kk9|*AZAyRAgT>GW%U`E^2cd8C`Hyd0aIQ0Mys;(keq1xkJ^J|Lzq;Xu z8$ON}*8^i?V>X$D+!+%^_pdXI_7&Z3UmerQ2tPo8g2xu6cmm{>rzQ?Ux>A5k28Liv z1_f2PM3u%+6$+yN7buW;zbfH`+6VwfQo%y*=t_6OVkrl9%!G5-^uwi_*TdHJ!*J&6 zA?WH5&MEm{bu`Bt#XPu+(_J)p2;`U+o+36t6Pv=X@MNV>=`Fn88C<)4eEkOM`}-0^ z=(wl&d-&mpAG!A0>+Z5F`>SJPN0Rw`Ui2FD+giAyqio+!bVWnj`f>e!sz>U+Gf%TC zV2dm-%)q`<5#n|VLpqKeS0eA#LH1NSm%t$hL_Cu!ss}5RreoTa?S_MxP5=E1H^IBM zZGeQl-picyKZ3$Y?|t{YnFgaZ)8xciCvB`?IAg zwn4+BQCRTm*`c-*Y%XWcMfTWZkN*9QH{Q6Xx3~N6_U(IhE6okU+9Z>r*|lR))TE5+ z9xjW#fY3200m5_JE-!yJ{VDtX?1fMgp5asn@{Z3+iuN7;+RibqYT5ok9R;7FHV}$K^DA5trdoW2goIp;jwK z_!<$XQ=f9d!n&d$qGuV9rW_DGg=u40WHj58WAgoRklOn~#)KJ+?B!io<;+I7ZClmy z8D_fUMOcDXWSZD5Tej@5ENgydX6COJ78Wu=>u>LyC^B147;Uz+BU0SN<@_WxsX&!^ zp{to;M0q4QZv@9^lX|k#Ah{tFO-_^X`MKzX8lxU9nTO!lXwWNKW31^aHVIjGAQ!$Z zf$^JWjK-M6zxcub^*5ui1g!`l_lZgD|Mv3BFHdGu*)Nwc-sCH3A*+*ZxAC5sQHjy$-5qr;1p=fO>& z<)P&sWJDG~z#xA8!1RwP3Lsj#GU*I`Bz3B;w*)%_R6^o0a#fawsp0x%eBTCKFQA-H zP=1GjnDYe9YB7FZEW*jeh(Xc@tKWu3xr)Zp9!yF#F`gCUQ*anY*yE>fYtS6P6g{RG zV3XzQ4eJ(o9a=F!?!WK;b91@Hx6`Bo+#WZD1*F2;22*+P)@oNr45lgH5NY~IZhP{X z`W60Y6Q#J7wHA5W0#^P46EjD=g4YilB79FBI}%omcjZyf6d`)$=OFiB_-4)7=fd#F zMrh1U0p#bwz_^;})b^o;cL<*|i`Ab;gR1PhtXgM$epUx)CdVCaKhgJ-bTrqb+ zrBq3~a>@%P<*VWlkYN^~3j=NmtRD5(fEItI&6dm5PrwAHn9<4&LUbA}63mmzjg&3V zfSN+Y(C>;+Ll?^2l@tHFva~Y)LieE*NUYfi#@dbC)Ww@AJn};$9((Yz+yBP|HiTnK z}6{1Vezxb>B_V52Qw<)Y1rrDT`so~JUemgGktub|LyVA+yVpdYr0c4JHMQ%o- zx6$aY5q`F`y~sf5jx+vaV$|z!`6((cwA236w|DyVBAU6+~xWtX64Xv z{5hJo-?Jd~*!h3@`Qz&2yJ8$tb?WPQPZWJ>3|a9?05C1A0qU6k5NVZx65lLxJh+Wl zZVdET7mFCTQB0Ztj6Tys51qj{?yte}<{59`{FyYRpi2|$IOL&te4Z75HX+4nhGwqO zu2TGBGPG_4!`7fzO2wb6uJxx$}j^BLy??oc5Z zHSx162QrE8H~IB()IsS~GMBKESHE}1KaRq2(#io6GdGGMOwau2kn+Yw#jCRV1aZh~;E4CZOEa?wJI-2=v4W@H3C|B$JHxNxNKSPzzCu8Ol zGHZZHKO`;!in+dQ>gqp#_?Z`A8MGpReB>h^dE4_lU)U%<75v0iYflXZ$43z`SlHjw zZL)A!KQMxQIWJFgjrPSX>ve2sDLG z!ilDRBJaE@;w1QAh$nLFDs}2AD}1R2qX}hPj4r!;R&6z<2+uAu5h)PAa{@5jl^#8( z$3`$FM&Sf#MaM0JAjSfqciq@~iidh4eZMP2z1OtSXVF9iWh{XWB2 zu5^s7KEEH9|72mE(N7~eSjI#u4r#Ow#27?86EpbF!Oo#Ku7+c%J9)W4^~pEn4`T8; z>R-roWK@;%Iyi_qfB7^I;ujm3m}#L4)4??5tZmvn*+pdGb~75#-B*K0g(+jgEY^K#%nTWf$m?Ve6y z=@WoK+|$5{$x)|k%-SvF#5@jBeKeTKLb2&VKW6V{2y7Lqk-9-mAw{G{636BAN;Ll6 zk=&I^Ww_%L)BIv%(FA39nW z;Kz^9G2esMylC-RK>*JOje>abG$fO8wC7Q#mqbs+C?K8dHo$zb!l%$svWrK}L4g8N zuLPV)Q-n}%!<9c-VW8rsDWFowEwt|tC!%(5xUN>VaEWCXhM!u@dw-R&75@#9lkz); zC>k)D-TXS{V-91DTmWR)_!Rz7>BWiA2Xe+5tkr>37JBR$9rm0evOua&En@8f%ajR*JP^$SdxT=W}~w)$q(p_=Zl@u3z?{uGMba^N)n zH4Oy>YWHJPf6{c^9r!t)2)FS-gY$V6Fq~o9Nwi#= z@NTT8DKujal*3N0vZN^N(J?y@XCo&)MX@Z(8lt$#WHObr&pP9h*_r7@b&upMn!EhT46>`T{p^!#&tls;x>+I~XK}fp<-{n0O3UU{2fM9jHQU@V#1h#7W+ysX z9G49vo4*amPpk0RpTOlIG<%Pt0l?50@ZW{Yli-7P@@YkX$MD!x8%5=M3uE?1Y;9jx ziUol|Q5A=no#0{YJ;)`$?#aMmrlPoEqE_6|HvnU3ER=ZQ&*J`rWyeuzCmw|3r%BW) zU&rOcsC!Ui8kb=h{c8xs*YI5z;_{#Hno&4KbP54cB!ThljizCJ62sM_)b|NY@q@w? zW2LaSqo&n}Wc{f3U#+hfeo27vS?5H06}f0W)0f=|Cq@i))^D1P#+|5N?!^6Nd)&*V zHvteuwNclt-S0YO1jfGFVBXgUt=Q;bZx7=Fv?O#~#MT50OZT5;x9 literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Main/Player Icon 3.png.meta b/Assets/NewUI/LeaderBoard/Main/Player Icon 3.png.meta new file mode 100644 index 00000000..66b6e876 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Main/Player Icon 3.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: ef55a95bb466f794bbe08a15b4ff6889 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Main/Player Icon BG.png b/Assets/NewUI/LeaderBoard/Main/Player Icon BG.png new file mode 100644 index 0000000000000000000000000000000000000000..ba3983873537f08e015e6fc66f7978d4d44b8176 GIT binary patch literal 5929 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 literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Main/Player Icon.png.meta b/Assets/NewUI/LeaderBoard/Main/Player Icon.png.meta new file mode 100644 index 00000000..1d399f85 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Main/Player Icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: ee28bbad1fc381c498feeb51bd32915a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Main/Player current position Boder.png b/Assets/NewUI/LeaderBoard/Main/Player current position Boder.png new file mode 100644 index 0000000000000000000000000000000000000000..eb799967f38b42a17f9d463739079d83a6ed3b87 GIT binary patch literal 2195 zcmeHI`#+Rv6o08zF~)w_GP$fDT4^JOtY%SGO@YTQGEVoWnK<(A9#F>BVi z#U$*M8JCJ`qGp(|ZaX2ynB*2_OqfaT`@Z@!wjbW-eV+3@=XuU^&i9-r_mX`vfV1+csT;b2Y-8F9DQQ}Kurt!lmL1Wq@fh+jyVa`bnDH4i=83% zF7^OWo2#~t{RRMbA96z5dnPDJMJ`vhymgYtWchgZxcnE6a?##~`jm8~Z(UW?jd%On zb5)VXfLC(8^6PtHT%bOs(Ytq6zp5vUO*tTDqsTWQ z%(=eX{9qFhYq6krg*FC6Ni?Rj>ADCw?G)7r8x39-@bMQ6!SV<=|4X4KRwT_{^9@(V zaOr9w!XCLVG?aIk#V1LpD$|HO6I07B3MdCqVYY?s?4_|uj~ip6x^x=kTFh`&HcU)x z^n1@~K?-|o!^U3?xn?Hp#VuOSUNUOq^jI5%2>?E85zRL?0*;ki2`V(irt2edXH$VhF0asuS>J0i2kJNik}JO8ySoY;?zr0Wfy?7R1)@cROM^zw!&~^JDRorFGdy zVc*IW-rEmUNuEST0C|n#pJU>;y5*(UoPP-CyWWXs`jM9`A-KZrg)j+Wcy$Us`=_r* z=_v~qt@5O*BJbNc@Pn#xm9dau0018g9*z?+S44cIe45>HfIP5T3QDz=VE0v z>+tdcQ4VeWI8-=>UN4Ht=#4YkmQy-`2#``x4ImY$6uJ3UZF4y zBAQ2`wiTF2bo)Lor#j7L42gU|Z0g_C@49}MSNxQ7*aC!GG^@;pRnCnE^V!&@%}=@e zVf8r8M<+5(DIN-I*1AANHQb5AUxy9QTql`Qz;9KnW#HZpo*L?`ykMQk@?Zy zg`4gyDs#<-A8?ivmvnjVjG3)vcxjPC>UO`JZY30|SOt~!!;G>zH}KF{a-ka-Q3?;jIg?+Znw*d!G6uK!(#I zW);qe-rnu|>eZbdRhSXH4S0h& Vxhdj^h90zq(`i?9&B?%&{{YGG@9+Qs literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Main/Player current position Boder.png.meta b/Assets/NewUI/LeaderBoard/Main/Player current position Boder.png.meta new file mode 100644 index 00000000..6f17dace --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Main/Player current position Boder.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: cddaa5bd9bbcc9047ac8d3d2e29c98c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Main/Player current position Icon BG.png b/Assets/NewUI/LeaderBoard/Main/Player current position Icon BG.png new file mode 100644 index 0000000000000000000000000000000000000000..d1e2bc319c765ad2f882b348b6e39bda7887529d GIT binary patch literal 6008 zcmV-;7l-JHP)mgb)aMP3Dz(Wgh+gzPWc80)d3Q2E4y>zH=XQ zGc&or`MB=LrmgdB`q3>!uvMzO_WDZzF) z#)zz}tWnsG#u&qaCX-4a&6{fFwE+iRiJf!OnDvD%hXGaPO3Zgr9?1-&cu_DeP(nzhQ199qi&`+2! z!LWDlUIT8Np{1pTs*HqD&6$*~5d@e(fXQGmn4;0ByaxNc&VXZ;L=vdOd4Y2R+ZeVn zoQq;#l7r(A-Ybmv3gb8oLW4S;jw3{XxNt{D2VYYOCCM>m3^{>AMVu~WD{YoYNS11Q zl6DEhf*WkX4W_-a;KrNBlp1YI7Y(~;REe>8xWi;GEXXV<%+IuCne-NOmOcyHtke$+ zhGM}$Fcx&WJDof}+z>i?tU1)S<4f<64Ii}E*BlA(ygy|GK%^fe1|ZP^z6C}IwzIRT zsfl8&k_e3&7r1WFi5v>zbWl4Ssv69Iy~*-=y^<*0uxw~C+8nD$*dFVgnYknGy0vub zxY4Fj-zdu-XUogT7ySsAC(?f8c<9)NTV1=i?DQOZ`E6$nB+`o?iH}=+Cm+63l2i;S zrLeuxs;Vkg0tc16K_!j`f6kma2K=+C-7=YhKp>zJMMr_86H0b7EZlnV$P)e z+zgu-M3BgXb%BE~Z)o29?`w|k27zu6=mvov5a`1tzMPz#fY0ZnB$C7k{x=dhXwo-W z#HkL4stze#RDD+53~MYFv*E_r#*H+Wta`ZY>gkiMlS_+DB_a(#64$P4dT-sI+V*Vx z%vB2#+wompaE#n~z1~Na3T+XDeGbDuOBG7}2?E7HVnE-W-~W+E9-&&K4U-avk&Tgq ze>fk%UOV;+ZoknnVaZL7*;h=@oz~Spr4zRN*}MJ0rw;vJ)n~415atn zSpe^_xO}8}1)BMHkfQTY&OZG6C*uP+Q0r* zo&EN13AHW_v+6CXnGQ-BoeKxlOYv`?teAhxUl(4N&ML7tP;KBn|621W93F=WXo2)G zyzq#G7b@dM(a);0KYs>lOh(dF=OZ6dRtPB@Hg~3d{I4Gyw`ANX^H^~KqNYAj`}fNa z{$|q_*M1xxhwW>H?Q>zjqrAL41ar}^sU&@O4yNHKY~OL5QdKAIp6YcH=S*NhV7)Db6evUqiUP5$DbSv~Tr?+dO+f-Z7kN8la6QmhL zAJA)wOYt80!A9g6Eyx^DJxY7_xATi$Suw@rZ#o4O=FMbKwFPL7!`+od&!YFRZ-ip4+Z3zDy(vxkbEZ zG%fHp4Ky|49B?k;D!oTYo&{wqCWQ-;YaIFAc|{s&-2gS+jCohuzg1iBKf13brgl{pyFu3==u5wSzkhE-0_{pK6bP5iM&+S$Q-wC-2m{Lz*0 zxN%5lg|RN36=sRR+O~^emxTecL9Cod&ZTn?U(1Q{hdW^>A@Ug$T zZPybA>jV36*nrW7!8%`9$!nff@_Nd!j?M^3%QBfvxlCi>T*-UCnYdUZt@kJ?HkLm3 zXvIS8GF;-l%mtXd$N*_Q;-n`RNfik%NUBIUBsTmih9Ql0)7+W)vxSCp!rWQ;v)8T~ zzW}=>@XGBTk0;x1x0|L-o2FOH(izbc;;16&`dg5DqfRdR&ZXAz%smPXeZsBR6<#~% zvi$L=CKTZ?&*^lUckI~FBdI&%1!NwvMuu8bL&DSsyEg2<9dY)&=6w&)iRjlH^jl(|f3=ohg150yC|0zs+c zJ*KV8tgNh*b3?oPyE768yQbFGIAzXu^|uQyx_v>>wL(L`;+AU*uPZAxj^+#j99lVD zv7w=X)8M=Pn==yU^ZC^JT0VXe1&`e~YC(U`Y1EL2?|$`I`2xh`g~}wVY|hg;QzBY_ zhVz-Nt*!JVWlt0m0l^w%Kr0#zD$#D2*k9a?uS(-4UlNDk`FyR12f_ ze_J;C2BBdyS{KD zcJl*)K(?as)Mxij!YRa|%%F2P98%gi%NTmszVat!^M!^%!O~kDSHPc;)9^9O3KysF z)b#`_+J>g4Ci%n+#5Qm4Ok0^|+XfG_rsYnDhsjhJr!`s>E=~yzP9l!(=ZFy_WCcKx zw%i-%7EBQu1`YHuS3NxT8b}>|i)=tXCCh0dsn=zs9w@1n3>5jyAWhCAS$uQxHA2In z;?hYulTkLKy3FqA=wKY(v1iYoaOyQliBs!s2>y(4M@gKOk2($ZBTgDnGH{qm?!9xw zWO3rzbR$ieNKuzb;`mezHU_WPt3C#0{q8)+Orc>&aDAnHnot}Rj7-IZol2adL;0c! zA%J`os-nzNE;I}YrcKIWSio>hc7tFFOq`B5)`3J~3b_$#(!6+qqdY&?psC3r0!`GM znYqLH>^q9r(m_Gu`4r-Gr~{=wWn-B!DOali3^A78Qt~Zq%qU(Pb8>PrtE#G!VL?*j zphHh0ZqCfSNkYSrqN2<^LMR<5VzF3;V&^2(a6qrVU1)j}tpp&>1>WZ|%jp#^0JrS|rAJ)KBS-%Aqb@p$y?jfH*V^eMTTnoJXnE;SZGHA=6N z15TuDJ)#mPAGTK-nq`(084HDmv_NUGiS;=tP{>=#!YX5K)xFeNES6-ay3xZm$0S|g zC^T~Rm#oVnZz=g=CqF51B_$;~dMv02B%Z|48g8Zy>^7MzR;Mr|1x@ZWHa7AaU1w*f zyr3}8sAWvj1ZI<7<|;)(8=e$^tG!9soKufFkUq<-(0!_Q$?3tB_{@n zl#_-mqc%%9UBKDSLg{*|oRU19R7g#EQA2tmwbMH*If($grKLrn>Mf_uvK_95v_opE z{Wz-O$v94js(11Qp&{)68>jNZ30-m3OHm1n!w|-U;aE^;NDG9*u>hNa!;HnD6?sZZ zpXybr-M!_51Byfw_0!E(hBB$=amd3mx;zLYo==i*+kS4tf0 zV7RU!&?Ypb1$KPtJ0en=bE6(7O`CL1cwo2Nqb8H7lk3f_dA)hR(2y2*>;1NRY&yve zw$X(P7sgZPoWz|@XEYQFb;5fI)f^7AyWCNi&@iNMc_Zz0$7EmUAi2RdI&tE}c7XDah;UUW><7L&gwvamYqnII8H&Q)X@lr@Phw^*P3<;4MU1;yL^Y> zb8zvAkk9AqtgNg|w!cpjH+JmU7*{IfMX+=JO`BZ}nw=Xu(7wI&R% zdcI*7)T9qwNQp!I7E8V66yipV7(tQb8lhZf(!G7RZ@17es93wc={=EHTq3!&3r(3g zlf*SNG?2J3!UB3T?q!eH{!uHe4ldSjbkes_SHq%xi!uyI#VPGFxG5u@+IaZzO*@+3|oPFV~hmYto=V4U$BMYVm+ z8%-Yx4TFLQpRC;gr-Wgc7aRnenwmP5m%1lTzRGq&iPAw3hLP&B{iXFydk!@OtA&OE z#g<*(?VC1x7`w@J=S0H3op#N+)6Judqgo(KJX|svTMvE#ZFem{@S@N#pm=E2p*KZh z$ugN(776=y+L?E!5T~e1*65;0vjm`Lef$Od|5k6!#?3BGWeyOwec|2u;TA6w`3sn1{KPq|nf>So>zvyB~bwJ_s+Ks~UH3L3q(6#nlzv z5=WH@?jl@K9*2HZU>Oj$+;QLj4K?+_TA`s|PN?_QoKb$p zhdfB$-o1OHjOzeO9S!I4fBcu4HJZxoJ9rP5K6K!>*p=(3asha^+nwr3_Fm!?P-Dg# z8yh?Ab~`;xN?q&wAGhs){oOWAW%dzo{Gsg~l+X5Jw>2v(%hS=(5r9+3xb3XVPM`I$ zDrIG*sMF~TqjDhQI)n#J-+$o1I?c;GcYN@P>*L#(?OTs~*^EOcOp%xCg|jXydhp;) zkDm2b)%jdhE(DyrRr}an(yxmzNf2mIw_!hT9i$=1=`}Id93LSS-Ak zeucCiFLc|RCs5<_=g*HSUM2%X#&*XMG=6#O-TR-`oRzbK_vq%k_x|F;EuJrU@8Cr` z{eHg>Dl$S989&pSEM3s6$4{%OszhaFB|S}%pPwHM27^?ivHHevu)4nEDAxeZFz7Ob zhEqV&kT!gJ!~1QYgnIV*&<1U+uy`GC$b}IkyNV4 z-V)dAE(>&2sEU<2esor3E)#=p?U7gCY5VN@rF&Pld$g&2bVUBzQGf5iF4DV%cNhA8&`YE}@G}LAm*H4YbVudieC3C-RpY+;)jK4SE`t@vo-`Em9 zcEM8bTu!;$mR5y1~UvT4&M z)qCtyTate3l1J%Vv}lnYUZ?D>h`=%%F$&cr`z;pFooS!&>&MEMj2o3TR$PEMgo?@E z{p`RR#I^fD%yGS5--;iu8`9Q+bYTddcqC7lgC|ht%v^=N~ zJFY4E&J1h$~UtM7tW%~T+Bxyfg?l^Ctx z+iVSVCs?(|q5;yEsVoF|F|HIXHxgflK_H=9c$_L8k&6twD%Xv~Ia$@kBSDQZm zpLbfngoHU^0^0FExS$ff%G?||U0j^#)YR{UsTlAUzDlg3gPvC%7wLJ5M8<`S{^W6i zLG0VFnpH6NhO2Co7T;8SO}fN?jm_a>+rQ}8ec$8Ne>`*~d>n*v7M2S?K2JCt_CY23 z;eZ4YRCh9c^~x)+#0Embx?(VUFY~k1zACa6I~OX)FV=#fJsUTHYo+BWD;4Jb@Ovdw zZkty$iz{l`atC+u3O>-ebDwwj+Z)?IU;V<7T_Q1$-_2ANNa-M9BB2u1xGVx&7E`8) z4>)PWU^mUyrEF!(e7oIlg1el_<&&XqD1}lIK_I2jieGrn?Ke8gFQ1w_X3ph#lS&=N z;r;EAk|;JSsICvxuX+9WpHZEz$LD+T*(AuvCztR8qbl@s>KyWnvSEx+?3g$~)}W9^ z3|Y5xHS5AvkfB1Q1d2qPb_VHcD4~vQ+(#EDtO(&<3aGsfEFU`kk5q(hr}_R;6iqe!dwcsz!Nh6dFZl1P$hf=w|&MVXXE zo8($EAk(B?$IgH_Hej1<^Nt``egIT4r9w6`QwF6)B_h;i1eI+Vb}Qs|yJdef&g@2o zI@PTo62erZ)A|A`fvKLT0iLJ~DY$-`&*$U9yBWy)$+c#99+HuvwB65O7k80pJe}Gx zJoQFLaeWlmOENGb?AQZ0UOp2jlqPf{g=8goP9a$43$bwJfC;iQf!yGEo`^0%}%99hA%z>Fjo> m*C<<7gXP~UIo9(|vi<@z9eH+#jy%@@0000gak-5bTNjK1PCejocP@5xj&N3moqcp`@S>hn{(2g9c>T%sQe=Y0y$uB zXXOfki1PvaKa%@_Z<;XqBJlIWO*`*c2t-O2{D?swl_&y#ip9Fxo`W>JKe_@e_6A!x zSU@06xl+8#`ydc$p}m!bd!iU)7WKD(98zL!siYf5{#)UkDKKm4$q(6o8P;YVs2!d%M{wPd4zoW(w}zf2LRNM-JT?7$>q*kqt$Zk+O6}$wGXor)Mq<1)C4ga zj;@EbLf<79S{bfQrm?E%z5#AWy;EFi50xG* zPR*6H%wPfagKAtnclM!At5R<+gp|YvEsgW$mo%8k<}Admk%t4hBbiH?RaEpu9L@{b zE+r3vJgAH@!}xwa1tsS{Vo6}k;wFVrq5^f@z})SUw4q>3+0*o79!!-_8UZgz$FG+lXU zato-bZUK&u3y<-K-}LE;eC<{5MH!=)FRao7W9^l1w0FHYjR;{N*v+Q*g4Mv%N0wVyBay6>Gjr00O{A5KuYb(w#71?~8as$zM9f8rbH;m(D zVNJQAqJqVFpdUyNYhw@*K9zWQsQn{g_VlMWdqDpUI|m0UdSzITJIv|UlG<^ug8 zYeXHTNN<*m0;-feNE-1(=@WkdrdIz+AX9I z+t%i{db_ugP9iCY5csk-2vI-T&60P!K@`#A*3LHe@!7>@iZ=dw(H&@w$*&@E34Uf7%}YjJmgNL6QMU&B<%&&$4U?P77 z!4OVSwQB)Quqqe1#$wL3t{kEXTYG-<5mTTPpOew zAPQS;(&lunbXOUe`r@T_R*^6Jx;B550TK-CGF$_amx*MV_+EgnauEo_F$xW+q1ibQ z-$9_Ub$oZPqnCdWp&v@@ETeruFUyHmX*K*&H&HrQGKDsLjKmf_-Rpoi>go43zuv@Ngj-(9|2u>hA5mK-`O7_7E+|i6a2O%Ocyu`xDG}7ihR7 zk-#1wQ~HJ*yP-*iAXAUZVQDk4TW;6Z7E`2q9YIq&v|Yo80X9;ZXj8eG4a;A_ZgIAj z#ezKIM2Q`|KS#B;axC|WF8$8FH;Jy66u}?#L^&&oeC!1&VVJ6MX%A53vjtfypCmlg zMdk;vi_U@SRA)4|VP+1&s}GBUU-_V`kAAn3{%2KC-B(gGz(#!hSdFceVgwu)1PyBYZ!lYKvqek!z*3FMvb?JP$I% zP6B#bgH1I$G6Aabi4^tCR)tDa?s z{Zo`&cr==qHj25an_h?qo~%Y^hxg!t6j@C+$~dLLgrhRtE%PF)Cl7(cY;<5af=eM^ z+m=Y84tXgvIJ(+=C$sy5Q;EQgnysfAwn4S$Yf4cDKFpu^3z|etm?fqqQSge7|NKlA zgw*BVdpQm2K6F!tOQ^alc&g-GCWnP9r9YJv5W5rH5MO7)`T)0ExFC~b@>`4N;O+yx z(gz3L^V=*X@=q(?=q|O%XQY|hJj;P^hv>zd7C7pP?E%vMjpIIc<)~hq6A<=a6^7U@ z=gy}O<hgK^QtGx?!5Va{T!#3SQH<6fQOk{2;%;&@ ztSg0`@3#cI$^7-NYI*{IaNO{7MC23>;5An!^i?E&t8;)qsPesfT*>~4H_g?ZyJbTN zQk#x{x_-Cu;2Wnh7Y0zDh6=!cL1#-ZBg*V~;FXcSgGfzsp(2!0G`I$rzXMOMK7ATD zAiRK3NlWb@ReS_q6CV3!8Ap7SkTWnWd;_0pIejmI0~Jg@84G8oF*-k{%Y~OT`LaqFLzeL_ zUdi6jZ?7|d=iQx^Dim%U4P^^(HzIN42d0?LCBUI}ZUgF0La8k?GLZr|+ zWt;gv$F^Mg!3v|%nzB{7{ZiFrL?Jb4i`YpY8=4>~V17Q4rCH?wnPLU%aWji0iW+1< zAOYIX*i2}4NW1v5zw8|$lbBbxi7J!_|-d2Ug+!5 zVfvj_lKhcB;FFlb>H5Z^8H|;weXdzc)M$8{;p?116>6Vyobu~4$ zl3&&o^5-|lYWcCI9I}~PYL(NX6Aq#pSq|B``>mJPcJ zAm8GDn%nRtGv%wmk!IxSL^neC%VT0l8;a<5%;NnG-WYv7FY#+^t`%=ZDpgwL9bO}I z(|88Tpb+IdBu}KJXKnic0iEcD5J( zkIXxL07l0);6x$~%{x6_WtjXuI7@?TeB*NHFPK=YqLN8aG0O9wRblmu)dXAK^849T zJd)MBJ=rT99HNwK8wx28?j8u6j(*L4_aewrz77^b=+tTU>N=jgPn^&d0i-W!T^c;5 z!`EBg!4|htWF!a^Q)aH2pG#3q?6-He2N&Bl4>-YRJ6V4zxfRoU}U? zo$_u_Mg1Mz+tgR93z#1LJ$e8C;$gBf)p3v$PL>}*u+PeD8z0FnFnFzu0k-_){%GnE z^NEav(6Al-nS8Yr$wS|n^}RR8)9F*gQ91|eiU>cs@qy=^+ipMS64Z%sMG0=7B3$rF zFjs1xTF9^4oy*rj4tdHV}JjN2`W&fq(uN+KM6w literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Main/Player current position.png.meta b/Assets/NewUI/LeaderBoard/Main/Player current position.png.meta new file mode 100644 index 00000000..b62949d2 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Main/Player current position.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 5adca890ca3c8014a92de4971852b0ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Main/Rank No BG.png b/Assets/NewUI/LeaderBoard/Main/Rank No BG.png new file mode 100644 index 0000000000000000000000000000000000000000..2a16ff397ca74bffe1e576230f0ac861995c0015 GIT binary patch literal 2133 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 QS3re?r>mdKI;Vst0G3Hr#{d8T literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Main/footer.png.meta b/Assets/NewUI/LeaderBoard/Main/footer.png.meta new file mode 100644 index 00000000..d82b63b6 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Main/footer.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 95e4e9236a73b474bba55d4c96a69409 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Main/popup_bg.png b/Assets/NewUI/LeaderBoard/Main/popup_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..28806539674abce4983b194074202bee83ae229e GIT binary patch literal 12667 zcmeAS@N?(olHy`uVBq!ia0y~yV6k9eU~k}H1Bz%TJ_ku~7I;J!Gca%qgD@k*tT_@u zLB`@BcPEB*=VV?2IV|apzK#qG8~eHcB(gFv7z%j0IEGX(zParv*c>3ja?t&g?h&V) z1kU3z7Z_j6Sd}Lky!-YU8)l$Rfp3yPvcaMe#5o}hw40&92EvKH{oWqPWk`L!TOK4E z@N5wikb1%?10)^h9blv)=iaXMKp!$NoYFyd0g7`*IcV`imjGd7Xt2VPHt1qEdV(Ca zbRbf|Xe?kBjiV`XG$jISE7baOG*OHO$Y`P%Z7jgr&!gqRXn8PN9*mX;qvZi&OkuQ4 z94!+^%f!(#akNYvEfYsadPm0(M#oS_2N$8!O`}c2(Wc>O({QwDIJBFF)wj1N3o|U# z;ArwU*u?ld|DucG&s)b1@x%yos}}&1H$x>8JCK|(${7uV(R47H7e>p2(K2zgUKp(o zN1Ftr&7#q!;b`+1SR0Nu2}Z+Uv`H}9Bp9eB!S?mfrGPoGVN>nBYEW@>DkcQP9c06_ sdvg1Vd4cY7xbe;Z0gz_6gxi_F8TK5JT7SEA?mUn}Pgg&ebxsLQ00`kCJpcdz literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Main/popup_bg.png.meta b/Assets/NewUI/LeaderBoard/Main/popup_bg.png.meta new file mode 100644 index 00000000..07a3ee71 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Main/popup_bg.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 7fee049f2ce6b13489377767baad0bbe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Main/text bg 1.png b/Assets/NewUI/LeaderBoard/Main/text bg 1.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d83083ac0fbf9bb8c88005fddb86ede232d48a GIT binary patch literal 5936 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 RxCeb!QCC+&bja7 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 %x ztgfGs%F2&f>ol3^uX_k_)}uCvL(S~7t^OQa%HU3)mE_cyBsuj*C{CV~r zX%(x&YMT#Uy1sxv{Kg1gJwK0g-C4}c-*n3;mR9{QGMh=yo#N{8Q)@kxXh4y?vK z9l$3}0H1vfcx1o7gUQW|ULdgIGQF<-@OB@E+jSIZ-fi7&o?Y~;zM$=`$z}d|hIw zUqEsAI}!r8Y+WkX_?y*Jp+lTHn{tqH%)0?dIT2io=||fuc8!Qo@dDF#zTB(r9i zxa{IG)Bw*sA0H-JErRMgnC;JF=7x2IQ3tUm*HKu_xJp=D?R{)*JSyZO}sq& z3RBH&U+7?d%*Euj90uN)$LwGcrJO6j;>c@t5R0w({uvhel8nEEZCpJIMOgb@xkyN2s8n(=J)Oe*#U@-lSwdsW0**d3gT~GRoSZMP zY}s0sM!u^Hg~ld3U*{IwF@FhH_`!p{t=7>UD^>3pr#e00;>zxFfiw2j<9i#-PJk&%I~a!GNTA3jir zR)3$YM1pQmgiEd;xSYoMGj$lfR%Py8+gL=RP67v#s9NaQjY3n4DUfCVfXb5T_Yzp6 zD;96!ls{SRpfK;@>I)^j_Fs!Q{R0;Z!+F%y7m!Ff#;KMhNmb03&?^FeYGeVkg|Zk$ zkBmQ&@dq-#FXIMoUgw}FWvF9SZUwqFZq>}ave+e`HLnZ}7{Thgrxop04yJBQV`094 zR8<^F5i=&U+}SvK&edUfFoT}MGuVIcJa#`_i|VdsB;#?E<_b$2uHFKi$|o{06CKFU z6fk(+#ii#(4bK)tP{kdKfTs70i%!SjmR#iJb!FRLDsIV#wfrn1E$-O;!?*kIXDMbTwzjTuXQypatlc; zOeJvU^(ORQuED)o7yGhVG#yN#x=rGxEP~B@C@y$#3*O>dfihy;oFHc0CnV&+b^+PZ z0>&>dV6r!d8xnT7@s_w@r-;Tnaj9~dmisSEImSgdwPw(Hv>6Q@wW!aIi0GFESy?{y zvW$yRlue+*s%#Xxxuq#G=i)70NOU%%td{sIHkuI+GUHn8Ms_ z0ts=pb0bAu{r(JUJK|_KP>ob;6{;H@)JW1PSsmx@E;gCvuR!JMEKdZtFz;f1q$D}5 z5+=Hfm>bGteq54LdC!Cs8X6Zwe@iB(Rmc`iUxND1Mzrj2LhJr!WSXkwu~TsBa%*&x zQIw6N!m30A*Wn+&7r6hB(byVE{U3NDhtAm?y1)1XbpOrk$QGt0u9`qP6+=x|230i) zNqBjfkxc#Y*(q>+Ky_mr&HF`Y_r#ECPMB$aOq`}$5+^GTmt|7319{Bc$Rj&e6mfNt z7C}xo%kzta%{0YPoMk0INs?0zs)|MIeeizl`{fUcfY(S!ASrR*BwR_9#V*R>pJdp0 z9*PnrDy&L0&{!tu0vk-=lU6pKh@EZ4DluuP4-NX_3W(WAnuL`SJ8Q}u#vfh9^? z^0dwI-0y=SAQ=)9_mEjC8f%Adv1IRSz{{VssYcHzs9dB@B>5%!bBaw`E%mc@%zXnq)11)nqV2a1aM(?le|h9I;r*3av?K$$wmSsY)O_QH`mqHKvg@#WPtWZnmKb z6B8#eKahZz9S5qo-FA8%TWc%I=1^f(qQ&$=mDpxF11D7lCp&_<8!3zo-Gdz3kgRvi zls=a9P?(8fVN~uLXMfbyr|S!Daaj_}vqK)o2(kzi6W0nKcno$vw?pPl({g%)g70eCo|l z;bMLa7Yd^oEoL!Q%3-)Pi)lA!Dh76mxHiSp*p;Zm(PR^jSGD3mvJq7d8@6~TW#hM^n-F1@0IpLipfo08KQ#fjt{!gRC{V~lQKCkLRoN)zR*x&Idf%1_ zcsD!|R4#3GSWlXap;SmBRbN8Q?th1<7G#WCHJKu>-W7mH)KJU5EI!ZZd;a~LVk zAt#BZaB!gDahBrE z#;r*aSGhq1)}0uGGchcRo?rf+)WRy8Muk<`C?au7+EBT#7kEux~iwm(SeCPW^I5RYb>!Vo=j^{BpS;Tx%5>uPd zvb@;SK@nz-a~Q!-d#doAFD0*)PcKfQt9}IgYHRW6bS;kUsYY{k5?QgTuXj)3`Ez5K&X(z@#0GRb z7G?8jJW1IoH8Q>}?YO$e4|Daxi$VO2H? zh4q?@CuLM2dbsU0cZ7Xg#vtsbg~w%_kkN&$Id-qg$U;#zi3+Q-QRwV`EaSrn?bNzS zhGe`hrojG!HPQn9mR1xE#nRUxfEqnsIV%Vfm>idE#tGW zG1rYS1}mf#)YCGqz&c@GAI>aIz`9uSl8g=+2mI&14_0J(-9~!_zU)7*Ca;uDqsc2} zvpgo_pUe0F))x|B9P?Efr(i|257wDd)R>jO)c|cPtf20faa6{=GTtTQ7}g)6Uq*IQ?c~>D@9OfOU%u4UEd@k#PyuonD8X&d*@$ zv+opH#$OM@3N2sXVHqv32`ZLUF^+(aCa|Oq(A}`EmGW} z#hLv6^X1N+JNMpap7}B#V*8xE&syt!m+f=%Sre#8Oh`kBfq_A+tR$z6fq|)qe#znE zqDKO1s3_1M1Rs|KN9Yp{J}rz?E8IIh=?(^*fmRe1NUo$%aYJWQMh& z8p33D%87#+CQqeAMf7}rL$(%uAZw}LYY~;Y!9sn(XR>7a8+g>=miJ&}`((K9*^{kz zbmKV>6G4#iO_2>|k&V2Gn|fikNc-s%9QwFjAEm+gSQ_St_@v>+SRDE^&vy7aFa6O# zPI`1ph0fqCBtUj>tDn#b9*av4lEG(YPx=x|Os^{X+j9|hk{Elmed&DOZ)_0>x{ia~ zI@8~Y(nONVDA8q!+71|21sAVt+=cEADffxqe~#_q&;COpGZbWwOS0~vIp|x%azpl{ zc!?nW{(+Z1SVK|RC4_Tfc9J95c^e_VFwNihRb5*Lv{B>+=VJc8{qzAyogFz;x8ywQOd-{`OzYe*Pn;x zCNSfL;`MIU#$LD`qQs#p*EuDVs4TfuN9|P$d{d8!9Zm>%oJe*S` zfm#ZLw`^q^eKlH5sUZvIe+r9}x;OMRK5lA6qDK1YP5v<6OS|LLj&KGtYvCX{3IAE+ zgbL2C2hNF=mxpYbs~9>sZ1(&a-|ootT#Wf7A5lKA65R~|j#D7F!}SgK7Buc;`nOl-_--R{UQtw^}K=PNHuzsCD2(fqdtT3lTXwXY$U z;Yx?m#Rx?=nVvnCb1c8+Z7)QE=1o@LmvG1t2-%Fi zctUp?DFm4R3_xbHTlWhoNWrZ&F6}NEks-fOEMSqREuX=}dNWun%ZG4?2)X6|xtdhbABTum9bW(| zjB`tPsDE!!!bCgU{afp!;t#71Ta}dhGD-4XM2=Ilb_eGGp&sJA0AMgekLsCd(uw*URBI3I>!350DU!noUCwLtB|IzSs zb_6Fn6ppY-e^pT}FJ=ixYt2fqLv4Z?K}!A$d z#`GmXBn{2#FEiu8e?<5}{p;4U`WXMAq^b32shPo3Xbtcp*ecN2iRb@cDDuw&A}y3Z zs=6rOqy6tcu*0v@*$7hY`1nyXb{}apqv#TU2()71|3{p7uK$lXDNj@l379v0r2d=q zQFHGd>BW>$VoSe?n`LUS+q1)^S?fSEm%ydky{LuP0=68(-Z!tkGR zlEWiA z8eBH!yF%`e|7tRt6KXXq|I^3%wrZmL&9c{2(bgo~(N%a-V)5?{^51dte^3)?DSqPH zj#2;LjCM)J4Cn}=EBf6E9V6E<|4m>-$DQ*wwBKi73vr29RG@w&lA*okEor0ca%!;> z5WMH<$@aIOfVtRucV>G}BDUACO2f}w6`#3ytxVs7{w;cd^$&GHiXJ-ghLve)9cUL- zRggytHB5A~HtiChl-s4=Ta*0?(f3xxhG;nvOhl_;(Yy1`c0h)1QJ$Vz z!`wu@_nfb=8Rpdly}yvkoJt|^UjN2xM0BTyo?Z}!H2;B@1qFp)RYb&}Y92u!UhdM2 zQg3l~Fglj&hc~0PW7>=PPitWZxLJf~^dA{WznKb$36(aDa>4T3dv~kmiumi5n>t!M ziq}M8;S5+ZLl&X=GIA5J{N^JWlX7I`5X=s@&O2FJ`d#g7P9kZ<6&dISQn zJX7RHXdOE-RTDoGTP`bTCYL!4)q9Lq-KFnZi`$7edBi9aM>N`uA^n2HN$)#9DH`DS z5Z@E}6n0p?`)s?6wrkf}7r9JS={KSBZ)KW&aQ8?gxYE*y1U)v`Z~f{`TbWGxKFCn# z8Fys_=~}1*64clOn(vLa(^p4(9XT^-9>v9>4laOfa{L{vgQJNzkJB2@7v5vzSt-cw zV!xx;%;azzSPs^HvSD>RDu>VcdNQm2Ib*ZTVt|fHpq zTF7RS5e(=43`XFznz+K)T8bAMBh2U+I#EZYGEs9jxg!NcS=W~_21|EVQQpeQwl%$m zIlQuqL}_I<$I+zZn1?;?);LZ|!=n1F)#J(1;1gVw4%*4cMp9fFQft2!sN~C8AO+ym z#wpeURB$?FNqKZ>WVsk_gYQtam#&9t$Y%n6P3}gS9&G)G>=m8qlz`p~ctZj@b(7Ho zxD<`LK^@(^^cfxe*cHYr<5TQOuW@YTw0knUApZVFdQH(v+L4JXWqccL#CSX?Ds&c> z+us-3dF9QqMn`kh2lJRkw<5d%R6_+Kn>4(uDnZN7>w|9P`5H9@0?NG67X!wO8(r5W&HQ!$Ip{vRA zV)EXZhxTHU(mVuK$+oThO|~dW9d7}T+`TX~0hw_e4Sz``32T%Z4^{gG?i%BoZilQPcR|B}N=ZOW?$cXk90ltA_f1-m}$ET65#P$u=bF zk2=;yt>xx`?X@9+NCFcr247ET#A6F75rfy6u z@0Uy7NsRt}v*Sc9by)IhUd+QGqEkZTg-4cHPf&VlT0he97rVLIpsSm;5y;2dSJ|}F zfNwk5+d%>NP*Dfr|#u z%S3%~IxH~B9_^xHFgG(hRx{?&LM_T+h)_+O5~jGKWTXlaX!zR_GNI4ev;NKU zYj$MtE&0RouK?H4AOpoc)St!^#>Iu7e1DrD(I@+bpftDBR`%7V#1UYm47|b@)RU2X zATv$%0U$39EK(&kt^9d2#)R%Yj^7P(AxLKwJ+qexvj{L6WM52Y3B3{E;(NrTv(2by zT*dQ!gt7gv!c12*KI&oW#7^{0M|CfDf6+?my2WC3eG40{(ZXrUuh-gnKt(wrMRPVg zMk(X8a{>*J!6*QZA&A2zduD*O4LYpf7E7_5ay>-I@ zJDVd3_RBg|i;#L4TGCqFB}s`(jbWrnAbmLSz1z*MX_o@JH^f<4m>w4$2yu&u=GuU* z-T2Q{@y$HOUHZgTd{pAhhD@fIIk3DfPq_PD*=%Z(p0pCYCFE#hoo=L?ZSS%p2#UUqYE2HDQ)ZImx#+QY-uO^0T=v^9-;QYpZclxi)}6_Lq+*^jcV z1RutAWrn7ovc8O@gf-}%tQ;6?jnx`fl*Pg=uFNEY zH17LuTt^Nzb3Srwauw^{Io4E$@W6hMiWjFg#f^u+Q}%#2VV z7xzOf`vFdhi`Yr6^lr~^Bsz9qK5;T$;on@X04EO+x7t2|`m^Aq#>=ix7auOwT3&aj z-sKj2PHX~_5Or2n10~&h%HZRoCg&*o&taMVSn9!F|-tuNsZMTlMVysKVU)>u^coWB4>vUEd0L-<`_^9bH zf}?N~?`%MfiWLd}s@o-^yoA?W)nX)RiRpLQstg-nKduTn88P?IUDWy%RlSR1hCz6sY9hjf6QIBx9aY(OG;e9XC-@s|E5=GebMR13xI^M%n$!gS zW^HXR4Fzd7)h$4Kd9PRcp`fLB7F4OkP@O{Wls&!K%n6BSJL$W0z0iZ15Y*0Zy(=g0 zsv2{%r{cWM4Ul01M3bfZJuK#$r0o_N-<3}~pTc#M6$$Bd*nvO$lbLYxyy{X7ED zc6j>XS6s*XZO!!gV4@XvC&k#fooI3m&(T?pyfl82ywsj=zaMRMrkW4*&YK=#nUd=99EF|36bMvj7-<0p z=VX#YpFYOBlU`&!k=HJ|)s>`t@s#I{&8ck)q=>goYDTXXwL^)}0ZcJ2Hp5UmW%kRG zC1I@@t~qP-0W5DAFSbONsc6%GzJA-lSm5;b_2yZk5N19bFwif zm6|z_#V)+H0yyTta6~&=S*jLWI9IydoiO)z_Z+gVq?xqGOV7xWtR=Eze#(IeBGi7>zC zT)qLQ1-Ljp*mIW;Eahl2n_CdQtF$&MRYr{4aSS%m1gk)xndYz2D6_4 z3m_8iMo`5Z!xh|aJZo_-_xcsM2AQE$?${3^eFew3{Ep>13>4MJluxC@&1;w3Xl;SC zGEqu&?R0;{`Vyg>#v=6F9hi__Pxg|u!Na5Th>}xVvK@j1mkx>LXzzKlu82l%`0t(T zi!LWcAg14r+^K&|!wcmFSCFEp2W%xx5KzMztpv35nJ%=M-V#`bA5`O*M~QZJ9t6;}mAM=qz^mCCrrA zCC9}+rPLo+a1~;jdq^vYa?SFEvAfOhFg239&_TZ;kCt9p!T{LaHO`b5x0-d|f zrPwZXP^14&7zH0!1vvrcjXBH#cVV-RdmW3oKGOTXJF-q2E zJ}K}^XF;0^;zkj1iB*s3jWCV7@mK2ZnMY^piY#n%+-y*#t3k04NHp%$5%6o4i+0!3 z4$fIYQlZ1dODhJP!mCcObf5u(@nRCaVYB*nj4kkrC!h*Vo<^L|cRAiHSf&@mT(x8F zU9E(jh@ML7Pr%U*XFLdi(nB1#i&8C|Tjn?eCuhN8uj-xH0RFg5^(r>iBkr|YX*HWr zNyWOev?p@fMTwL;x0lxe)9>x=S%Rkb*RvdQmi5eb;#^Hq7~%PaUctJh*Gl_w1aiy~ z{vfXk9l6VnBTti9g25A7JH1|V?&_`nH@|{ZoVwwxek`WOCZf(XJ&%PNpYB~aIt)lm zOX?a%>RamwcH(2|DH&~y&Ll`(rw+#K!zc_qS9)c>;)m5BfBjgU4d3R=Zr z!Tz&u-LK;&I!@hbTH82^iooRZCJ` zmb9pERlJJcZ>2Dh^DfnHQ;p@e5Y0*d)53`IORLX|NXMGJ=4kVG)^gwPm(Cf_3Nm%d`a!p^x~mwps^U=BfCwtA2ynT-&Qul zQZCydZI8)Vp&8ZzyWKH6O3yFG@d_G~NYU)+Y(Ka2cF7PbTuyJdqEWOePr}j(#4e1d ziL{rHyU?l8xie@XYFX%d2W^U@{TpNQn9Km@Jz)}?LF1P<&H+_@yu7C^ho%jdNX7+W zj(1$`cphjr2gKR!2iEe6V8#~9QFT{?RSz1)BbwKU#Kr^W#RE)&@+f91qq^$fBrP_< zvMp)6jlHRbQ5zSZ1+Iu1fWbmY zB*rHGCCcNk8sBEf?^>?a%~}JOc{pY;Cx3usY(vGsBW91x{``y@ zDwO^nl2!Z0F7b{?v0`4xZfyLmqgQXryq-H0bD8#`Z)P1aWlQZTqnH?wcA+{*68v z>jXwx+Vk4c@4BjSt%UKNk@q!V%wO}N%pxmOra=knc3!2myg>87cYYPmab!s@$KUiwlNybN=%z?R?m{}Kyh zqI160Sv0BU4l?~C+k!PA*(!^Vv`Apzx|P>G6qwUH?ObAr&ZUhVZ)Z#sskIZ9 zDz!Sz9?|4n&g!X%aB^s=>CXsXFP}%;>V|7}(Y3M7{@${7f*9E9>912QJnB3lxP`tS z{WQYCh+HAnrldqoMg57DFQMjYXR6*dn9TEkCD+&!!Hjsr^Xg*Hg2Q4Cc^N`}I1q+OKQJ zM28pz|0)P3S~s_}7}HP`$H8Q?a09y8dlIWia@zE=M4g-=oS} z{>|>I_g*Ncyfax8(dS2oxWgw%ht9uY)YD_9(L0&ZJ0({J(<|p`MNJ#)8TJ&v6!FTD z6?5kt;{JK}Y+c?A9O*=1dg~h3pP^YALK4MkV%Q+%J59>Gi%nYM-*ePLLO?7INg5682it`b@7Gvt|?HbI-0yb zBUl$Don_`jIq;wc`7w?SF5DO>7Oo$IeyqE27U7`eENiicD_GJbkS@PuX~pT zh0uVyYLtEUZV3goZo9h;n&9@i_j4_Y_tQR2O3n)wf1uORhGAWg(C7SyPn=J;WZd;r zR$=XEl4|ioIbKJm=MJfqxyxGcN@^usur+A3I-9PJZVh{tvk`Ui_zf4@Vb&5=f79<- z#z{~Y|3qovI(F^nTUTva>`*R%u1!oPUxG_?#x)29&>Kr7Z&Nwz(svJcQP2Rv*Eap< z$R7zN0zwkg?*=GGC9N{!?xCFq=k+h&!4R6@II1Y8w*BaRodkiW-gvqJkQrn~tdXqx z7+2-pi_43v+_O#wT>As1R~@dh?MXNKB*U& z+RdwRk)s$aVwC=$U|jY(F-ZNucT@B5!!Ty6AB7fbuwvtR%Zd4$!xtCB`mdQk)z1?+ zWsM44_(GNSMWs2YO$4xbv?w{g`;tLq{GOVXcLDzZLp^HaihAvX0@atZ>5|OK(hIS6 zuh-fMB-E=a580sUDF0DGeKqcusLOsSiwd;>kEg{Sq;(SvRy}Mq2A2wc^1geNAm7&K zzp${GvCMoW^N>#vv{|J~6z%zJ-ycZk6GL_Qs9iMT&#tkXjK}jOxT)7&^IPh_XD#KG z66U4vF~}bs%-g$d-{wP!(p;z)YoBLTKDBslnZV#>XNj%lGMXi(mUcdKVr+;SB4`@m(MX6V&XBO4H24*zQY8aBKb*|O8pAzn!^!`nh z2lCVs9FjQ>2k8y2lTYtX_NT9=fzqVYjL2^jDjBBr|Df-10G8ev!1EUR+w%*7mm& zkz$CkHi|sPrb;pEaPtlu&2MN#**=?D2$*O0$KBZJ#PkK@G?||r4%tqWdS**%eX3R| zNP6#nIzH1(xD(Z0c|SEuREIKy>Frns5J{}+b6rU2=t>pjaYlFoIiQ2&gnLVm+EYJJ zOIiPTj*GQ-L*0LEmbFtxDh~b?syGo}iwub&-b= zrZ~rAGVc@YLxj3=HA4raULrbB&w4&l{d`rOwz-R#inA+KGv!S6yZ8Bqn;UN=3b$-+ z1id_Bu=Le(Iwr6r%qu4mx2VqBAqegDs|_8+7;7WLID?}*E=&dQ#hfp$dXbHFoy&Zc z+j^=#Qv?U^c4eZ>jNP`#EWIf#B#HD~d(Y_|#XBUPz&+*uX;#Nda9E3Pz$M*Pz-Ye! z{GCC|(o1~tn&DxB$X*q3C~xRKZnycEjPZ{_4Ag#xjQ9Bf0qM{2R@`TLO+BnR?`%IG zD1%yF6;{`3-$2j7a z-zoc>a@|dFTT-v0`~z)h{D2$T$IZk{^>Omwo|W^MSH|x7Xdr~5?a?Al`@5#RYD!K< zKgSyJt&Nze*4ZV-*x+2KnMu!j;&a6l$CQnpdWPxCJH9xOBa-W9&4JazAu1JoZ+g#m%flh&(Ec knJEPo1ScnFbYX81n&kZaD6@$EuK|X#JW#Gu#ysqQ0RFan-v9sr literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Red Badge/1st.png.meta b/Assets/NewUI/LeaderBoard/Red Badge/1st.png.meta new file mode 100644 index 00000000..e8b54a3d --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Red Badge/1st.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 300005d21774e5b4aaa7f76cc71260a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Red Badge/Player Icon BG.png b/Assets/NewUI/LeaderBoard/Red Badge/Player Icon BG.png new file mode 100644 index 0000000000000000000000000000000000000000..48b4ef47e5650a9042c86d27fdd7619c77517da3 GIT binary patch literal 5950 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 literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Red Badge/Player Icon BG.png.meta b/Assets/NewUI/LeaderBoard/Red Badge/Player Icon BG.png.meta new file mode 100644 index 00000000..d9da0ccb --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Red Badge/Player Icon BG.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 4771bc627bfed1f4e8e630650fc1b215 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Red Badge/Player Icon.png b/Assets/NewUI/LeaderBoard/Red Badge/Player Icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b7da6b9011d6790059ab271ce671ad43d9313458 GIT binary patch literal 16619 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 literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Red Badge/Player Icon.png.meta b/Assets/NewUI/LeaderBoard/Red Badge/Player Icon.png.meta new file mode 100644 index 00000000..5dce4a9a --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Red Badge/Player Icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 7e150c4afc786904f84fc3b2e4c11350 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Red Badge/Score BG.png b/Assets/NewUI/LeaderBoard/Red Badge/Score BG.png new file mode 100644 index 0000000000000000000000000000000000000000..2bcc95d91c430ee5bf428ff8df6b980e3b0c90ba GIT binary patch literal 2359 zcmV-73CQ+|P)s7Oi6X zZX!+7eq&1849639FCYf3lcp)q-9Lh~uAirdt;Fkak(ZcFG#A!YE301L>&J>pnstTD zU`-D-dv3ilNhZ;@12EnLOxPlkG#w(V%{n$nfSZYr(QzC?n5h423%>BJee#lT(iJ~~ zi@b!IbsQk>B0f%xI&I5>exT|Oh60TPoMu1yZNRs4N>`fZ@t5g*C&`fCDwJ#yWjl^a z*QyE~*xa!0PAFt;hADP4#-5?Uk{*xmVqv7TNmbPZT-;XB92gV{4RNn(N_ zL}5uroSVXn{ z6l=Lpj;hKBqofQj79K*djA-8NkD2S^6q5Xo7V6fjlw(kZE!XS{X}&gituVsERE>w^ zAAPoHXj0?j5Ci>l)Q$oaSu% zdjeg3Vq(%)P!js%C%lM~R$^4eFdw%F9|H?%w2+%c`iy`|=h?({Inhhw28wBna*Xk) zb+4~)R`Ec!BN}>^!4ZKgayS8X}u-HUf zVzLNAg6znk3rurz6vmun7IT9v(Lt++TtjWN6NkR6;Ug=kYf{ajK*~``j3MV@QMoMaLOa47kV(WLG3IXSk8l zQQOe0N4f@0R1_=l=q9|f+K$qt1$G!>1+-zw*`#P__U+J>a6adXG`R0EOLXR?28^c+ zw8trzI+VuO_9qY8h?fW^U__p{}_DYtE0PJX<$u2uRyWlB4*1 zH@gb$b~06k(9=1FDTB)G`{{-XUOI3B`jSk)nUP&aya=>(acepL%F{=F^R*4S($_j%AeRFiK!$NU}E} zCsuN7G0o&Qf`(Gp;7Z?S?0EW@ICJru5eh_(g+fJ_;3EG)PBWMNoU6nZ3R4^Zbi#fKP9LrspW#OJ?*8FH zDyNSYMN3b^#p1yXyB)R zPT`feOmqy&?ko|Bl)N4eM%}G}MFv@N&sQ{?6pq6?Hfx@}+ZB|_y(oiay-ePVQLbLFK~^>DGMFx@&$u2@?bVxBK<52E}*KdsHk7t4j6F30Id zEI#dCluF6*&TRtq=S=*qRbOtuxXj$`fkgzNAUR*r6snqnKzR{uF9a!V5t!JTCPxvS z*X{kNX`sn38q z#R5PG){{&PwB@oAH+}z^M8VjsQZU`E$3+JdVoWVSqx{0$e4VDLyDy!5`uQ%;CqEjv z`HXyRVr+EA#l5b6fyPrhXpgBwRn#P0iTLopcT@n4tZbe^B_7YzUa002ovPDHLkV1hxYU?Knj literal 0 HcmV?d00001 diff --git a/Assets/NewUI/LeaderBoard/Red Badge/Score BG.png.meta b/Assets/NewUI/LeaderBoard/Red Badge/Score BG.png.meta new file mode 100644 index 00000000..3ddf1bf1 --- /dev/null +++ b/Assets/NewUI/LeaderBoard/Red Badge/Score BG.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 6e9686097c9b8244da8742075c9ba177 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NewUI/LeaderBoard/Red Badge/gold.png b/Assets/NewUI/LeaderBoard/Red Badge/gold.png new file mode 100644 index 0000000000000000000000000000000000000000..367a00369711db9de06403c228168838b2e7a4ff GIT binary patch literal 12423 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 + /// APIs for managing addons. + /// + public static class PlayFabAddonAPI + { + static PlayFabAddonAPI() {} + + + ///

+ /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Creates the Apple addon on a title, or updates it if it already exists. + /// + public static void CreateOrUpdateApple(CreateOrUpdateAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateApple", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates the Facebook addon on a title, or updates it if it already exists. + /// + public static void CreateOrUpdateFacebook(CreateOrUpdateFacebookRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateFacebook", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates the Facebook Instant Games addon on a title, or updates it if it already exists. + /// + public static void CreateOrUpdateFacebookInstantGames(CreateOrUpdateFacebookInstantGamesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateFacebookInstantGames", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates the Google addon on a title, or updates it if it already exists. + /// + public static void CreateOrUpdateGoogle(CreateOrUpdateGoogleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateGoogle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates the Kongregate addon on a title, or updates it if it already exists. + /// + public static void CreateOrUpdateKongregate(CreateOrUpdateKongregateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateKongregate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates the Nintendo addon on a title, or updates it if it already exists. + /// + public static void CreateOrUpdateNintendo(CreateOrUpdateNintendoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateNintendo", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates the PSN addon on a title, or updates it if it already exists. + /// + public static void CreateOrUpdatePSN(CreateOrUpdatePSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdatePSN", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates the Steam addon on a title, or updates it if it already exists. + /// + public static void CreateOrUpdateSteam(CreateOrUpdateSteamRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateSteam", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates the Twitch addon on a title, or updates it if it already exists. + /// + public static void CreateOrUpdateTwitch(CreateOrUpdateTwitchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateTwitch", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the Apple addon on a title. + /// + public static void DeleteApple(DeleteAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/DeleteApple", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the Facebook addon on a title. + /// + public static void DeleteFacebook(DeleteFacebookRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/DeleteFacebook", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the Facebook addon on a title. + /// + public static void DeleteFacebookInstantGames(DeleteFacebookInstantGamesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/DeleteFacebookInstantGames", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the Google addon on a title. + /// + public static void DeleteGoogle(DeleteGoogleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/DeleteGoogle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the Kongregate addon on a title. + /// + public static void DeleteKongregate(DeleteKongregateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/DeleteKongregate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the Nintendo addon on a title. + /// + public static void DeleteNintendo(DeleteNintendoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/DeleteNintendo", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the PSN addon on a title. + /// + public static void DeletePSN(DeletePSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/DeletePSN", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the Steam addon on a title. + /// + public static void DeleteSteam(DeleteSteamRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/DeleteSteam", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the Twitch addon on a title. + /// + public static void DeleteTwitch(DeleteTwitchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/DeleteTwitch", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information of the Apple addon on a title, omits secrets. + /// + public static void GetApple(GetAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/GetApple", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information of the Facebook addon on a title, omits secrets. + /// + public static void GetFacebook(GetFacebookRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/GetFacebook", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information of the Facebook Instant Games addon on a title, omits secrets. + /// + public static void GetFacebookInstantGames(GetFacebookInstantGamesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/GetFacebookInstantGames", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information of the Google addon on a title, omits secrets. + /// + public static void GetGoogle(GetGoogleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/GetGoogle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information of the Kongregate addon on a title, omits secrets. + /// + public static void GetKongregate(GetKongregateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/GetKongregate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information of the Nintendo addon on a title, omits secrets. + /// + public static void GetNintendo(GetNintendoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/GetNintendo", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information of the PSN addon on a title, omits secrets. + /// + public static void GetPSN(GetPSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/GetPSN", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information of the Steam addon on a title, omits secrets. + /// + public static void GetSteam(GetSteamRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/GetSteam", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information of the Twitch addon on a title, omits secrets. + /// + public static void GetTwitch(GetTwitchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Addon/GetTwitch", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Addon/PlayFabAddonAPI.cs.meta b/Assets/PlayFabSDK/Addon/PlayFabAddonAPI.cs.meta new file mode 100644 index 00000000..39ef2ec7 --- /dev/null +++ b/Assets/PlayFabSDK/Addon/PlayFabAddonAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 16e6981cbc311934bab9111885dbfc1a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Addon/PlayFabAddonInstanceAPI.cs b/Assets/PlayFabSDK/Addon/PlayFabAddonInstanceAPI.cs new file mode 100644 index 00000000..acba30cf --- /dev/null +++ b/Assets/PlayFabSDK/Addon/PlayFabAddonInstanceAPI.cs @@ -0,0 +1,354 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.AddonModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// APIs for managing addons. + /// + public class PlayFabAddonInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabAddonInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabAddonInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Creates the Apple addon on a title, or updates it if it already exists. + /// + public void CreateOrUpdateApple(CreateOrUpdateAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateApple", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates the Facebook addon on a title, or updates it if it already exists. + /// + public void CreateOrUpdateFacebook(CreateOrUpdateFacebookRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateFacebook", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates the Facebook Instant Games addon on a title, or updates it if it already exists. + /// + public void CreateOrUpdateFacebookInstantGames(CreateOrUpdateFacebookInstantGamesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateFacebookInstantGames", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates the Google addon on a title, or updates it if it already exists. + /// + public void CreateOrUpdateGoogle(CreateOrUpdateGoogleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateGoogle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates the Kongregate addon on a title, or updates it if it already exists. + /// + public void CreateOrUpdateKongregate(CreateOrUpdateKongregateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateKongregate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates the Nintendo addon on a title, or updates it if it already exists. + /// + public void CreateOrUpdateNintendo(CreateOrUpdateNintendoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateNintendo", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates the PSN addon on a title, or updates it if it already exists. + /// + public void CreateOrUpdatePSN(CreateOrUpdatePSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdatePSN", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates the Steam addon on a title, or updates it if it already exists. + /// + public void CreateOrUpdateSteam(CreateOrUpdateSteamRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateSteam", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates the Twitch addon on a title, or updates it if it already exists. + /// + public void CreateOrUpdateTwitch(CreateOrUpdateTwitchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/CreateOrUpdateTwitch", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the Apple addon on a title. + /// + public void DeleteApple(DeleteAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/DeleteApple", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the Facebook addon on a title. + /// + public void DeleteFacebook(DeleteFacebookRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/DeleteFacebook", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the Facebook addon on a title. + /// + public void DeleteFacebookInstantGames(DeleteFacebookInstantGamesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/DeleteFacebookInstantGames", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the Google addon on a title. + /// + public void DeleteGoogle(DeleteGoogleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/DeleteGoogle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the Kongregate addon on a title. + /// + public void DeleteKongregate(DeleteKongregateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/DeleteKongregate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the Nintendo addon on a title. + /// + public void DeleteNintendo(DeleteNintendoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/DeleteNintendo", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the PSN addon on a title. + /// + public void DeletePSN(DeletePSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/DeletePSN", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the Steam addon on a title. + /// + public void DeleteSteam(DeleteSteamRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/DeleteSteam", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the Twitch addon on a title. + /// + public void DeleteTwitch(DeleteTwitchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/DeleteTwitch", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information of the Apple addon on a title, omits secrets. + /// + public void GetApple(GetAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/GetApple", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information of the Facebook addon on a title, omits secrets. + /// + public void GetFacebook(GetFacebookRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/GetFacebook", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information of the Facebook Instant Games addon on a title, omits secrets. + /// + public void GetFacebookInstantGames(GetFacebookInstantGamesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/GetFacebookInstantGames", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information of the Google addon on a title, omits secrets. + /// + public void GetGoogle(GetGoogleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/GetGoogle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information of the Kongregate addon on a title, omits secrets. + /// + public void GetKongregate(GetKongregateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/GetKongregate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information of the Nintendo addon on a title, omits secrets. + /// + public void GetNintendo(GetNintendoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/GetNintendo", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information of the PSN addon on a title, omits secrets. + /// + public void GetPSN(GetPSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/GetPSN", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information of the Steam addon on a title, omits secrets. + /// + public void GetSteam(GetSteamRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/GetSteam", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information of the Twitch addon on a title, omits secrets. + /// + public void GetTwitch(GetTwitchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Addon/GetTwitch", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Addon/PlayFabAddonInstanceAPI.cs.meta b/Assets/PlayFabSDK/Addon/PlayFabAddonInstanceAPI.cs.meta new file mode 100644 index 00000000..4d4074e8 --- /dev/null +++ b/Assets/PlayFabSDK/Addon/PlayFabAddonInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cb16ee30d77a0bd4095b94a53a375676 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Addon/PlayFabAddonModels.cs b/Assets/PlayFabSDK/Addon/PlayFabAddonModels.cs new file mode 100644 index 00000000..24946cf7 --- /dev/null +++ b/Assets/PlayFabSDK/Addon/PlayFabAddonModels.cs @@ -0,0 +1,793 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.AddonModels +{ + [Serializable] + public class CreateOrUpdateAppleRequest : PlayFabRequestCommon + { + /// + /// iOS App Bundle ID obtained after setting up your app in the App Store. + /// + public string AppBundleId; + /// + /// iOS App Shared Secret obtained after setting up your app in the App Store. + /// + public string AppSharedSecret; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// If an error should be returned if the addon already exists. + /// + public bool? ErrorIfExists; + /// + /// Ignore expiration date for identity tokens. Be aware that when set to true this can invalidate expired tokens in the + /// case where Apple rotates their signing keys. + /// + public bool? IgnoreExpirationDate; + /// + /// Require secure authentication only for this app. + /// + public bool? RequireSecureAuthentication; + } + + [Serializable] + public class CreateOrUpdateAppleResponse : PlayFabResultCommon + { + } + + [Serializable] + public class CreateOrUpdateFacebookInstantGamesRequest : PlayFabRequestCommon + { + /// + /// Facebook App ID obtained after setting up your app in Facebook Instant Games. + /// + public string AppID; + /// + /// Facebook App Secret obtained after setting up your app in Facebook Instant Games. + /// + public string AppSecret; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// If an error should be returned if the addon already exists. + /// + public bool? ErrorIfExists; + } + + [Serializable] + public class CreateOrUpdateFacebookInstantGamesResponse : PlayFabResultCommon + { + } + + [Serializable] + public class CreateOrUpdateFacebookRequest : PlayFabRequestCommon + { + /// + /// Facebook App ID obtained after setting up your app in Facebook. + /// + public string AppID; + /// + /// Facebook App Secret obtained after setting up your app in Facebook. + /// + public string AppSecret; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// If an error should be returned if the addon already exists. + /// + public bool? ErrorIfExists; + /// + /// Email address for purchase dispute notifications. + /// + public string NotificationEmail; + } + + [Serializable] + public class CreateOrUpdateFacebookResponse : PlayFabResultCommon + { + } + + [Serializable] + public class CreateOrUpdateGoogleRequest : PlayFabRequestCommon + { + /// + /// Google App License Key obtained after setting up your app in the Google Play developer portal. Required if using Google + /// receipt validation. + /// + public string AppLicenseKey; + /// + /// Google App Package ID obtained after setting up your app in the Google Play developer portal. Required if using Google + /// receipt validation. + /// + public string AppPackageID; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// If an error should be returned if the addon already exists. + /// + public bool? ErrorIfExists; + /// + /// Google OAuth Client ID obtained through the Google Developer Console by creating a new set of "OAuth Client ID". + /// Required if using Google Authentication. + /// + public string OAuthClientID; + /// + /// Google OAuth Client Secret obtained through the Google Developer Console by creating a new set of "OAuth Client ID". + /// Required if using Google Authentication. + /// + public string OAuthClientSecret; + /// + /// Authorized Redirect Uri obtained through the Google Developer Console. This currently defaults to + /// https://oauth.playfab.com/oauth2/google. If you are authenticating players via browser, please update this to your own + /// domain. + /// + public string OAuthCustomRedirectUri; + /// + /// Needed to enable pending purchase handling and subscription processing. + /// + public string ServiceAccountKey; + } + + [Serializable] + public class CreateOrUpdateGoogleResponse : PlayFabResultCommon + { + } + + [Serializable] + public class CreateOrUpdateKongregateRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// If an error should be returned if the addon already exists. + /// + public bool? ErrorIfExists; + /// + /// Kongregate Secret API Key obtained after setting up your game in your Kongregate developer account. + /// + public string SecretAPIKey; + } + + [Serializable] + public class CreateOrUpdateKongregateResponse : PlayFabResultCommon + { + } + + [Serializable] + public class CreateOrUpdateNintendoRequest : PlayFabRequestCommon + { + /// + /// Nintendo Switch Application ID, without the "0x" prefix. + /// + public string ApplicationID; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// List of Nintendo Environments, currently supporting up to 4. Needs Catalog enabled. + /// + public List Environments; + /// + /// If an error should be returned if the addon already exists. + /// + public bool? ErrorIfExists; + } + + [Serializable] + public class CreateOrUpdateNintendoResponse : PlayFabResultCommon + { + } + + [Serializable] + public class CreateOrUpdatePSNRequest : PlayFabRequestCommon + { + /// + /// Client ID obtained after setting up your game with Sony. This one is associated with the existing PS4 marketplace. + /// + public string ClientID; + /// + /// Client secret obtained after setting up your game with Sony. This one is associated with the existing PS4 marketplace. + /// + public string ClientSecret; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// If an error should be returned if the addon already exists. + /// + public bool? ErrorIfExists; + /// + /// Client ID obtained after setting up your game with Sony. This one is associated with the modern marketplace, which + /// includes PS5, cross-generation for PS4, and unified entitlements. + /// + public string NextGenClientID; + /// + /// Client secret obtained after setting up your game with Sony. This one is associated with the modern marketplace, which + /// includes PS5, cross-generation for PS4, and unified entitlements. + /// + public string NextGenClientSecret; + } + + [Serializable] + public class CreateOrUpdatePSNResponse : PlayFabResultCommon + { + } + + [Serializable] + public class CreateOrUpdateSteamRequest : PlayFabRequestCommon + { + /// + /// Application ID obtained after setting up your app in Valve's developer portal. + /// + public string ApplicationId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Enforce usage of AzurePlayFab identity in user authentication tickets. + /// + public bool? EnforceServiceSpecificTickets; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// If an error should be returned if the addon already exists. + /// + public bool? ErrorIfExists; + /// + /// Sercet Key obtained after setting up your app in Valve's developer portal. + /// + public string SecretKey; + /// + /// Use Steam Payments sandbox endpoint for test transactions. + /// + public bool? UseSandbox; + } + + [Serializable] + public class CreateOrUpdateSteamResponse : PlayFabResultCommon + { + } + + [Serializable] + public class CreateOrUpdateTwitchRequest : PlayFabRequestCommon + { + /// + /// Client ID obtained after creating your Twitch developer account. + /// + public string ClientID; + /// + /// Client Secret obtained after creating your Twitch developer account. + /// + public string ClientSecret; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// If an error should be returned if the addon already exists. + /// + public bool? ErrorIfExists; + } + + [Serializable] + public class CreateOrUpdateTwitchResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteAppleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeleteAppleResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteFacebookInstantGamesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeleteFacebookInstantGamesResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteFacebookRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeleteFacebookResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteGoogleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeleteGoogleResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteKongregateRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeleteKongregateResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteNintendoRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeleteNintendoResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeletePSNRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeletePSNResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteSteamRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeleteSteamResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteTwitchRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeleteTwitchResponse : PlayFabResultCommon + { + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class GetAppleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetAppleResponse : PlayFabResultCommon + { + /// + /// iOS App Bundle ID obtained after setting up your app in the App Store. + /// + public string AppBundleId; + /// + /// Addon status. + /// + public bool Created; + /// + /// Ignore expiration date for identity tokens. + /// + public bool? IgnoreExpirationDate; + /// + /// Require secure authentication only for this app. + /// + public bool? RequireSecureAuthentication; + } + + [Serializable] + public class GetFacebookInstantGamesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetFacebookInstantGamesResponse : PlayFabResultCommon + { + /// + /// Facebook App ID obtained after setting up your app in Facebook Instant Games. + /// + public string AppID; + /// + /// Addon status. + /// + public bool Created; + } + + [Serializable] + public class GetFacebookRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetFacebookResponse : PlayFabResultCommon + { + /// + /// Facebook App ID obtained after setting up your app in Facebook. + /// + public string AppID; + /// + /// Addon status. + /// + public bool Created; + /// + /// Email address for purchase dispute notifications. + /// + public string NotificationEmail; + } + + [Serializable] + public class GetGoogleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetGoogleResponse : PlayFabResultCommon + { + /// + /// Google App Package ID obtained after setting up your app in the Google Play developer portal. Required if using Google + /// receipt validation. + /// + public string AppPackageID; + /// + /// Addon status. + /// + public bool Created; + /// + /// Google OAuth Client ID obtained through the Google Developer Console by creating a new set of "OAuth Client ID". + /// Required if using Google Authentication. + /// + public string OAuthClientID; + /// + /// Authorized Redirect Uri obtained through the Google Developer Console. This currently defaults to + /// https://oauth.playfab.com/oauth2/google. If you are authenticating players via browser, please update this to your own + /// domain. + /// + public string OauthCustomRedirectUri; + } + + [Serializable] + public class GetKongregateRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetKongregateResponse : PlayFabResultCommon + { + /// + /// Addon status. + /// + public bool Created; + } + + [Serializable] + public class GetNintendoRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetNintendoResponse : PlayFabResultCommon + { + /// + /// Nintendo Switch Application ID, without the "0x" prefix. + /// + public string ApplicationID; + /// + /// Addon status. + /// + public bool Created; + /// + /// List of Nintendo Environments, currently supporting up to 4. + /// + public List Environments; + } + + [Serializable] + public class GetPSNRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetPSNResponse : PlayFabResultCommon + { + /// + /// Client ID obtained after setting up your game with Sony. This one is associated with the existing PS4 marketplace. + /// + public string ClientID; + /// + /// Addon status. + /// + public bool Created; + /// + /// Client ID obtained after setting up your game with Sony. This one is associated with the modern marketplace, which + /// includes PS5, cross-generation for PS4, and unified entitlements. + /// + public string NextGenClientID; + } + + [Serializable] + public class GetSteamRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetSteamResponse : PlayFabResultCommon + { + /// + /// Application ID obtained after setting up your game in Valve's developer portal. + /// + public string ApplicationId; + /// + /// Addon status. + /// + public bool Created; + /// + /// Enforce usage of AzurePlayFab identity in user authentication tickets. + /// + public bool? EnforceServiceSpecificTickets; + /// + /// Use Steam Payments sandbox endpoint for test transactions. + /// + public bool? UseSandbox; + } + + [Serializable] + public class GetTwitchRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetTwitchResponse : PlayFabResultCommon + { + /// + /// Client ID obtained after creating your Twitch developer account. + /// + public string ClientID; + /// + /// Addon status. + /// + public bool Created; + } + + [Serializable] + public class NintendoEnvironment : PlayFabBaseModel + { + /// + /// Client ID for the Nintendo Environment. + /// + public string ClientID; + /// + /// Client Secret for the Nintendo Environment. + /// + public string ClientSecret; + /// + /// ID for the Nintendo Environment. + /// + public string ID; + } +} +#endif diff --git a/Assets/PlayFabSDK/Addon/PlayFabAddonModels.cs.meta b/Assets/PlayFabSDK/Addon/PlayFabAddonModels.cs.meta new file mode 100644 index 00000000..573052f2 --- /dev/null +++ b/Assets/PlayFabSDK/Addon/PlayFabAddonModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 87ffcc7751ee8d54a9effc1467d73c87 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Addon/PlayFabEvents.cs b/Assets/PlayFabSDK/Addon/PlayFabEvents.cs new file mode 100644 index 00000000..544f4f35 --- /dev/null +++ b/Assets/PlayFabSDK/Addon/PlayFabEvents.cs @@ -0,0 +1,64 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.AddonModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnAddonCreateOrUpdateAppleRequestEvent; + public event PlayFabResultEvent OnAddonCreateOrUpdateAppleResultEvent; + public event PlayFabRequestEvent OnAddonCreateOrUpdateFacebookRequestEvent; + public event PlayFabResultEvent OnAddonCreateOrUpdateFacebookResultEvent; + public event PlayFabRequestEvent OnAddonCreateOrUpdateFacebookInstantGamesRequestEvent; + public event PlayFabResultEvent OnAddonCreateOrUpdateFacebookInstantGamesResultEvent; + public event PlayFabRequestEvent OnAddonCreateOrUpdateGoogleRequestEvent; + public event PlayFabResultEvent OnAddonCreateOrUpdateGoogleResultEvent; + public event PlayFabRequestEvent OnAddonCreateOrUpdateKongregateRequestEvent; + public event PlayFabResultEvent OnAddonCreateOrUpdateKongregateResultEvent; + public event PlayFabRequestEvent OnAddonCreateOrUpdateNintendoRequestEvent; + public event PlayFabResultEvent OnAddonCreateOrUpdateNintendoResultEvent; + public event PlayFabRequestEvent OnAddonCreateOrUpdatePSNRequestEvent; + public event PlayFabResultEvent OnAddonCreateOrUpdatePSNResultEvent; + public event PlayFabRequestEvent OnAddonCreateOrUpdateSteamRequestEvent; + public event PlayFabResultEvent OnAddonCreateOrUpdateSteamResultEvent; + public event PlayFabRequestEvent OnAddonCreateOrUpdateTwitchRequestEvent; + public event PlayFabResultEvent OnAddonCreateOrUpdateTwitchResultEvent; + public event PlayFabRequestEvent OnAddonDeleteAppleRequestEvent; + public event PlayFabResultEvent OnAddonDeleteAppleResultEvent; + public event PlayFabRequestEvent OnAddonDeleteFacebookRequestEvent; + public event PlayFabResultEvent OnAddonDeleteFacebookResultEvent; + public event PlayFabRequestEvent OnAddonDeleteFacebookInstantGamesRequestEvent; + public event PlayFabResultEvent OnAddonDeleteFacebookInstantGamesResultEvent; + public event PlayFabRequestEvent OnAddonDeleteGoogleRequestEvent; + public event PlayFabResultEvent OnAddonDeleteGoogleResultEvent; + public event PlayFabRequestEvent OnAddonDeleteKongregateRequestEvent; + public event PlayFabResultEvent OnAddonDeleteKongregateResultEvent; + public event PlayFabRequestEvent OnAddonDeleteNintendoRequestEvent; + public event PlayFabResultEvent OnAddonDeleteNintendoResultEvent; + public event PlayFabRequestEvent OnAddonDeletePSNRequestEvent; + public event PlayFabResultEvent OnAddonDeletePSNResultEvent; + public event PlayFabRequestEvent OnAddonDeleteSteamRequestEvent; + public event PlayFabResultEvent OnAddonDeleteSteamResultEvent; + public event PlayFabRequestEvent OnAddonDeleteTwitchRequestEvent; + public event PlayFabResultEvent OnAddonDeleteTwitchResultEvent; + public event PlayFabRequestEvent OnAddonGetAppleRequestEvent; + public event PlayFabResultEvent OnAddonGetAppleResultEvent; + public event PlayFabRequestEvent OnAddonGetFacebookRequestEvent; + public event PlayFabResultEvent OnAddonGetFacebookResultEvent; + public event PlayFabRequestEvent OnAddonGetFacebookInstantGamesRequestEvent; + public event PlayFabResultEvent OnAddonGetFacebookInstantGamesResultEvent; + public event PlayFabRequestEvent OnAddonGetGoogleRequestEvent; + public event PlayFabResultEvent OnAddonGetGoogleResultEvent; + public event PlayFabRequestEvent OnAddonGetKongregateRequestEvent; + public event PlayFabResultEvent OnAddonGetKongregateResultEvent; + public event PlayFabRequestEvent OnAddonGetNintendoRequestEvent; + public event PlayFabResultEvent OnAddonGetNintendoResultEvent; + public event PlayFabRequestEvent OnAddonGetPSNRequestEvent; + public event PlayFabResultEvent OnAddonGetPSNResultEvent; + public event PlayFabRequestEvent OnAddonGetSteamRequestEvent; + public event PlayFabResultEvent OnAddonGetSteamResultEvent; + public event PlayFabRequestEvent OnAddonGetTwitchRequestEvent; + public event PlayFabResultEvent OnAddonGetTwitchResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Addon/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Addon/PlayFabEvents.cs.meta new file mode 100644 index 00000000..9673c4a7 --- /dev/null +++ b/Assets/PlayFabSDK/Addon/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d196246361876214999b16fe616a0f32 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Admin.meta b/Assets/PlayFabSDK/Admin.meta new file mode 100644 index 00000000..f8f81a65 --- /dev/null +++ b/Assets/PlayFabSDK/Admin.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c76a110e4c6e58c439aae9bb7eb005db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Admin/PlayFabAdminAPI.cs b/Assets/PlayFabSDK/Admin/PlayFabAdminAPI.cs new file mode 100644 index 00000000..3d2d5a3d --- /dev/null +++ b/Assets/PlayFabSDK/Admin/PlayFabAdminAPI.cs @@ -0,0 +1,1551 @@ +#if ENABLE_PLAYFABADMIN_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.AdminModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// APIs for managing title configurations, uploaded Game Server code executables, and user data + /// + public static class PlayFabAdminAPI + { + static PlayFabAdminAPI() {} + + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Abort an ongoing task instance. + /// + public static void AbortTaskInstance(AbortTaskInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/AbortTaskInstance", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Update news item to include localized version + /// + public static void AddLocalizedNews(AddLocalizedNewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/AddLocalizedNews", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds a new news item to the title's news feed + /// + public static void AddNews(AddNewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/AddNews", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds a given tag to a player profile. The tag's namespace is automatically generated based on the source of the tag. + /// + public static void AddPlayerTag(AddPlayerTagRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/AddPlayerTag", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increments the specified virtual currency by the stated amount + /// + public static void AddUserVirtualCurrency(AddUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/AddUserVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds one or more virtual currencies to the set defined for the title. Virtual Currencies have a maximum + /// value of 2,147,483,647 when granted to a player. Any value over that will be discarded. + /// + public static void AddVirtualCurrencyTypes(AddVirtualCurrencyTypesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/AddVirtualCurrencyTypes", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Bans users by PlayFab ID with optional IP address, or MAC address for the provided game. + /// + public static void BanUsers(BanUsersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/BanUsers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Checks the global count for the limited edition item. + /// + public static void CheckLimitedEditionItemAvailability(CheckLimitedEditionItemAvailabilityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/CheckLimitedEditionItemAvailability", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Create an ActionsOnPlayersInSegment task, which iterates through all players in a segment to execute action. + /// + public static void CreateActionsOnPlayersInSegmentTask(CreateActionsOnPlayerSegmentTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/CreateActionsOnPlayersInSegmentTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Create a CloudScript task, which can run a CloudScript on a schedule. + /// + public static void CreateCloudScriptTask(CreateCloudScriptTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/CreateCloudScriptTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Create a Insights Scheduled Scaling task, which can scale Insights Performance Units on a schedule + /// + public static void CreateInsightsScheduledScalingTask(CreateInsightsScheduledScalingTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/CreateInsightsScheduledScalingTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Registers a relationship between a title and an Open ID Connect provider. + /// + public static void CreateOpenIdConnection(CreateOpenIdConnectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/CreateOpenIdConnection", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a new Player Shared Secret Key. It may take up to 5 minutes for this key to become generally available after + /// this API returns. + /// + public static void CreatePlayerSharedSecret(CreatePlayerSharedSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/CreatePlayerSharedSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds a new player statistic configuration to the title, optionally allowing the developer to specify a reset interval + /// and an aggregation method. + /// + public static void CreatePlayerStatisticDefinition(CreatePlayerStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/CreatePlayerStatisticDefinition", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a new player segment by defining the conditions on player properties. Also, create actions to target the player + /// segments for a title. + /// + public static void CreateSegment(CreateSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/CreateSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Delete a content file from the title. When deleting a file that does not exist, it returns success. + /// + public static void DeleteContent(DeleteContentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteContent", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes a master player account entirely from all titles and deletes all associated data + /// + public static void DeleteMasterPlayerAccount(DeleteMasterPlayerAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteMasterPlayerAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes PlayStream and telemetry event data associated with the master player account from PlayFab storage + /// + public static void DeleteMasterPlayerEventData(DeleteMasterPlayerEventDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteMasterPlayerEventData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a player's subscription + /// + public static void DeleteMembershipSubscription(DeleteMembershipSubscriptionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteMembershipSubscription", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes a relationship between a title and an OpenID Connect provider. + /// + public static void DeleteOpenIdConnection(DeleteOpenIdConnectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteOpenIdConnection", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes a user's player account from a title and deletes all associated data + /// + public static void DeletePlayer(DeletePlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeletePlayer", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes an existing Player Shared Secret Key. It may take up to 5 minutes for this delete to be reflected after this API + /// returns. + /// + public static void DeletePlayerSharedSecret(DeletePlayerSharedSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeletePlayerSharedSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes an existing player segment and its associated action(s) for a title. + /// + public static void DeleteSegment(DeleteSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Deletes an existing virtual item store + /// + public static void DeleteStore(DeleteStoreRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteStore", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Delete a task. + /// + public static void DeleteTask(DeleteTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Permanently deletes a title and all associated configuration + /// + public static void DeleteTitle(DeleteTitleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteTitle", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a specified set of title data overrides. + /// + public static void DeleteTitleDataOverride(DeleteTitleDataOverrideRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/DeleteTitleDataOverride", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Exports all associated data of a master player account + /// + public static void ExportMasterPlayerData(ExportMasterPlayerDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/ExportMasterPlayerData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Starts an export for the player profiles in a segment. This API creates a snapshot of all the player profiles which + /// match the segment definition at the time of the API call. Profiles which change while an export is in progress will not + /// be reflected in the results. + /// + public static void ExportPlayersInSegment(ExportPlayersInSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/ExportPlayersInSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get information about a ActionsOnPlayersInSegment task instance. + /// + public static void GetActionsOnPlayersInSegmentTaskInstance(GetTaskInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetActionsOnPlayersInSegmentTaskInstance", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves an array of player segment definitions. Results from this can be used in subsequent API calls such as + /// GetPlayersInSegment which requires a Segment ID. While segment names can change the ID for that segment will not change. + /// + public static void GetAllSegments(GetAllSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetAllSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified version of the title's catalog of virtual goods, including all defined properties + /// + public static void GetCatalogItems(GetCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetCatalogItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the contents and information of a specific Cloud Script revision. + /// + public static void GetCloudScriptRevision(GetCloudScriptRevisionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetCloudScriptRevision", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get detail information about a CloudScript task instance. + /// + public static void GetCloudScriptTaskInstance(GetTaskInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetCloudScriptTaskInstance", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all the current cloud script versions. For each version, information about the current published and latest + /// revisions is also listed. + /// + public static void GetCloudScriptVersions(GetCloudScriptVersionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetCloudScriptVersions", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// List all contents of the title and get statistics such as size + /// + public static void GetContentList(GetContentListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetContentList", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the pre-signed URL for uploading a content file. A subsequent HTTP PUT to the returned URL uploads the + /// content. Also, please be aware that the Content service is specifically PlayFab's CDN offering, for which standard CDN + /// rates apply. + /// + public static void GetContentUploadUrl(GetContentUploadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetContentUploadUrl", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a download URL for the requested report + /// + public static void GetDataReport(GetDataReportRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetDataReport", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get the list of titles that the player has played + /// + public static void GetPlayedTitleList(GetPlayedTitleListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPlayedTitleList", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets a player's ID from an auth token. + /// + public static void GetPlayerIdFromAuthToken(GetPlayerIdFromAuthTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPlayerIdFromAuthToken", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the player's profile + /// + public static void GetPlayerProfile(GetPlayerProfileRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPlayerProfile", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// List all segments that a player currently belongs to at this moment in time. + /// + public static void GetPlayerSegments(GetPlayersSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPlayerSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Returns all Player Shared Secret Keys including disabled and expired. + /// + public static void GetPlayerSharedSecrets(GetPlayerSharedSecretsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPlayerSharedSecrets", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Allows for paging through all players in a given segment. This API creates a snapshot of all player profiles that match + /// the segment definition at the time of its creation and lives through the Total Seconds to Live, refreshing its life span + /// on each subsequent use of the Continuation Token. Profiles that change during the course of paging will not be reflected + /// in the results. AB Test segments are currently not supported by this operation. NOTE: This API is limited to being + /// called 30 times in one minute. You will be returned an error if you exceed this threshold. + /// + public static void GetPlayersInSegment(GetPlayersInSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPlayersInSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the configuration information for all player statistics defined in the title, regardless of whether they have + /// a reset interval. + /// + public static void GetPlayerStatisticDefinitions(GetPlayerStatisticDefinitionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPlayerStatisticDefinitions", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the information on the available versions of the specified statistic. + /// + public static void GetPlayerStatisticVersions(GetPlayerStatisticVersionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPlayerStatisticVersions", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get all tags with a given Namespace (optional) from a player profile. + /// + public static void GetPlayerTags(GetPlayerTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPlayerTags", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the requested policy. + /// + public static void GetPolicy(GetPolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPolicy", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the key-value store of custom publisher settings + /// + public static void GetPublisherData(GetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the random drop table configuration for the title + /// + public static void GetRandomResultTables(GetRandomResultTablesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetRandomResultTables", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the result of an export started by ExportPlayersInSegment API. If the ExportPlayersInSegment is successful and + /// complete, this API returns the IndexUrl from which the index file can be downloaded. The index file has a list of urls + /// from which the files containing the player profile data can be downloaded. Otherwise, it returns the current 'State' of + /// the export + /// + public static void GetSegmentExport(GetPlayersInSegmentExportRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetSegmentExport", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get detail information of a segment and its associated definition(s) and action(s) for a title. + /// + public static void GetSegments(GetSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the set of items defined for the specified store, including all prices defined + /// + public static void GetStoreItems(GetStoreItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetStoreItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Query for task instances by task, status, or time range. + /// + public static void GetTaskInstances(GetTaskInstancesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetTaskInstances", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get definition information on a specified task or all tasks within a title. + /// + public static void GetTasks(GetTasksRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetTasks", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the key-value store of custom title settings which can be read by the client + /// + public static void GetTitleData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetTitleData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the key-value store of custom title settings which cannot be read by the client + /// + public static void GetTitleInternalData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetTitleInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the relevant details for a specified user, based upon a match against a supplied unique identifier + /// + public static void GetUserAccountInfo(LookupUserAccountInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetUserAccountInfo", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets all bans for a user. + /// + public static void GetUserBans(GetUserBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetUserBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user which is readable and writable by the client + /// + public static void GetUserData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetUserData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user which cannot be accessed by the client + /// + public static void GetUserInternalData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetUserInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified user's current inventory of virtual goods + /// + public static void GetUserInventory(GetUserInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetUserInventory", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the publisher-specific custom data for the user which is readable and writable by the client + /// + public static void GetUserPublisherData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetUserPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the publisher-specific custom data for the user which cannot be accessed by the client + /// + public static void GetUserPublisherInternalData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetUserPublisherInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the publisher-specific custom data for the user which can only be read by the client + /// + public static void GetUserPublisherReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetUserPublisherReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user which can only be read by the client + /// + public static void GetUserReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GetUserReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the specified items to the specified user inventories + /// + public static void GrantItemsToUsers(GrantItemsToUsersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/GrantItemsToUsers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increases the global count for the given scarce resource. + /// + public static void IncrementLimitedEditionItemAvailability(IncrementLimitedEditionItemAvailabilityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/IncrementLimitedEditionItemAvailability", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Resets the indicated statistic, removing all player entries for it and backing up the old values. + /// + public static void IncrementPlayerStatisticVersion(IncrementPlayerStatisticVersionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/IncrementPlayerStatisticVersion", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of all Open ID Connect providers registered to a title. + /// + public static void ListOpenIdConnection(ListOpenIdConnectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/ListOpenIdConnection", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retuns the list of all defined virtual currencies for the title + /// + public static void ListVirtualCurrencyTypes(ListVirtualCurrencyTypesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/ListVirtualCurrencyTypes", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Attempts to process an order refund through the original real money payment provider. + /// + public static void RefundPurchase(RefundPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/RefundPurchase", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Remove a given tag from a player profile. The tag's namespace is automatically generated based on the source of the tag. + /// + public static void RemovePlayerTag(RemovePlayerTagRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/RemovePlayerTag", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Removes one or more virtual currencies from the set defined for the title. + /// + public static void RemoveVirtualCurrencyTypes(RemoveVirtualCurrencyTypesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/RemoveVirtualCurrencyTypes", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Completely removes all statistics for the specified character, for the current game + /// + public static void ResetCharacterStatistics(ResetCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/ResetCharacterStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Reset a player's password for a given title. + /// + public static void ResetPassword(ResetPasswordRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/ResetPassword", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Completely removes all statistics for the specified user, for the current game + /// + public static void ResetUserStatistics(ResetUserStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/ResetUserStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Attempts to resolve a dispute with the original order's payment provider. + /// + public static void ResolvePurchaseDispute(ResolvePurchaseDisputeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/ResolvePurchaseDispute", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Revoke all active bans for a user. + /// + public static void RevokeAllBansForUser(RevokeAllBansForUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/RevokeAllBansForUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Revoke all active bans specified with BanId. + /// + public static void RevokeBans(RevokeBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/RevokeBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Revokes access to an item in a user's inventory + /// + public static void RevokeInventoryItem(RevokeInventoryItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/RevokeInventoryItem", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Revokes access for up to 25 items across multiple users and characters. + /// + public static void RevokeInventoryItems(RevokeInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/RevokeInventoryItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Run a task immediately regardless of its schedule. + /// + public static void RunTask(RunTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/RunTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Forces an email to be sent to the registered email address for the user's account, with a link allowing the user to + /// change the password.If an account recovery email template ID is provided, an email using the custom email template will + /// be used. + /// + public static void SendAccountRecoveryEmail(SendAccountRecoveryEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SendAccountRecoveryEmail", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Creates the catalog configuration of all virtual goods for the specified catalog version + /// + public static void SetCatalogItems(UpdateCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetCatalogItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the override expiration for a membership subscription + /// + public static void SetMembershipOverride(SetMembershipOverrideRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetMembershipOverride", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets or resets the player's secret. Player secrets are used to sign API requests. + /// + public static void SetPlayerSecret(SetPlayerSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetPlayerSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the currently published revision of a title Cloud Script + /// + public static void SetPublishedRevision(SetPublishedRevisionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetPublishedRevision", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the key-value store of custom publisher settings + /// + public static void SetPublisherData(SetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Sets all the items in one virtual store + /// + public static void SetStoreItems(UpdateStoreItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetStoreItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates and updates the key-value store of custom title settings which can be read by the client. For example, a + /// developer could choose to store values which modify the user experience, such as enemy spawn rates, weapon strengths, + /// movement speeds, etc. This allows a developer to update the title without the need to create, test, and ship a new + /// build. + /// + public static void SetTitleData(SetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetTitleData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Set and delete key-value pairs in a title data override instance. + /// + public static void SetTitleDataAndOverrides(SetTitleDataAndOverridesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetTitleDataAndOverrides", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the key-value store of custom title settings which cannot be read by the client. These values can be used to + /// tweak settings used by game servers and Cloud Scripts without the need to update and re-deploy. + /// + public static void SetTitleInternalData(SetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetTitleInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the Amazon Resource Name (ARN) for iOS and Android push notifications. Documentation on the exact restrictions can + /// be found at: http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html. Currently, Amazon device + /// Messaging is not supported. + /// + public static void SetupPushNotification(SetupPushNotificationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SetupPushNotification", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Decrements the specified virtual currency by the stated amount + /// + public static void SubtractUserVirtualCurrency(SubtractUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/SubtractUserVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates information of a list of existing bans specified with Ban Ids. + /// + public static void UpdateBans(UpdateBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Updates the catalog configuration for virtual goods in the specified catalog version + /// + public static void UpdateCatalogItems(UpdateCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateCatalogItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a new Cloud Script revision and uploads source code to it. Note that at this time, only one file should be + /// submitted in the revision. + /// + public static void UpdateCloudScript(UpdateCloudScriptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateCloudScript", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Modifies data and credentials for an existing relationship between a title and an Open ID Connect provider + /// + public static void UpdateOpenIdConnection(UpdateOpenIdConnectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateOpenIdConnection", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates a existing Player Shared Secret Key. It may take up to 5 minutes for this update to become generally available + /// after this API returns. + /// + public static void UpdatePlayerSharedSecret(UpdatePlayerSharedSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdatePlayerSharedSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates a player statistic configuration for the title, optionally allowing the developer to specify a reset interval. + /// + public static void UpdatePlayerStatisticDefinition(UpdatePlayerStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdatePlayerStatisticDefinition", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Changes a policy for a title + /// + public static void UpdatePolicy(UpdatePolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdatePolicy", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Updates the random drop table configuration for the title + /// + public static void UpdateRandomResultTables(UpdateRandomResultTablesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateRandomResultTables", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates an existing player segment and its associated definition(s) and action(s) for a title. + /// + public static void UpdateSegment(UpdateSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Updates an existing virtual item store with new or modified items + /// + public static void UpdateStoreItems(UpdateStoreItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateStoreItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Update an existing task. + /// + public static void UpdateTask(UpdateTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title-specific custom data for the user which is readable and writable by the client + /// + public static void UpdateUserData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateUserData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title-specific custom data for the user which cannot be accessed by the client + /// + public static void UpdateUserInternalData(UpdateUserInternalDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateUserInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the publisher-specific custom data for the user which is readable and writable by the client + /// + public static void UpdateUserPublisherData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateUserPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the publisher-specific custom data for the user which cannot be accessed by the client + /// + public static void UpdateUserPublisherInternalData(UpdateUserInternalDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateUserPublisherInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the publisher-specific custom data for the user which can only be read by the client + /// + public static void UpdateUserPublisherReadOnlyData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateUserPublisherReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title-specific custom data for the user which can only be read by the client + /// + public static void UpdateUserReadOnlyData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateUserReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title specific display name for a user + /// + public static void UpdateUserTitleDisplayName(UpdateUserTitleDisplayNameRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Admin/UpdateUserTitleDisplayName", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Admin/PlayFabAdminAPI.cs.meta b/Assets/PlayFabSDK/Admin/PlayFabAdminAPI.cs.meta new file mode 100644 index 00000000..ec37b6e1 --- /dev/null +++ b/Assets/PlayFabSDK/Admin/PlayFabAdminAPI.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 98aa7d0b4d53fe24392fc8cc52120845 +timeCreated: 1468524876 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Admin/PlayFabAdminInstanceAPI.cs b/Assets/PlayFabSDK/Admin/PlayFabAdminInstanceAPI.cs new file mode 100644 index 00000000..c793da38 --- /dev/null +++ b/Assets/PlayFabSDK/Admin/PlayFabAdminInstanceAPI.cs @@ -0,0 +1,1346 @@ +#if ENABLE_PLAYFABADMIN_API + +using System; +using System.Collections.Generic; +using PlayFab.AdminModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// APIs for managing title configurations, uploaded Game Server code executables, and user data + /// + public class PlayFabAdminInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabAdminInstanceAPI() { } + + public PlayFabAdminInstanceAPI(PlayFabApiSettings settings) + { + apiSettings = settings; + } + + public PlayFabAdminInstanceAPI(PlayFabAuthenticationContext context) + { + authenticationContext = context; + } + + public PlayFabAdminInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Abort an ongoing task instance. + /// + public void AbortTaskInstance(AbortTaskInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/AbortTaskInstance", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Update news item to include localized version + /// + public void AddLocalizedNews(AddLocalizedNewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/AddLocalizedNews", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds a new news item to the title's news feed + /// + public void AddNews(AddNewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/AddNews", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds a given tag to a player profile. The tag's namespace is automatically generated based on the source of the tag. + /// + public void AddPlayerTag(AddPlayerTagRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/AddPlayerTag", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increments the specified virtual currency by the stated amount + /// + public void AddUserVirtualCurrency(AddUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/AddUserVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds one or more virtual currencies to the set defined for the title. Virtual Currencies have a maximum + /// value of 2,147,483,647 when granted to a player. Any value over that will be discarded. + /// + public void AddVirtualCurrencyTypes(AddVirtualCurrencyTypesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/AddVirtualCurrencyTypes", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Bans users by PlayFab ID with optional IP address, or MAC address for the provided game. + /// + public void BanUsers(BanUsersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/BanUsers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Checks the global count for the limited edition item. + /// + public void CheckLimitedEditionItemAvailability(CheckLimitedEditionItemAvailabilityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/CheckLimitedEditionItemAvailability", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Create an ActionsOnPlayersInSegment task, which iterates through all players in a segment to execute action. + /// + public void CreateActionsOnPlayersInSegmentTask(CreateActionsOnPlayerSegmentTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/CreateActionsOnPlayersInSegmentTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Create a CloudScript task, which can run a CloudScript on a schedule. + /// + public void CreateCloudScriptTask(CreateCloudScriptTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/CreateCloudScriptTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Create a Insights Scheduled Scaling task, which can scale Insights Performance Units on a schedule + /// + public void CreateInsightsScheduledScalingTask(CreateInsightsScheduledScalingTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/CreateInsightsScheduledScalingTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Registers a relationship between a title and an Open ID Connect provider. + /// + public void CreateOpenIdConnection(CreateOpenIdConnectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/CreateOpenIdConnection", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a new Player Shared Secret Key. It may take up to 5 minutes for this key to become generally available after + /// this API returns. + /// + public void CreatePlayerSharedSecret(CreatePlayerSharedSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/CreatePlayerSharedSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds a new player statistic configuration to the title, optionally allowing the developer to specify a reset interval + /// and an aggregation method. + /// + public void CreatePlayerStatisticDefinition(CreatePlayerStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/CreatePlayerStatisticDefinition", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a new player segment by defining the conditions on player properties. Also, create actions to target the player + /// segments for a title. + /// + public void CreateSegment(CreateSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/CreateSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Delete a content file from the title. When deleting a file that does not exist, it returns success. + /// + public void DeleteContent(DeleteContentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteContent", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes a master player account entirely from all titles and deletes all associated data + /// + public void DeleteMasterPlayerAccount(DeleteMasterPlayerAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteMasterPlayerAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes PlayStream and telemetry event data associated with the master player account from PlayFab storage + /// + public void DeleteMasterPlayerEventData(DeleteMasterPlayerEventDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteMasterPlayerEventData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a player's subscription + /// + public void DeleteMembershipSubscription(DeleteMembershipSubscriptionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteMembershipSubscription", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes a relationship between a title and an OpenID Connect provider. + /// + public void DeleteOpenIdConnection(DeleteOpenIdConnectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteOpenIdConnection", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes a user's player account from a title and deletes all associated data + /// + public void DeletePlayer(DeletePlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeletePlayer", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes an existing Player Shared Secret Key. It may take up to 5 minutes for this delete to be reflected after this API + /// returns. + /// + public void DeletePlayerSharedSecret(DeletePlayerSharedSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeletePlayerSharedSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes an existing player segment and its associated action(s) for a title. + /// + public void DeleteSegment(DeleteSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Deletes an existing virtual item store + /// + public void DeleteStore(DeleteStoreRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteStore", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Delete a task. + /// + public void DeleteTask(DeleteTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Permanently deletes a title and all associated configuration + /// + public void DeleteTitle(DeleteTitleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteTitle", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a specified set of title data overrides. + /// + public void DeleteTitleDataOverride(DeleteTitleDataOverrideRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/DeleteTitleDataOverride", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Exports all associated data of a master player account + /// + public void ExportMasterPlayerData(ExportMasterPlayerDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/ExportMasterPlayerData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Starts an export for the player profiles in a segment. This API creates a snapshot of all the player profiles which + /// match the segment definition at the time of the API call. Profiles which change while an export is in progress will not + /// be reflected in the results. + /// + public void ExportPlayersInSegment(ExportPlayersInSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/ExportPlayersInSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get information about a ActionsOnPlayersInSegment task instance. + /// + public void GetActionsOnPlayersInSegmentTaskInstance(GetTaskInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetActionsOnPlayersInSegmentTaskInstance", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves an array of player segment definitions. Results from this can be used in subsequent API calls such as + /// GetPlayersInSegment which requires a Segment ID. While segment names can change the ID for that segment will not change. + /// + public void GetAllSegments(GetAllSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetAllSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified version of the title's catalog of virtual goods, including all defined properties + /// + public void GetCatalogItems(GetCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetCatalogItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the contents and information of a specific Cloud Script revision. + /// + public void GetCloudScriptRevision(GetCloudScriptRevisionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetCloudScriptRevision", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get detail information about a CloudScript task instance. + /// + public void GetCloudScriptTaskInstance(GetTaskInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetCloudScriptTaskInstance", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all the current cloud script versions. For each version, information about the current published and latest + /// revisions is also listed. + /// + public void GetCloudScriptVersions(GetCloudScriptVersionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetCloudScriptVersions", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// List all contents of the title and get statistics such as size + /// + public void GetContentList(GetContentListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetContentList", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the pre-signed URL for uploading a content file. A subsequent HTTP PUT to the returned URL uploads the + /// content. Also, please be aware that the Content service is specifically PlayFab's CDN offering, for which standard CDN + /// rates apply. + /// + public void GetContentUploadUrl(GetContentUploadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetContentUploadUrl", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a download URL for the requested report + /// + public void GetDataReport(GetDataReportRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetDataReport", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get the list of titles that the player has played + /// + public void GetPlayedTitleList(GetPlayedTitleListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPlayedTitleList", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets a player's ID from an auth token. + /// + public void GetPlayerIdFromAuthToken(GetPlayerIdFromAuthTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPlayerIdFromAuthToken", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the player's profile + /// + public void GetPlayerProfile(GetPlayerProfileRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPlayerProfile", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// List all segments that a player currently belongs to at this moment in time. + /// + public void GetPlayerSegments(GetPlayersSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPlayerSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Returns all Player Shared Secret Keys including disabled and expired. + /// + public void GetPlayerSharedSecrets(GetPlayerSharedSecretsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPlayerSharedSecrets", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Allows for paging through all players in a given segment. This API creates a snapshot of all player profiles that match + /// the segment definition at the time of its creation and lives through the Total Seconds to Live, refreshing its life span + /// on each subsequent use of the Continuation Token. Profiles that change during the course of paging will not be reflected + /// in the results. AB Test segments are currently not supported by this operation. NOTE: This API is limited to being + /// called 30 times in one minute. You will be returned an error if you exceed this threshold. + /// + public void GetPlayersInSegment(GetPlayersInSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPlayersInSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the configuration information for all player statistics defined in the title, regardless of whether they have + /// a reset interval. + /// + public void GetPlayerStatisticDefinitions(GetPlayerStatisticDefinitionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPlayerStatisticDefinitions", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the information on the available versions of the specified statistic. + /// + public void GetPlayerStatisticVersions(GetPlayerStatisticVersionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPlayerStatisticVersions", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get all tags with a given Namespace (optional) from a player profile. + /// + public void GetPlayerTags(GetPlayerTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPlayerTags", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the requested policy. + /// + public void GetPolicy(GetPolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPolicy", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the key-value store of custom publisher settings + /// + public void GetPublisherData(GetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the random drop table configuration for the title + /// + public void GetRandomResultTables(GetRandomResultTablesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetRandomResultTables", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the result of an export started by ExportPlayersInSegment API. If the ExportPlayersInSegment is successful and + /// complete, this API returns the IndexUrl from which the index file can be downloaded. The index file has a list of urls + /// from which the files containing the player profile data can be downloaded. Otherwise, it returns the current 'State' of + /// the export + /// + public void GetSegmentExport(GetPlayersInSegmentExportRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetSegmentExport", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get detail information of a segment and its associated definition(s) and action(s) for a title. + /// + public void GetSegments(GetSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the set of items defined for the specified store, including all prices defined + /// + public void GetStoreItems(GetStoreItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetStoreItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Query for task instances by task, status, or time range. + /// + public void GetTaskInstances(GetTaskInstancesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetTaskInstances", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get definition information on a specified task or all tasks within a title. + /// + public void GetTasks(GetTasksRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetTasks", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the key-value store of custom title settings which can be read by the client + /// + public void GetTitleData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetTitleData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the key-value store of custom title settings which cannot be read by the client + /// + public void GetTitleInternalData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetTitleInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the relevant details for a specified user, based upon a match against a supplied unique identifier + /// + public void GetUserAccountInfo(LookupUserAccountInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetUserAccountInfo", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets all bans for a user. + /// + public void GetUserBans(GetUserBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetUserBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user which is readable and writable by the client + /// + public void GetUserData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetUserData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user which cannot be accessed by the client + /// + public void GetUserInternalData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetUserInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified user's current inventory of virtual goods + /// + public void GetUserInventory(GetUserInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetUserInventory", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the publisher-specific custom data for the user which is readable and writable by the client + /// + public void GetUserPublisherData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetUserPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the publisher-specific custom data for the user which cannot be accessed by the client + /// + public void GetUserPublisherInternalData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetUserPublisherInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the publisher-specific custom data for the user which can only be read by the client + /// + public void GetUserPublisherReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetUserPublisherReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user which can only be read by the client + /// + public void GetUserReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GetUserReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the specified items to the specified user inventories + /// + public void GrantItemsToUsers(GrantItemsToUsersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/GrantItemsToUsers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increases the global count for the given scarce resource. + /// + public void IncrementLimitedEditionItemAvailability(IncrementLimitedEditionItemAvailabilityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/IncrementLimitedEditionItemAvailability", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Resets the indicated statistic, removing all player entries for it and backing up the old values. + /// + public void IncrementPlayerStatisticVersion(IncrementPlayerStatisticVersionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/IncrementPlayerStatisticVersion", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of all Open ID Connect providers registered to a title. + /// + public void ListOpenIdConnection(ListOpenIdConnectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/ListOpenIdConnection", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retuns the list of all defined virtual currencies for the title + /// + public void ListVirtualCurrencyTypes(ListVirtualCurrencyTypesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/ListVirtualCurrencyTypes", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Attempts to process an order refund through the original real money payment provider. + /// + public void RefundPurchase(RefundPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/RefundPurchase", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Remove a given tag from a player profile. The tag's namespace is automatically generated based on the source of the tag. + /// + public void RemovePlayerTag(RemovePlayerTagRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/RemovePlayerTag", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Removes one or more virtual currencies from the set defined for the title. + /// + public void RemoveVirtualCurrencyTypes(RemoveVirtualCurrencyTypesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/RemoveVirtualCurrencyTypes", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Completely removes all statistics for the specified character, for the current game + /// + public void ResetCharacterStatistics(ResetCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/ResetCharacterStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Reset a player's password for a given title. + /// + public void ResetPassword(ResetPasswordRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/ResetPassword", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Completely removes all statistics for the specified user, for the current game + /// + public void ResetUserStatistics(ResetUserStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/ResetUserStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Attempts to resolve a dispute with the original order's payment provider. + /// + public void ResolvePurchaseDispute(ResolvePurchaseDisputeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/ResolvePurchaseDispute", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Revoke all active bans for a user. + /// + public void RevokeAllBansForUser(RevokeAllBansForUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/RevokeAllBansForUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Revoke all active bans specified with BanId. + /// + public void RevokeBans(RevokeBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/RevokeBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Revokes access to an item in a user's inventory + /// + public void RevokeInventoryItem(RevokeInventoryItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/RevokeInventoryItem", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Revokes access for up to 25 items across multiple users and characters. + /// + public void RevokeInventoryItems(RevokeInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/RevokeInventoryItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Run a task immediately regardless of its schedule. + /// + public void RunTask(RunTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/RunTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Forces an email to be sent to the registered email address for the user's account, with a link allowing the user to + /// change the password.If an account recovery email template ID is provided, an email using the custom email template will + /// be used. + /// + public void SendAccountRecoveryEmail(SendAccountRecoveryEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SendAccountRecoveryEmail", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Creates the catalog configuration of all virtual goods for the specified catalog version + /// + public void SetCatalogItems(UpdateCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetCatalogItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the override expiration for a membership subscription + /// + public void SetMembershipOverride(SetMembershipOverrideRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetMembershipOverride", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets or resets the player's secret. Player secrets are used to sign API requests. + /// + public void SetPlayerSecret(SetPlayerSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetPlayerSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the currently published revision of a title Cloud Script + /// + public void SetPublishedRevision(SetPublishedRevisionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetPublishedRevision", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the key-value store of custom publisher settings + /// + public void SetPublisherData(SetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Sets all the items in one virtual store + /// + public void SetStoreItems(UpdateStoreItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetStoreItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates and updates the key-value store of custom title settings which can be read by the client. For example, a + /// developer could choose to store values which modify the user experience, such as enemy spawn rates, weapon strengths, + /// movement speeds, etc. This allows a developer to update the title without the need to create, test, and ship a new + /// build. + /// + public void SetTitleData(SetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetTitleData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Set and delete key-value pairs in a title data override instance. + /// + public void SetTitleDataAndOverrides(SetTitleDataAndOverridesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetTitleDataAndOverrides", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the key-value store of custom title settings which cannot be read by the client. These values can be used to + /// tweak settings used by game servers and Cloud Scripts without the need to update and re-deploy. + /// + public void SetTitleInternalData(SetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetTitleInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the Amazon Resource Name (ARN) for iOS and Android push notifications. Documentation on the exact restrictions can + /// be found at: http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html. Currently, Amazon device + /// Messaging is not supported. + /// + public void SetupPushNotification(SetupPushNotificationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SetupPushNotification", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Decrements the specified virtual currency by the stated amount + /// + public void SubtractUserVirtualCurrency(SubtractUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/SubtractUserVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates information of a list of existing bans specified with Ban Ids. + /// + public void UpdateBans(UpdateBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Updates the catalog configuration for virtual goods in the specified catalog version + /// + public void UpdateCatalogItems(UpdateCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateCatalogItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a new Cloud Script revision and uploads source code to it. Note that at this time, only one file should be + /// submitted in the revision. + /// + public void UpdateCloudScript(UpdateCloudScriptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateCloudScript", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Modifies data and credentials for an existing relationship between a title and an Open ID Connect provider + /// + public void UpdateOpenIdConnection(UpdateOpenIdConnectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateOpenIdConnection", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates a existing Player Shared Secret Key. It may take up to 5 minutes for this update to become generally available + /// after this API returns. + /// + public void UpdatePlayerSharedSecret(UpdatePlayerSharedSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdatePlayerSharedSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates a player statistic configuration for the title, optionally allowing the developer to specify a reset interval. + /// + public void UpdatePlayerStatisticDefinition(UpdatePlayerStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdatePlayerStatisticDefinition", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Changes a policy for a title + /// + public void UpdatePolicy(UpdatePolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdatePolicy", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Updates the random drop table configuration for the title + /// + public void UpdateRandomResultTables(UpdateRandomResultTablesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateRandomResultTables", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates an existing player segment and its associated definition(s) and action(s) for a title. + /// + public void UpdateSegment(UpdateSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Updates an existing virtual item store with new or modified items + /// + public void UpdateStoreItems(UpdateStoreItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateStoreItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Update an existing task. + /// + public void UpdateTask(UpdateTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateTask", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title-specific custom data for the user which is readable and writable by the client + /// + public void UpdateUserData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateUserData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title-specific custom data for the user which cannot be accessed by the client + /// + public void UpdateUserInternalData(UpdateUserInternalDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateUserInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the publisher-specific custom data for the user which is readable and writable by the client + /// + public void UpdateUserPublisherData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateUserPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the publisher-specific custom data for the user which cannot be accessed by the client + /// + public void UpdateUserPublisherInternalData(UpdateUserInternalDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateUserPublisherInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the publisher-specific custom data for the user which can only be read by the client + /// + public void UpdateUserPublisherReadOnlyData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateUserPublisherReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title-specific custom data for the user which can only be read by the client + /// + public void UpdateUserReadOnlyData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateUserReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title specific display name for a user + /// + public void UpdateUserTitleDisplayName(UpdateUserTitleDisplayNameRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Admin/UpdateUserTitleDisplayName", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Admin/PlayFabAdminInstanceAPI.cs.meta b/Assets/PlayFabSDK/Admin/PlayFabAdminInstanceAPI.cs.meta new file mode 100644 index 00000000..dfaa93b4 --- /dev/null +++ b/Assets/PlayFabSDK/Admin/PlayFabAdminInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 942c3c5d808dfed49b4c4369cc282d49 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs b/Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs new file mode 100644 index 00000000..5befa540 --- /dev/null +++ b/Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs @@ -0,0 +1,7799 @@ +#if ENABLE_PLAYFABADMIN_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.AdminModels +{ + /// + /// If the task instance has already completed, there will be no-op. + /// + [Serializable] + public class AbortTaskInstanceRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// ID of a task instance that is being aborted. + /// + public string TaskInstanceId; + } + + /// + /// The work to be performed on each entity which can only be of one type. + /// + [Serializable] + public class Action : PlayFabBaseModel + { + /// + /// Action content to add inventory item v2 + /// + public AddInventoryItemV2Content AddInventoryItemV2Content; + /// + /// Action content to ban player + /// + public BanPlayerContent BanPlayerContent; + /// + /// Action content to delete inventory item v2 + /// + public DeleteInventoryItemV2Content DeleteInventoryItemV2Content; + /// + /// Action content to delete player + /// + public DeletePlayerContent DeletePlayerContent; + /// + /// Action content to execute cloud script + /// + public ExecuteCloudScriptContent ExecuteCloudScriptContent; + /// + /// Action content to execute azure function + /// + public ExecuteFunctionContent ExecuteFunctionContent; + /// + /// Action content to grant item + /// + public GrantItemContent GrantItemContent; + /// + /// Action content to grant virtual currency + /// + public GrantVirtualCurrencyContent GrantVirtualCurrencyContent; + /// + /// Action content to increment player statistic + /// + public IncrementPlayerStatisticContent IncrementPlayerStatisticContent; + /// + /// Action content to send push notification + /// + public PushNotificationContent PushNotificationContent; + /// + /// Action content to send email + /// + public SendEmailContent SendEmailContent; + /// + /// Action content to subtract inventory item v2 + /// + public SubtractInventoryItemV2Content SubtractInventoryItemV2Content; + } + + [Serializable] + public class ActionsOnPlayersInSegmentTaskParameter : PlayFabBaseModel + { + /// + /// List of actions to perform on each player in a segment. Each action object can contain only one action type. + /// + public List Actions; + /// + /// ID of the segment to perform actions on. + /// + public string SegmentId; + } + + [Serializable] + public class ActionsOnPlayersInSegmentTaskSummary : PlayFabBaseModel + { + /// + /// UTC timestamp when the task completed. + /// + public DateTime? CompletedAt; + /// + /// Error message for last processing attempt, if an error occured. + /// + public string ErrorMessage; + /// + /// Flag indicating if the error was fatal, if false job will be retried. + /// + public bool? ErrorWasFatal; + /// + /// Estimated time remaining in seconds. + /// + public double? EstimatedSecondsRemaining; + /// + /// Progress represented as percentage. + /// + public double? PercentComplete; + /// + /// If manually scheduled, ID of user who scheduled the task. + /// + public string ScheduledByUserId; + /// + /// UTC timestamp when the task started. + /// + public DateTime StartedAt; + /// + /// Current status of the task instance. + /// + public TaskInstanceStatus? Status; + /// + /// Identifier of the task this instance belongs to. + /// + public NameIdentifier TaskIdentifier; + /// + /// ID of the task instance. + /// + public string TaskInstanceId; + /// + /// Total players in segment when task was started. + /// + public int? TotalPlayersInSegment; + /// + /// Total number of players that have had the actions applied to. + /// + public int? TotalPlayersProcessed; + } + + [Serializable] + public class AdCampaignAttribution : PlayFabBaseModel + { + /// + /// UTC time stamp of attribution + /// + public DateTime AttributedAt; + /// + /// Attribution campaign identifier + /// + public string CampaignId; + /// + /// Attribution network name + /// + public string Platform; + } + + [Serializable] + public class AdCampaignAttributionModel : PlayFabBaseModel + { + /// + /// UTC time stamp of attribution + /// + public DateTime AttributedAt; + /// + /// Attribution campaign identifier + /// + public string CampaignId; + /// + /// Attribution network name + /// + public string Platform; + } + + [Serializable] + public class AdCampaignSegmentFilter : PlayFabBaseModel + { + /// + /// Campaign id. + /// + public string CampaignId; + /// + /// Campaign source. + /// + public string CampaignSource; + /// + /// Campaign comparison. + /// + public SegmentFilterComparison? Comparison; + } + + [Serializable] + public class AddInventoryItemsV2SegmentAction : PlayFabBaseModel + { + /// + /// Amount of the item to be granted to a player + /// + public int? Amount; + /// + /// The collection id for where the item will be granted in the player inventory + /// + public string CollectionId; + /// + /// The duration in seconds of the subscription to be granted to a player + /// + public int? DurationInSeconds; + /// + /// The id of item to be granted to the player + /// + public string ItemId; + /// + /// The stack id for where the item will be granted in the player inventory + /// + public string StackId; + } + + [Serializable] + public class AddInventoryItemV2Content : PlayFabBaseModel + { + /// + /// Amount of the item to be granted to a player + /// + public int? Amount; + /// + /// The collection id for where the item will be granted in the player inventory + /// + public string CollectionId; + /// + /// The duration in seconds of the subscription to be granted to a player + /// + public int? DurationInSeconds; + /// + /// The id of item to be granted to the player + /// + public string ItemId; + /// + /// The stack id for where the item will be granted in the player inventory + /// + public string StackId; + } + + [Serializable] + public class AddLocalizedNewsRequest : PlayFabRequestCommon + { + /// + /// Localized body text of the news. + /// + public string Body; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Language of the news item. + /// + public string Language; + /// + /// Unique id of the updated news item. + /// + public string NewsId; + /// + /// Localized title (headline) of the news item. + /// + public string Title; + } + + [Serializable] + public class AddLocalizedNewsResult : PlayFabResultCommon + { + } + + [Serializable] + public class AddNewsRequest : PlayFabRequestCommon + { + /// + /// Default body text of the news. + /// + public string Body; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Time this news was published. If not set, defaults to now. + /// + public DateTime? Timestamp; + /// + /// Default title (headline) of the news item. + /// + public string Title; + } + + [Serializable] + public class AddNewsResult : PlayFabResultCommon + { + /// + /// Unique id of the new news item + /// + public string NewsId; + } + + /// + /// This API will trigger a player_tag_added event and add a tag with the given TagName and PlayFabID to the corresponding + /// player profile. TagName can be used for segmentation and it is limited to 256 characters. Also there is a limit on the + /// number of tags a title can have. + /// + [Serializable] + public class AddPlayerTagRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Unique tag for player profile. + /// + public string TagName; + } + + [Serializable] + public class AddPlayerTagResult : PlayFabResultCommon + { + } + + [Serializable] + public class AddUserVirtualCurrencyRequest : PlayFabRequestCommon + { + /// + /// Amount to be added to the user balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). + /// Any increase over this value will be discarded. + /// + public int Amount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// PlayFab unique identifier of the user whose virtual currency balance is to be increased. + /// + public string PlayFabId; + /// + /// Name of the virtual currency which is to be incremented. + /// + public string VirtualCurrency; + } + + /// + /// This operation is additive. Any new currencies defined in the array will be added to the set of those available for the + /// title, while any CurrencyCode identifiers matching existing ones in the game will be overwritten with the new values. + /// + [Serializable] + public class AddVirtualCurrencyTypesRequest : PlayFabRequestCommon + { + /// + /// List of virtual currencies and their initial deposits (the amount a user is granted when signing in for the first time) + /// to the title + /// + public List VirtualCurrencies; + } + + [Serializable] + public class AllPlayersSegmentFilter : PlayFabBaseModel + { + } + + [Serializable] + public class ApiCondition : PlayFabBaseModel + { + /// + /// Require that API calls contain an RSA encrypted payload or signed headers. + /// + public Conditionals? HasSignatureOrEncryption; + } + + public enum AuthTokenType + { + Email + } + + /// + /// Contains information for a ban. + /// + [Serializable] + public class BanInfo : PlayFabBaseModel + { + /// + /// The active state of this ban. Expired bans may still have this value set to true but they will have no effect. + /// + public bool Active; + /// + /// The unique Ban Id associated with this ban. + /// + public string BanId; + /// + /// The time when this ban was applied. + /// + public DateTime? Created; + /// + /// The time when this ban expires. Permanent bans do not have expiration date. + /// + public DateTime? Expires; + /// + /// The IP address on which the ban was applied. May affect multiple players. + /// + public string IPAddress; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// The reason why this ban was applied. + /// + public string Reason; + /// + /// The family type of the suer that is included in the ban. + /// + public string UserFamilyType; + } + + [Serializable] + public class BanPlayerContent : PlayFabBaseModel + { + /// + /// Duration(in hours) to ban a player. If not provided, the player will be banned permanently. + /// + public int? BanDurationHours; + /// + /// Reason to ban a player + /// + public string BanReason; + } + + [Serializable] + public class BanPlayerSegmentAction : PlayFabBaseModel + { + /// + /// Ban hours duration. + /// + public uint? BanHours; + /// + /// Reason for ban. + /// + public string ReasonForBan; + } + + /// + /// Represents a single ban request. + /// + [Serializable] + public class BanRequest : PlayFabBaseModel + { + /// + /// The duration in hours for the ban. Leave this blank for a permanent ban. + /// + public uint? DurationInHours; + /// + /// IP address to be banned. May affect multiple players. + /// + public string IPAddress; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// The reason for this ban. Maximum 140 characters. + /// + public string Reason; + /// + /// The family type of the user that should be included in the ban if applicable. May affect multiple players. + /// + public UserFamilyType? UserFamilyType; + } + + /// + /// The existence of each user will not be verified. When banning by IP or MAC address, multiple players may be affected, so + /// use this feature with caution. Returns information about the new bans. + /// + [Serializable] + public class BanUsersRequest : PlayFabRequestCommon + { + /// + /// List of ban requests to be applied. Maximum 100. + /// + public List Bans; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class BanUsersResult : PlayFabResultCommon + { + /// + /// Information on the bans that were applied + /// + public List BanData; + } + + [Serializable] + public class BlankResult : PlayFabResultCommon + { + } + + /// + /// A purchasable item from the item catalog + /// + [Serializable] + public class CatalogItem : PlayFabBaseModel + { + /// + /// defines the bundle properties for the item - bundles are items which contain other items, including random drop tables + /// and virtual currencies + /// + public CatalogItemBundleInfo Bundle; + /// + /// if true, then an item instance of this type can be used to grant a character to a user. + /// + public bool CanBecomeCharacter; + /// + /// catalog version for this item + /// + public string CatalogVersion; + /// + /// defines the consumable properties (number of uses, timeout) for the item + /// + public CatalogItemConsumableInfo Consumable; + /// + /// defines the container properties for the item - what items it contains, including random drop tables and virtual + /// currencies, and what item (if any) is required to open it via the UnlockContainerItem API + /// + public CatalogItemContainerInfo Container; + /// + /// game specific custom data + /// + public string CustomData; + /// + /// text description of item, to show in-game + /// + public string Description; + /// + /// text name for the item, to show in-game + /// + public string DisplayName; + /// + /// If the item has IsLImitedEdition set to true, and this is the first time this ItemId has been defined as a limited + /// edition item, this value determines the total number of instances to allocate for the title. Once this limit has been + /// reached, no more instances of this ItemId can be created, and attempts to purchase or grant it will return a Result of + /// false for that ItemId. If the item has already been defined to have a limited edition count, or if this value is less + /// than zero, it will be ignored. + /// + public int InitialLimitedEditionCount; + /// + /// BETA: If true, then only a fixed number can ever be granted. + /// + public bool IsLimitedEdition; + /// + /// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. + /// RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded + /// + public bool IsStackable; + /// + /// if true, then an item instance of this type can be traded between players using the trading APIs + /// + public bool IsTradable; + /// + /// class to which the item belongs + /// + public string ItemClass; + /// + /// unique identifier for this item + /// + public string ItemId; + /// + /// URL to the item image. For Facebook purchase to display the image on the item purchase page, this must be set to an HTTP + /// URL. + /// + public string ItemImageUrl; + /// + /// override prices for this item for specific currencies + /// + public Dictionary RealCurrencyPrices; + /// + /// list of item tags + /// + public List Tags; + /// + /// price of this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies) + /// + public Dictionary VirtualCurrencyPrices; + } + + [Serializable] + public class CatalogItemBundleInfo : PlayFabBaseModel + { + /// + /// unique ItemId values for all items which will be added to the player inventory when the bundle is added + /// + public List BundledItems; + /// + /// unique TableId values for all RandomResultTable objects which are part of the bundle (random tables will be resolved and + /// add the relevant items to the player inventory when the bundle is added) + /// + public List BundledResultTables; + /// + /// virtual currency types and balances which will be added to the player inventory when the bundle is added + /// + public Dictionary BundledVirtualCurrencies; + } + + [Serializable] + public class CatalogItemConsumableInfo : PlayFabBaseModel + { + /// + /// number of times this object can be used, after which it will be removed from the player inventory + /// + public uint? UsageCount; + /// + /// duration in seconds for how long the item will remain in the player inventory - once elapsed, the item will be removed + /// (recommended minimum value is 5 seconds, as lower values can cause the item to expire before operations depending on + /// this item's details have completed) + /// + public uint? UsagePeriod; + /// + /// all inventory item instances in the player inventory sharing a non-null UsagePeriodGroup have their UsagePeriod values + /// added together, and share the result - when that period has elapsed, all the items in the group will be removed + /// + public string UsagePeriodGroup; + } + + /// + /// Containers are inventory items that can hold other items defined in the catalog, as well as virtual currency, which is + /// added to the player inventory when the container is unlocked, using the UnlockContainerItem API. The items can be + /// anything defined in the catalog, as well as RandomResultTable objects which will be resolved when the container is + /// unlocked. Containers and their keys should be defined as Consumable (having a limited number of uses) in their catalog + /// defintiions, unless the intent is for the player to be able to re-use them infinitely. + /// + [Serializable] + public class CatalogItemContainerInfo : PlayFabBaseModel + { + /// + /// unique ItemId values for all items which will be added to the player inventory, once the container has been unlocked + /// + public List ItemContents; + /// + /// ItemId for the catalog item used to unlock the container, if any (if not specified, a call to UnlockContainerItem will + /// open the container, adding the contents to the player inventory and currency balances) + /// + public string KeyItemId; + /// + /// unique TableId values for all RandomResultTable objects which are part of the container (once unlocked, random tables + /// will be resolved and add the relevant items to the player inventory) + /// + public List ResultTableContents; + /// + /// virtual currency types and balances which will be added to the player inventory when the container is unlocked + /// + public Dictionary VirtualCurrencyContents; + } + + /// + /// This returns the total number of these items available. + /// + [Serializable] + public class CheckLimitedEditionItemAvailabilityRequest : PlayFabRequestCommon + { + /// + /// Which catalog is being updated. If null, uses the default catalog. + /// + public string CatalogVersion; + /// + /// The item to check for. + /// + public string ItemId; + } + + [Serializable] + public class CheckLimitedEditionItemAvailabilityResult : PlayFabResultCommon + { + /// + /// The amount of the specified resource remaining. + /// + public int Amount; + } + + [Serializable] + public class ChurnPredictionSegmentFilter : PlayFabBaseModel + { + /// + /// Comparison + /// + public SegmentFilterComparison? Comparison; + /// + /// RiskLevel + /// + public ChurnRiskLevel? RiskLevel; + } + + public enum ChurnRiskLevel + { + NoData, + LowRisk, + MediumRisk, + HighRisk + } + + [Serializable] + public class CloudScriptFile : PlayFabBaseModel + { + /// + /// Contents of the Cloud Script javascript. Must be string-escaped javascript. + /// + public string FileContents; + /// + /// Name of the javascript file. These names are not used internally by the server, they are only for developer + /// organizational purposes. + /// + public string Filename; + } + + [Serializable] + public class CloudScriptTaskParameter : PlayFabBaseModel + { + /// + /// Argument to pass to the CloudScript function. + /// + public object Argument; + /// + /// Name of the CloudScript function to execute. + /// + public string FunctionName; + } + + [Serializable] + public class CloudScriptTaskSummary : PlayFabBaseModel + { + /// + /// UTC timestamp when the task completed. + /// + public DateTime? CompletedAt; + /// + /// Estimated time remaining in seconds. + /// + public double? EstimatedSecondsRemaining; + /// + /// Progress represented as percentage. + /// + public double? PercentComplete; + /// + /// Result of CloudScript execution + /// + public ExecuteCloudScriptResult Result; + /// + /// If manually scheduled, ID of user who scheduled the task. + /// + public string ScheduledByUserId; + /// + /// UTC timestamp when the task started. + /// + public DateTime StartedAt; + /// + /// Current status of the task instance. + /// + public TaskInstanceStatus? Status; + /// + /// Identifier of the task this instance belongs to. + /// + public NameIdentifier TaskIdentifier; + /// + /// ID of the task instance. + /// + public string TaskInstanceId; + } + + [Serializable] + public class CloudScriptVersionStatus : PlayFabBaseModel + { + /// + /// Most recent revision for this Cloud Script version + /// + public int LatestRevision; + /// + /// Published code revision for this Cloud Script version + /// + public int PublishedRevision; + /// + /// Version number + /// + public int Version; + } + + public enum Conditionals + { + Any, + True, + False + } + + [Serializable] + public class ContactEmailInfo : PlayFabBaseModel + { + /// + /// The email address + /// + public string EmailAddress; + /// + /// The name of the email info data + /// + public string Name; + /// + /// The verification status of the email + /// + public EmailVerificationStatus? VerificationStatus; + } + + [Serializable] + public class ContactEmailInfoModel : PlayFabBaseModel + { + /// + /// The email address + /// + public string EmailAddress; + /// + /// The name of the email info data + /// + public string Name; + /// + /// The verification status of the email + /// + public EmailVerificationStatus? VerificationStatus; + } + + [Serializable] + public class ContentInfo : PlayFabBaseModel + { + /// + /// Key of the content + /// + public string Key; + /// + /// Last modified time + /// + public DateTime LastModified; + /// + /// Size of the content in bytes + /// + public double Size; + } + + public enum ContinentCode + { + AF, + AN, + AS, + EU, + NA, + OC, + SA, + Unknown + } + + public enum CountryCode + { + AF, + AX, + AL, + DZ, + AS, + AD, + AO, + AI, + AQ, + AG, + AR, + AM, + AW, + AU, + AT, + AZ, + BS, + BH, + BD, + BB, + BY, + BE, + BZ, + BJ, + BM, + BT, + BO, + BQ, + BA, + BW, + BV, + BR, + IO, + BN, + BG, + BF, + BI, + KH, + CM, + CA, + CV, + KY, + CF, + TD, + CL, + CN, + CX, + CC, + CO, + KM, + CG, + CD, + CK, + CR, + CI, + HR, + CU, + CW, + CY, + CZ, + DK, + DJ, + DM, + DO, + EC, + EG, + SV, + GQ, + ER, + EE, + ET, + FK, + FO, + FJ, + FI, + FR, + GF, + PF, + TF, + GA, + GM, + GE, + DE, + GH, + GI, + GR, + GL, + GD, + GP, + GU, + GT, + GG, + GN, + GW, + GY, + HT, + HM, + VA, + HN, + HK, + HU, + IS, + IN, + ID, + IR, + IQ, + IE, + IM, + IL, + IT, + JM, + JP, + JE, + JO, + KZ, + KE, + KI, + KP, + KR, + KW, + KG, + LA, + LV, + LB, + LS, + LR, + LY, + LI, + LT, + LU, + MO, + MK, + MG, + MW, + MY, + MV, + ML, + MT, + MH, + MQ, + MR, + MU, + YT, + MX, + FM, + MD, + MC, + MN, + ME, + MS, + MA, + MZ, + MM, + NA, + NR, + NP, + NL, + NC, + NZ, + NI, + NE, + NG, + NU, + NF, + MP, + NO, + OM, + PK, + PW, + PS, + PA, + PG, + PY, + PE, + PH, + PN, + PL, + PT, + PR, + QA, + RE, + RO, + RU, + RW, + BL, + SH, + KN, + LC, + MF, + PM, + VC, + WS, + SM, + ST, + SA, + SN, + RS, + SC, + SL, + SG, + SX, + SK, + SI, + SB, + SO, + ZA, + GS, + SS, + ES, + LK, + SD, + SR, + SJ, + SZ, + SE, + CH, + SY, + TW, + TJ, + TZ, + TH, + TL, + TG, + TK, + TO, + TT, + TN, + TR, + TM, + TC, + TV, + UG, + UA, + AE, + GB, + US, + UM, + UY, + UZ, + VU, + VE, + VN, + VG, + VI, + WF, + EH, + YE, + ZM, + ZW, + Unknown + } + + /// + /// Task name is unique within a title. Using a task name that's already taken will cause a name conflict error. Too many + /// create-task requests within a short time will cause a create conflict error. + /// + [Serializable] + public class CreateActionsOnPlayerSegmentTaskRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Description the task + /// + public string Description; + /// + /// Whether the schedule is active. Inactive schedule will not trigger task execution. + /// + public bool IsActive; + /// + /// Name of the task. This is a unique identifier for tasks in the title. + /// + public string Name; + /// + /// Task details related to segment and action + /// + public ActionsOnPlayersInSegmentTaskParameter Parameter; + /// + /// Cron expression for the run schedule of the task. The expression should be in UTC. + /// + public string Schedule; + } + + /// + /// Task name is unique within a title. Using a task name that's already taken will cause a name conflict error. Too many + /// create-task requests within a short time will cause a create conflict error. + /// + [Serializable] + public class CreateCloudScriptTaskRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Description the task + /// + public string Description; + /// + /// Whether the schedule is active. Inactive schedule will not trigger task execution. + /// + public bool IsActive; + /// + /// Name of the task. This is a unique identifier for tasks in the title. + /// + public string Name; + /// + /// Task details related to CloudScript + /// + public CloudScriptTaskParameter Parameter; + /// + /// Cron expression for the run schedule of the task. The expression should be in UTC. + /// + public string Schedule; + } + + /// + /// Task name is unique within a title. Using a task name that's already taken will cause a name conflict error. Too many + /// create-task requests within a short time will cause a create conflict error. + /// + [Serializable] + public class CreateInsightsScheduledScalingTaskRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Description the task + /// + public string Description; + /// + /// Whether the schedule is active. Inactive schedule will not trigger task execution. + /// + public bool IsActive; + /// + /// Name of the task. This is a unique identifier for tasks in the title. + /// + public string Name; + /// + /// Task details related to Insights Scaling + /// + public InsightsScalingTaskParameter Parameter; + /// + /// Cron expression for the run schedule of the task. The expression should be in UTC. + /// + public string Schedule; + } + + [Serializable] + public class CreateOpenIdConnectionRequest : PlayFabRequestCommon + { + /// + /// The client ID given by the ID provider. + /// + public string ClientId; + /// + /// The client secret given by the ID provider. + /// + public string ClientSecret; + /// + /// A name for the connection that identifies it within the title. + /// + public string ConnectionId; + /// + /// Ignore 'nonce' claim in identity tokens. + /// + public bool? IgnoreNonce; + /// + /// The discovery document URL to read issuer information from. This must be the absolute URL to the JSON OpenId + /// Configuration document and must be accessible from the internet. If you don't know it, try your issuer URL followed by + /// "/.well-known/openid-configuration". For example, if the issuer is https://example.com, try + /// https://example.com/.well-known/openid-configuration + /// + public string IssuerDiscoveryUrl; + /// + /// Manually specified information for an OpenID Connect issuer. + /// + public OpenIdIssuerInformation IssuerInformation; + /// + /// Override the issuer name for user indexing and lookup. + /// + public string IssuerOverride; + } + + /// + /// Player Shared Secret Keys are used for the call to Client/GetTitlePublicKey, which exchanges the shared secret for an + /// RSA CSP blob to be used to encrypt the payload of account creation requests when that API requires a signature header. + /// + [Serializable] + public class CreatePlayerSharedSecretRequest : PlayFabRequestCommon + { + /// + /// Friendly name for this key + /// + public string FriendlyName; + } + + [Serializable] + public class CreatePlayerSharedSecretResult : PlayFabResultCommon + { + /// + /// The player shared secret to use when calling Client/GetTitlePublicKey + /// + public string SecretKey; + } + + /// + /// Statistics are numeric values, with each statistic in the title also generating a leaderboard. The ResetInterval enables + /// automatically resetting leaderboards on a specified interval. Upon reset, the statistic updates to a new version with no + /// values (effectively removing all players from the leaderboard). The previous version's statistic values are also + /// archived for retrieval, if needed (see GetPlayerStatisticVersions). Statistics not created via a call to + /// CreatePlayerStatisticDefinition by default have a VersionChangeInterval of Never, meaning they do not reset on a + /// schedule, but they can be set to do so via a call to UpdatePlayerStatisticDefinition. Once a statistic has been reset + /// (sometimes referred to as versioned or incremented), the now-previous version can still be written to for up a short, + /// pre-defined period (currently 10 seconds), to prevent issues with levels completing around the time of the reset. Also, + /// once reset, the historical statistics for players in the title may be retrieved using the URL specified in the version + /// information (GetPlayerStatisticVersions). The AggregationMethod determines what action is taken when a new statistic + /// value is submitted - always update with the new value (Last), use the highest of the old and new values (Max), use the + /// smallest (Min), or add them together (Sum). + /// + [Serializable] + public class CreatePlayerStatisticDefinitionRequest : PlayFabRequestCommon + { + /// + /// the aggregation method to use in updating the statistic (defaults to last) + /// + public StatisticAggregationMethod? AggregationMethod; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// unique name of the statistic + /// + public string StatisticName; + /// + /// interval at which the values of the statistic for all players are reset (resets begin at the next interval boundary) + /// + public StatisticResetIntervalOption? VersionChangeInterval; + } + + [Serializable] + public class CreatePlayerStatisticDefinitionResult : PlayFabResultCommon + { + /// + /// created statistic definition + /// + public PlayerStatisticDefinition Statistic; + } + + /// + /// Send all the segment details part of CreateSegmentRequest + /// + [Serializable] + public class CreateSegmentRequest : PlayFabRequestCommon + { + /// + /// Segment model with all of the segment properties data. + /// + public SegmentModel SegmentModel; + } + + [Serializable] + public class CreateSegmentResponse : PlayFabResultCommon + { + /// + /// Error message. + /// + public string ErrorMessage; + /// + /// Segment id. + /// + public string SegmentId; + } + + [Serializable] + public class CreateTaskResult : PlayFabResultCommon + { + /// + /// ID of the task + /// + public string TaskId; + } + + public enum Currency + { + AED, + AFN, + ALL, + AMD, + ANG, + AOA, + ARS, + AUD, + AWG, + AZN, + BAM, + BBD, + BDT, + BGN, + BHD, + BIF, + BMD, + BND, + BOB, + BRL, + BSD, + BTN, + BWP, + BYR, + BZD, + CAD, + CDF, + CHF, + CLP, + CNY, + COP, + CRC, + CUC, + CUP, + CVE, + CZK, + DJF, + DKK, + DOP, + DZD, + EGP, + ERN, + ETB, + EUR, + FJD, + FKP, + GBP, + GEL, + GGP, + GHS, + GIP, + GMD, + GNF, + GTQ, + GYD, + HKD, + HNL, + HRK, + HTG, + HUF, + IDR, + ILS, + IMP, + INR, + IQD, + IRR, + ISK, + JEP, + JMD, + JOD, + JPY, + KES, + KGS, + KHR, + KMF, + KPW, + KRW, + KWD, + KYD, + KZT, + LAK, + LBP, + LKR, + LRD, + LSL, + LYD, + MAD, + MDL, + MGA, + MKD, + MMK, + MNT, + MOP, + MRO, + MUR, + MVR, + MWK, + MXN, + MYR, + MZN, + NAD, + NGN, + NIO, + NOK, + NPR, + NZD, + OMR, + PAB, + PEN, + PGK, + PHP, + PKR, + PLN, + PYG, + QAR, + RON, + RSD, + RUB, + RWF, + SAR, + SBD, + SCR, + SDG, + SEK, + SGD, + SHP, + SLL, + SOS, + SPL, + SRD, + STD, + SVC, + SYP, + SZL, + THB, + TJS, + TMT, + TND, + TOP, + TRY, + TTD, + TVD, + TWD, + TZS, + UAH, + UGX, + USD, + UYU, + UZS, + VEF, + VND, + VUV, + WST, + XAF, + XCD, + XDR, + XOF, + XPF, + YER, + ZAR, + ZMW, + ZWD + } + + [Serializable] + public class DeleteContentRequest : PlayFabRequestCommon + { + /// + /// Key of the content item to be deleted + /// + public string Key; + } + + [Serializable] + public class DeleteInventoryItemsV2SegmentAction : PlayFabBaseModel + { + /// + /// The collection id for where the item will be removed from the player inventory + /// + public string CollectionId; + /// + /// The id of item to be removed from the player + /// + public string ItemId; + /// + /// The stack id for where the item will be removed from the player inventory + /// + public string StackId; + } + + [Serializable] + public class DeleteInventoryItemV2Content : PlayFabBaseModel + { + /// + /// The collection id for where the item will be removed from the player inventory + /// + public string CollectionId; + /// + /// The id of item to be removed from the player + /// + public string ItemId; + /// + /// The stack id for where the item will be removed from the player inventory + /// + public string StackId; + } + + /// + /// Deletes all data associated with the master player account, including data from all titles the player has played, such + /// as statistics, custom data, inventory, purchases, virtual currency balances, characters, group memberships, publisher + /// data, credential data, account linkages, friends list, PlayStream event data, and telemetry event data. Removes the + /// player from all leaderboards and player search indexes. Note, this API queues the player for deletion and returns a + /// receipt immediately. Record the receipt ID for future reference. It may take some time before all player data is fully + /// deleted. Upon completion of the deletion, an email will be sent to the notification email address configured for the + /// title confirming the deletion. Until the player data is fully deleted, attempts to recreate the player with the same + /// user account in the same title will fail with the 'AccountDeleted' error. It is highly recommended to know the impact of + /// the deletion by calling GetPlayedTitleList, before calling this API. + /// + [Serializable] + public class DeleteMasterPlayerAccountRequest : PlayFabRequestCommon + { + /// + /// Developer created string to identify a user without PlayFab ID + /// + public string MetaData; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class DeleteMasterPlayerAccountResult : PlayFabResultCommon + { + /// + /// A notification email with this job receipt Id will be sent to the title notification email address when deletion is + /// complete. + /// + public string JobReceiptId; + /// + /// List of titles from which the player's data will be deleted. + /// + public List TitleIds; + } + + /// + /// Deletes any PlayStream or telemetry event associated with the player from PlayFab. Note, this API queues the data for + /// asynchronous deletion. It may take some time before the data is deleted. + /// + [Serializable] + public class DeleteMasterPlayerEventDataRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class DeleteMasterPlayerEventDataResult : PlayFabResultCommon + { + } + + /// + /// This API lets developers delete a membership subscription. + /// + [Serializable] + public class DeleteMembershipSubscriptionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Id of the membership to apply the override expiration date to. + /// + public string MembershipId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Id of the subscription that should be deleted from the membership. + /// + public string SubscriptionId; + } + + [Serializable] + public class DeleteMembershipSubscriptionResult : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteOpenIdConnectionRequest : PlayFabRequestCommon + { + /// + /// unique name of the connection + /// + public string ConnectionId; + } + + [Serializable] + public class DeletePlayerContent : PlayFabBaseModel + { + } + + /// + /// Deletes all data associated with the player, including statistics, custom data, inventory, purchases, virtual currency + /// balances, characters and shared group memberships. Removes the player from all leaderboards and player search indexes. + /// Does not delete PlayStream event history associated with the player. Does not delete the publisher user account that + /// created the player in the title nor associated data such as username, password, email address, account linkages, or + /// friends list. Note, this API queues the player for deletion and returns immediately. It may take several minutes or more + /// before all player data is fully deleted. Until the player data is fully deleted, attempts to recreate the player with + /// the same user account in the same title will fail with the 'AccountDeleted' error. + /// + [Serializable] + public class DeletePlayerRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class DeletePlayerResult : PlayFabResultCommon + { + } + + [Serializable] + public class DeletePlayerSegmentAction : PlayFabBaseModel + { + } + + /// + /// Player Shared Secret Keys are used for the call to Client/GetTitlePublicKey, which exchanges the shared secret for an + /// RSA CSP blob to be used to encrypt the payload of account creation requests when that API requires a signature header. + /// + [Serializable] + public class DeletePlayerSharedSecretRequest : PlayFabRequestCommon + { + /// + /// The shared secret key to delete + /// + public string SecretKey; + } + + [Serializable] + public class DeletePlayerSharedSecretResult : PlayFabResultCommon + { + } + + [Serializable] + public class DeletePlayerStatisticSegmentAction : PlayFabBaseModel + { + /// + /// Statistic name. + /// + public string StatisticName; + } + + /// + /// Send segment id planning to delete part of DeleteSegmentRequest object + /// + [Serializable] + public class DeleteSegmentRequest : PlayFabRequestCommon + { + /// + /// Segment id. + /// + public string SegmentId; + } + + [Serializable] + public class DeleteSegmentsResponse : PlayFabResultCommon + { + /// + /// Error message. + /// + public string ErrorMessage; + } + + /// + /// This non-reversible operation will permanently delete the requested store. + /// + [Serializable] + public class DeleteStoreRequest : PlayFabRequestCommon + { + /// + /// catalog version of the store to delete. If null, uses the default catalog. + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// unqiue identifier for the store which is to be deleted + /// + public string StoreId; + } + + [Serializable] + public class DeleteStoreResult : PlayFabResultCommon + { + } + + /// + /// After a task is deleted, for tracking purposes, the task instances belonging to this task will still remain. They will + /// become orphaned and does not belongs to any task. Executions of any in-progress task instances will continue. If the + /// task specified does not exist, the deletion is considered a success. + /// + [Serializable] + public class DeleteTaskRequest : PlayFabRequestCommon + { + /// + /// Specify either the task ID or the name of task to be deleted. + /// + public NameIdentifier Identifier; + } + + /// + /// Will delete all the title data associated with the given override label. + /// + [Serializable] + public class DeleteTitleDataOverrideRequest : PlayFabRequestCommon + { + /// + /// Name of the override. + /// + public string OverrideLabel; + } + + [Serializable] + public class DeleteTitleDataOverrideResult : PlayFabResultCommon + { + } + + /// + /// Deletes all data associated with the title, including catalog, virtual currencies, leaderboard statistics, Cloud Script + /// revisions, segment definitions, event rules, tasks, add-ons, secret keys, data encryption keys, and permission policies. + /// Removes the title from its studio and removes all associated developer roles and permissions. Does not delete PlayStream + /// event history associated with the title. Note, this API queues the title for deletion and returns immediately. It may + /// take several hours or more before all title data is fully deleted. All player accounts in the title must be deleted + /// before deleting the title. If any player accounts exist, the API will return a 'TitleContainsUserAccounts' error. Until + /// the title data is fully deleted, attempts to call APIs with the title will fail with the 'TitleDeleted' error. + /// + [Serializable] + public class DeleteTitleRequest : PlayFabRequestCommon + { + } + + [Serializable] + public class DeleteTitleResult : PlayFabResultCommon + { + } + + public enum EffectType + { + Allow, + Deny + } + + [Serializable] + public class EmailNotificationSegmentAction : PlayFabBaseModel + { + /// + /// Email template id. + /// + public string EmailTemplateId; + /// + /// Email template name. + /// + public string EmailTemplateName; + } + + public enum EmailVerificationStatus + { + Unverified, + Pending, + Confirmed + } + + [Serializable] + public class EmptyResponse : PlayFabResultCommon + { + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class ExecuteAzureFunctionSegmentAction : PlayFabBaseModel + { + /// + /// Azure function. + /// + public string AzureFunction; + /// + /// Azure function parameter. + /// + public object FunctionParameter; + /// + /// Generate play stream event. + /// + public bool GenerateFunctionExecutedEvents; + } + + [Serializable] + public class ExecuteCloudScriptContent : PlayFabBaseModel + { + /// + /// Arguments(JSON) to be passed into the cloudscript method + /// + public string CloudScriptMethodArguments; + /// + /// Cloudscript method name + /// + public string CloudScriptMethodName; + /// + /// Publish cloudscript results as playstream event + /// + public bool PublishResultsToPlayStream; + } + + [Serializable] + public class ExecuteCloudScriptResult : PlayFabBaseModel + { + /// + /// Number of PlayFab API requests issued by the CloudScript function + /// + public int APIRequestsIssued; + /// + /// Information about the error, if any, that occurred during execution + /// + public ScriptExecutionError Error; + public double ExecutionTimeSeconds; + /// + /// The name of the function that executed + /// + public string FunctionName; + /// + /// The object returned from the CloudScript function, if any + /// + public object FunctionResult; + /// + /// Flag indicating if the FunctionResult was too large and was subsequently dropped from this event. This only occurs if + /// the total event size is larger than 350KB. + /// + public bool? FunctionResultTooLarge; + /// + /// Number of external HTTP requests issued by the CloudScript function + /// + public int HttpRequestsIssued; + /// + /// Entries logged during the function execution. These include both entries logged in the function code using log.info() + /// and log.error() and error entries for API and HTTP request failures. + /// + public List Logs; + /// + /// Flag indicating if the logs were too large and were subsequently dropped from this event. This only occurs if the total + /// event size is larger than 350KB after the FunctionResult was removed. + /// + public bool? LogsTooLarge; + public uint MemoryConsumedBytes; + /// + /// Processor time consumed while executing the function. This does not include time spent waiting on API calls or HTTP + /// requests. + /// + public double ProcessorTimeSeconds; + /// + /// The revision of the CloudScript that executed + /// + public int Revision; + } + + [Serializable] + public class ExecuteCloudScriptSegmentAction : PlayFabBaseModel + { + /// + /// Cloud script function. + /// + public string CloudScriptFunction; + /// + /// Generate play stream event. + /// + public bool CloudScriptPublishResultsToPlayStream; + /// + /// Cloud script function parameter. + /// + public object FunctionParameter; + /// + /// Cloud script function parameter json text. + /// + public string FunctionParameterJson; + } + + [Serializable] + public class ExecuteFunctionContent : PlayFabBaseModel + { + /// + /// Arguments(JSON) to be passed into the cloudscript azure function + /// + public string CloudScriptFunctionArguments; + /// + /// Cloudscript azure function name + /// + public string CloudScriptFunctionName; + /// + /// Publish results from executing the azure function as playstream event + /// + public bool PublishResultsToPlayStream; + } + + /// + /// Exports all data associated with the master player account, including data from all titles the player has played, such + /// as statistics, custom data, inventory, purchases, virtual currency balances, characters, group memberships, publisher + /// data, credential data, account linkages, friends list, PlayStream event data, and telemetry event data. Note, this API + /// queues the player for export and returns a receipt immediately. Record the receipt ID for future reference. It may take + /// some time before the export is available for download. Upon completion of the export, an email containing the URL to + /// download the export dump will be sent to the notification email address configured for the title. + /// + [Serializable] + public class ExportMasterPlayerDataRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class ExportMasterPlayerDataResult : PlayFabResultCommon + { + /// + /// An email with this job receipt Id containing the export download link will be sent to the title notification email + /// address when the export is complete. + /// + public string JobReceiptId; + } + + /// + /// Request must contain the Segment ID + /// + [Serializable] + public class ExportPlayersInSegmentRequest : PlayFabRequestCommon + { + /// + /// Unique identifier of the requested segment. + /// + public string SegmentId; + } + + [Serializable] + public class ExportPlayersInSegmentResult : PlayFabResultCommon + { + /// + /// Unique identifier of the export for the requested Segment. + /// + public string ExportId; + /// + /// Unique identifier of the requested Segment. + /// + public string SegmentId; + } + + [Serializable] + public class FirstLoginDateSegmentFilter : PlayFabBaseModel + { + /// + /// First player login date comparison. + /// + public SegmentFilterComparison? Comparison; + /// + /// First player login date. + /// + public DateTime LogInDate; + } + + [Serializable] + public class FirstLoginTimespanSegmentFilter : PlayFabBaseModel + { + /// + /// First player login duration comparison. + /// + public SegmentFilterComparison? Comparison; + /// + /// First player login duration. + /// + public double DurationInMinutes; + } + + public enum GenericErrorCodes + { + Success, + UnkownError, + InvalidParams, + AccountNotFound, + AccountBanned, + InvalidUsernameOrPassword, + InvalidTitleId, + InvalidEmailAddress, + EmailAddressNotAvailable, + InvalidUsername, + InvalidPassword, + UsernameNotAvailable, + InvalidSteamTicket, + AccountAlreadyLinked, + LinkedAccountAlreadyClaimed, + InvalidFacebookToken, + AccountNotLinked, + FailedByPaymentProvider, + CouponCodeNotFound, + InvalidContainerItem, + ContainerNotOwned, + KeyNotOwned, + InvalidItemIdInTable, + InvalidReceipt, + ReceiptAlreadyUsed, + ReceiptCancelled, + GameNotFound, + GameModeNotFound, + InvalidGoogleToken, + UserIsNotPartOfDeveloper, + InvalidTitleForDeveloper, + TitleNameConflicts, + UserisNotValid, + ValueAlreadyExists, + BuildNotFound, + PlayerNotInGame, + InvalidTicket, + InvalidDeveloper, + InvalidOrderInfo, + RegistrationIncomplete, + InvalidPlatform, + UnknownError, + SteamApplicationNotOwned, + WrongSteamAccount, + TitleNotActivated, + RegistrationSessionNotFound, + NoSuchMod, + FileNotFound, + DuplicateEmail, + ItemNotFound, + ItemNotOwned, + ItemNotRecycleable, + ItemNotAffordable, + InvalidVirtualCurrency, + WrongVirtualCurrency, + WrongPrice, + NonPositiveValue, + InvalidRegion, + RegionAtCapacity, + ServerFailedToStart, + NameNotAvailable, + InsufficientFunds, + InvalidDeviceID, + InvalidPushNotificationToken, + NoRemainingUses, + InvalidPaymentProvider, + PurchaseInitializationFailure, + DuplicateUsername, + InvalidBuyerInfo, + NoGameModeParamsSet, + BodyTooLarge, + ReservedWordInBody, + InvalidTypeInBody, + InvalidRequest, + ReservedEventName, + InvalidUserStatistics, + NotAuthenticated, + StreamAlreadyExists, + ErrorCreatingStream, + StreamNotFound, + InvalidAccount, + PurchaseDoesNotExist, + InvalidPurchaseTransactionStatus, + APINotEnabledForGameClientAccess, + NoPushNotificationARNForTitle, + BuildAlreadyExists, + BuildPackageDoesNotExist, + CustomAnalyticsEventsNotEnabledForTitle, + InvalidSharedGroupId, + NotAuthorized, + MissingTitleGoogleProperties, + InvalidItemProperties, + InvalidPSNAuthCode, + InvalidItemId, + PushNotEnabledForAccount, + PushServiceError, + ReceiptDoesNotContainInAppItems, + ReceiptContainsMultipleInAppItems, + InvalidBundleID, + JavascriptException, + InvalidSessionTicket, + UnableToConnectToDatabase, + InternalServerError, + InvalidReportDate, + ReportNotAvailable, + DatabaseThroughputExceeded, + InvalidGameTicket, + ExpiredGameTicket, + GameTicketDoesNotMatchLobby, + LinkedDeviceAlreadyClaimed, + DeviceAlreadyLinked, + DeviceNotLinked, + PartialFailure, + PublisherNotSet, + ServiceUnavailable, + VersionNotFound, + RevisionNotFound, + InvalidPublisherId, + DownstreamServiceUnavailable, + APINotIncludedInTitleUsageTier, + DAULimitExceeded, + APIRequestLimitExceeded, + InvalidAPIEndpoint, + BuildNotAvailable, + ConcurrentEditError, + ContentNotFound, + CharacterNotFound, + CloudScriptNotFound, + ContentQuotaExceeded, + InvalidCharacterStatistics, + PhotonNotEnabledForTitle, + PhotonApplicationNotFound, + PhotonApplicationNotAssociatedWithTitle, + InvalidEmailOrPassword, + FacebookAPIError, + InvalidContentType, + KeyLengthExceeded, + DataLengthExceeded, + TooManyKeys, + FreeTierCannotHaveVirtualCurrency, + MissingAmazonSharedKey, + AmazonValidationError, + InvalidPSNIssuerId, + PSNInaccessible, + ExpiredAuthToken, + FailedToGetEntitlements, + FailedToConsumeEntitlement, + TradeAcceptingUserNotAllowed, + TradeInventoryItemIsAssignedToCharacter, + TradeInventoryItemIsBundle, + TradeStatusNotValidForCancelling, + TradeStatusNotValidForAccepting, + TradeDoesNotExist, + TradeCancelled, + TradeAlreadyFilled, + TradeWaitForStatusTimeout, + TradeInventoryItemExpired, + TradeMissingOfferedAndAcceptedItems, + TradeAcceptedItemIsBundle, + TradeAcceptedItemIsStackable, + TradeInventoryItemInvalidStatus, + TradeAcceptedCatalogItemInvalid, + TradeAllowedUsersInvalid, + TradeInventoryItemDoesNotExist, + TradeInventoryItemIsConsumed, + TradeInventoryItemIsStackable, + TradeAcceptedItemsMismatch, + InvalidKongregateToken, + FeatureNotConfiguredForTitle, + NoMatchingCatalogItemForReceipt, + InvalidCurrencyCode, + NoRealMoneyPriceForCatalogItem, + TradeInventoryItemIsNotTradable, + TradeAcceptedCatalogItemIsNotTradable, + UsersAlreadyFriends, + LinkedIdentifierAlreadyClaimed, + CustomIdNotLinked, + TotalDataSizeExceeded, + DeleteKeyConflict, + InvalidXboxLiveToken, + ExpiredXboxLiveToken, + ResettableStatisticVersionRequired, + NotAuthorizedByTitle, + NoPartnerEnabled, + InvalidPartnerResponse, + APINotEnabledForGameServerAccess, + StatisticNotFound, + StatisticNameConflict, + StatisticVersionClosedForWrites, + StatisticVersionInvalid, + APIClientRequestRateLimitExceeded, + InvalidJSONContent, + InvalidDropTable, + StatisticVersionAlreadyIncrementedForScheduledInterval, + StatisticCountLimitExceeded, + StatisticVersionIncrementRateExceeded, + ContainerKeyInvalid, + CloudScriptExecutionTimeLimitExceeded, + NoWritePermissionsForEvent, + CloudScriptFunctionArgumentSizeExceeded, + CloudScriptAPIRequestCountExceeded, + CloudScriptAPIRequestError, + CloudScriptHTTPRequestError, + InsufficientGuildRole, + GuildNotFound, + OverLimit, + EventNotFound, + InvalidEventField, + InvalidEventName, + CatalogNotConfigured, + OperationNotSupportedForPlatform, + SegmentNotFound, + StoreNotFound, + InvalidStatisticName, + TitleNotQualifiedForLimit, + InvalidServiceLimitLevel, + ServiceLimitLevelInTransition, + CouponAlreadyRedeemed, + GameServerBuildSizeLimitExceeded, + GameServerBuildCountLimitExceeded, + VirtualCurrencyCountLimitExceeded, + VirtualCurrencyCodeExists, + TitleNewsItemCountLimitExceeded, + InvalidTwitchToken, + TwitchResponseError, + ProfaneDisplayName, + UserAlreadyAdded, + InvalidVirtualCurrencyCode, + VirtualCurrencyCannotBeDeleted, + IdentifierAlreadyClaimed, + IdentifierNotLinked, + InvalidContinuationToken, + ExpiredContinuationToken, + InvalidSegment, + InvalidSessionId, + SessionLogNotFound, + InvalidSearchTerm, + TwoFactorAuthenticationTokenRequired, + GameServerHostCountLimitExceeded, + PlayerTagCountLimitExceeded, + RequestAlreadyRunning, + ActionGroupNotFound, + MaximumSegmentBulkActionJobsRunning, + NoActionsOnPlayersInSegmentJob, + DuplicateStatisticName, + ScheduledTaskNameConflict, + ScheduledTaskCreateConflict, + InvalidScheduledTaskName, + InvalidTaskSchedule, + SteamNotEnabledForTitle, + LimitNotAnUpgradeOption, + NoSecretKeyEnabledForCloudScript, + TaskNotFound, + TaskInstanceNotFound, + InvalidIdentityProviderId, + MisconfiguredIdentityProvider, + InvalidScheduledTaskType, + BillingInformationRequired, + LimitedEditionItemUnavailable, + InvalidAdPlacementAndReward, + AllAdPlacementViewsAlreadyConsumed, + GoogleOAuthNotConfiguredForTitle, + GoogleOAuthError, + UserNotFriend, + InvalidSignature, + InvalidPublicKey, + GoogleOAuthNoIdTokenIncludedInResponse, + StatisticUpdateInProgress, + LeaderboardVersionNotAvailable, + StatisticAlreadyHasPrizeTable, + PrizeTableHasOverlappingRanks, + PrizeTableHasMissingRanks, + PrizeTableRankStartsAtZero, + InvalidStatistic, + ExpressionParseFailure, + ExpressionInvokeFailure, + ExpressionTooLong, + DataUpdateRateExceeded, + RestrictedEmailDomain, + EncryptionKeyDisabled, + EncryptionKeyMissing, + EncryptionKeyBroken, + NoSharedSecretKeyConfigured, + SecretKeyNotFound, + PlayerSecretAlreadyConfigured, + APIRequestsDisabledForTitle, + InvalidSharedSecretKey, + PrizeTableHasNoRanks, + ProfileDoesNotExist, + ContentS3OriginBucketNotConfigured, + InvalidEnvironmentForReceipt, + EncryptedRequestNotAllowed, + SignedRequestNotAllowed, + RequestViewConstraintParamsNotAllowed, + BadPartnerConfiguration, + XboxBPCertificateFailure, + XboxXASSExchangeFailure, + InvalidEntityId, + StatisticValueAggregationOverflow, + EmailMessageFromAddressIsMissing, + EmailMessageToAddressIsMissing, + SmtpServerAuthenticationError, + SmtpServerLimitExceeded, + SmtpServerInsufficientStorage, + SmtpServerCommunicationError, + SmtpServerGeneralFailure, + EmailClientTimeout, + EmailClientCanceledTask, + EmailTemplateMissing, + InvalidHostForTitleId, + EmailConfirmationTokenDoesNotExist, + EmailConfirmationTokenExpired, + AccountDeleted, + PlayerSecretNotConfigured, + InvalidSignatureTime, + NoContactEmailAddressFound, + InvalidAuthToken, + AuthTokenDoesNotExist, + AuthTokenExpired, + AuthTokenAlreadyUsedToResetPassword, + MembershipNameTooLong, + MembershipNotFound, + GoogleServiceAccountInvalid, + GoogleServiceAccountParseFailure, + EntityTokenMissing, + EntityTokenInvalid, + EntityTokenExpired, + EntityTokenRevoked, + InvalidProductForSubscription, + XboxInaccessible, + SubscriptionAlreadyTaken, + SmtpAddonNotEnabled, + APIConcurrentRequestLimitExceeded, + XboxRejectedXSTSExchangeRequest, + VariableNotDefined, + TemplateVersionNotDefined, + FileTooLarge, + TitleDeleted, + TitleContainsUserAccounts, + TitleDeletionPlayerCleanupFailure, + EntityFileOperationPending, + NoEntityFileOperationPending, + EntityProfileVersionMismatch, + TemplateVersionTooOld, + MembershipDefinitionInUse, + PaymentPageNotConfigured, + FailedLoginAttemptRateLimitExceeded, + EntityBlockedByGroup, + RoleDoesNotExist, + EntityIsAlreadyMember, + DuplicateRoleId, + GroupInvitationNotFound, + GroupApplicationNotFound, + OutstandingInvitationAcceptedInstead, + OutstandingApplicationAcceptedInstead, + RoleIsGroupDefaultMember, + RoleIsGroupAdmin, + RoleNameNotAvailable, + GroupNameNotAvailable, + EmailReportAlreadySent, + EmailReportRecipientBlacklisted, + EventNamespaceNotAllowed, + EventEntityNotAllowed, + InvalidEntityType, + NullTokenResultFromAad, + InvalidTokenResultFromAad, + NoValidCertificateForAad, + InvalidCertificateForAad, + DuplicateDropTableId, + MultiplayerServerError, + MultiplayerServerTooManyRequests, + MultiplayerServerNoContent, + MultiplayerServerBadRequest, + MultiplayerServerUnauthorized, + MultiplayerServerForbidden, + MultiplayerServerNotFound, + MultiplayerServerConflict, + MultiplayerServerInternalServerError, + MultiplayerServerUnavailable, + ExplicitContentDetected, + PIIContentDetected, + InvalidScheduledTaskParameter, + PerEntityEventRateLimitExceeded, + TitleDefaultLanguageNotSet, + EmailTemplateMissingDefaultVersion, + FacebookInstantGamesIdNotLinked, + InvalidFacebookInstantGamesSignature, + FacebookInstantGamesAuthNotConfiguredForTitle, + EntityProfileConstraintValidationFailed, + TelemetryIngestionKeyPending, + TelemetryIngestionKeyNotFound, + StatisticChildNameInvalid, + DataIntegrityError, + VirtualCurrencyCannotBeSetToOlderVersion, + VirtualCurrencyMustBeWithinIntegerRange, + EmailTemplateInvalidSyntax, + EmailTemplateMissingCallback, + PushNotificationTemplateInvalidPayload, + InvalidLocalizedPushNotificationLanguage, + MissingLocalizedPushNotificationMessage, + PushNotificationTemplateMissingPlatformPayload, + PushNotificationTemplatePayloadContainsInvalidJson, + PushNotificationTemplateContainsInvalidIosPayload, + PushNotificationTemplateContainsInvalidAndroidPayload, + PushNotificationTemplateIosPayloadMissingNotificationBody, + PushNotificationTemplateAndroidPayloadMissingNotificationBody, + PushNotificationTemplateNotFound, + PushNotificationTemplateMissingDefaultVersion, + PushNotificationTemplateInvalidSyntax, + PushNotificationTemplateNoCustomPayloadForV1, + NoLeaderboardForStatistic, + TitleNewsMissingDefaultLanguage, + TitleNewsNotFound, + TitleNewsDuplicateLanguage, + TitleNewsMissingTitleOrBody, + TitleNewsInvalidLanguage, + EmailRecipientBlacklisted, + InvalidGameCenterAuthRequest, + GameCenterAuthenticationFailed, + CannotEnablePartiesForTitle, + PartyError, + PartyRequests, + PartyNoContent, + PartyBadRequest, + PartyUnauthorized, + PartyForbidden, + PartyNotFound, + PartyConflict, + PartyInternalServerError, + PartyUnavailable, + PartyTooManyRequests, + PushNotificationTemplateMissingName, + CannotEnableMultiplayerServersForTitle, + WriteAttemptedDuringExport, + MultiplayerServerTitleQuotaCoresExceeded, + AutomationRuleNotFound, + EntityAPIKeyLimitExceeded, + EntityAPIKeyNotFound, + EntityAPIKeyOrSecretInvalid, + EconomyServiceUnavailable, + EconomyServiceInternalError, + QueryRateLimitExceeded, + EntityAPIKeyCreationDisabledForEntity, + ForbiddenByEntityPolicy, + UpdateInventoryRateLimitExceeded, + StudioCreationRateLimited, + StudioCreationInProgress, + DuplicateStudioName, + StudioNotFound, + StudioDeleted, + StudioDeactivated, + StudioActivated, + TitleCreationRateLimited, + TitleCreationInProgress, + DuplicateTitleName, + TitleActivationRateLimited, + TitleActivationInProgress, + TitleDeactivated, + TitleActivated, + CloudScriptAzureFunctionsExecutionTimeLimitExceeded, + CloudScriptAzureFunctionsArgumentSizeExceeded, + CloudScriptAzureFunctionsReturnSizeExceeded, + CloudScriptAzureFunctionsHTTPRequestError, + VirtualCurrencyBetaGetError, + VirtualCurrencyBetaCreateError, + VirtualCurrencyBetaInitialDepositSaveError, + VirtualCurrencyBetaSaveError, + VirtualCurrencyBetaDeleteError, + VirtualCurrencyBetaRestoreError, + VirtualCurrencyBetaSaveConflict, + VirtualCurrencyBetaUpdateError, + InsightsManagementDatabaseNotFound, + InsightsManagementOperationNotFound, + InsightsManagementErrorPendingOperationExists, + InsightsManagementSetPerformanceLevelInvalidParameter, + InsightsManagementSetStorageRetentionInvalidParameter, + InsightsManagementGetStorageUsageInvalidParameter, + InsightsManagementGetOperationStatusInvalidParameter, + DuplicatePurchaseTransactionId, + EvaluationModePlayerCountExceeded, + GetPlayersInSegmentRateLimitExceeded, + CloudScriptFunctionNameSizeExceeded, + PaidInsightsFeaturesNotEnabled, + CloudScriptAzureFunctionsQueueRequestError, + EvaluationModeTitleCountExceeded, + InsightsManagementTitleNotInFlight, + LimitNotFound, + LimitNotAvailableViaAPI, + InsightsManagementSetStorageRetentionBelowMinimum, + InsightsManagementSetStorageRetentionAboveMaximum, + AppleNotEnabledForTitle, + InsightsManagementNewActiveEventExportLimitInvalid, + InsightsManagementSetPerformanceRateLimited, + PartyRequestsThrottledFromRateLimiter, + XboxServiceTooManyRequests, + NintendoSwitchNotEnabledForTitle, + RequestMultiplayerServersThrottledFromRateLimiter, + TitleDataOverrideNotFound, + DuplicateKeys, + WasNotCreatedWithCloudRoot, + LegacyMultiplayerServersDeprecated, + VirtualCurrencyCurrentlyUnavailable, + SteamUserNotFound, + ElasticSearchOperationFailed, + NotImplemented, + PublisherNotFound, + PublisherDeleted, + ApiDisabledForMigration, + ResourceNameUpdateNotAllowed, + ApiNotEnabledForTitle, + DuplicateTitleNameForPublisher, + AzureTitleCreationInProgress, + TitleConstraintsPublisherDeletion, + InvalidPlayerAccountPoolId, + PlayerAccountPoolNotFound, + PlayerAccountPoolDeleted, + TitleCleanupInProgress, + AzureResourceConcurrentOperationInProgress, + TitlePublisherUpdateNotAllowed, + AzureResourceManagerNotSupportedInStamp, + ApiNotIncludedInAzurePlayFabFeatureSet, + GoogleServiceAccountFailedAuth, + GoogleAPIServiceUnavailable, + GoogleAPIServiceUnknownError, + NoValidIdentityForAad, + PlayerIdentityLinkNotFound, + PhotonApplicationIdAlreadyInUse, + CloudScriptUnableToDeleteProductionRevision, + CustomIdNotFound, + AutomationInvalidInput, + AutomationInvalidRuleName, + AutomationRuleAlreadyExists, + AutomationRuleLimitExceeded, + InvalidGooglePlayGamesServerAuthCode, + PlayStreamConnectionFailed, + InvalidEventContents, + InsightsV1Deprecated, + AnalysisSubscriptionNotFound, + AnalysisSubscriptionFailed, + AnalysisSubscriptionFoundAlready, + AnalysisSubscriptionManagementInvalidInput, + InvalidGameCenterId, + InvalidNintendoSwitchAccountId, + EntityAPIKeysNotSupported, + IpAddressBanned, + EntityLineageBanned, + NamespaceMismatch, + InvalidServiceConfiguration, + InvalidNamespaceMismatch, + LeaderboardColumnLengthMismatch, + InvalidStatisticScore, + LeaderboardColumnsNotSpecified, + LeaderboardMaxSizeTooLarge, + InvalidAttributeStatisticsSpecified, + LeaderboardNotFound, + TokenSigningKeyNotFound, + LeaderboardNameConflict, + LinkedStatisticColumnMismatch, + NoLinkedStatisticToLeaderboard, + StatDefinitionAlreadyLinkedToLeaderboard, + LinkingStatsNotAllowedForEntityType, + LeaderboardCountLimitExceeded, + LeaderboardSizeLimitExceeded, + LeaderboardDefinitionModificationNotAllowedWhileLinked, + StatisticDefinitionModificationNotAllowedWhileLinked, + LeaderboardUpdateNotAllowedWhileLinked, + CloudScriptAzureFunctionsEventHubRequestError, + ExternalEntityNotAllowedForTier, + InvalidBaseTimeForInterval, + EntityTypeMismatchWithStatDefinition, + SpecifiedVersionLeaderboardNotFound, + LeaderboardColumnLengthMismatchWithStatDefinition, + DuplicateColumnNameFound, + LinkedStatisticColumnNotFound, + LinkedStatisticColumnRequired, + MultipleLinkedStatisticsNotAllowed, + DuplicateLinkedStatisticColumnNameFound, + AggregationTypeNotAllowedForMultiColumnStatistic, + MaxQueryableVersionsValueNotAllowedForTier, + StatisticDefinitionHasNullOrEmptyVersionConfiguration, + StatisticColumnLengthMismatch, + MatchmakingEntityInvalid, + MatchmakingPlayerAttributesInvalid, + MatchmakingQueueNotFound, + MatchmakingMatchNotFound, + MatchmakingTicketNotFound, + MatchmakingAlreadyJoinedTicket, + MatchmakingTicketAlreadyCompleted, + MatchmakingQueueConfigInvalid, + MatchmakingMemberProfileInvalid, + NintendoSwitchDeviceIdNotLinked, + MatchmakingNotEnabled, + MatchmakingPlayerAttributesTooLarge, + MatchmakingNumberOfPlayersInTicketTooLarge, + MatchmakingAttributeInvalid, + MatchmakingPlayerHasNotJoinedTicket, + MatchmakingRateLimitExceeded, + MatchmakingTicketMembershipLimitExceeded, + MatchmakingUnauthorized, + MatchmakingQueueLimitExceeded, + MatchmakingRequestTypeMismatch, + MatchmakingBadRequest, + PubSubFeatureNotEnabledForTitle, + PubSubTooManyRequests, + PubSubConnectionNotFoundForEntity, + PubSubConnectionHandleInvalid, + PubSubSubscriptionLimitExceeded, + TitleConfigNotFound, + TitleConfigUpdateConflict, + TitleConfigSerializationError, + CatalogApiNotImplemented, + CatalogEntityInvalid, + CatalogTitleIdMissing, + CatalogPlayerIdMissing, + CatalogClientIdentityInvalid, + CatalogOneOrMoreFilesInvalid, + CatalogItemMetadataInvalid, + CatalogItemIdInvalid, + CatalogSearchParameterInvalid, + CatalogFeatureDisabled, + CatalogConfigInvalid, + CatalogItemTypeInvalid, + CatalogBadRequest, + CatalogTooManyRequests, + InvalidCatalogItemConfiguration, + ExportInvalidStatusUpdate, + ExportInvalidPrefix, + ExportBlobContainerDoesNotExist, + ExportNotFound, + ExportCouldNotUpdate, + ExportInvalidStorageType, + ExportAmazonBucketDoesNotExist, + ExportInvalidBlobStorage, + ExportKustoException, + ExportKustoConnectionFailed, + ExportUnknownError, + ExportCantEditPendingExport, + ExportLimitExports, + ExportLimitEvents, + ExportInvalidPartitionStatusModification, + ExportCouldNotCreate, + ExportNoBackingDatabaseFound, + ExportCouldNotDelete, + ExportCannotDetermineEventQuery, + ExportInvalidQuerySchemaModification, + ExportQuerySchemaMissingRequiredColumns, + ExportCannotParseQuery, + ExportControlCommandsNotAllowed, + ExportQueryMissingTableReference, + ExportInsightsV1Deprecated, + ExplorerBasicInvalidQueryName, + ExplorerBasicInvalidQueryDescription, + ExplorerBasicInvalidQueryConditions, + ExplorerBasicInvalidQueryStartDate, + ExplorerBasicInvalidQueryEndDate, + ExplorerBasicInvalidQueryGroupBy, + ExplorerBasicInvalidQueryAggregateType, + ExplorerBasicInvalidQueryAggregateProperty, + ExplorerBasicLoadQueriesError, + ExplorerBasicLoadQueryError, + ExplorerBasicCreateQueryError, + ExplorerBasicDeleteQueryError, + ExplorerBasicUpdateQueryError, + ExplorerBasicSavedQueriesLimit, + ExplorerBasicSavedQueryNotFound, + TenantShardMapperShardNotFound, + TitleNotEnabledForParty, + PartyVersionNotFound, + MultiplayerServerBuildReferencedByMatchmakingQueue, + MultiplayerServerBuildReferencedByBuildAlias, + MultiplayerServerBuildAliasReferencedByMatchmakingQueue, + PartySerializationError, + ExperimentationExperimentStopped, + ExperimentationExperimentRunning, + ExperimentationExperimentNotFound, + ExperimentationExperimentNeverStarted, + ExperimentationExperimentDeleted, + ExperimentationClientTimeout, + ExperimentationInvalidVariantConfiguration, + ExperimentationInvalidVariableConfiguration, + ExperimentInvalidId, + ExperimentationNoScorecard, + ExperimentationTreatmentAssignmentFailed, + ExperimentationTreatmentAssignmentDisabled, + ExperimentationInvalidDuration, + ExperimentationMaxExperimentsReached, + ExperimentationExperimentSchedulingInProgress, + ExperimentationInvalidEndDate, + ExperimentationInvalidStartDate, + ExperimentationMaxDurationExceeded, + ExperimentationExclusionGroupNotFound, + ExperimentationExclusionGroupInsufficientCapacity, + ExperimentationExclusionGroupCannotDelete, + ExperimentationExclusionGroupInvalidTrafficAllocation, + ExperimentationExclusionGroupInvalidName, + MaxActionDepthExceeded, + TitleNotOnUpdatedPricingPlan, + SegmentManagementTitleNotInFlight, + SegmentManagementNoExpressionTree, + SegmentManagementTriggerActionCountOverLimit, + SegmentManagementSegmentCountOverLimit, + SegmentManagementInvalidSegmentId, + SegmentManagementInvalidInput, + SegmentManagementInvalidSegmentName, + DeleteSegmentRateLimitExceeded, + CreateSegmentRateLimitExceeded, + UpdateSegmentRateLimitExceeded, + GetSegmentsRateLimitExceeded, + AsyncExportNotInFlight, + AsyncExportNotFound, + AsyncExportRateLimitExceeded, + AnalyticsSegmentCountOverLimit, + SnapshotNotFound, + InventoryApiNotImplemented, + LobbyDoesNotExist, + LobbyRateLimitExceeded, + LobbyPlayerAlreadyJoined, + LobbyNotJoinable, + LobbyMemberCannotRejoin, + LobbyCurrentPlayersMoreThanMaxPlayers, + LobbyPlayerNotPresent, + LobbyBadRequest, + LobbyPlayerMaxLobbyLimitExceeded, + LobbyNewOwnerMustBeConnected, + LobbyCurrentOwnerStillConnected, + LobbyMemberIsNotOwner, + LobbyServerMismatch, + LobbyServerNotFound, + LobbyDifferentServerAlreadyJoined, + LobbyServerAlreadyJoined, + LobbyIsNotClientOwned, + LobbyDoesNotUseConnections, + EventSamplingInvalidRatio, + EventSamplingInvalidEventNamespace, + EventSamplingInvalidEventName, + EventSamplingRatioNotFound, + TelemetryKeyNotFound, + TelemetryKeyInvalidName, + TelemetryKeyAlreadyExists, + TelemetryKeyInvalid, + TelemetryKeyCountOverLimit, + TelemetryKeyDeactivated, + TelemetryKeyLongInsightsRetentionNotAllowed, + EventSinkConnectionInvalid, + EventSinkConnectionUnauthorized, + EventSinkRegionInvalid, + EventSinkLimitExceeded, + EventSinkSasTokenInvalid, + EventSinkNotFound, + EventSinkNameInvalid, + EventSinkSasTokenPermissionInvalid, + EventSinkSecretInvalid, + EventSinkTenantNotFound, + EventSinkAadNotFound, + EventSinkDatabaseNotFound, + EventSinkTitleUnauthorized, + EventSinkInsufficientRoleAssignment, + EventSinkContainerNotFound, + EventSinkTenantIdInvalid, + OperationCanceled, + InvalidDisplayNameRandomSuffixLength, + AllowNonUniquePlayerDisplayNamesDisableNotAllowed, + PartitionedEventInvalid, + PartitionedEventCountOverLimit, + ManageEventNamespaceInvalid, + ManageEventNameInvalid, + ManagedEventNotFound, + ManageEventsInvalidRatio, + ManagedEventInvalid, + PlayerCustomPropertiesPropertyNameTooLong, + PlayerCustomPropertiesPropertyNameIsInvalid, + PlayerCustomPropertiesStringPropertyValueTooLong, + PlayerCustomPropertiesValueIsInvalidType, + PlayerCustomPropertiesVersionMismatch, + PlayerCustomPropertiesPropertyCountTooHigh, + PlayerCustomPropertiesDuplicatePropertyName, + PlayerCustomPropertiesPropertyDoesNotExist, + AddonAlreadyExists, + AddonDoesntExist, + CopilotDisabled, + CopilotInvalidRequest, + TrueSkillUnauthorized, + TrueSkillInvalidTitleId, + TrueSkillInvalidScenarioId, + TrueSkillInvalidModelId, + TrueSkillInvalidModelName, + TrueSkillInvalidPlayerIds, + TrueSkillInvalidEntityKey, + TrueSkillInvalidConditionKey, + TrueSkillInvalidConditionValue, + TrueSkillInvalidConditionAffinityWeight, + TrueSkillInvalidEventName, + TrueSkillMatchResultCreated, + TrueSkillMatchResultAlreadySubmitted, + TrueSkillBadPlayerIdInMatchResult, + TrueSkillInvalidBotIdInMatchResult, + TrueSkillDuplicatePlayerInMatchResult, + TrueSkillNoPlayerInMatchResultTeam, + TrueSkillPlayersInMatchResultExceedingLimit, + TrueSkillInvalidPreMatchPartyInMatchResult, + TrueSkillInvalidTimestampInMatchResult, + TrueSkillStartTimeMissingInMatchResult, + TrueSkillEndTimeMissingInMatchResult, + TrueSkillInvalidPlayerSecondsPlayedInMatchResult, + TrueSkillNoTeamInMatchResult, + TrueSkillNotEnoughTeamsInMatchResult, + TrueSkillInvalidRanksInMatchResult, + TrueSkillNoWinnerInMatchResult, + TrueSkillMissingRequiredCondition, + TrueSkillMissingRequiredEvent, + TrueSkillUnknownEventName, + TrueSkillInvalidEventCount, + TrueSkillUnknownConditionKey, + TrueSkillUnknownConditionValue, + TrueSkillScenarioConfigDoesNotExist, + TrueSkillUnknownModelId, + TrueSkillNoModelInScenario, + TrueSkillNotSupportedForTitle, + TrueSkillModelIsNotActive, + TrueSkillUnauthorizedToQueryOtherPlayerSkills, + TrueSkillInvalidMaxIterations, + TrueSkillEndTimeBeforeStartTime, + TrueSkillInvalidJobId, + TrueSkillInvalidMetadataId, + TrueSkillMissingBuildVerison, + TrueSkillJobAlreadyExists, + TrueSkillJobNotFound, + TrueSkillOperationCanceled, + TrueSkillActiveModelLimitExceeded, + TrueSkillTotalModelLimitExceeded, + TrueSkillUnknownInitialModelId, + TrueSkillUnauthorizedForJob, + TrueSkillInvalidScenarioName, + TrueSkillConditionStateIsRequired, + TrueSkillEventStateIsRequired, + TrueSkillDuplicateEvent, + TrueSkillDuplicateCondition, + TrueSkillInvalidAnomalyThreshold, + TrueSkillConditionKeyLimitExceeded, + TrueSkillConditionValuePerKeyLimitExceeded, + TrueSkillInvalidTimestamp, + TrueSkillEventLimitExceeded, + TrueSkillInvalidPlayers, + TrueSkillTrueSkillPlayerNull, + TrueSkillInvalidPlayerId, + TrueSkillInvalidSquadSize, + TrueSkillConditionSetNotInModel, + TrueSkillModelStateInvalidForOperation, + TrueSkillScenarioContainsActiveModel, + GameSaveManifestNotFound, + GameSaveManifestVersionAlreadyExists, + GameSaveConflictUpdatingManifest, + GameSaveManifestUpdatesNotAllowed, + GameSaveFileAlreadyExists, + GameSaveManifestVersionNotFinalized, + GameSaveUnknownFileInManifest, + GameSaveFileExceededReportedSize, + GameSaveFileNotUploaded, + GameSaveBadRequest, + GameSaveOperationNotAllowed, + StateShareForbidden, + StateShareTitleNotInFlight, + StateShareStateNotFound, + StateShareLinkNotFound, + StateShareStateRedemptionLimitExceeded, + StateShareStateRedemptionLimitNotUpdated, + StateShareCreatedStatesLimitExceeded, + StateShareIdMissingOrMalformed + } + + [Serializable] + public class GetActionsOnPlayersInSegmentTaskInstanceResult : PlayFabResultCommon + { + /// + /// Parameter of this task instance + /// + public ActionsOnPlayersInSegmentTaskParameter Parameter; + /// + /// Status summary of the actions-on-players-in-segment task instance + /// + public ActionsOnPlayersInSegmentTaskSummary Summary; + } + + /// + /// Request has no paramaters. + /// + [Serializable] + public class GetAllSegmentsRequest : PlayFabRequestCommon + { + } + + [Serializable] + public class GetAllSegmentsResult : PlayFabResultCommon + { + /// + /// Array of segments for this title. + /// + public List Segments; + } + + [Serializable] + public class GetCatalogItemsRequest : PlayFabRequestCommon + { + /// + /// Which catalog is being requested. If null, uses the default catalog. + /// + public string CatalogVersion; + } + + [Serializable] + public class GetCatalogItemsResult : PlayFabResultCommon + { + /// + /// Array of items which can be purchased. + /// + public List Catalog; + } + + [Serializable] + public class GetCloudScriptRevisionRequest : PlayFabRequestCommon + { + /// + /// Revision number. If left null, defaults to the latest revision + /// + public int? Revision; + /// + /// Version number. If left null, defaults to the latest version + /// + public int? Version; + } + + [Serializable] + public class GetCloudScriptRevisionResult : PlayFabResultCommon + { + /// + /// Time this revision was created + /// + public DateTime CreatedAt; + /// + /// List of Cloud Script files in this revision. + /// + public List Files; + /// + /// True if this is the currently published revision + /// + public bool IsPublished; + /// + /// Revision number. + /// + public int Revision; + /// + /// Version number. + /// + public int Version; + } + + [Serializable] + public class GetCloudScriptTaskInstanceResult : PlayFabResultCommon + { + /// + /// Parameter of this task instance + /// + public CloudScriptTaskParameter Parameter; + /// + /// Status summary of the CloudScript task instance + /// + public CloudScriptTaskSummary Summary; + } + + [Serializable] + public class GetCloudScriptVersionsRequest : PlayFabRequestCommon + { + } + + [Serializable] + public class GetCloudScriptVersionsResult : PlayFabResultCommon + { + /// + /// List of versions + /// + public List Versions; + } + + [Serializable] + public class GetContentListRequest : PlayFabRequestCommon + { + /// + /// Limits the response to keys that begin with the specified prefix. You can use prefixes to list contents under a folder, + /// or for a specified version, etc. + /// + public string Prefix; + } + + [Serializable] + public class GetContentListResult : PlayFabResultCommon + { + /// + /// List of content items. + /// + public List Contents; + /// + /// Number of content items returned. We currently have a maximum of 1000 items limit. + /// + public int ItemCount; + /// + /// The total size of listed contents in bytes. + /// + public uint TotalSize; + } + + [Serializable] + public class GetContentUploadUrlRequest : PlayFabRequestCommon + { + /// + /// A standard MIME type describing the format of the contents. The same MIME type has to be set in the header when + /// uploading the content. If not specified, the MIME type is 'binary/octet-stream' by default. + /// + public string ContentType; + /// + /// Key of the content item to upload, usually formatted as a path, e.g. images/a.png + /// + public string Key; + } + + [Serializable] + public class GetContentUploadUrlResult : PlayFabResultCommon + { + /// + /// URL for uploading content via HTTP PUT method. The URL requires the 'x-ms-blob-type' header to have the value + /// 'BlockBlob'. The URL will expire in approximately one hour. + /// + public string URL; + } + + /// + /// Gets the download URL for the requested report data (in CSV form). The reports available through this API call are those + /// available in the Game Manager, in the Analytics->Reports tab. + /// + [Serializable] + public class GetDataReportRequest : PlayFabRequestCommon + { + /// + /// Reporting year (UTC) + /// + public int Day; + /// + /// Reporting month (UTC) + /// + public int Month; + /// + /// Report name + /// + public string ReportName; + /// + /// Reporting year (UTC) + /// + public int Year; + } + + [Serializable] + public class GetDataReportResult : PlayFabResultCommon + { + /// + /// The URL where the requested report can be downloaded. This can be any PlayFab generated reports. The full list of + /// reports can be found at: https://docs.microsoft.com/en-us/gaming/playfab/features/analytics/reports/quickstart. + /// + public string DownloadUrl; + } + + /// + /// Useful for identifying titles of which the player's data will be deleted by DeleteMasterPlayer. + /// + [Serializable] + public class GetPlayedTitleListRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayedTitleListResult : PlayFabResultCommon + { + /// + /// List of titles the player has played + /// + public List TitleIds; + } + + /// + /// Gets a player ID from an auth token. The token expires after 30 minutes and cannot be used to look up a player when + /// expired. + /// + [Serializable] + public class GetPlayerIdFromAuthTokenRequest : PlayFabRequestCommon + { + /// + /// The auth token of the player requesting the password reset. + /// + public string Token; + /// + /// The type of auth token of the player requesting the password reset. + /// + public AuthTokenType TokenType; + } + + [Serializable] + public class GetPlayerIdFromAuthTokenResult : PlayFabResultCommon + { + /// + /// The player ID from the token passed in + /// + public string PlayFabId; + } + + /// + /// This API allows for access to details regarding a user in the PlayFab service, usually for purposes of customer support. + /// Note that data returned may be Personally Identifying Information (PII), such as email address, and so care should be + /// taken in how this data is stored and managed. Since this call will always return the relevant information for users who + /// have accessed the title, the recommendation is to not store this data locally. + /// + [Serializable] + public class GetPlayerProfileRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + } + + [Serializable] + public class GetPlayerProfileResult : PlayFabResultCommon + { + /// + /// The profile of the player. This profile is not guaranteed to be up-to-date. For a new player, this profile will not + /// exist. + /// + public PlayerProfileModel PlayerProfile; + } + + [Serializable] + public class GetPlayerSegmentsResult : PlayFabResultCommon + { + /// + /// Array of segments the requested player currently belongs to. + /// + public List Segments; + } + + /// + /// Player Shared Secret Keys are used for the call to Client/GetTitlePublicKey, which exchanges the shared secret for an + /// RSA CSP blob to be used to encrypt the payload of account creation requests when that API requires a signature header. + /// + [Serializable] + public class GetPlayerSharedSecretsRequest : PlayFabRequestCommon + { + } + + [Serializable] + public class GetPlayerSharedSecretsResult : PlayFabResultCommon + { + /// + /// The player shared secret to use when calling Client/GetTitlePublicKey + /// + public List SharedSecrets; + } + + /// + /// Request must contain the ExportId + /// + [Serializable] + public class GetPlayersInSegmentExportRequest : PlayFabRequestCommon + { + /// + /// Unique identifier of the export for the requested Segment. + /// + public string ExportId; + } + + [Serializable] + public class GetPlayersInSegmentExportResponse : PlayFabResultCommon + { + /// + /// Url from which the index file can be downloaded. + /// + public string IndexUrl; + /// + /// Shows the current status of the export + /// + public string State; + } + + /// + /// Initial request must contain at least a Segment ID. Subsequent requests must contain the Segment ID as well as the + /// Continuation Token. Failure to send the Continuation Token will result in a new player segment list being generated. + /// Each time the Continuation Token is passed in the length of the Total Seconds to Live is refreshed. If too much time + /// passes between requests to the point that a subsequent request is past the Total Seconds to Live an error will be + /// returned and paging will be terminated. This API is resource intensive and should not be used in scenarios which might + /// generate high request volumes. Only one request to this API at a time should be made per title. Concurrent requests to + /// the API may be rejected with the APIConcurrentRequestLimitExceeded error. + /// + [Serializable] + public class GetPlayersInSegmentRequest : PlayFabRequestCommon + { + /// + /// Continuation token if retrieving subsequent pages of results. + /// + public string ContinuationToken; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If set to true, the profiles are loaded asynchronously and the response will include a continuation token and + /// approximate profile count until the first batch of profiles is loaded. Use this parameter to help avoid network + /// timeouts. + /// + public bool? GetProfilesAsync; + /// + /// Maximum is 10,000. The value 0 will prevent loading any profiles and return only the count of profiles matching this + /// segment. + /// + public uint? MaxBatchSize; + /// + /// Number of seconds to keep the continuation token active. After token expiration it is not possible to continue paging + /// results. Default is 300 (5 minutes). Maximum is 5,400 (90 minutes). + /// + public uint? SecondsToLive; + /// + /// Unique identifier for this segment. + /// + public string SegmentId; + } + + [Serializable] + public class GetPlayersInSegmentResult : PlayFabResultCommon + { + /// + /// Continuation token to use to retrieve subsequent pages of results. If token returns null there are no more results. + /// + public string ContinuationToken; + /// + /// Array of player profiles in this segment. + /// + public List PlayerProfiles; + /// + /// Count of profiles matching this segment. + /// + public int ProfilesInSegment; + } + + [Serializable] + public class GetPlayersSegmentsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayerStatisticDefinitionsRequest : PlayFabRequestCommon + { + } + + /// + /// Statistics are numeric values, with each statistic in the title also generating a leaderboard. The ResetInterval defines + /// the period of time at which the leaderboard for the statistic will automatically reset. Upon reset, the statistic + /// updates to a new version with no values (effectively removing all players from the leaderboard). The previous version's + /// statistic values are also archived for retrieval, if needed (see GetPlayerStatisticVersions). Statistics not created via + /// a call to CreatePlayerStatisticDefinition by default have a VersionChangeInterval of Never, meaning they do not reset on + /// a schedule, but they can be set to do so via a call to UpdatePlayerStatisticDefinition. Once a statistic has been reset + /// (sometimes referred to as versioned or incremented), the previous version can still be written to for up a short, + /// pre-defined period (currently 10 seconds), to prevent issues with levels completing around the time of the reset. Also, + /// once reset, the historical statistics for players in the title may be retrieved using the URL specified in the version + /// information (GetPlayerStatisticVersions). The AggregationMethod defines what action is taken when a new statistic value + /// is submitted - always update with the new value (Last), use the highest of the old and new values (Max), use the + /// smallest (Min), or add them together (Sum). + /// + [Serializable] + public class GetPlayerStatisticDefinitionsResult : PlayFabResultCommon + { + /// + /// the player statistic definitions for the title + /// + public List Statistics; + } + + [Serializable] + public class GetPlayerStatisticVersionsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// unique name of the statistic + /// + public string StatisticName; + } + + /// + /// Statistics are numeric values, with each statistic in the title also generating a leaderboard. The information returned + /// in the results defines the state of a specific version of a statistic, including when it was or will become the + /// currently active version, when it will (or did) become a previous version, and its archival state if it is no longer the + /// active version. For a statistic which has been reset, once the archival status is Complete, the full set of statistics + /// for all players in the leaderboard for that version may be retrieved via the ArchiveDownloadUrl. Statistics which have + /// not been reset (incremented/versioned) will only have a single version which is not scheduled to reset. + /// + [Serializable] + public class GetPlayerStatisticVersionsResult : PlayFabResultCommon + { + /// + /// version change history of the statistic + /// + public List StatisticVersions; + } + + /// + /// This API will return a list of canonical tags which includes both namespace and tag's name. If namespace is not + /// provided, the result is a list of all canonical tags. TagName can be used for segmentation and Namespace is limited to + /// 128 characters. + /// + [Serializable] + public class GetPlayerTagsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Optional namespace to filter results by + /// + public string Namespace; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayerTagsResult : PlayFabResultCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Canonical tags (including namespace and tag's name) for the requested user + /// + public List Tags; + } + + /// + /// Views the requested policy. Today, the only supported policy is 'ApiPolicy'. + /// + [Serializable] + public class GetPolicyRequest : PlayFabRequestCommon + { + /// + /// The name of the policy to read. Only supported name is 'ApiPolicy'. + /// + public string PolicyName; + } + + [Serializable] + public class GetPolicyResponse : PlayFabResultCommon + { + /// + /// The name of the policy read. + /// + public string PolicyName; + /// + /// Policy version. + /// + public int PolicyVersion; + /// + /// The statements in the requested policy. + /// + public List Statements; + } + + /// + /// This API is designed to return publisher-specific values which can be read, but not written to, by the client. This data + /// is shared across all titles assigned to a particular publisher, and can be used for cross-game coordination. Only titles + /// assigned to a publisher can use this API. For more information email helloplayfab@microsoft.com. This AdminAPI call for + /// getting title data guarantees no delay in between update and retrieval of newly set data. + /// + [Serializable] + public class GetPublisherDataRequest : PlayFabRequestCommon + { + /// + /// array of keys to get back data from the Publisher data blob, set by the admin tools + /// + public List Keys; + } + + [Serializable] + public class GetPublisherDataResult : PlayFabResultCommon + { + /// + /// a dictionary object of key / value pairs + /// + public Dictionary Data; + } + + [Serializable] + public class GetRandomResultTablesRequest : PlayFabRequestCommon + { + /// + /// catalog version to fetch tables from. Use default catalog version if null + /// + public string CatalogVersion; + } + + [Serializable] + public class GetRandomResultTablesResult : PlayFabResultCommon + { + /// + /// array of random result tables currently available + /// + public Dictionary Tables; + } + + [Serializable] + public class GetSegmentResult : PlayFabBaseModel + { + /// + /// Identifier of the segments AB Test, if it is attached to one. + /// + public string ABTestParent; + /// + /// Unique identifier for this segment. + /// + public string Id; + /// + /// Segment name. + /// + public string Name; + } + + /// + /// Given input segment ids, return list of segments. + /// + [Serializable] + public class GetSegmentsRequest : PlayFabRequestCommon + { + /// + /// Segment ids to filter title segments. + /// + public List SegmentIds; + } + + [Serializable] + public class GetSegmentsResponse : PlayFabResultCommon + { + /// + /// Error message. + /// + public string ErrorMessage; + /// + /// List of title segments. + /// + public List Segments; + } + + /// + /// A store contains an array of references to items defined in the catalog, along with the prices for the item, in both + /// real world and virtual currencies. These prices act as an override to any prices defined in the catalog. In this way, + /// the base definitions of the items may be defined in the catalog, with all associated properties, while the pricing can + /// be set for each store, as needed. This allows for subsets of goods to be defined for different purposes (in order to + /// simplify showing some, but not all catalog items to users, based upon different characteristics), along with unique + /// prices. Note that all prices defined in the catalog and store definitions for the item are considered valid, and that a + /// compromised client can be made to send a request for an item based upon any of these definitions. If no price is + /// specified in the store for an item, the price set in the catalog should be displayed to the user. + /// + [Serializable] + public class GetStoreItemsRequest : PlayFabRequestCommon + { + /// + /// Catalog version to store items from. Use default catalog version if null + /// + public string CatalogVersion; + /// + /// Unqiue identifier for the store which is being requested. + /// + public string StoreId; + } + + [Serializable] + public class GetStoreItemsResult : PlayFabResultCommon + { + /// + /// The base catalog that this store is a part of. + /// + public string CatalogVersion; + /// + /// Additional data about the store. + /// + public StoreMarketingModel MarketingData; + /// + /// How the store was last updated (Admin or a third party). + /// + public SourceType? Source; + /// + /// Array of items which can be purchased from this store. + /// + public List Store; + /// + /// The ID of this store. + /// + public string StoreId; + } + + /// + /// The result includes detail information that's specific to a CloudScript task. Only CloudScript tasks configured as "Run + /// Cloud Script function once" will be retrieved. To get a list of task instances by task, status, or time range, use + /// GetTaskInstances. + /// + [Serializable] + public class GetTaskInstanceRequest : PlayFabRequestCommon + { + /// + /// ID of the requested task instance. + /// + public string TaskInstanceId; + } + + /// + /// Only the most recent 100 task instances are returned, ordered by start time descending. The results are generic basic + /// information for task instances. To get detail information specific to each task type, use Get*TaskInstance based on its + /// corresponding task type. + /// + [Serializable] + public class GetTaskInstancesRequest : PlayFabRequestCommon + { + /// + /// Optional range-from filter for task instances' StartedAt timestamp. + /// + public DateTime? StartedAtRangeFrom; + /// + /// Optional range-to filter for task instances' StartedAt timestamp. + /// + public DateTime? StartedAtRangeTo; + /// + /// Optional filter for task instances that are of a specific status. + /// + public TaskInstanceStatus? StatusFilter; + /// + /// Name or ID of the task whose instances are being queried. If not specified, return all task instances that satisfy + /// conditions set by other filters. + /// + public NameIdentifier TaskIdentifier; + } + + [Serializable] + public class GetTaskInstancesResult : PlayFabResultCommon + { + /// + /// Basic status summaries of the queried task instances. Empty If no task instances meets the filter criteria. To get + /// detailed status summary, use Get*TaskInstance API according to task type (e.g. + /// GetActionsOnPlayersInSegmentTaskInstance). + /// + public List Summaries; + } + + [Serializable] + public class GetTasksRequest : PlayFabRequestCommon + { + /// + /// Provide either the task ID or the task name to get a specific task. If not specified, return all defined tasks. + /// + public NameIdentifier Identifier; + } + + [Serializable] + public class GetTasksResult : PlayFabResultCommon + { + /// + /// Result tasks. Empty if there is no task found. + /// + public List Tasks; + } + + /// + /// This API method is designed to return title specific values which can be read by the client. For example, a developer + /// could choose to store values which modify the user experience, such as enemy spawn rates, weapon strengths, movement + /// speeds, etc. This allows a developer to update the title without the need to create, test, and ship a new build. If an + /// override label is specified in the request, the overrides are applied automatically and returned with the title data. + /// Note that due to caching, there may up to a minute delay in between updating title data and a query returning the newest + /// value. + /// + [Serializable] + public class GetTitleDataRequest : PlayFabRequestCommon + { + /// + /// Specific keys to search for in the title data (leave null to get all keys) + /// + public List Keys; + /// + /// Optional field that specifies the name of an override. This value is ignored when used by the game client; otherwise, + /// the overrides are applied automatically to the title data. + /// + public string OverrideLabel; + } + + [Serializable] + public class GetTitleDataResult : PlayFabResultCommon + { + /// + /// a dictionary object of key / value pairs + /// + public Dictionary Data; + } + + /// + /// Get all bans for a user, including inactive and expired bans. + /// + [Serializable] + public class GetUserBansRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetUserBansResult : PlayFabResultCommon + { + /// + /// Information about the bans + /// + public List BanData; + } + + /// + /// Data is stored as JSON key-value pairs. If the Keys parameter is provided, the data object returned will only contain + /// the data specific to the indicated Keys. Otherwise, the full set of custom user data will be returned. + /// + [Serializable] + public class GetUserDataRequest : PlayFabRequestCommon + { + /// + /// The version that currently exists according to the caller. The call will return the data for all of the keys if the + /// version in the system is greater than this. + /// + public uint? IfChangedFromDataVersion; + /// + /// Specific keys to search for in the custom user data. + /// + public List Keys; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetUserDataResult : PlayFabResultCommon + { + /// + /// User specific data for this title. + /// + public Dictionary Data; + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + /// + /// PlayFab unique identifier of the user whose custom data is being returned. + /// + public string PlayFabId; + } + + /// + /// All items currently in the user inventory will be returned, irrespective of how they were acquired (via purchasing, + /// grants, coupons, etc.). Items that are expired, fully consumed, or are no longer valid are not considered to be in the + /// user's current inventory, and so will not be not included. There can be a delay of up to a half a second for inventory + /// changes to be reflected in the GetUserInventory API response. + /// + [Serializable] + public class GetUserInventoryRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetUserInventoryResult : PlayFabResultCommon + { + /// + /// Array of inventory items belonging to the user. + /// + public List Inventory; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Array of virtual currency balance(s) belonging to the user. + /// + public Dictionary VirtualCurrency; + /// + /// Array of remaining times and timestamps for virtual currencies. + /// + public Dictionary VirtualCurrencyRechargeTimes; + } + + /// + /// Result of granting an item to a user. Note, to retrieve additional information for an item such as Tags, Description + /// that are the same across all instances of the item, a call to GetCatalogItems is required. The ItemID of can be matched + /// to a catalog entry, which contains the additional information. Also note that Custom Data is only set when the User's + /// specific instance has updated the CustomData via a call to UpdateUserInventoryItemCustomData. Other fields such as + /// UnitPrice and UnitCurrency are only set when the item was granted via a purchase. + /// + [Serializable] + public class GrantedItemInstance : PlayFabBaseModel + { + /// + /// Game specific comment associated with this instance when it was added to the user inventory. + /// + public string Annotation; + /// + /// Array of unique items that were awarded when this catalog item was purchased. + /// + public List BundleContents; + /// + /// Unique identifier for the parent inventory item, as defined in the catalog, for object which were added from a bundle or + /// container. + /// + public string BundleParent; + /// + /// Catalog version for the inventory item, when this instance was created. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// A set of custom key-value pairs on the instance of the inventory item, which is not to be confused with the catalog + /// item's custom data. + /// + public Dictionary CustomData; + /// + /// CatalogItem.DisplayName at the time this item was purchased. + /// + public string DisplayName; + /// + /// Timestamp for when this instance will expire. + /// + public DateTime? Expiration; + /// + /// Class name for the inventory item, as defined in the catalog. + /// + public string ItemClass; + /// + /// Unique identifier for the inventory item, as defined in the catalog. + /// + public string ItemId; + /// + /// Unique item identifier for this specific instance of the item. + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Timestamp for when this instance was purchased. + /// + public DateTime? PurchaseDate; + /// + /// Total number of remaining uses, if this is a consumable item. + /// + public int? RemainingUses; + /// + /// Result of this operation. + /// + public bool Result; + /// + /// Currency type for the cost of the catalog item. Not available when granting items. + /// + public string UnitCurrency; + /// + /// Cost of the catalog item in the given currency. Not available when granting items. + /// + public uint UnitPrice; + /// + /// The number of uses that were added or removed to this item in this call. + /// + public int? UsesIncrementedBy; + } + + [Serializable] + public class GrantItemContent : PlayFabBaseModel + { + /// + /// The catalog version of the item to be granted to the player + /// + public string CatalogVersion; + /// + /// The id of item to be granted to the player + /// + public string ItemId; + /// + /// Quantity of the item to be granted to a player + /// + public int ItemQuantity; + } + + [Serializable] + public class GrantItemSegmentAction : PlayFabBaseModel + { + /// + /// Item catalog id. + /// + public string CatelogId; + /// + /// Item id. + /// + public string ItemId; + /// + /// Item quantity. + /// + public uint Quantity; + } + + /// + /// This function directly adds inventory items to user inventories. As a result of this operations, the user will not be + /// charged any transaction fee, regardless of the inventory item catalog definition. Please note that the processing time + /// for inventory grants and purchases increases fractionally the more items are in the inventory, and the more items are in + /// the grant/purchase operation. + /// + [Serializable] + public class GrantItemsToUsersRequest : PlayFabRequestCommon + { + /// + /// Catalog version from which items are to be granted. + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Array of items to grant and the users to whom the items are to be granted. + /// + public List ItemGrants; + } + + /// + /// Please note that the order of the items in the response may not match the order of items in the request. + /// + [Serializable] + public class GrantItemsToUsersResult : PlayFabResultCommon + { + /// + /// Array of items granted to users. + /// + public List ItemGrantResults; + } + + [Serializable] + public class GrantVirtualCurrencyContent : PlayFabBaseModel + { + /// + /// Amount of currency to be granted to a player + /// + public int CurrencyAmount; + /// + /// Code of the currency to be granted to a player + /// + public string CurrencyCode; + } + + [Serializable] + public class GrantVirtualCurrencySegmentAction : PlayFabBaseModel + { + /// + /// Virtual currency amount. + /// + public int Amount; + /// + /// Virtual currency code. + /// + public string CurrencyCode; + } + + /// + /// This operation will increment the global counter for the number of these items available. This number cannot be + /// decremented, except by actual grants. + /// + [Serializable] + public class IncrementLimitedEditionItemAvailabilityRequest : PlayFabRequestCommon + { + /// + /// Amount to increase availability by. + /// + public int Amount; + /// + /// Which catalog is being updated. If null, uses the default catalog. + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The item which needs more availability. + /// + public string ItemId; + } + + [Serializable] + public class IncrementLimitedEditionItemAvailabilityResult : PlayFabResultCommon + { + } + + [Serializable] + public class IncrementPlayerStatisticContent : PlayFabBaseModel + { + /// + /// Amount(in whole number) to increase the player statistic by + /// + public int StatisticChangeBy; + /// + /// Name of the player statistic to be incremented + /// + public string StatisticName; + } + + [Serializable] + public class IncrementPlayerStatisticSegmentAction : PlayFabBaseModel + { + /// + /// Increment value. + /// + public int IncrementValue; + /// + /// Statistic name. + /// + public string StatisticName; + } + + /// + /// Statistics are numeric values, with each statistic in the title also generating a leaderboard. When this call is made on + /// a given statistic, this forces a reset of that statistic. Upon reset, the statistic updates to a new version with no + /// values (effectively removing all players from the leaderboard). The previous version's statistic values are also + /// archived for retrieval, if needed (see GetPlayerStatisticVersions). Statistics not created via a call to + /// CreatePlayerStatisticDefinition by default have a VersionChangeInterval of Never, meaning they do not reset on a + /// schedule, but they can be set to do so via a call to UpdatePlayerStatisticDefinition. Once a statistic has been reset + /// (sometimes referred to as versioned or incremented), the now-previous version can still be written to for up a short, + /// pre-defined period (currently 10 seconds), to prevent issues with levels completing around the time of the reset. Also, + /// once reset, the historical statistics for players in the title may be retrieved using the URL specified in the version + /// information (GetPlayerStatisticVersions). + /// + [Serializable] + public class IncrementPlayerStatisticVersionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// unique name of the statistic + /// + public string StatisticName; + } + + [Serializable] + public class IncrementPlayerStatisticVersionResult : PlayFabResultCommon + { + /// + /// version change history of the statistic + /// + public PlayerStatisticVersion StatisticVersion; + } + + [Serializable] + public class InsightsScalingTaskParameter : PlayFabBaseModel + { + /// + /// Insights Performance Level to scale to. + /// + public int Level; + } + + [Serializable] + public class ItemGrant : PlayFabBaseModel + { + /// + /// String detailing any additional information concerning this operation. + /// + public string Annotation; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Unique identifier of the catalog item to be granted to the user. + /// + public string ItemId; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// A unique instance of an item in a user's inventory. Note, to retrieve additional information for an item such as Tags, + /// Description that are the same across all instances of the item, a call to GetCatalogItems is required. The ItemID of can + /// be matched to a catalog entry, which contains the additional information. Also note that Custom Data is only set when + /// the User's specific instance has updated the CustomData via a call to UpdateUserInventoryItemCustomData. Other fields + /// such as UnitPrice and UnitCurrency are only set when the item was granted via a purchase. + /// + [Serializable] + public class ItemInstance : PlayFabBaseModel + { + /// + /// Game specific comment associated with this instance when it was added to the user inventory. + /// + public string Annotation; + /// + /// Array of unique items that were awarded when this catalog item was purchased. + /// + public List BundleContents; + /// + /// Unique identifier for the parent inventory item, as defined in the catalog, for object which were added from a bundle or + /// container. + /// + public string BundleParent; + /// + /// Catalog version for the inventory item, when this instance was created. + /// + public string CatalogVersion; + /// + /// A set of custom key-value pairs on the instance of the inventory item, which is not to be confused with the catalog + /// item's custom data. + /// + public Dictionary CustomData; + /// + /// CatalogItem.DisplayName at the time this item was purchased. + /// + public string DisplayName; + /// + /// Timestamp for when this instance will expire. + /// + public DateTime? Expiration; + /// + /// Class name for the inventory item, as defined in the catalog. + /// + public string ItemClass; + /// + /// Unique identifier for the inventory item, as defined in the catalog. + /// + public string ItemId; + /// + /// Unique item identifier for this specific instance of the item. + /// + public string ItemInstanceId; + /// + /// Timestamp for when this instance was purchased. + /// + public DateTime? PurchaseDate; + /// + /// Total number of remaining uses, if this is a consumable item. + /// + public int? RemainingUses; + /// + /// Currency type for the cost of the catalog item. Not available when granting items. + /// + public string UnitCurrency; + /// + /// Cost of the catalog item in the given currency. Not available when granting items. + /// + public uint UnitPrice; + /// + /// The number of uses that were added or removed to this item in this call. + /// + public int? UsesIncrementedBy; + } + + [Serializable] + public class LastLoginDateSegmentFilter : PlayFabBaseModel + { + /// + /// Last player login date comparison. + /// + public SegmentFilterComparison? Comparison; + /// + /// Last player login date. + /// + public DateTime LogInDate; + } + + [Serializable] + public class LastLoginTimespanSegmentFilter : PlayFabBaseModel + { + /// + /// Last player login duration comparison. + /// + public SegmentFilterComparison? Comparison; + /// + /// Last player login duration. + /// + public double DurationInMinutes; + } + + [Serializable] + public class LinkedPlatformAccountModel : PlayFabBaseModel + { + /// + /// Linked account email of the user on the platform, if available + /// + public string Email; + /// + /// Authentication platform + /// + public LoginIdentityProvider? Platform; + /// + /// Unique account identifier of the user on the platform + /// + public string PlatformUserId; + /// + /// Linked account username of the user on the platform, if available + /// + public string Username; + } + + [Serializable] + public class LinkedUserAccountHasEmailSegmentFilter : PlayFabBaseModel + { + /// + /// Login provider comparison. + /// + public SegmentFilterComparison? Comparison; + /// + /// Login provider. + /// + public SegmentLoginIdentityProvider? LoginProvider; + } + + [Serializable] + public class LinkedUserAccountSegmentFilter : PlayFabBaseModel + { + /// + /// Login provider. + /// + public SegmentLoginIdentityProvider? LoginProvider; + } + + [Serializable] + public class ListOpenIdConnectionRequest : PlayFabRequestCommon + { + } + + [Serializable] + public class ListOpenIdConnectionResponse : PlayFabResultCommon + { + /// + /// The list of Open ID Connections + /// + public List Connections; + } + + [Serializable] + public class ListVirtualCurrencyTypesRequest : PlayFabRequestCommon + { + } + + [Serializable] + public class ListVirtualCurrencyTypesResult : PlayFabResultCommon + { + /// + /// List of virtual currency names defined for this title + /// + public List VirtualCurrencies; + } + + [Serializable] + public class LocationModel : PlayFabBaseModel + { + /// + /// City name. + /// + public string City; + /// + /// The two-character continent code for this location + /// + public ContinentCode? ContinentCode; + /// + /// The two-character ISO 3166-1 country code for the country associated with the location + /// + public CountryCode? CountryCode; + /// + /// Latitude coordinate of the geographic location. + /// + public double? Latitude; + /// + /// Longitude coordinate of the geographic location. + /// + public double? Longitude; + } + + [Serializable] + public class LocationSegmentFilter : PlayFabBaseModel + { + /// + /// Segment country code. + /// + public SegmentCountryCode? CountryCode; + } + + public enum LoginIdentityProvider + { + Unknown, + PlayFab, + Custom, + GameCenter, + GooglePlay, + Steam, + XBoxLive, + PSN, + Kongregate, + Facebook, + IOSDevice, + AndroidDevice, + Twitch, + WindowsHello, + GameServer, + CustomServer, + NintendoSwitch, + FacebookInstantGames, + OpenIdConnect, + Apple, + NintendoSwitchAccount, + GooglePlayGames, + XboxMobileStore, + King + } + + [Serializable] + public class LogStatement : PlayFabBaseModel + { + /// + /// Optional object accompanying the message as contextual information + /// + public object Data; + /// + /// 'Debug', 'Info', or 'Error' + /// + public string Level; + public string Message; + } + + /// + /// This API allows for access to details regarding a user in the PlayFab service, usually for purposes of customer support. + /// Note that data returned may be Personally Identifying Information (PII), such as email address, and so care should be + /// taken in how this data is stored and managed. Since this call will always return the relevant information for users who + /// have accessed the title, the recommendation is to not store this data locally. + /// + [Serializable] + public class LookupUserAccountInfoRequest : PlayFabRequestCommon + { + /// + /// User email address attached to their account + /// + public string Email; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Title specific username to match against existing user accounts + /// + public string TitleDisplayName; + /// + /// PlayFab username for the account (3-20 characters) + /// + public string Username; + } + + [Serializable] + public class LookupUserAccountInfoResult : PlayFabResultCommon + { + /// + /// User info for the user matching the request + /// + public UserAccountInfo UserInfo; + } + + [Serializable] + public class MembershipModel : PlayFabBaseModel + { + /// + /// Whether this membership is active. That is, whether the MembershipExpiration time has been reached. + /// + public bool IsActive; + /// + /// The time this membership expires + /// + public DateTime MembershipExpiration; + /// + /// The id of the membership + /// + public string MembershipId; + /// + /// Membership expirations can be explicitly overridden (via game manager or the admin api). If this membership has been + /// overridden, this will be the new expiration time. + /// + public DateTime? OverrideExpiration; + /// + /// The list of subscriptions that this player has for this membership + /// + public List Subscriptions; + } + + [Serializable] + public class ModifyUserVirtualCurrencyResult : PlayFabResultCommon + { + /// + /// Balance of the virtual currency after modification. + /// + public int Balance; + /// + /// Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase + /// over this value will be discarded. + /// + public int BalanceChange; + /// + /// User currency was subtracted from. + /// + public string PlayFabId; + /// + /// Name of the virtual currency which was modified. + /// + public string VirtualCurrency; + } + + /// + /// Identifier by either name or ID. Note that a name may change due to renaming, or reused after being deleted. ID is + /// immutable and unique. + /// + [Serializable] + public class NameIdentifier : PlayFabBaseModel + { + /// + /// Id Identifier, if present + /// + public string Id; + /// + /// Name Identifier, if present + /// + public string Name; + } + + [Serializable] + public class OpenIdConnection : PlayFabBaseModel + { + /// + /// The client ID given by the ID provider. + /// + public string ClientId; + /// + /// The client secret given by the ID provider. + /// + public string ClientSecret; + /// + /// A name for the connection to identify it within the title. + /// + public string ConnectionId; + /// + /// Shows if data about the connection will be loaded from the issuer's discovery document + /// + public bool DiscoverConfiguration; + /// + /// Ignore 'nonce' claim in identity tokens. + /// + public bool? IgnoreNonce; + /// + /// Information for an OpenID Connect provider. + /// + public OpenIdIssuerInformation IssuerInformation; + /// + /// Override the issuer name for user indexing and lookup. + /// + public string IssuerOverride; + } + + [Serializable] + public class OpenIdIssuerInformation : PlayFabBaseModel + { + /// + /// Authorization endpoint URL to direct users to for signin. + /// + public string AuthorizationUrl; + /// + /// The URL of the issuer of the tokens. This must match the exact URL of the issuer field in tokens. + /// + public string Issuer; + /// + /// JSON Web Key Set for validating the signature of tokens. + /// + public object JsonWebKeySet; + /// + /// Token endpoint URL for code verification. + /// + public string TokenUrl; + } + + [Serializable] + public class PermissionStatement : PlayFabBaseModel + { + /// + /// The action this statement effects. The only supported action is 'Execute'. + /// + public string Action; + /// + /// Additional conditions to be applied for API Resources. + /// + public ApiCondition ApiConditions; + /// + /// A comment about the statement. Intended solely for bookkeeping and debugging. + /// + public string Comment; + /// + /// The effect this statement will have. It could be either Allow or Deny + /// + public EffectType Effect; + /// + /// The principal this statement will effect. The only supported principal is '*'. + /// + public string Principal; + /// + /// The resource this statements effects. The only supported resources look like 'pfrn:api--*' for all apis, or + /// 'pfrn:api--/Client/ConfirmPurchase' for specific apis. + /// + public string Resource; + } + + [Serializable] + public class PlayerChurnPredictionSegmentFilter : PlayFabBaseModel + { + /// + /// Comparison + /// + public SegmentFilterComparison? Comparison; + /// + /// RiskLevel + /// + public ChurnRiskLevel? RiskLevel; + } + + [Serializable] + public class PlayerChurnPredictionTimeSegmentFilter : PlayFabBaseModel + { + /// + /// Comparison + /// + public SegmentFilterComparison? Comparison; + /// + /// DurationInDays + /// + public double DurationInDays; + } + + [Serializable] + public class PlayerChurnPreviousPredictionSegmentFilter : PlayFabBaseModel + { + /// + /// Comparison + /// + public SegmentFilterComparison? Comparison; + /// + /// RiskLevel + /// + public ChurnRiskLevel? RiskLevel; + } + + [Serializable] + public class PlayerLinkedAccount : PlayFabBaseModel + { + /// + /// Linked account's email + /// + public string Email; + /// + /// Authentication platform + /// + public LoginIdentityProvider? Platform; + /// + /// Platform user identifier + /// + public string PlatformUserId; + /// + /// Linked account's username + /// + public string Username; + } + + [Serializable] + public class PlayerLocation : PlayFabBaseModel + { + /// + /// City of the player's geographic location. + /// + public string City; + /// + /// The two-character continent code for this location + /// + public ContinentCode ContinentCode; + /// + /// The two-character ISO 3166-1 country code for the country associated with the location + /// + public CountryCode CountryCode; + /// + /// Latitude coordinate of the player's geographic location. + /// + public double? Latitude; + /// + /// Longitude coordinate of the player's geographic location. + /// + public double? Longitude; + } + + [Serializable] + public class PlayerProfile : PlayFabBaseModel + { + /// + /// Array of ad campaigns player has been attributed to + /// + public List AdCampaignAttributions; + /// + /// Image URL of the player's avatar. + /// + public string AvatarUrl; + /// + /// Banned until UTC Date. If permanent ban this is set for 20 years after the original ban date. + /// + public DateTime? BannedUntil; + /// + /// The prediction of the player to churn within the next seven days. + /// + public ChurnRiskLevel? ChurnPrediction; + /// + /// Array of contact email addresses associated with the player + /// + public List ContactEmailAddresses; + /// + /// Player record created + /// + public DateTime? Created; + /// + /// Player Display Name + /// + public string DisplayName; + /// + /// Last login + /// + public DateTime? LastLogin; + /// + /// Array of third party accounts linked to this player + /// + public List LinkedAccounts; + /// + /// Dictionary of player's locations by type. + /// + public Dictionary Locations; + /// + /// Player account origination + /// + public LoginIdentityProvider? Origination; + /// + /// List of player variants for experimentation + /// + public List PlayerExperimentVariants; + /// + /// PlayFab Player ID + /// + public string PlayerId; + /// + /// Array of player statistics + /// + public List PlayerStatistics; + /// + /// Publisher this player belongs to + /// + public string PublisherId; + /// + /// Array of configured push notification end points + /// + public List PushNotificationRegistrations; + /// + /// Dictionary of player's statistics using only the latest version's value + /// + public Dictionary Statistics; + /// + /// List of player's tags for segmentation. + /// + public List Tags; + /// + /// Title ID this profile applies to + /// + public string TitleId; + /// + /// A sum of player's total purchases in USD across all currencies. + /// + public uint? TotalValueToDateInUSD; + /// + /// Dictionary of player's total purchases by currency. + /// + public Dictionary ValuesToDate; + /// + /// Dictionary of player's virtual currency balances + /// + public Dictionary VirtualCurrencyBalances; + } + + [Serializable] + public class PlayerProfileModel : PlayFabBaseModel + { + /// + /// List of advertising campaigns the player has been attributed to + /// + public List AdCampaignAttributions; + /// + /// URL of the player's avatar image + /// + public string AvatarUrl; + /// + /// If the player is currently banned, the UTC Date when the ban expires + /// + public DateTime? BannedUntil; + /// + /// List of all contact email info associated with the player account + /// + public List ContactEmailAddresses; + /// + /// Player record created + /// + public DateTime? Created; + /// + /// Player display name + /// + public string DisplayName; + /// + /// List of experiment variants for the player. Note that these variants are not guaranteed to be up-to-date when returned + /// during login because the player profile is updated only after login. Instead, use the LoginResult.TreatmentAssignment + /// property during login to get the correct variants and variables. + /// + public List ExperimentVariants; + /// + /// UTC time when the player most recently logged in to the title + /// + public DateTime? LastLogin; + /// + /// List of all authentication systems linked to this player account + /// + public List LinkedAccounts; + /// + /// List of geographic locations from which the player has logged in to the title + /// + public List Locations; + /// + /// List of memberships for the player, along with whether are expired. + /// + public List Memberships; + /// + /// Player account origination + /// + public LoginIdentityProvider? Origination; + /// + /// PlayFab player account unique identifier + /// + public string PlayerId; + /// + /// Publisher this player belongs to + /// + public string PublisherId; + /// + /// List of configured end points registered for sending the player push notifications + /// + public List PushNotificationRegistrations; + /// + /// List of leaderboard statistic values for the player + /// + public List Statistics; + /// + /// List of player's tags for segmentation + /// + public List Tags; + /// + /// Title ID this player profile applies to + /// + public string TitleId; + /// + /// Sum of the player's purchases made with real-money currencies, converted to US dollars equivalent and represented as a + /// whole number of cents (1/100 USD). For example, 999 indicates nine dollars and ninety-nine cents. + /// + public uint? TotalValueToDateInUSD; + /// + /// List of the player's lifetime purchase totals, summed by real-money currency + /// + public List ValuesToDate; + } + + [Serializable] + public class PlayerProfileViewConstraints : PlayFabBaseModel + { + /// + /// Whether to show player's avatar URL. Defaults to false + /// + public bool ShowAvatarUrl; + /// + /// Whether to show the banned until time. Defaults to false + /// + public bool ShowBannedUntil; + /// + /// Whether to show campaign attributions. Defaults to false + /// + public bool ShowCampaignAttributions; + /// + /// Whether to show contact email addresses. Defaults to false + /// + public bool ShowContactEmailAddresses; + /// + /// Whether to show the created date. Defaults to false + /// + public bool ShowCreated; + /// + /// Whether to show the display name. Defaults to false + /// + public bool ShowDisplayName; + /// + /// Whether to show player's experiment variants. Defaults to false + /// + public bool ShowExperimentVariants; + /// + /// Whether to show the last login time. Defaults to false + /// + public bool ShowLastLogin; + /// + /// Whether to show the linked accounts. Defaults to false + /// + public bool ShowLinkedAccounts; + /// + /// Whether to show player's locations. Defaults to false + /// + public bool ShowLocations; + /// + /// Whether to show player's membership information. Defaults to false + /// + public bool ShowMemberships; + /// + /// Whether to show origination. Defaults to false + /// + public bool ShowOrigination; + /// + /// Whether to show push notification registrations. Defaults to false + /// + public bool ShowPushNotificationRegistrations; + /// + /// Reserved for future development + /// + public bool ShowStatistics; + /// + /// Whether to show tags. Defaults to false + /// + public bool ShowTags; + /// + /// Whether to show the total value to date in usd. Defaults to false + /// + public bool ShowTotalValueToDateInUsd; + /// + /// Whether to show the values to date. Defaults to false + /// + public bool ShowValuesToDate; + } + + [Serializable] + public class PlayerStatistic : PlayFabBaseModel + { + /// + /// Statistic ID + /// + public string Id; + /// + /// Statistic name + /// + public string Name; + /// + /// Current statistic value + /// + public int StatisticValue; + /// + /// Statistic version (0 if not a versioned statistic) + /// + public int StatisticVersion; + } + + [Serializable] + public class PlayerStatisticDefinition : PlayFabBaseModel + { + /// + /// the aggregation method to use in updating the statistic (defaults to last) + /// + public StatisticAggregationMethod? AggregationMethod; + /// + /// current active version of the statistic, incremented each time the statistic resets + /// + public uint CurrentVersion; + /// + /// unique name of the statistic + /// + public string StatisticName; + /// + /// interval at which the values of the statistic for all players are reset automatically + /// + public StatisticResetIntervalOption? VersionChangeInterval; + } + + [Serializable] + public class PlayerStatisticVersion : PlayFabBaseModel + { + /// + /// time when the statistic version became active + /// + public DateTime ActivationTime; + /// + /// URL for the downloadable archive of player statistic values, if available + /// + public string ArchiveDownloadUrl; + /// + /// time when the statistic version became inactive due to statistic version incrementing + /// + public DateTime? DeactivationTime; + /// + /// time at which the statistic version was scheduled to become active, based on the configured ResetInterval + /// + public DateTime? ScheduledActivationTime; + /// + /// time at which the statistic version was scheduled to become inactive, based on the configured ResetInterval + /// + public DateTime? ScheduledDeactivationTime; + /// + /// name of the statistic when the version became active + /// + public string StatisticName; + /// + /// status of the statistic version + /// + public StatisticVersionStatus? Status; + /// + /// version of the statistic + /// + public uint Version; + } + + [Serializable] + public class PushNotificationContent : PlayFabBaseModel + { + /// + /// Text of message to send. + /// + public string Message; + /// + /// Id of the push notification template. + /// + public string PushNotificationTemplateId; + /// + /// Subject of message to send (may not be displayed in all platforms) + /// + public string Subject; + } + + public enum PushNotificationPlatform + { + ApplePushNotificationService, + GoogleCloudMessaging + } + + [Serializable] + public class PushNotificationRegistration : PlayFabBaseModel + { + /// + /// Notification configured endpoint + /// + public string NotificationEndpointARN; + /// + /// Push notification platform + /// + public PushNotificationPlatform? Platform; + } + + [Serializable] + public class PushNotificationRegistrationModel : PlayFabBaseModel + { + /// + /// Notification configured endpoint + /// + public string NotificationEndpointARN; + /// + /// Push notification platform + /// + public PushNotificationPlatform? Platform; + } + + [Serializable] + public class PushNotificationSegmentAction : PlayFabBaseModel + { + /// + /// Push notification template id. + /// + public string PushNotificationTemplateId; + } + + [Serializable] + public class PushNotificationSegmentFilter : PlayFabBaseModel + { + /// + /// Push notification device platform. + /// + public SegmentPushNotificationDevicePlatform? PushNotificationDevicePlatform; + } + + public enum PushSetupPlatform + { + GCM, + APNS, + APNS_SANDBOX + } + + [Serializable] + public class RandomResultTable : PlayFabBaseModel + { + /// + /// Child nodes that indicate what kind of drop table item this actually is. + /// + public List Nodes; + /// + /// Unique name for this drop table + /// + public string TableId; + } + + [Serializable] + public class RandomResultTableListing : PlayFabBaseModel + { + /// + /// Catalog version this table is associated with + /// + public string CatalogVersion; + /// + /// Child nodes that indicate what kind of drop table item this actually is. + /// + public List Nodes; + /// + /// Unique name for this drop table + /// + public string TableId; + } + + [Serializable] + public class RefundPurchaseRequest : PlayFabRequestCommon + { + /// + /// Unique order ID for the purchase in question. + /// + public string OrderId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// The Reason parameter should correspond with the payment providers reason field, if they require one such as Facebook. In + /// the case of Facebook this must match one of their refund or dispute resolution enums (See: + /// https://developers.facebook.com/docs/payments/implementation-guide/handling-disputes-refunds) + /// + public string Reason; + } + + [Serializable] + public class RefundPurchaseResponse : PlayFabResultCommon + { + /// + /// The order's updated purchase status. + /// + public string PurchaseStatus; + } + + /// + /// This API will trigger a player_tag_removed event and remove a tag with the given TagName and PlayFabID from the + /// corresponding player profile. TagName can be used for segmentation and it is limited to 256 characters + /// + [Serializable] + public class RemovePlayerTagRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Unique tag for player profile. + /// + public string TagName; + } + + [Serializable] + public class RemovePlayerTagResult : PlayFabResultCommon + { + } + + /// + /// Virtual currencies to be removed cannot have entries in any catalog nor store for the title. Note that this operation + /// will not remove player balances for the removed currencies; if a deleted currency is recreated at any point, user + /// balances will be in an undefined state. + /// + [Serializable] + public class RemoveVirtualCurrencyTypesRequest : PlayFabRequestCommon + { + /// + /// List of virtual currencies to delete + /// + public List VirtualCurrencies; + } + + /// + /// Note that this action cannot be un-done. All statistics for this character will be deleted, removing the user from all + /// leaderboards for the game. + /// + [Serializable] + public class ResetCharacterStatisticsRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class ResetCharacterStatisticsResult : PlayFabResultCommon + { + } + + /// + /// Resets a player's password taking in a new password based and validating the user based off of a token sent to the + /// playerto their email. The token expires after 30 minutes. + /// + [Serializable] + public class ResetPasswordRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The new password for the player. + /// + public string Password; + /// + /// The token of the player requesting the password reset. + /// + public string Token; + } + + [Serializable] + public class ResetPasswordResult : PlayFabResultCommon + { + } + + /// + /// Note that this action cannot be un-done. All statistics for this user will be deleted, removing the user from all + /// leaderboards for the game. + /// + [Serializable] + public class ResetUserStatisticsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class ResetUserStatisticsResult : PlayFabResultCommon + { + } + + public enum ResolutionOutcome + { + Revoke, + Reinstate, + Manual + } + + [Serializable] + public class ResolvePurchaseDisputeRequest : PlayFabRequestCommon + { + /// + /// Unique order ID for the purchase in question. + /// + public string OrderId; + /// + /// Enum for the desired purchase result state after notifying the payment provider. Valid values are Revoke, Reinstate and + /// Manual. Manual will cause no change to the order state. + /// + public ResolutionOutcome Outcome; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// The Reason parameter should correspond with the payment providers reason field, if they require one such as Facebook. In + /// the case of Facebook this must match one of their refund or dispute resolution enums (See: + /// https://developers.facebook.com/docs/payments/implementation-guide/handling-disputes-refunds) + /// + public string Reason; + } + + [Serializable] + public class ResolvePurchaseDisputeResponse : PlayFabResultCommon + { + /// + /// The order's updated purchase status. + /// + public string PurchaseStatus; + } + + [Serializable] + public class ResultTableNode : PlayFabBaseModel + { + /// + /// Either an ItemId, or the TableId of another random result table + /// + public string ResultItem; + /// + /// Whether this entry in the table is an item or a link to another table + /// + public ResultTableNodeType ResultItemType; + /// + /// How likely this is to be rolled - larger numbers add more weight + /// + public int Weight; + } + + public enum ResultTableNodeType + { + ItemId, + TableId + } + + /// + /// Setting the active state of all non-expired bans for a user to Inactive. Expired bans with an Active state will be + /// ignored, however. Returns information about applied updates only. + /// + [Serializable] + public class RevokeAllBansForUserRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class RevokeAllBansForUserResult : PlayFabResultCommon + { + /// + /// Information on the bans that were revoked. + /// + public List BanData; + } + + /// + /// Setting the active state of all bans requested to Inactive regardless of whether that ban has already expired. BanIds + /// that do not exist will be skipped. Returns information about applied updates only. + /// + [Serializable] + public class RevokeBansRequest : PlayFabRequestCommon + { + /// + /// Ids of the bans to be revoked. Maximum 100. + /// + public List BanIds; + } + + [Serializable] + public class RevokeBansResult : PlayFabResultCommon + { + /// + /// Information on the bans that were revoked + /// + public List BanData; + } + + [Serializable] + public class RevokeInventoryItem : PlayFabBaseModel + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Unique PlayFab assigned instance identifier of the item + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// In cases where the inventory item in question is a "crate", and the items it contained have already been dispensed, this + /// will not revoke access or otherwise remove the items which were dispensed. + /// + [Serializable] + public class RevokeInventoryItemRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Unique PlayFab assigned instance identifier of the item + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// In cases where the inventory item in question is a "crate", and the items it contained have already been dispensed, this + /// will not revoke access or otherwise remove the items which were dispensed. + /// + [Serializable] + public class RevokeInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// Array of player items to revoke, between 1 and 25 items. + /// + public List Items; + } + + [Serializable] + public class RevokeInventoryItemsResult : PlayFabResultCommon + { + /// + /// Collection of any errors that occurred during processing. + /// + public List Errors; + } + + [Serializable] + public class RevokeInventoryResult : PlayFabResultCommon + { + } + + [Serializable] + public class RevokeItemError : PlayFabBaseModel + { + /// + /// Specific error that was encountered. + /// + public GenericErrorCodes? Error; + /// + /// Item information that failed to be revoked. + /// + public RevokeInventoryItem Item; + } + + /// + /// The returned task instance ID can be used to query for task execution status. + /// + [Serializable] + public class RunTaskRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Provide either the task ID or the task name to run a task. + /// + public NameIdentifier Identifier; + } + + [Serializable] + public class RunTaskResult : PlayFabResultCommon + { + /// + /// ID of the task instance that is started. This can be used in Get*TaskInstance (e.g. GetCloudScriptTaskInstance) API call + /// to retrieve status for the task instance. + /// + public string TaskInstanceId; + } + + [Serializable] + public class ScheduledTask : PlayFabBaseModel + { + /// + /// Description the task + /// + public string Description; + /// + /// Whether the schedule is active. Inactive schedule will not trigger task execution. + /// + public bool IsActive; + /// + /// UTC time of last run + /// + public DateTime? LastRunTime; + /// + /// Name of the task. This is a unique identifier for tasks in the title. + /// + public string Name; + /// + /// UTC time of next run + /// + public DateTime? NextRunTime; + /// + /// Task parameter. Different types of task have different parameter structure. See each task type's create API + /// documentation for the details. + /// + public object Parameter; + /// + /// Cron expression for the run schedule of the task. The expression should be in UTC. + /// + public string Schedule; + /// + /// ID of the task + /// + public string TaskId; + /// + /// Task type. + /// + public ScheduledTaskType? Type; + } + + public enum ScheduledTaskType + { + CloudScript, + ActionsOnPlayerSegment, + CloudScriptAzureFunctions, + InsightsScheduledScaling + } + + [Serializable] + public class ScriptExecutionError : PlayFabBaseModel + { + /// + /// Error code, such as CloudScriptNotFound, JavascriptException, CloudScriptFunctionArgumentSizeExceeded, + /// CloudScriptAPIRequestCountExceeded, CloudScriptAPIRequestError, or CloudScriptHTTPRequestError + /// + public string Error; + /// + /// Details about the error + /// + public string Message; + /// + /// Point during the execution of the script at which the error occurred, if any + /// + public string StackTrace; + } + + [Serializable] + public class SegmentAndDefinition : PlayFabBaseModel + { + /// + /// Filter property for ad campaign filter. + /// + public AdCampaignSegmentFilter AdCampaignFilter; + /// + /// property for all player filter. + /// + public AllPlayersSegmentFilter AllPlayersFilter; + /// + /// Filter property for player churn risk level. + /// + public ChurnPredictionSegmentFilter ChurnPredictionFilter; + /// + /// Filter property for first login date. + /// + public FirstLoginDateSegmentFilter FirstLoginDateFilter; + /// + /// Filter property for first login timespan. + /// + public FirstLoginTimespanSegmentFilter FirstLoginFilter; + /// + /// Filter property for last login date. + /// + public LastLoginDateSegmentFilter LastLoginDateFilter; + /// + /// Filter property for last login timespan. + /// + public LastLoginTimespanSegmentFilter LastLoginFilter; + /// + /// Filter property for linked in user account. + /// + public LinkedUserAccountSegmentFilter LinkedUserAccountFilter; + /// + /// Filter property for linked in user account has email. + /// + public LinkedUserAccountHasEmailSegmentFilter LinkedUserAccountHasEmailFilter; + /// + /// Filter property for location. + /// + public LocationSegmentFilter LocationFilter; + /// + /// Filter property for current player churn value. + /// + public PlayerChurnPredictionSegmentFilter PlayerChurnPredictionFilter; + /// + /// Filter property for player churn timespan. + /// + public PlayerChurnPredictionTimeSegmentFilter PlayerChurnPredictionTimeFilter; + /// + /// Filter property for previous player churn value. + /// + public PlayerChurnPreviousPredictionSegmentFilter PlayerChurnPreviousPredictionFilter; + /// + /// Filter property for push notification. + /// + public PushNotificationSegmentFilter PushNotificationFilter; + /// + /// Filter property for statistics. + /// + public StatisticSegmentFilter StatisticFilter; + /// + /// Filter property for tags. + /// + public TagSegmentFilter TagFilter; + /// + /// Filter property for total value to date in USD. + /// + public TotalValueToDateInUSDSegmentFilter TotalValueToDateInUSDFilter; + /// + /// Filter property for user origination. + /// + public UserOriginationSegmentFilter UserOriginationFilter; + /// + /// Filter property for value to date. + /// + public ValueToDateSegmentFilter ValueToDateFilter; + /// + /// Filter property for virtual currency. + /// + public VirtualCurrencyBalanceSegmentFilter VirtualCurrencyBalanceFilter; + } + + public enum SegmentCountryCode + { + AF, + AX, + AL, + DZ, + AS, + AD, + AO, + AI, + AQ, + AG, + AR, + AM, + AW, + AU, + AT, + AZ, + BS, + BH, + BD, + BB, + BY, + BE, + BZ, + BJ, + BM, + BT, + BO, + BQ, + BA, + BW, + BV, + BR, + IO, + BN, + BG, + BF, + BI, + KH, + CM, + CA, + CV, + KY, + CF, + TD, + CL, + CN, + CX, + CC, + CO, + KM, + CG, + CD, + CK, + CR, + CI, + HR, + CU, + CW, + CY, + CZ, + DK, + DJ, + DM, + DO, + EC, + EG, + SV, + GQ, + ER, + EE, + ET, + FK, + FO, + FJ, + FI, + FR, + GF, + PF, + TF, + GA, + GM, + GE, + DE, + GH, + GI, + GR, + GL, + GD, + GP, + GU, + GT, + GG, + GN, + GW, + GY, + HT, + HM, + VA, + HN, + HK, + HU, + IS, + IN, + ID, + IR, + IQ, + IE, + IM, + IL, + IT, + JM, + JP, + JE, + JO, + KZ, + KE, + KI, + KP, + KR, + KW, + KG, + LA, + LV, + LB, + LS, + LR, + LY, + LI, + LT, + LU, + MO, + MK, + MG, + MW, + MY, + MV, + ML, + MT, + MH, + MQ, + MR, + MU, + YT, + MX, + FM, + MD, + MC, + MN, + ME, + MS, + MA, + MZ, + MM, + NA, + NR, + NP, + NL, + NC, + NZ, + NI, + NE, + NG, + NU, + NF, + MP, + NO, + OM, + PK, + PW, + PS, + PA, + PG, + PY, + PE, + PH, + PN, + PL, + PT, + PR, + QA, + RE, + RO, + RU, + RW, + BL, + SH, + KN, + LC, + MF, + PM, + VC, + WS, + SM, + ST, + SA, + SN, + RS, + SC, + SL, + SG, + SX, + SK, + SI, + SB, + SO, + ZA, + GS, + SS, + ES, + LK, + SD, + SR, + SJ, + SZ, + SE, + CH, + SY, + TW, + TJ, + TZ, + TH, + TL, + TG, + TK, + TO, + TT, + TN, + TR, + TM, + TC, + TV, + UG, + UA, + AE, + GB, + US, + UM, + UY, + UZ, + VU, + VE, + VN, + VG, + VI, + WF, + EH, + YE, + ZM, + ZW + } + + public enum SegmentCurrency + { + AED, + AFN, + ALL, + AMD, + ANG, + AOA, + ARS, + AUD, + AWG, + AZN, + BAM, + BBD, + BDT, + BGN, + BHD, + BIF, + BMD, + BND, + BOB, + BRL, + BSD, + BTN, + BWP, + BYR, + BZD, + CAD, + CDF, + CHF, + CLP, + CNY, + COP, + CRC, + CUC, + CUP, + CVE, + CZK, + DJF, + DKK, + DOP, + DZD, + EGP, + ERN, + ETB, + EUR, + FJD, + FKP, + GBP, + GEL, + GGP, + GHS, + GIP, + GMD, + GNF, + GTQ, + GYD, + HKD, + HNL, + HRK, + HTG, + HUF, + IDR, + ILS, + IMP, + INR, + IQD, + IRR, + ISK, + JEP, + JMD, + JOD, + JPY, + KES, + KGS, + KHR, + KMF, + KPW, + KRW, + KWD, + KYD, + KZT, + LAK, + LBP, + LKR, + LRD, + LSL, + LYD, + MAD, + MDL, + MGA, + MKD, + MMK, + MNT, + MOP, + MRO, + MUR, + MVR, + MWK, + MXN, + MYR, + MZN, + NAD, + NGN, + NIO, + NOK, + NPR, + NZD, + OMR, + PAB, + PEN, + PGK, + PHP, + PKR, + PLN, + PYG, + QAR, + RON, + RSD, + RUB, + RWF, + SAR, + SBD, + SCR, + SDG, + SEK, + SGD, + SHP, + SLL, + SOS, + SPL, + SRD, + STD, + SVC, + SYP, + SZL, + THB, + TJS, + TMT, + TND, + TOP, + TRY, + TTD, + TVD, + TWD, + TZS, + UAH, + UGX, + USD, + UYU, + UZS, + VEF, + VND, + VUV, + WST, + XAF, + XCD, + XDR, + XOF, + XPF, + YER, + ZAR, + ZMW, + ZWD + } + + public enum SegmentFilterComparison + { + GreaterThan, + LessThan, + EqualTo, + NotEqualTo, + GreaterThanOrEqual, + LessThanOrEqual, + Exists, + Contains, + NotContains + } + + public enum SegmentLoginIdentityProvider + { + Unknown, + PlayFab, + Custom, + GameCenter, + GooglePlay, + Steam, + XBoxLive, + PSN, + Kongregate, + Facebook, + IOSDevice, + AndroidDevice, + Twitch, + WindowsHello, + GameServer, + CustomServer, + NintendoSwitch, + FacebookInstantGames, + OpenIdConnect, + Apple, + NintendoSwitchAccount, + GooglePlayGames + } + + [Serializable] + public class SegmentModel : PlayFabBaseModel + { + /// + /// Segment description. + /// + public string Description; + /// + /// Segment actions for current entered segment players. + /// + public List EnteredSegmentActions; + /// + /// Segment last updated date time. + /// + public DateTime LastUpdateTime; + /// + /// Segment actions for current left segment players. + /// + public List LeftSegmentActions; + /// + /// Segment name. + /// + public string Name; + /// + /// Segment id in hex. + /// + public string SegmentId; + /// + /// Segment or definitions. This includes segment and definitions and filters. + /// + public List SegmentOrDefinitions; + } + + [Serializable] + public class SegmentOrDefinition : PlayFabBaseModel + { + /// + /// List of segment and definitions. + /// + public List SegmentAndDefinitions; + } + + public enum SegmentPushNotificationDevicePlatform + { + ApplePushNotificationService, + GoogleCloudMessaging + } + + [Serializable] + public class SegmentTrigger : PlayFabBaseModel + { + /// + /// Add inventory item v2 segment trigger action. + /// + public AddInventoryItemsV2SegmentAction AddInventoryItemsV2Action; + /// + /// Ban player segment trigger action. + /// + public BanPlayerSegmentAction BanPlayerAction; + /// + /// Delete inventory item v2 segment trigger action. + /// + public DeleteInventoryItemsV2SegmentAction DeleteInventoryItemsV2Action; + /// + /// Delete player segment trigger action. + /// + public DeletePlayerSegmentAction DeletePlayerAction; + /// + /// Delete player statistic segment trigger action. + /// + public DeletePlayerStatisticSegmentAction DeletePlayerStatisticAction; + /// + /// Email notification segment trigger action. + /// + public EmailNotificationSegmentAction EmailNotificationAction; + /// + /// Execute azure function segment trigger action. + /// + public ExecuteAzureFunctionSegmentAction ExecuteAzureFunctionAction; + /// + /// Execute cloud script segment trigger action. + /// + public ExecuteCloudScriptSegmentAction ExecuteCloudScriptAction; + /// + /// Grant item segment trigger action. + /// + public GrantItemSegmentAction GrantItemAction; + /// + /// Grant virtual currency segment trigger action. + /// + public GrantVirtualCurrencySegmentAction GrantVirtualCurrencyAction; + /// + /// Increment player statistic segment trigger action. + /// + public IncrementPlayerStatisticSegmentAction IncrementPlayerStatisticAction; + /// + /// Push notification segment trigger action. + /// + public PushNotificationSegmentAction PushNotificationAction; + /// + /// Subtract inventory item v2 segment trigger action. + /// + public SubtractInventoryItemsV2SegmentAction SubtractInventoryItemsV2Action; + } + + /// + /// If the account in question is a "temporary" account (for example, one that was created via a call to + /// LoginFromIOSDeviceID), thisfunction will have no effect. Only PlayFab accounts which have valid email addresses will be + /// able to receive a password reset email using this API. + /// + [Serializable] + public class SendAccountRecoveryEmailRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// User email address attached to their account + /// + public string Email; + /// + /// The email template id of the account recovery email template to send. + /// + public string EmailTemplateId; + } + + [Serializable] + public class SendAccountRecoveryEmailResult : PlayFabResultCommon + { + } + + [Serializable] + public class SendEmailContent : PlayFabBaseModel + { + /// + /// The email template id of the email template to send. + /// + public string EmailTemplateId; + } + + /// + /// This API lets developers set overrides for membership expirations, independent of any subscriptions setting it. + /// + [Serializable] + public class SetMembershipOverrideRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Expiration time for the membership in DateTime format, will override any subscription expirations. + /// + public DateTime ExpirationTime; + /// + /// Id of the membership to apply the override expiration date to. + /// + public string MembershipId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class SetMembershipOverrideResult : PlayFabResultCommon + { + } + + /// + /// APIs that require signatures require that the player have a configured Player Secret Key that is used to sign all + /// requests. Players that don't have a secret will be blocked from making API calls until it is configured. To create a + /// signature header add a SHA256 hashed string containing UTF8 encoded JSON body as it will be sent to the server, the + /// current time in UTC formatted to ISO 8601, and the players secret formatted as 'body.date.secret'. Place the resulting + /// hash into the header X-PlayFab-Signature, along with a header X-PlayFab-Timestamp of the same UTC timestamp used in the + /// signature. + /// + [Serializable] + public class SetPlayerSecretRequest : PlayFabRequestCommon + { + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class SetPlayerSecretResult : PlayFabResultCommon + { + } + + [Serializable] + public class SetPublishedRevisionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Revision to make the current published revision + /// + public int Revision; + /// + /// Version number + /// + public int Version; + } + + [Serializable] + public class SetPublishedRevisionResult : PlayFabResultCommon + { + } + + /// + /// This API is designed to store publisher-specific values which can be read, but not written to, by the client. This data + /// is shared across all titles assigned to a particular publisher, and can be used for cross-game coordination. Only titles + /// assigned to a publisher can use this API. This operation is additive. If a Key does not exist in the current dataset, it + /// will be added with the specified Value. If it already exists, the Value for that key will be overwritten with the new + /// Value. For more information email helloplayfab@microsoft.com + /// + [Serializable] + public class SetPublisherDataRequest : PlayFabRequestCommon + { + /// + /// key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same + /// name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character. + /// + public string Key; + /// + /// new value to set. Set to null to remove a value + /// + public string Value; + } + + [Serializable] + public class SetPublisherDataResult : PlayFabResultCommon + { + } + + /// + /// Will set the given key values in the specified override or the primary title data based on whether the label is provided + /// or not. + /// + [Serializable] + public class SetTitleDataAndOverridesRequest : PlayFabRequestCommon + { + /// + /// List of titleData key-value pairs to set/delete. Use an empty value to delete an existing key; use a non-empty value to + /// create/update a key. + /// + public List KeyValues; + /// + /// Name of the override. + /// + public string OverrideLabel; + } + + [Serializable] + public class SetTitleDataAndOverridesResult : PlayFabResultCommon + { + } + + /// + /// This operation is additive. If a Key does not exist in the current dataset, it will be added with the specified Value. + /// If it already exists, the Value for that key will be overwritten with the new Value. + /// + [Serializable] + public class SetTitleDataRequest : PlayFabRequestCommon + { + /// + /// key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same + /// name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character. + /// + public string Key; + /// + /// new value to set. Set to null to remove a value + /// + public string Value; + } + + [Serializable] + public class SetTitleDataResult : PlayFabResultCommon + { + } + + /// + /// When using the Apple Push Notification service (APNS) or the development version (APNS_SANDBOX), the APNS Private Key + /// should be used as the Credential in this call. With Google Cloud Messaging (GCM), the Android API Key should be used. + /// The current ARN (if one exists) can be overwritten by setting the OverwriteOldARN boolean to true. + /// + [Serializable] + public class SetupPushNotificationRequest : PlayFabRequestCommon + { + /// + /// Credential is the Private Key for APNS/APNS_SANDBOX, and the API Key for GCM + /// + public string Credential; + /// + /// for APNS, this is the PlatformPrincipal (SSL Certificate) + /// + public string Key; + /// + /// This field is deprecated and any usage of this will cause the API to fail. + /// + public string Name; + /// + /// replace any existing ARN with the newly generated one. If this is set to false, an error will be returned if + /// notifications have already setup for this platform. + /// + public bool OverwriteOldARN; + /// + /// supported notification platforms are Apple Push Notification Service (APNS and APNS_SANDBOX) for iOS and Google Cloud + /// Messaging (GCM) for Android + /// + public PushSetupPlatform Platform; + } + + [Serializable] + public class SetupPushNotificationResult : PlayFabResultCommon + { + /// + /// Amazon Resource Name for the created notification topic. + /// + public string ARN; + } + + [Serializable] + public class SharedSecret : PlayFabBaseModel + { + /// + /// Flag to indicate if this key is disabled + /// + public bool Disabled; + /// + /// Friendly name for this key + /// + public string FriendlyName; + /// + /// The player shared secret to use when calling Client/GetTitlePublicKey + /// + public string SecretKey; + } + + public enum SourceType + { + Admin, + BackEnd, + GameClient, + GameServer, + Partner, + Custom, + API + } + + public enum StatisticAggregationMethod + { + Last, + Min, + Max, + Sum + } + + [Serializable] + public class StatisticModel : PlayFabBaseModel + { + /// + /// Statistic name + /// + public string Name; + /// + /// Statistic value + /// + public int Value; + /// + /// Statistic version (0 if not a versioned statistic) + /// + public int Version; + } + + public enum StatisticResetIntervalOption + { + Never, + Hour, + Day, + Week, + Month + } + + [Serializable] + public class StatisticSegmentFilter : PlayFabBaseModel + { + /// + /// Statistic filter comparison. + /// + public SegmentFilterComparison? Comparison; + /// + /// Statistic filter value. + /// + public string FilterValue; + /// + /// Statistic name. + /// + public string Name; + /// + /// Use current version of statistic? + /// + public bool? UseCurrentVersion; + /// + /// Statistic version. + /// + public int? Version; + } + + public enum StatisticVersionArchivalStatus + { + NotScheduled, + Scheduled, + Queued, + InProgress, + Complete + } + + public enum StatisticVersionStatus + { + Active, + SnapshotPending, + Snapshot, + ArchivalPending, + Archived + } + + /// + /// A store entry that list a catalog item at a particular price + /// + [Serializable] + public class StoreItem : PlayFabBaseModel + { + /// + /// Store specific custom data. The data only exists as part of this store; it is not transferred to item instances + /// + public object CustomData; + /// + /// Intended display position for this item. Note that 0 is the first position + /// + public uint? DisplayPosition; + /// + /// Unique identifier of the item as it exists in the catalog - note that this must exactly match the ItemId from the + /// catalog + /// + public string ItemId; + /// + /// Override prices for this item for specific currencies + /// + public Dictionary RealCurrencyPrices; + /// + /// Override prices for this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies) + /// + public Dictionary VirtualCurrencyPrices; + } + + /// + /// Marketing data about a specific store + /// + [Serializable] + public class StoreMarketingModel : PlayFabBaseModel + { + /// + /// Tagline for a store. + /// + public string Description; + /// + /// Display name of a store as it will appear to users. + /// + public string DisplayName; + /// + /// Custom data about a store. + /// + public object Metadata; + } + + [Serializable] + public class SubscriptionModel : PlayFabBaseModel + { + /// + /// When this subscription expires. + /// + public DateTime Expiration; + /// + /// The time the subscription was orignially purchased + /// + public DateTime InitialSubscriptionTime; + /// + /// Whether this subscription is currently active. That is, if Expiration > now. + /// + public bool IsActive; + /// + /// The status of this subscription, according to the subscription provider. + /// + public SubscriptionProviderStatus? Status; + /// + /// The id for this subscription + /// + public string SubscriptionId; + /// + /// The item id for this subscription from the primary catalog + /// + public string SubscriptionItemId; + /// + /// The provider for this subscription. Apple or Google Play are supported today. + /// + public string SubscriptionProvider; + } + + public enum SubscriptionProviderStatus + { + NoError, + Cancelled, + UnknownError, + BillingError, + ProductUnavailable, + CustomerDidNotAcceptPriceChange, + FreeTrial, + PaymentPending + } + + [Serializable] + public class SubtractInventoryItemsV2SegmentAction : PlayFabBaseModel + { + /// + /// Amount of the item to removed from the player + /// + public int? Amount; + /// + /// The collection id for where the item will be removed from the player inventory + /// + public string CollectionId; + /// + /// The duration in seconds to be removed from the subscription in the players inventory + /// + public int? DurationInSeconds; + /// + /// The id of item to be removed from the player + /// + public string ItemId; + /// + /// The stack id for where the item will be removed from the player inventory + /// + public string StackId; + } + + [Serializable] + public class SubtractInventoryItemV2Content : PlayFabBaseModel + { + /// + /// Amount of the item to removed from the player + /// + public int? Amount; + /// + /// The collection id for where the item will be removed from the player inventory + /// + public string CollectionId; + /// + /// The duration in seconds to be removed from the subscription in the players inventory + /// + public int? DurationInSeconds; + /// + /// The id of item to be removed from the player + /// + public string ItemId; + /// + /// The stack id for where the item will be removed from the player inventory + /// + public string StackId; + } + + [Serializable] + public class SubtractUserVirtualCurrencyRequest : PlayFabRequestCommon + { + /// + /// Amount to be subtracted from the user balance of the specified virtual currency. + /// + public int Amount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// PlayFab unique identifier of the user whose virtual currency balance is to be decreased. + /// + public string PlayFabId; + /// + /// Name of the virtual currency which is to be decremented. + /// + public string VirtualCurrency; + } + + [Serializable] + public class TagModel : PlayFabBaseModel + { + /// + /// Full value of the tag, including namespace + /// + public string TagValue; + } + + [Serializable] + public class TagSegmentFilter : PlayFabBaseModel + { + /// + /// Tag comparison. + /// + public SegmentFilterComparison? Comparison; + /// + /// Tag value. + /// + public string TagValue; + } + + [Serializable] + public class TaskInstanceBasicSummary : PlayFabBaseModel + { + /// + /// UTC timestamp when the task completed. + /// + public DateTime? CompletedAt; + /// + /// Error message for last processing attempt, if an error occured. + /// + public string ErrorMessage; + /// + /// Estimated time remaining in seconds. + /// + public double? EstimatedSecondsRemaining; + /// + /// Progress represented as percentage. + /// + public double? PercentComplete; + /// + /// If manually scheduled, ID of user who scheduled the task. + /// + public string ScheduledByUserId; + /// + /// UTC timestamp when the task started. + /// + public DateTime StartedAt; + /// + /// Current status of the task instance. + /// + public TaskInstanceStatus? Status; + /// + /// Identifier of the task this instance belongs to. + /// + public NameIdentifier TaskIdentifier; + /// + /// ID of the task instance. + /// + public string TaskInstanceId; + /// + /// Type of the task. + /// + public ScheduledTaskType? Type; + } + + public enum TaskInstanceStatus + { + Succeeded, + Starting, + InProgress, + Failed, + Aborted, + Stalled + } + + public enum TitleActivationStatus + { + None, + ActivatedTitleKey, + PendingSteam, + ActivatedSteam, + RevokedSteam + } + + [Serializable] + public class TitleDataKeyValue : PlayFabBaseModel + { + /// + /// Key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same + /// name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character. + /// + public string Key; + /// + /// New value to set. Set to null to remove a value + /// + public string Value; + } + + [Serializable] + public class TotalValueToDateInUSDSegmentFilter : PlayFabBaseModel + { + /// + /// Total value to date USD amount. + /// + public string Amount; + /// + /// Total value to date USD comparison. + /// + public SegmentFilterComparison? Comparison; + } + + /// + /// Represents a single update ban request. + /// + [Serializable] + public class UpdateBanRequest : PlayFabBaseModel + { + /// + /// The updated active state for the ban. Null for no change. + /// + public bool? Active; + /// + /// The id of the ban to be updated. + /// + public string BanId; + /// + /// The updated expiration date for the ban. Null for no change. + /// + public DateTime? Expires; + /// + /// The updated IP address for the ban. Null for no change. + /// + public string IPAddress; + /// + /// Whether to make this ban permanent. Set to true to make this ban permanent. This will not modify Active state. + /// + public bool? Permanent; + /// + /// The updated reason for the ban to be updated. Maximum 140 characters. Null for no change. + /// + public string Reason; + /// + /// The updated family type of the user that should be included in the ban. Null for no change. + /// + public UserFamilyType? UserFamilyType; + } + + /// + /// For each ban, only updates the values that are set. Leave any value to null for no change. If a ban could not be found, + /// the rest are still applied. Returns information about applied updates only. + /// + [Serializable] + public class UpdateBansRequest : PlayFabRequestCommon + { + /// + /// List of bans to be updated. Maximum 100. + /// + public List Bans; + } + + [Serializable] + public class UpdateBansResult : PlayFabResultCommon + { + /// + /// Information on the bans that were updated + /// + public List BanData; + } + + /// + /// When used for SetCatalogItems, this operation is not additive. Using it will cause the indicated catalog version to be + /// created from scratch. If there is an existing catalog with the version number in question, it will be deleted and + /// replaced with only the items specified in this call. When used for UpdateCatalogItems, this operation is additive. Items + /// with ItemId values not currently in the catalog will be added, while those with ItemId values matching items currently + /// in the catalog will overwrite those items with the given values. + /// + [Serializable] + public class UpdateCatalogItemsRequest : PlayFabRequestCommon + { + /// + /// Array of catalog items to be submitted. Note that while CatalogItem has a parameter for CatalogVersion, it is not + /// required and ignored in this call. + /// + public List Catalog; + /// + /// Which catalog is being updated. If null, uses the default catalog. + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Should this catalog be set as the default catalog. Defaults to true. If there is currently no default catalog, this will + /// always set it. + /// + public bool? SetAsDefaultCatalog; + } + + [Serializable] + public class UpdateCatalogItemsResult : PlayFabResultCommon + { + } + + [Serializable] + public class UpdateCloudScriptRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// PlayFab user ID of the developer initiating the request. + /// + public string DeveloperPlayFabId; + /// + /// List of Cloud Script files to upload to create the new revision. Must have at least one file. + /// + public List Files; + /// + /// Immediately publish the new revision + /// + public bool Publish; + } + + [Serializable] + public class UpdateCloudScriptResult : PlayFabResultCommon + { + /// + /// New revision number created + /// + public int Revision; + /// + /// Cloud Script version updated + /// + public int Version; + } + + [Serializable] + public class UpdateOpenIdConnectionRequest : PlayFabRequestCommon + { + /// + /// The client ID given by the ID provider. + /// + public string ClientId; + /// + /// The client secret given by the ID provider. + /// + public string ClientSecret; + /// + /// A name for the connection that identifies it within the title. + /// + public string ConnectionId; + /// + /// Ignore 'nonce' claim in identity tokens. + /// + public bool? IgnoreNonce; + /// + /// The issuer URL or discovery document URL to read issuer information from + /// + public string IssuerDiscoveryUrl; + /// + /// Manually specified information for an OpenID Connect issuer. + /// + public OpenIdIssuerInformation IssuerInformation; + /// + /// Override the issuer name for user indexing and lookup. + /// + public string IssuerOverride; + } + + /// + /// Player Shared Secret Keys are used for the call to Client/GetTitlePublicKey, which exchanges the shared secret for an + /// RSA CSP blob to be used to encrypt the payload of account creation requests when that API requires a signature header. + /// + [Serializable] + public class UpdatePlayerSharedSecretRequest : PlayFabRequestCommon + { + /// + /// Disable or Enable this key + /// + public bool Disabled; + /// + /// Friendly name for this key + /// + public string FriendlyName; + /// + /// The shared secret key to update + /// + public string SecretKey; + } + + [Serializable] + public class UpdatePlayerSharedSecretResult : PlayFabResultCommon + { + } + + /// + /// Statistics are numeric values, with each statistic in the title also generating a leaderboard. The ResetInterval enables + /// automatically resetting leaderboards on a specified interval. Upon reset, the statistic updates to a new version with no + /// values (effectively removing all players from the leaderboard). The previous version's statistic values are also + /// archived for retrieval, if needed (see GetPlayerStatisticVersions). Statistics not created via a call to + /// CreatePlayerStatisticDefinition by default have a VersionChangeInterval of Never, meaning they do not reset on a + /// schedule, but they can be set to do so via a call to UpdatePlayerStatisticDefinition. Once a statistic has been reset + /// (sometimes referred to as versioned or incremented), the now-previous version can still be written to for up a short, + /// pre-defined period (currently 10 seconds), to prevent issues with levels completing around the time of the reset. Also, + /// once reset, the historical statistics for players in the title may be retrieved using the URL specified in the version + /// information (GetPlayerStatisticVersions). The AggregationMethod determines what action is taken when a new statistic + /// value is submitted - always update with the new value (Last), use the highest of the old and new values (Max), use the + /// smallest (Min), or add them together (Sum). + /// + [Serializable] + public class UpdatePlayerStatisticDefinitionRequest : PlayFabRequestCommon + { + /// + /// the aggregation method to use in updating the statistic (defaults to last) + /// + public StatisticAggregationMethod? AggregationMethod; + /// + /// unique name of the statistic + /// + public string StatisticName; + /// + /// interval at which the values of the statistic for all players are reset (changes are effective at the next occurance of + /// the new interval boundary) + /// + public StatisticResetIntervalOption? VersionChangeInterval; + } + + [Serializable] + public class UpdatePlayerStatisticDefinitionResult : PlayFabResultCommon + { + /// + /// updated statistic definition + /// + public PlayerStatisticDefinition Statistic; + } + + /// + /// Updates permissions for your title. Policies affect what is allowed to happen on your title. Your policy is a collection + /// of statements that, together, govern particular area for your title. Today, the only allowed policy is called + /// 'ApiPolicy' and it governs what API calls are allowed. To verify that you have the latest version always download the + /// current policy from GetPolicy before uploading a new policy. PlayFab updates the base policy periodically and will + /// automatically apply it to the uploaded policy. Overwriting the combined policy blindly may result in unexpected API + /// errors. + /// + [Serializable] + public class UpdatePolicyRequest : PlayFabRequestCommon + { + /// + /// Whether to overwrite or append to the existing policy. + /// + public bool OverwritePolicy; + /// + /// The name of the policy being updated. Only supported name is 'ApiPolicy' + /// + public string PolicyName; + /// + /// Version of the policy to update. Must be the latest (as returned by GetPolicy). + /// + public int PolicyVersion; + /// + /// The new statements to include in the policy. + /// + public List Statements; + } + + [Serializable] + public class UpdatePolicyResponse : PlayFabResultCommon + { + /// + /// The name of the policy that was updated. + /// + public string PolicyName; + /// + /// The statements included in the new version of the policy. + /// + public List Statements; + } + + /// + /// This operation is additive. Tables with TableId values not currently defined will be added, while those with TableId + /// values matching Tables currently in the catalog will be overwritten with the given values. + /// + [Serializable] + public class UpdateRandomResultTablesRequest : PlayFabRequestCommon + { + /// + /// which catalog is being updated. If null, update the current default catalog version + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// array of random result tables to make available (Note: specifying an existing TableId will result in overwriting that + /// table, while any others will be added to the available set) + /// + public List Tables; + } + + [Serializable] + public class UpdateRandomResultTablesResult : PlayFabResultCommon + { + } + + /// + /// Update segment properties data which are planning to update + /// + [Serializable] + public class UpdateSegmentRequest : PlayFabRequestCommon + { + /// + /// Segment model with all of the segment properties data. + /// + public SegmentModel SegmentModel; + } + + [Serializable] + public class UpdateSegmentResponse : PlayFabResultCommon + { + /// + /// Error message. + /// + public string ErrorMessage; + /// + /// Segment id. + /// + public string SegmentId; + } + + /// + /// When used for SetStoreItems, this operation is not additive. Using it will cause the indicated virtual store to be + /// created from scratch. If there is an existing store with the same storeId, it will be deleted and replaced with only the + /// items specified in this call. When used for UpdateStoreItems, this operation is additive. Items with ItemId values not + /// currently in the store will be added, while those with ItemId values matching items currently in the catalog will + /// overwrite those items with the given values. In both cases, a store contains an array of references to items defined in + /// the catalog, along with the prices for the item, in both real world and virtual currencies. These prices act as an + /// override to any prices defined in the catalog. In this way, the base definitions of the items may be defined in the + /// catalog, with all associated properties, while the pricing can be set for each store, as needed. This allows for subsets + /// of goods to be defined for different purposes (in order to simplify showing some, but not all catalog items to users, + /// based upon different characteristics), along with unique prices. Note that all prices defined in the catalog and store + /// definitions for the item are considered valid, and that a compromised client can be made to send a request for an item + /// based upon any of these definitions. If no price is specified in the store for an item, the price set in the catalog + /// should be displayed to the user. + /// + [Serializable] + public class UpdateStoreItemsRequest : PlayFabRequestCommon + { + /// + /// Catalog version of the store to update. If null, uses the default catalog. + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Additional data about the store + /// + public StoreMarketingModel MarketingData; + /// + /// Array of store items - references to catalog items, with specific pricing - to be added + /// + public List Store; + /// + /// Unique identifier for the store which is to be updated + /// + public string StoreId; + } + + [Serializable] + public class UpdateStoreItemsResult : PlayFabResultCommon + { + } + + /// + /// Note that when calling this API, all properties of the task have to be provided, including properties that you do not + /// want to change. Parameters not specified would be set to default value. If the task name in the update request is new, a + /// task rename operation will be executed before updating other fields of the task. WARNING: Renaming of a task may break + /// logics where the task name is used as an identifier. + /// + [Serializable] + public class UpdateTaskRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Description the task + /// + public string Description; + /// + /// Specify either the task ID or the name of the task to be updated. + /// + public NameIdentifier Identifier; + /// + /// Whether the schedule is active. Inactive schedule will not trigger task execution. + /// + public bool IsActive; + /// + /// Name of the task. This is a unique identifier for tasks in the title. + /// + public string Name; + /// + /// Parameter object specific to the task type. See each task type's create API documentation for details. + /// + public object Parameter; + /// + /// Cron expression for the run schedule of the task. The expression should be in UTC. + /// + public string Schedule; + /// + /// Task type. + /// + public ScheduledTaskType Type; + } + + /// + /// This function performs an additive update of the arbitrary JSON object containing the custom data for the user. In + /// updating the custom data object, keys which already exist in the object will have their values overwritten, while keys + /// with null values will be removed. No other key-value pairs will be changed apart from those specified in the call. + /// + [Serializable] + public class UpdateUserDataRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Permission to be applied to all user data keys written in this request. Defaults to "private" if not set. + /// + public UserDataPermission? Permission; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class UpdateUserDataResult : PlayFabResultCommon + { + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + } + + /// + /// This function performs an additive update of the arbitrary JSON object containing the custom data for the user. In + /// updating the custom data object, keys which already exist in the object will have their values overwritten, keys with + /// null values will be removed. No other key-value pairs will be changed apart from those specified in the call. + /// + [Serializable] + public class UpdateUserInternalDataRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// In addition to the PlayFab username, titles can make use of a DisplayName which is also a unique identifier, but + /// specific to the title. This allows for unique names which more closely match the theme or genre of a title, for example. + /// This API enables changing that name, whether due to a customer request, an offensive name choice, etc. + /// + [Serializable] + public class UpdateUserTitleDisplayNameRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// New title display name for the user - must be between 3 and 25 characters + /// + public string DisplayName; + /// + /// PlayFab unique identifier of the user whose title specific display name is to be changed + /// + public string PlayFabId; + } + + [Serializable] + public class UpdateUserTitleDisplayNameResult : PlayFabResultCommon + { + /// + /// current title display name for the user (this will be the original display name if the rename attempt failed) + /// + public string DisplayName; + } + + [Serializable] + public class UserAccountInfo : PlayFabBaseModel + { + /// + /// User Android device information, if an Android device has been linked + /// + public UserAndroidDeviceInfo AndroidDeviceInfo; + /// + /// Sign in with Apple account information, if an Apple account has been linked + /// + public UserAppleIdInfo AppleAccountInfo; + /// + /// Timestamp indicating when the user account was created + /// + public DateTime Created; + /// + /// Custom ID information, if a custom ID has been assigned + /// + public UserCustomIdInfo CustomIdInfo; + /// + /// User Facebook information, if a Facebook account has been linked + /// + public UserFacebookInfo FacebookInfo; + /// + /// Facebook Instant Games account information, if a Facebook Instant Games account has been linked + /// + public UserFacebookInstantGamesIdInfo FacebookInstantGamesIdInfo; + /// + /// User Gamecenter information, if a Gamecenter account has been linked + /// + public UserGameCenterInfo GameCenterInfo; + /// + /// User Google account information, if a Google account has been linked + /// + public UserGoogleInfo GoogleInfo; + /// + /// User Google Play Games account information, if a Google Play Games account has been linked + /// + public UserGooglePlayGamesInfo GooglePlayGamesInfo; + /// + /// User iOS device information, if an iOS device has been linked + /// + public UserIosDeviceInfo IosDeviceInfo; + /// + /// User Kongregate account information, if a Kongregate account has been linked + /// + public UserKongregateInfo KongregateInfo; + /// + /// Nintendo Switch account information, if a Nintendo Switch account has been linked + /// + public UserNintendoSwitchAccountIdInfo NintendoSwitchAccountInfo; + /// + /// Nintendo Switch device information, if a Nintendo Switch device has been linked + /// + public UserNintendoSwitchDeviceIdInfo NintendoSwitchDeviceIdInfo; + /// + /// OpenID Connect information, if any OpenID Connect accounts have been linked + /// + public List OpenIdInfo; + /// + /// Unique identifier for the user account + /// + public string PlayFabId; + /// + /// Personal information for the user which is considered more sensitive + /// + public UserPrivateAccountInfo PrivateInfo; + /// + /// User PlayStation :tm: Network account information, if a PlayStation :tm: Network account has been linked + /// + public UserPsnInfo PsnInfo; + /// + /// Server Custom ID information, if a server custom ID has been assigned + /// + public UserServerCustomIdInfo ServerCustomIdInfo; + /// + /// User Steam information, if a Steam account has been linked + /// + public UserSteamInfo SteamInfo; + /// + /// Title-specific information for the user account + /// + public UserTitleInfo TitleInfo; + /// + /// User Twitch account information, if a Twitch account has been linked + /// + public UserTwitchInfo TwitchInfo; + /// + /// User account name in the PlayFab service + /// + public string Username; + /// + /// User XBox account information, if a XBox account has been linked + /// + public UserXboxInfo XboxInfo; + } + + [Serializable] + public class UserAndroidDeviceInfo : PlayFabBaseModel + { + /// + /// Android device ID + /// + public string AndroidDeviceId; + } + + [Serializable] + public class UserAppleIdInfo : PlayFabBaseModel + { + /// + /// Apple subject ID + /// + public string AppleSubjectId; + } + + [Serializable] + public class UserCustomIdInfo : PlayFabBaseModel + { + /// + /// Custom ID + /// + public string CustomId; + } + + /// + /// Indicates whether a given data key is private (readable only by the player) or public (readable by all players). When a + /// player makes a GetUserData request about another player, only keys marked Public will be returned. + /// + public enum UserDataPermission + { + Private, + Public + } + + [Serializable] + public class UserDataRecord : PlayFabBaseModel + { + /// + /// Timestamp for when this data was last updated. + /// + public DateTime LastUpdated; + /// + /// Indicates whether this data can be read by all users (public) or only the user (private). This is used for GetUserData + /// requests being made by one player about another player. + /// + public UserDataPermission? Permission; + /// + /// Data stored for the specified user data key. + /// + public string Value; + } + + [Serializable] + public class UserFacebookInfo : PlayFabBaseModel + { + /// + /// Facebook identifier + /// + public string FacebookId; + /// + /// Facebook full name + /// + public string FullName; + } + + [Serializable] + public class UserFacebookInstantGamesIdInfo : PlayFabBaseModel + { + /// + /// Facebook Instant Games ID + /// + public string FacebookInstantGamesId; + } + + public enum UserFamilyType + { + None, + Xbox, + Steam + } + + [Serializable] + public class UserGameCenterInfo : PlayFabBaseModel + { + /// + /// Gamecenter identifier + /// + public string GameCenterId; + } + + [Serializable] + public class UserGoogleInfo : PlayFabBaseModel + { + /// + /// Email address of the Google account + /// + public string GoogleEmail; + /// + /// Gender information of the Google account + /// + public string GoogleGender; + /// + /// Google ID + /// + public string GoogleId; + /// + /// Locale of the Google account + /// + public string GoogleLocale; + /// + /// Name of the Google account user + /// + public string GoogleName; + } + + [Serializable] + public class UserGooglePlayGamesInfo : PlayFabBaseModel + { + /// + /// Avatar image url of the Google Play Games player + /// + public string GooglePlayGamesPlayerAvatarImageUrl; + /// + /// Display name of the Google Play Games player + /// + public string GooglePlayGamesPlayerDisplayName; + /// + /// Google Play Games player ID + /// + public string GooglePlayGamesPlayerId; + } + + [Serializable] + public class UserIosDeviceInfo : PlayFabBaseModel + { + /// + /// iOS device ID + /// + public string IosDeviceId; + } + + [Serializable] + public class UserKongregateInfo : PlayFabBaseModel + { + /// + /// Kongregate ID + /// + public string KongregateId; + /// + /// Kongregate Username + /// + public string KongregateName; + } + + [Serializable] + public class UserNintendoSwitchAccountIdInfo : PlayFabBaseModel + { + /// + /// Nintendo Switch account subject ID + /// + public string NintendoSwitchAccountSubjectId; + } + + [Serializable] + public class UserNintendoSwitchDeviceIdInfo : PlayFabBaseModel + { + /// + /// Nintendo Switch Device ID + /// + public string NintendoSwitchDeviceId; + } + + [Serializable] + public class UserOpenIdInfo : PlayFabBaseModel + { + /// + /// OpenID Connection ID + /// + public string ConnectionId; + /// + /// OpenID Issuer + /// + public string Issuer; + /// + /// OpenID Subject + /// + public string Subject; + } + + public enum UserOrigination + { + Organic, + Steam, + Google, + Amazon, + Facebook, + Kongregate, + GamersFirst, + Unknown, + IOS, + LoadTest, + Android, + PSN, + GameCenter, + CustomId, + XboxLive, + Parse, + Twitch, + ServerCustomId, + NintendoSwitchDeviceId, + FacebookInstantGamesId, + OpenIdConnect, + Apple, + NintendoSwitchAccount, + GooglePlayGames, + XboxMobileStore, + King + } + + [Serializable] + public class UserOriginationSegmentFilter : PlayFabBaseModel + { + /// + /// User login provider. + /// + public SegmentLoginIdentityProvider? LoginProvider; + } + + [Serializable] + public class UserPrivateAccountInfo : PlayFabBaseModel + { + /// + /// user email address + /// + public string Email; + } + + [Serializable] + public class UserPsnInfo : PlayFabBaseModel + { + /// + /// PlayStation :tm: Network account ID + /// + public string PsnAccountId; + /// + /// PlayStation :tm: Network online ID + /// + public string PsnOnlineId; + } + + [Serializable] + public class UserServerCustomIdInfo : PlayFabBaseModel + { + /// + /// Custom ID + /// + public string CustomId; + } + + [Serializable] + public class UserSteamInfo : PlayFabBaseModel + { + /// + /// what stage of game ownership the user is listed as being in, from Steam + /// + public TitleActivationStatus? SteamActivationStatus; + /// + /// the country in which the player resides, from Steam data + /// + public string SteamCountry; + /// + /// currency type set in the user Steam account + /// + public Currency? SteamCurrency; + /// + /// Steam identifier + /// + public string SteamId; + /// + /// Steam display name + /// + public string SteamName; + } + + [Serializable] + public class UserTitleInfo : PlayFabBaseModel + { + /// + /// URL to the player's avatar. + /// + public string AvatarUrl; + /// + /// timestamp indicating when the user was first associated with this game (this can differ significantly from when the user + /// first registered with PlayFab) + /// + public DateTime Created; + /// + /// name of the user, as it is displayed in-game + /// + public string DisplayName; + /// + /// timestamp indicating when the user first signed into this game (this can differ from the Created timestamp, as other + /// events, such as issuing a beta key to the user, can associate the title to the user) + /// + public DateTime? FirstLogin; + /// + /// boolean indicating whether or not the user is currently banned for a title + /// + public bool? isBanned; + /// + /// timestamp for the last user login for this title + /// + public DateTime? LastLogin; + /// + /// source by which the user first joined the game, if known + /// + public UserOrigination? Origination; + /// + /// Title player account entity for this user + /// + public EntityKey TitlePlayerAccount; + } + + [Serializable] + public class UserTwitchInfo : PlayFabBaseModel + { + /// + /// Twitch ID + /// + public string TwitchId; + /// + /// Twitch Username + /// + public string TwitchUserName; + } + + [Serializable] + public class UserXboxInfo : PlayFabBaseModel + { + /// + /// XBox user ID + /// + public string XboxUserId; + /// + /// XBox user sandbox + /// + public string XboxUserSandbox; + } + + [Serializable] + public class ValueToDateModel : PlayFabBaseModel + { + /// + /// ISO 4217 code of the currency used in the purchases + /// + public string Currency; + /// + /// Total value of the purchases in a whole number of 1/100 monetary units. For example, 999 indicates nine dollars and + /// ninety-nine cents when Currency is 'USD') + /// + public uint TotalValue; + /// + /// Total value of the purchases in a string representation of decimal monetary units. For example, '9.99' indicates nine + /// dollars and ninety-nine cents when Currency is 'USD'. + /// + public string TotalValueAsDecimal; + } + + [Serializable] + public class ValueToDateSegmentFilter : PlayFabBaseModel + { + /// + /// Value to date amount. + /// + public string Amount; + /// + /// Value to date comparison. + /// + public SegmentFilterComparison? Comparison; + /// + /// Currency using for filter. + /// + public SegmentCurrency? Currency; + } + + [Serializable] + public class VirtualCurrencyBalanceSegmentFilter : PlayFabBaseModel + { + /// + /// Total amount. + /// + public int Amount; + /// + /// Amount comparison. + /// + public SegmentFilterComparison? Comparison; + /// + /// Currency code. + /// + public string CurrencyCode; + } + + [Serializable] + public class VirtualCurrencyData : PlayFabBaseModel + { + /// + /// unique two-character identifier for this currency type (e.g.: "CC") + /// + public string CurrencyCode; + /// + /// friendly name to show in the developer portal, reports, etc. + /// + public string DisplayName; + /// + /// amount to automatically grant users upon first login to the title + /// + public int? InitialDeposit; + /// + /// maximum amount to which the currency will recharge (cannot exceed MaxAmount, but can be less) + /// + public int? RechargeMax; + /// + /// rate at which the currency automatically be added to over time, in units per day (24 hours) + /// + public int? RechargeRate; + } + + [Serializable] + public class VirtualCurrencyRechargeTime : PlayFabBaseModel + { + /// + /// Maximum value to which the regenerating currency will automatically increment. Note that it can exceed this value + /// through use of the AddUserVirtualCurrency API call. However, it will not regenerate automatically until it has fallen + /// below this value. + /// + public int RechargeMax; + /// + /// Server timestamp in UTC indicating the next time the virtual currency will be incremented. + /// + public DateTime RechargeTime; + /// + /// Time remaining (in seconds) before the next recharge increment of the virtual currency. + /// + public int SecondsToRecharge; + } +} +#endif diff --git a/Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs.meta b/Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs.meta new file mode 100644 index 00000000..98594459 --- /dev/null +++ b/Assets/PlayFabSDK/Admin/PlayFabAdminModels.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 5d7a769446de4b7459591c36c05197ed +timeCreated: 1468524875 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Admin/PlayFabEvents.cs b/Assets/PlayFabSDK/Admin/PlayFabEvents.cs new file mode 100644 index 00000000..15f45128 --- /dev/null +++ b/Assets/PlayFabSDK/Admin/PlayFabEvents.cs @@ -0,0 +1,236 @@ +#if ENABLE_PLAYFABADMIN_API +using PlayFab.AdminModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnAdminAbortTaskInstanceRequestEvent; + public event PlayFabResultEvent OnAdminAbortTaskInstanceResultEvent; + public event PlayFabRequestEvent OnAdminAddLocalizedNewsRequestEvent; + public event PlayFabResultEvent OnAdminAddLocalizedNewsResultEvent; + public event PlayFabRequestEvent OnAdminAddNewsRequestEvent; + public event PlayFabResultEvent OnAdminAddNewsResultEvent; + public event PlayFabRequestEvent OnAdminAddPlayerTagRequestEvent; + public event PlayFabResultEvent OnAdminAddPlayerTagResultEvent; + public event PlayFabRequestEvent OnAdminAddUserVirtualCurrencyRequestEvent; + public event PlayFabResultEvent OnAdminAddUserVirtualCurrencyResultEvent; + public event PlayFabRequestEvent OnAdminAddVirtualCurrencyTypesRequestEvent; + public event PlayFabResultEvent OnAdminAddVirtualCurrencyTypesResultEvent; + public event PlayFabRequestEvent OnAdminBanUsersRequestEvent; + public event PlayFabResultEvent OnAdminBanUsersResultEvent; + public event PlayFabRequestEvent OnAdminCheckLimitedEditionItemAvailabilityRequestEvent; + public event PlayFabResultEvent OnAdminCheckLimitedEditionItemAvailabilityResultEvent; + public event PlayFabRequestEvent OnAdminCreateActionsOnPlayersInSegmentTaskRequestEvent; + public event PlayFabResultEvent OnAdminCreateActionsOnPlayersInSegmentTaskResultEvent; + public event PlayFabRequestEvent OnAdminCreateCloudScriptTaskRequestEvent; + public event PlayFabResultEvent OnAdminCreateCloudScriptTaskResultEvent; + public event PlayFabRequestEvent OnAdminCreateInsightsScheduledScalingTaskRequestEvent; + public event PlayFabResultEvent OnAdminCreateInsightsScheduledScalingTaskResultEvent; + public event PlayFabRequestEvent OnAdminCreateOpenIdConnectionRequestEvent; + public event PlayFabResultEvent OnAdminCreateOpenIdConnectionResultEvent; + public event PlayFabRequestEvent OnAdminCreatePlayerSharedSecretRequestEvent; + public event PlayFabResultEvent OnAdminCreatePlayerSharedSecretResultEvent; + public event PlayFabRequestEvent OnAdminCreatePlayerStatisticDefinitionRequestEvent; + public event PlayFabResultEvent OnAdminCreatePlayerStatisticDefinitionResultEvent; + public event PlayFabRequestEvent OnAdminCreateSegmentRequestEvent; + public event PlayFabResultEvent OnAdminCreateSegmentResultEvent; + public event PlayFabRequestEvent OnAdminDeleteContentRequestEvent; + public event PlayFabResultEvent OnAdminDeleteContentResultEvent; + public event PlayFabRequestEvent OnAdminDeleteMasterPlayerAccountRequestEvent; + public event PlayFabResultEvent OnAdminDeleteMasterPlayerAccountResultEvent; + public event PlayFabRequestEvent OnAdminDeleteMasterPlayerEventDataRequestEvent; + public event PlayFabResultEvent OnAdminDeleteMasterPlayerEventDataResultEvent; + public event PlayFabRequestEvent OnAdminDeleteMembershipSubscriptionRequestEvent; + public event PlayFabResultEvent OnAdminDeleteMembershipSubscriptionResultEvent; + public event PlayFabRequestEvent OnAdminDeleteOpenIdConnectionRequestEvent; + public event PlayFabResultEvent OnAdminDeleteOpenIdConnectionResultEvent; + public event PlayFabRequestEvent OnAdminDeletePlayerRequestEvent; + public event PlayFabResultEvent OnAdminDeletePlayerResultEvent; + public event PlayFabRequestEvent OnAdminDeletePlayerSharedSecretRequestEvent; + public event PlayFabResultEvent OnAdminDeletePlayerSharedSecretResultEvent; + public event PlayFabRequestEvent OnAdminDeleteSegmentRequestEvent; + public event PlayFabResultEvent OnAdminDeleteSegmentResultEvent; + public event PlayFabRequestEvent OnAdminDeleteStoreRequestEvent; + public event PlayFabResultEvent OnAdminDeleteStoreResultEvent; + public event PlayFabRequestEvent OnAdminDeleteTaskRequestEvent; + public event PlayFabResultEvent OnAdminDeleteTaskResultEvent; + public event PlayFabRequestEvent OnAdminDeleteTitleRequestEvent; + public event PlayFabResultEvent OnAdminDeleteTitleResultEvent; + public event PlayFabRequestEvent OnAdminDeleteTitleDataOverrideRequestEvent; + public event PlayFabResultEvent OnAdminDeleteTitleDataOverrideResultEvent; + public event PlayFabRequestEvent OnAdminExportMasterPlayerDataRequestEvent; + public event PlayFabResultEvent OnAdminExportMasterPlayerDataResultEvent; + public event PlayFabRequestEvent OnAdminExportPlayersInSegmentRequestEvent; + public event PlayFabResultEvent OnAdminExportPlayersInSegmentResultEvent; + public event PlayFabRequestEvent OnAdminGetActionsOnPlayersInSegmentTaskInstanceRequestEvent; + public event PlayFabResultEvent OnAdminGetActionsOnPlayersInSegmentTaskInstanceResultEvent; + public event PlayFabRequestEvent OnAdminGetAllSegmentsRequestEvent; + public event PlayFabResultEvent OnAdminGetAllSegmentsResultEvent; + public event PlayFabRequestEvent OnAdminGetCatalogItemsRequestEvent; + public event PlayFabResultEvent OnAdminGetCatalogItemsResultEvent; + public event PlayFabRequestEvent OnAdminGetCloudScriptRevisionRequestEvent; + public event PlayFabResultEvent OnAdminGetCloudScriptRevisionResultEvent; + public event PlayFabRequestEvent OnAdminGetCloudScriptTaskInstanceRequestEvent; + public event PlayFabResultEvent OnAdminGetCloudScriptTaskInstanceResultEvent; + public event PlayFabRequestEvent OnAdminGetCloudScriptVersionsRequestEvent; + public event PlayFabResultEvent OnAdminGetCloudScriptVersionsResultEvent; + public event PlayFabRequestEvent OnAdminGetContentListRequestEvent; + public event PlayFabResultEvent OnAdminGetContentListResultEvent; + public event PlayFabRequestEvent OnAdminGetContentUploadUrlRequestEvent; + public event PlayFabResultEvent OnAdminGetContentUploadUrlResultEvent; + public event PlayFabRequestEvent OnAdminGetDataReportRequestEvent; + public event PlayFabResultEvent OnAdminGetDataReportResultEvent; + public event PlayFabRequestEvent OnAdminGetPlayedTitleListRequestEvent; + public event PlayFabResultEvent OnAdminGetPlayedTitleListResultEvent; + public event PlayFabRequestEvent OnAdminGetPlayerIdFromAuthTokenRequestEvent; + public event PlayFabResultEvent OnAdminGetPlayerIdFromAuthTokenResultEvent; + public event PlayFabRequestEvent OnAdminGetPlayerProfileRequestEvent; + public event PlayFabResultEvent OnAdminGetPlayerProfileResultEvent; + public event PlayFabRequestEvent OnAdminGetPlayerSegmentsRequestEvent; + public event PlayFabResultEvent OnAdminGetPlayerSegmentsResultEvent; + public event PlayFabRequestEvent OnAdminGetPlayerSharedSecretsRequestEvent; + public event PlayFabResultEvent OnAdminGetPlayerSharedSecretsResultEvent; + public event PlayFabRequestEvent OnAdminGetPlayersInSegmentRequestEvent; + public event PlayFabResultEvent OnAdminGetPlayersInSegmentResultEvent; + public event PlayFabRequestEvent OnAdminGetPlayerStatisticDefinitionsRequestEvent; + public event PlayFabResultEvent OnAdminGetPlayerStatisticDefinitionsResultEvent; + public event PlayFabRequestEvent OnAdminGetPlayerStatisticVersionsRequestEvent; + public event PlayFabResultEvent OnAdminGetPlayerStatisticVersionsResultEvent; + public event PlayFabRequestEvent OnAdminGetPlayerTagsRequestEvent; + public event PlayFabResultEvent OnAdminGetPlayerTagsResultEvent; + public event PlayFabRequestEvent OnAdminGetPolicyRequestEvent; + public event PlayFabResultEvent OnAdminGetPolicyResultEvent; + public event PlayFabRequestEvent OnAdminGetPublisherDataRequestEvent; + public event PlayFabResultEvent OnAdminGetPublisherDataResultEvent; + public event PlayFabRequestEvent OnAdminGetRandomResultTablesRequestEvent; + public event PlayFabResultEvent OnAdminGetRandomResultTablesResultEvent; + public event PlayFabRequestEvent OnAdminGetSegmentExportRequestEvent; + public event PlayFabResultEvent OnAdminGetSegmentExportResultEvent; + public event PlayFabRequestEvent OnAdminGetSegmentsRequestEvent; + public event PlayFabResultEvent OnAdminGetSegmentsResultEvent; + public event PlayFabRequestEvent OnAdminGetStoreItemsRequestEvent; + public event PlayFabResultEvent OnAdminGetStoreItemsResultEvent; + public event PlayFabRequestEvent OnAdminGetTaskInstancesRequestEvent; + public event PlayFabResultEvent OnAdminGetTaskInstancesResultEvent; + public event PlayFabRequestEvent OnAdminGetTasksRequestEvent; + public event PlayFabResultEvent OnAdminGetTasksResultEvent; + public event PlayFabRequestEvent OnAdminGetTitleDataRequestEvent; + public event PlayFabResultEvent OnAdminGetTitleDataResultEvent; + public event PlayFabRequestEvent OnAdminGetTitleInternalDataRequestEvent; + public event PlayFabResultEvent OnAdminGetTitleInternalDataResultEvent; + public event PlayFabRequestEvent OnAdminGetUserAccountInfoRequestEvent; + public event PlayFabResultEvent OnAdminGetUserAccountInfoResultEvent; + public event PlayFabRequestEvent OnAdminGetUserBansRequestEvent; + public event PlayFabResultEvent OnAdminGetUserBansResultEvent; + public event PlayFabRequestEvent OnAdminGetUserDataRequestEvent; + public event PlayFabResultEvent OnAdminGetUserDataResultEvent; + public event PlayFabRequestEvent OnAdminGetUserInternalDataRequestEvent; + public event PlayFabResultEvent OnAdminGetUserInternalDataResultEvent; + public event PlayFabRequestEvent OnAdminGetUserInventoryRequestEvent; + public event PlayFabResultEvent OnAdminGetUserInventoryResultEvent; + public event PlayFabRequestEvent OnAdminGetUserPublisherDataRequestEvent; + public event PlayFabResultEvent OnAdminGetUserPublisherDataResultEvent; + public event PlayFabRequestEvent OnAdminGetUserPublisherInternalDataRequestEvent; + public event PlayFabResultEvent OnAdminGetUserPublisherInternalDataResultEvent; + public event PlayFabRequestEvent OnAdminGetUserPublisherReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnAdminGetUserPublisherReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnAdminGetUserReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnAdminGetUserReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnAdminGrantItemsToUsersRequestEvent; + public event PlayFabResultEvent OnAdminGrantItemsToUsersResultEvent; + public event PlayFabRequestEvent OnAdminIncrementLimitedEditionItemAvailabilityRequestEvent; + public event PlayFabResultEvent OnAdminIncrementLimitedEditionItemAvailabilityResultEvent; + public event PlayFabRequestEvent OnAdminIncrementPlayerStatisticVersionRequestEvent; + public event PlayFabResultEvent OnAdminIncrementPlayerStatisticVersionResultEvent; + public event PlayFabRequestEvent OnAdminListOpenIdConnectionRequestEvent; + public event PlayFabResultEvent OnAdminListOpenIdConnectionResultEvent; + public event PlayFabRequestEvent OnAdminListVirtualCurrencyTypesRequestEvent; + public event PlayFabResultEvent OnAdminListVirtualCurrencyTypesResultEvent; + public event PlayFabRequestEvent OnAdminRefundPurchaseRequestEvent; + public event PlayFabResultEvent OnAdminRefundPurchaseResultEvent; + public event PlayFabRequestEvent OnAdminRemovePlayerTagRequestEvent; + public event PlayFabResultEvent OnAdminRemovePlayerTagResultEvent; + public event PlayFabRequestEvent OnAdminRemoveVirtualCurrencyTypesRequestEvent; + public event PlayFabResultEvent OnAdminRemoveVirtualCurrencyTypesResultEvent; + public event PlayFabRequestEvent OnAdminResetCharacterStatisticsRequestEvent; + public event PlayFabResultEvent OnAdminResetCharacterStatisticsResultEvent; + public event PlayFabRequestEvent OnAdminResetPasswordRequestEvent; + public event PlayFabResultEvent OnAdminResetPasswordResultEvent; + public event PlayFabRequestEvent OnAdminResetUserStatisticsRequestEvent; + public event PlayFabResultEvent OnAdminResetUserStatisticsResultEvent; + public event PlayFabRequestEvent OnAdminResolvePurchaseDisputeRequestEvent; + public event PlayFabResultEvent OnAdminResolvePurchaseDisputeResultEvent; + public event PlayFabRequestEvent OnAdminRevokeAllBansForUserRequestEvent; + public event PlayFabResultEvent OnAdminRevokeAllBansForUserResultEvent; + public event PlayFabRequestEvent OnAdminRevokeBansRequestEvent; + public event PlayFabResultEvent OnAdminRevokeBansResultEvent; + public event PlayFabRequestEvent OnAdminRevokeInventoryItemRequestEvent; + public event PlayFabResultEvent OnAdminRevokeInventoryItemResultEvent; + public event PlayFabRequestEvent OnAdminRevokeInventoryItemsRequestEvent; + public event PlayFabResultEvent OnAdminRevokeInventoryItemsResultEvent; + public event PlayFabRequestEvent OnAdminRunTaskRequestEvent; + public event PlayFabResultEvent OnAdminRunTaskResultEvent; + public event PlayFabRequestEvent OnAdminSendAccountRecoveryEmailRequestEvent; + public event PlayFabResultEvent OnAdminSendAccountRecoveryEmailResultEvent; + public event PlayFabRequestEvent OnAdminSetCatalogItemsRequestEvent; + public event PlayFabResultEvent OnAdminSetCatalogItemsResultEvent; + public event PlayFabRequestEvent OnAdminSetMembershipOverrideRequestEvent; + public event PlayFabResultEvent OnAdminSetMembershipOverrideResultEvent; + public event PlayFabRequestEvent OnAdminSetPlayerSecretRequestEvent; + public event PlayFabResultEvent OnAdminSetPlayerSecretResultEvent; + public event PlayFabRequestEvent OnAdminSetPublishedRevisionRequestEvent; + public event PlayFabResultEvent OnAdminSetPublishedRevisionResultEvent; + public event PlayFabRequestEvent OnAdminSetPublisherDataRequestEvent; + public event PlayFabResultEvent OnAdminSetPublisherDataResultEvent; + public event PlayFabRequestEvent OnAdminSetStoreItemsRequestEvent; + public event PlayFabResultEvent OnAdminSetStoreItemsResultEvent; + public event PlayFabRequestEvent OnAdminSetTitleDataRequestEvent; + public event PlayFabResultEvent OnAdminSetTitleDataResultEvent; + public event PlayFabRequestEvent OnAdminSetTitleDataAndOverridesRequestEvent; + public event PlayFabResultEvent OnAdminSetTitleDataAndOverridesResultEvent; + public event PlayFabRequestEvent OnAdminSetTitleInternalDataRequestEvent; + public event PlayFabResultEvent OnAdminSetTitleInternalDataResultEvent; + public event PlayFabRequestEvent OnAdminSetupPushNotificationRequestEvent; + public event PlayFabResultEvent OnAdminSetupPushNotificationResultEvent; + public event PlayFabRequestEvent OnAdminSubtractUserVirtualCurrencyRequestEvent; + public event PlayFabResultEvent OnAdminSubtractUserVirtualCurrencyResultEvent; + public event PlayFabRequestEvent OnAdminUpdateBansRequestEvent; + public event PlayFabResultEvent OnAdminUpdateBansResultEvent; + public event PlayFabRequestEvent OnAdminUpdateCatalogItemsRequestEvent; + public event PlayFabResultEvent OnAdminUpdateCatalogItemsResultEvent; + public event PlayFabRequestEvent OnAdminUpdateCloudScriptRequestEvent; + public event PlayFabResultEvent OnAdminUpdateCloudScriptResultEvent; + public event PlayFabRequestEvent OnAdminUpdateOpenIdConnectionRequestEvent; + public event PlayFabResultEvent OnAdminUpdateOpenIdConnectionResultEvent; + public event PlayFabRequestEvent OnAdminUpdatePlayerSharedSecretRequestEvent; + public event PlayFabResultEvent OnAdminUpdatePlayerSharedSecretResultEvent; + public event PlayFabRequestEvent OnAdminUpdatePlayerStatisticDefinitionRequestEvent; + public event PlayFabResultEvent OnAdminUpdatePlayerStatisticDefinitionResultEvent; + public event PlayFabRequestEvent OnAdminUpdatePolicyRequestEvent; + public event PlayFabResultEvent OnAdminUpdatePolicyResultEvent; + public event PlayFabRequestEvent OnAdminUpdateRandomResultTablesRequestEvent; + public event PlayFabResultEvent OnAdminUpdateRandomResultTablesResultEvent; + public event PlayFabRequestEvent OnAdminUpdateSegmentRequestEvent; + public event PlayFabResultEvent OnAdminUpdateSegmentResultEvent; + public event PlayFabRequestEvent OnAdminUpdateStoreItemsRequestEvent; + public event PlayFabResultEvent OnAdminUpdateStoreItemsResultEvent; + public event PlayFabRequestEvent OnAdminUpdateTaskRequestEvent; + public event PlayFabResultEvent OnAdminUpdateTaskResultEvent; + public event PlayFabRequestEvent OnAdminUpdateUserDataRequestEvent; + public event PlayFabResultEvent OnAdminUpdateUserDataResultEvent; + public event PlayFabRequestEvent OnAdminUpdateUserInternalDataRequestEvent; + public event PlayFabResultEvent OnAdminUpdateUserInternalDataResultEvent; + public event PlayFabRequestEvent OnAdminUpdateUserPublisherDataRequestEvent; + public event PlayFabResultEvent OnAdminUpdateUserPublisherDataResultEvent; + public event PlayFabRequestEvent OnAdminUpdateUserPublisherInternalDataRequestEvent; + public event PlayFabResultEvent OnAdminUpdateUserPublisherInternalDataResultEvent; + public event PlayFabRequestEvent OnAdminUpdateUserPublisherReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnAdminUpdateUserPublisherReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnAdminUpdateUserReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnAdminUpdateUserReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnAdminUpdateUserTitleDisplayNameRequestEvent; + public event PlayFabResultEvent OnAdminUpdateUserTitleDisplayNameResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Admin/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Admin/PlayFabEvents.cs.meta new file mode 100644 index 00000000..6cca88a7 --- /dev/null +++ b/Assets/PlayFabSDK/Admin/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 17d913d4a2b01d044a0f70f2679f2fca +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Authentication.meta b/Assets/PlayFabSDK/Authentication.meta new file mode 100644 index 00000000..041e2bc3 --- /dev/null +++ b/Assets/PlayFabSDK/Authentication.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6053e56f02766e840981de07cdd1ad34 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationAPI.cs b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationAPI.cs new file mode 100644 index 00000000..6006b8dd --- /dev/null +++ b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationAPI.cs @@ -0,0 +1,104 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.AuthenticationModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// The Authentication APIs provide a convenient way to convert classic authentication responses into entity authentication + /// models. These APIs will provide you with the entity authentication token needed for subsequent Entity API calls. The + /// game_server API is designed to create uniquely identifiable game_server entities. The game_server Entity token can be + /// used to call Matchmaking Lobby and Pubsub for server scenarios. + /// + public static class PlayFabAuthenticationAPI + { + static PlayFabAuthenticationAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Create a game_server entity token and return a new or existing game_server entity. + /// + public static void AuthenticateGameServerWithCustomId(AuthenticateCustomIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/GameServerIdentity/AuthenticateGameServerWithCustomId", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Delete a game_server entity. + /// + public static void Delete(DeleteRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/GameServerIdentity/Delete", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Method to exchange a legacy AuthenticationTicket or title SecretKey for an Entity Token or to refresh a still valid + /// Entity Token. + /// + public static void GetEntityToken(GetEntityTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + AuthType authType = AuthType.None; +#if !DISABLE_PLAYFABCLIENT_API + if (context.IsClientLoggedIn()) { authType = AuthType.LoginSession; } +#endif +#if ENABLE_PLAYFABSERVER_API || ENABLE_PLAYFABADMIN_API || ENABLE_PLAYFAB_SECRETKEY + if (callSettings.DeveloperSecretKey != null) { authType = AuthType.DevSecretKey; } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (context.IsEntityLoggedIn()) { authType = AuthType.EntityToken; } +#endif + + + PlayFabHttp.MakeApiCall("/Authentication/GetEntityToken", request, authType, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Method for a server to validate a client provided EntityToken. Only callable by the title entity. + /// + public static void ValidateEntityToken(ValidateEntityTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Authentication/ValidateEntityToken", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationAPI.cs.meta b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationAPI.cs.meta new file mode 100644 index 00000000..d24442f1 --- /dev/null +++ b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cf5e0beea20361a45aee9c2329eafd01 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationInstanceAPI.cs b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationInstanceAPI.cs new file mode 100644 index 00000000..c3ed1d43 --- /dev/null +++ b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationInstanceAPI.cs @@ -0,0 +1,121 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.AuthenticationModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// The Authentication APIs provide a convenient way to convert classic authentication responses into entity authentication + /// models. These APIs will provide you with the entity authentication token needed for subsequent Entity API calls. The + /// game_server API is designed to create uniquely identifiable game_server entities. The game_server Entity token can be + /// used to call Matchmaking Lobby and Pubsub for server scenarios. + /// + public class PlayFabAuthenticationInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabAuthenticationInstanceAPI() + { + authenticationContext = new PlayFabAuthenticationContext(); + } + + public PlayFabAuthenticationInstanceAPI(PlayFabApiSettings settings) + { + apiSettings = settings; + authenticationContext = new PlayFabAuthenticationContext(); + } + + public PlayFabAuthenticationInstanceAPI(PlayFabAuthenticationContext context) + { + authenticationContext = context ?? new PlayFabAuthenticationContext(); + } + + public PlayFabAuthenticationInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + apiSettings = settings; + authenticationContext = context ?? new PlayFabAuthenticationContext(); + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Create a game_server entity token and return a new or existing game_server entity. + /// + public void AuthenticateGameServerWithCustomId(AuthenticateCustomIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/GameServerIdentity/AuthenticateGameServerWithCustomId", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Delete a game_server entity. + /// + public void Delete(DeleteRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/GameServerIdentity/Delete", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Method to exchange a legacy AuthenticationTicket or title SecretKey for an Entity Token or to refresh a still valid + /// Entity Token. + /// + public void GetEntityToken(GetEntityTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + AuthType authType = AuthType.None; +#if !DISABLE_PLAYFABCLIENT_API + if (context.IsClientLoggedIn()) { authType = AuthType.LoginSession; } +#endif +#if ENABLE_PLAYFABSERVER_API || ENABLE_PLAYFABADMIN_API || ENABLE_PLAYFAB_SECRETKEY + if (callSettings.DeveloperSecretKey != null) { authType = AuthType.DevSecretKey; } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (context.IsEntityLoggedIn()) { authType = AuthType.EntityToken; } +#endif + PlayFabHttp.MakeApiCall("/Authentication/GetEntityToken", request, authType, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Method for a server to validate a client provided EntityToken. Only callable by the title entity. + /// + public void ValidateEntityToken(ValidateEntityTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Authentication/ValidateEntityToken", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationInstanceAPI.cs.meta b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationInstanceAPI.cs.meta new file mode 100644 index 00000000..a10fd8d6 --- /dev/null +++ b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ecff04cca276a454aad3baf64c4a2ab4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationModels.cs b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationModels.cs new file mode 100644 index 00000000..091e27b3 --- /dev/null +++ b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationModels.cs @@ -0,0 +1,242 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.AuthenticationModels +{ + /// + /// Create or return a game_server entity token. Caller must be a title entity. + /// + [Serializable] + public class AuthenticateCustomIdRequest : PlayFabRequestCommon + { + /// + /// The customId used to create and retrieve game_server entity tokens. This is unique at the title level. CustomId must be + /// between 32 and 100 characters. + /// + public string CustomId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class AuthenticateCustomIdResult : PlayFabResultCommon + { + /// + /// The token generated used to set X-EntityToken for game_server calls. + /// + public EntityTokenResponse EntityToken; + /// + /// True if the account was newly created on this authentication. + /// + public bool NewlyCreated; + } + + /// + /// Delete a game_server entity. The caller can be the game_server entity attempting to delete itself. Or a title entity + /// attempting to delete game_server entities for this title. + /// + [Serializable] + public class DeleteRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The game_server entity to be removed. + /// + public EntityKey Entity; + } + + [Serializable] + public class EmptyResponse : PlayFabResultCommon + { + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class EntityLineage : PlayFabBaseModel + { + /// + /// The Character Id of the associated entity. + /// + public string CharacterId; + /// + /// The Group Id of the associated entity. + /// + public string GroupId; + /// + /// The Master Player Account Id of the associated entity. + /// + public string MasterPlayerAccountId; + /// + /// The Namespace Id of the associated entity. + /// + public string NamespaceId; + /// + /// The Title Id of the associated entity. + /// + public string TitleId; + /// + /// The Title Player Account Id of the associated entity. + /// + public string TitlePlayerAccountId; + } + + [Serializable] + public class EntityTokenResponse : PlayFabBaseModel + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// The token used to set X-EntityToken for all entity based API calls. + /// + public string EntityToken; + /// + /// The time the token will expire, if it is an expiring token, in UTC. + /// + public DateTime? TokenExpiration; + } + + /// + /// This API must be called with X-SecretKey, X-Authentication or X-EntityToken headers. An optional EntityKey may be + /// included to attempt to set the resulting EntityToken to a specific entity, however the entity must be a relation of the + /// caller, such as the master_player_account of a character. If sending X-EntityToken the account will be marked as freshly + /// logged in and will issue a new token. If using X-Authentication or X-EntityToken the header must still be valid and + /// cannot be expired or revoked. + /// + [Serializable] + public class GetEntityTokenRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetEntityTokenResponse : PlayFabResultCommon + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// The token used to set X-EntityToken for all entity based API calls. + /// + public string EntityToken; + /// + /// The time the token will expire, if it is an expiring token, in UTC. + /// + public DateTime? TokenExpiration; + } + + public enum IdentifiedDeviceType + { + Unknown, + XboxOne, + Scarlett, + WindowsOneCore, + WindowsOneCoreMobile, + Win32, + android, + iOS, + PlayStation, + Nintendo + } + + public enum LoginIdentityProvider + { + Unknown, + PlayFab, + Custom, + GameCenter, + GooglePlay, + Steam, + XBoxLive, + PSN, + Kongregate, + Facebook, + IOSDevice, + AndroidDevice, + Twitch, + WindowsHello, + GameServer, + CustomServer, + NintendoSwitch, + FacebookInstantGames, + OpenIdConnect, + Apple, + NintendoSwitchAccount, + GooglePlayGames, + XboxMobileStore, + King + } + + /// + /// Given an entity token, validates that it hasn't expired or been revoked and will return details of the owner. + /// + [Serializable] + public class ValidateEntityTokenRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Client EntityToken + /// + public string EntityToken; + } + + [Serializable] + public class ValidateEntityTokenResponse : PlayFabResultCommon + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// The authenticated device for this entity, for the given login + /// + public IdentifiedDeviceType? IdentifiedDeviceType; + /// + /// The identity provider for this entity, for the given login + /// + public LoginIdentityProvider? IdentityProvider; + /// + /// The ID issued by the identity provider, e.g. a XUID on Xbox Live + /// + public string IdentityProviderIssuedId; + /// + /// The lineage of this profile. + /// + public EntityLineage Lineage; + } +} +#endif diff --git a/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationModels.cs.meta b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationModels.cs.meta new file mode 100644 index 00000000..defcd58c --- /dev/null +++ b/Assets/PlayFabSDK/Authentication/PlayFabAuthenticationModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ec656500f922b0b4db8e13c80770e0d5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Authentication/PlayFabEvents.cs b/Assets/PlayFabSDK/Authentication/PlayFabEvents.cs new file mode 100644 index 00000000..0525cc11 --- /dev/null +++ b/Assets/PlayFabSDK/Authentication/PlayFabEvents.cs @@ -0,0 +1,18 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.AuthenticationModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnAuthenticationAuthenticateGameServerWithCustomIdRequestEvent; + public event PlayFabResultEvent OnAuthenticationAuthenticateGameServerWithCustomIdResultEvent; + public event PlayFabRequestEvent OnAuthenticationDeleteRequestEvent; + public event PlayFabResultEvent OnAuthenticationDeleteResultEvent; + public event PlayFabRequestEvent OnAuthenticationGetEntityTokenRequestEvent; + public event PlayFabResultEvent OnAuthenticationGetEntityTokenResultEvent; + public event PlayFabRequestEvent OnAuthenticationValidateEntityTokenRequestEvent; + public event PlayFabResultEvent OnAuthenticationValidateEntityTokenResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Authentication/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Authentication/PlayFabEvents.cs.meta new file mode 100644 index 00000000..8ba2d25f --- /dev/null +++ b/Assets/PlayFabSDK/Authentication/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5c3701fef92515c438633c5d41bf87c8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Client.meta b/Assets/PlayFabSDK/Client.meta new file mode 100644 index 00000000..abcee165 --- /dev/null +++ b/Assets/PlayFabSDK/Client.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e60b45ce48f777341b2e084faa9949b3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Client/PlayFabClientAPI.cs b/Assets/PlayFabSDK/Client/PlayFabClientAPI.cs new file mode 100644 index 00000000..d7ec5245 --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabClientAPI.cs @@ -0,0 +1,2311 @@ +#if !DISABLE_PLAYFABCLIENT_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.ClientModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// APIs which provide the full range of PlayFab features available to the client - authentication, account and data + /// management, inventory, friends, matchmaking, reporting, and platform-specific functionality + /// + public static class PlayFabClientAPI + { + static PlayFabClientAPI() {} + + /// + /// Verify client login. + /// + public static bool IsClientLoggedIn() + { + return PlayFabSettings.staticPlayer.IsClientLoggedIn(); + } + + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Accepts an open trade (one that has not yet been accepted or cancelled), if the locally signed-in player is in the + /// allowed player list for the trade, or it is open to all players. If the call is successful, the offered and accepted + /// items will be swapped between the two players' inventories. + /// + public static void AcceptTrade(AcceptTradeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/AcceptTrade", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds the PlayFab user, based upon a match against a supplied unique identifier, to the friend list of the local user. At + /// least one of FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized. + /// + public static void AddFriend(AddFriendRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/AddFriend", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds the specified generic service identifier to the player's PlayFab account. This is designed to allow for a PlayFab + /// ID lookup of any arbitrary service identifier a title wants to add. This identifier should never be used as + /// authentication credentials, as the intent is that it is easily accessible by other players. + /// + public static void AddGenericID(AddGenericIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/AddGenericID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds or updates a contact email to the player's profile. + /// + public static void AddOrUpdateContactEmail(AddOrUpdateContactEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/AddOrUpdateContactEmail", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds users to the set of those able to update both the shared data, as well as the set of users in the group. Only users + /// in the group can add new members. Shared Groups are designed for sharing data between a very small number of players, + /// please see our guide: https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void AddSharedGroupMembers(AddSharedGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/AddSharedGroupMembers", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds playfab username/password auth to an existing account created via an anonymous auth method, e.g. automatic device + /// ID login. + /// + public static void AddUsernamePassword(AddUsernamePasswordRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/AddUsernamePassword", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increments the user's balance of the specified virtual currency by the stated amount + /// + public static void AddUserVirtualCurrency(AddUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/AddUserVirtualCurrency", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Registers the Android device to receive push notifications + /// + public static void AndroidDevicePushNotificationRegistration(AndroidDevicePushNotificationRegistrationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/AndroidDevicePushNotificationRegistration", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Attributes an install for advertisment. + /// + public static void AttributeInstall(AttributeInstallRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/AttributeInstall", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Cancels an open trade (one that has not yet been accepted or cancelled). Note that only the player who created the trade + /// can cancel it via this API call, to prevent griefing of the trade system (cancelling trades in order to prevent other + /// players from accepting them, for trades that can be claimed by more than one player). + /// + public static void CancelTrade(CancelTradeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/CancelTrade", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Confirms with the payment provider that the purchase was approved (if applicable) and adjusts inventory and + /// virtual currency balances as appropriate + /// + public static void ConfirmPurchase(ConfirmPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ConfirmPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Consume uses of a consumable item. When all uses are consumed, it will be removed from the player's + /// inventory. + /// + public static void ConsumeItem(ConsumeItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ConsumeItem", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Grants the player's current entitlements from Microsoft Store's Collection API + /// + public static void ConsumeMicrosoftStoreEntitlements(ConsumeMicrosoftStoreEntitlementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ConsumeMicrosoftStoreEntitlements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Checks for any new consumable entitlements. If any are found, they are consumed (if they're consumables) and added as + /// PlayFab items + /// + public static void ConsumePS5Entitlements(ConsumePS5EntitlementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ConsumePS5Entitlements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Checks for any new consumable entitlements. If any are found, they are consumed and added as PlayFab items + /// + public static void ConsumePSNEntitlements(ConsumePSNEntitlementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ConsumePSNEntitlements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Grants the player's current entitlements from Xbox Live, consuming all availble items in Xbox and granting them to the + /// player's PlayFab inventory. This call is idempotent and will not grant previously granted items to the player. + /// + public static void ConsumeXboxEntitlements(ConsumeXboxEntitlementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ConsumeXboxEntitlements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Requests the creation of a shared group object, containing key/value pairs which may be updated by all members of the + /// group. Upon creation, the current user will be the only member of the group. Shared Groups are designed for sharing data + /// between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void CreateSharedGroup(CreateSharedGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/CreateSharedGroup", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Executes a CloudScript function, with the 'currentPlayerId' set to the PlayFab ID of the authenticated player. The + /// PlayFab ID is the entity ID of the player's master_player_account entity. + /// + public static void ExecuteCloudScript(ExecuteCloudScriptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ExecuteCloudScript", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + public static void ExecuteCloudScript(ExecuteCloudScriptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn, "Must be logged in to call this method"); + Action wrappedResultCallback = (wrappedResult) => + { + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var wrappedJson = serializer.SerializeObject(wrappedResult.FunctionResult); + try { + wrappedResult.FunctionResult = serializer.DeserializeObject(wrappedJson); + } catch (Exception) { + wrappedResult.FunctionResult = wrappedJson; + wrappedResult.Logs.Add(new LogStatement { Level = "Warning", Data = wrappedJson, Message = "Sdk Message: Could not deserialize result as: " + typeof(TOut).Name }); + } + resultCallback(wrappedResult); + }; + PlayFabHttp.MakeApiCall("/Client/ExecuteCloudScript", request, AuthType.LoginSession, wrappedResultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the user's PlayFab account details + /// + public static void GetAccountInfo(GetAccountInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetAccountInfo", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Returns a list of ad placements and a reward for each + /// + public static void GetAdPlacements(GetAdPlacementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetAdPlacements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all of the characters that belong to a specific user. CharacterIds are not globally unique; characterId must be + /// evaluated with the parent PlayFabId to guarantee uniqueness. + /// + public static void GetAllUsersCharacters(ListUsersCharactersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetAllUsersCharacters", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified version of the title's catalog of virtual goods, including all defined properties + /// + public static void GetCatalogItems(GetCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetCatalogItems", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the character which is readable and writable by the client + /// + public static void GetCharacterData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetCharacterData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified character's current inventory of virtual goods + /// + public static void GetCharacterInventory(GetCharacterInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetCharacterInventory", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked characters for the given statistic, starting from the indicated point in the leaderboard + /// + public static void GetCharacterLeaderboard(GetCharacterLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetCharacterLeaderboard", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the character which can only be read by the client + /// + public static void GetCharacterReadOnlyData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetCharacterReadOnlyData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the details of all title-specific statistics for the user + /// + public static void GetCharacterStatistics(GetCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetCharacterStatistics", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned + /// URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the + /// content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, + /// the query to retrieve the data will fail. See this post for more information: + /// https://community.playfab.com/hc/community/posts/205469488-How-to-upload-files-to-PlayFab-s-Content-Service. Also, + /// please be aware that the Content service is specifically PlayFab's CDN offering, for which standard CDN rates apply. + /// + public static void GetContentDownloadUrl(GetContentDownloadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetContentDownloadUrl", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked friends of the current player for the given statistic, starting from the indicated point in + /// the leaderboard + /// + public static void GetFriendLeaderboard(GetFriendLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetFriendLeaderboard", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked friends of the current player for the given statistic, centered on the requested PlayFab + /// user. If PlayFabId is empty or null will return currently logged in user. + /// + public static void GetFriendLeaderboardAroundPlayer(GetFriendLeaderboardAroundPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetFriendLeaderboardAroundPlayer", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the current friend list for the local user, constrained to users who have PlayFab accounts. Friends from + /// linked accounts (Facebook, Steam) are also included. You may optionally exclude some linked services' friends. + /// + public static void GetFriendsList(GetFriendsListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetFriendsList", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked users for the given statistic, starting from the indicated point in the leaderboard + /// + public static void GetLeaderboard(GetLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetLeaderboard", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked characters for the given statistic, centered on the requested Character ID + /// + public static void GetLeaderboardAroundCharacter(GetLeaderboardAroundCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetLeaderboardAroundCharacter", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked users for the given statistic, centered on the requested player. If PlayFabId is empty or + /// null will return currently logged in user. + /// + public static void GetLeaderboardAroundPlayer(GetLeaderboardAroundPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetLeaderboardAroundPlayer", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of all of the user's characters for the given statistic. + /// + public static void GetLeaderboardForUserCharacters(GetLeaderboardForUsersCharactersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetLeaderboardForUserCharacters", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ For payments flows where the provider requires playfab (the fulfiller) to initiate the transaction, but the + /// client completes the rest of the flow. In the Xsolla case, the token returned here will be passed to Xsolla by the + /// client to create a cart. Poll GetPurchase using the returned OrderId once you've completed the payment. + /// + public static void GetPaymentToken(GetPaymentTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPaymentToken", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets a Photon custom authentication token that can be used to securely join the player into a Photon room. See + /// https://docs.microsoft.com/gaming/playfab/features/multiplayer/photon/quickstart for more details. + /// + public static void GetPhotonAuthenticationToken(GetPhotonAuthenticationTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPhotonAuthenticationToken", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves all of the user's different kinds of info. + /// + public static void GetPlayerCombinedInfo(GetPlayerCombinedInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayerCombinedInfo", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the player's profile + /// + public static void GetPlayerProfile(GetPlayerProfileRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayerProfile", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// List all segments that a player currently belongs to at this moment in time. + /// + public static void GetPlayerSegments(GetPlayerSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayerSegments", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the indicated statistics (current version and values for all statistics, if none are specified), for the local + /// player. + /// + public static void GetPlayerStatistics(GetPlayerStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayerStatistics", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the information on the available versions of the specified statistic. + /// + public static void GetPlayerStatisticVersions(GetPlayerStatisticVersionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayerStatisticVersions", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get all tags with a given Namespace (optional) from a player profile. + /// + public static void GetPlayerTags(GetPlayerTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayerTags", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets all trades the player has either opened or accepted, optionally filtered by trade status. + /// + public static void GetPlayerTrades(GetPlayerTradesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayerTrades", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Facebook identifiers. + /// + public static void GetPlayFabIDsFromFacebookIDs(GetPlayFabIDsFromFacebookIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromFacebookIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Facebook Instant Game identifiers. + /// + public static void GetPlayFabIDsFromFacebookInstantGamesIds(GetPlayFabIDsFromFacebookInstantGamesIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromFacebookInstantGamesIds", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Game Center identifiers (referenced in the Game Center + /// Programming Guide as the Player Identifier). + /// + public static void GetPlayFabIDsFromGameCenterIDs(GetPlayFabIDsFromGameCenterIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromGameCenterIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of generic service identifiers. A generic identifier is the + /// service name plus the service-specific ID for the player, as specified by the title when the generic identifier was + /// added to the player account. + /// + public static void GetPlayFabIDsFromGenericIDs(GetPlayFabIDsFromGenericIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromGenericIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Google identifiers. The Google identifiers are the IDs for + /// the user accounts, available as "id" in the Google+ People API calls. + /// + public static void GetPlayFabIDsFromGoogleIDs(GetPlayFabIDsFromGoogleIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromGoogleIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Google Play Games identifiers. The Google Play Games + /// identifiers are the IDs for the user accounts, available as "playerId" in the Google Play Games Services - Players API + /// calls. + /// + public static void GetPlayFabIDsFromGooglePlayGamesPlayerIDs(GetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromGooglePlayGamesPlayerIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Kongregate identifiers. The Kongregate identifiers are the + /// IDs for the user accounts, available as "user_id" from the Kongregate API methods(ex: + /// http://developers.kongregate.com/docs/client/getUserId). + /// + public static void GetPlayFabIDsFromKongregateIDs(GetPlayFabIDsFromKongregateIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromKongregateIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Nintendo Service Account identifiers. + /// + public static void GetPlayFabIDsFromNintendoServiceAccountIds(GetPlayFabIDsFromNintendoServiceAccountIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromNintendoServiceAccountIds", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Nintendo Switch Device identifiers. + /// + public static void GetPlayFabIDsFromNintendoSwitchDeviceIds(GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromNintendoSwitchDeviceIds", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers. + /// + public static void GetPlayFabIDsFromPSNAccountIDs(GetPlayFabIDsFromPSNAccountIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromPSNAccountIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers. + /// + public static void GetPlayFabIDsFromPSNOnlineIDs(GetPlayFabIDsFromPSNOnlineIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromPSNOnlineIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Steam identifiers. The Steam identifiers are the profile + /// IDs for the user accounts, available as SteamId in the Steamworks Community API calls. + /// + public static void GetPlayFabIDsFromSteamIDs(GetPlayFabIDsFromSteamIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromSteamIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Twitch identifiers. The Twitch identifiers are the IDs for + /// the user accounts, available as "_id" from the Twitch API methods (ex: + /// https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md#get-usersuser). + /// + public static void GetPlayFabIDsFromTwitchIDs(GetPlayFabIDsFromTwitchIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromTwitchIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of XboxLive identifiers. + /// + public static void GetPlayFabIDsFromXboxLiveIDs(GetPlayFabIDsFromXboxLiveIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromXboxLiveIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the key-value store of custom publisher settings + /// + public static void GetPublisherData(GetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPublisherData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves a purchase along with its current PlayFab status. Returns inventory items from the purchase that + /// are still active. + /// + public static void GetPurchase(GetPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves data stored in a shared group object, as well as the list of members in the group. Non-members of the group + /// may use this to retrieve group data, including membership, but they will not receive data for keys marked as private. + /// Shared Groups are designed for sharing data between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void GetSharedGroupData(GetSharedGroupDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetSharedGroupData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the set of items defined for the specified store, including all prices defined + /// + public static void GetStoreItems(GetStoreItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetStoreItems", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the current server time + /// + public static void GetTime(GetTimeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetTime", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the key-value store of custom title settings + /// + public static void GetTitleData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetTitleData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title news feed, as configured in the developer portal + /// + public static void GetTitleNews(GetTitleNewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetTitleNews", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Returns the title's base 64 encoded RSA CSP blob. + /// + public static void GetTitlePublicKey(GetTitlePublicKeyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + + + PlayFabHttp.MakeApiCall("/Client/GetTitlePublicKey", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the current status of an existing trade. + /// + public static void GetTradeStatus(GetTradeStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetTradeStatus", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user which is readable and writable by the client + /// + public static void GetUserData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetUserData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the user's current inventory of virtual goods + /// + public static void GetUserInventory(GetUserInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetUserInventory", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the publisher-specific custom data for the user which is readable and writable by the client + /// + public static void GetUserPublisherData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetUserPublisherData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the publisher-specific custom data for the user which can only be read by the client + /// + public static void GetUserPublisherReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetUserPublisherReadOnlyData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user which can only be read by the client + /// + public static void GetUserReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GetUserReadOnlyData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Grants the specified character type to the user. CharacterIds are not globally unique; characterId must be evaluated + /// with the parent PlayFabId to guarantee uniqueness. + /// + public static void GrantCharacterToUser(GrantCharacterToUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/GrantCharacterToUser", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Android device identifier to the user's PlayFab account + /// + public static void LinkAndroidDeviceID(LinkAndroidDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkAndroidDeviceID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Apple account associated with the token to the user's PlayFab account. + /// + public static void LinkApple(LinkAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkApple", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the custom identifier, generated by the title, to the user's PlayFab account + /// + public static void LinkCustomID(LinkCustomIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkCustomID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Facebook account associated with the provided Facebook access token to the user's PlayFab account + /// + public static void LinkFacebookAccount(LinkFacebookAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkFacebookAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Facebook Instant Games Id to the user's PlayFab account + /// + public static void LinkFacebookInstantGamesId(LinkFacebookInstantGamesIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkFacebookInstantGamesId", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Game Center account associated with the provided Game Center ID to the user's PlayFab account. Logging in with + /// a Game Center ID is insecure if you do not include the optional PublicKeyUrl, Salt, Signature, and Timestamp parameters + /// in this request. It is recommended you require these parameters on all Game Center calls by going to the Apple Add-ons + /// page in the PlayFab Game Manager and enabling the 'Require secure authentication only for this app' option. + /// + public static void LinkGameCenterAccount(LinkGameCenterAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkGameCenterAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the currently signed-in user account to their Google account, using their Google account credentials + /// + public static void LinkGoogleAccount(LinkGoogleAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkGoogleAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the currently signed-in user account to their Google Play Games account, using their Google Play Games account + /// credentials + /// + public static void LinkGooglePlayGamesServicesAccount(LinkGooglePlayGamesServicesAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkGooglePlayGamesServicesAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the vendor-specific iOS device identifier to the user's PlayFab account + /// + public static void LinkIOSDeviceID(LinkIOSDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkIOSDeviceID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Kongregate identifier to the user's PlayFab account + /// + public static void LinkKongregate(LinkKongregateAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkKongregate", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Nintendo account associated with the token to the user's PlayFab account. + /// + public static void LinkNintendoServiceAccount(LinkNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkNintendoServiceAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the NintendoSwitchDeviceId to the user's PlayFab account + /// + public static void LinkNintendoSwitchDeviceId(LinkNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkNintendoSwitchDeviceId", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links an OpenID Connect account to a user's PlayFab account, based on an existing relationship between a title and an + /// Open ID Connect provider and the OpenId Connect JWT from that provider. + /// + public static void LinkOpenIdConnect(LinkOpenIdConnectRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkOpenIdConnect", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the PlayStation :tm: Network account associated with the provided access code to the user's PlayFab account + /// + public static void LinkPSNAccount(LinkPSNAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkPSNAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Steam account associated with the provided Steam authentication ticket to the user's PlayFab account + /// + public static void LinkSteamAccount(LinkSteamAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkSteamAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Twitch account associated with the token to the user's PlayFab account. + /// + public static void LinkTwitch(LinkTwitchAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkTwitch", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Xbox Live account associated with the provided access code to the user's PlayFab account + /// + public static void LinkXboxAccount(LinkXboxAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/LinkXboxAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using the Android device identifier, returning a session identifier that can subsequently be used for + /// API calls which require an authenticated user + /// + public static void LoginWithAndroidDeviceID(LoginWithAndroidDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithAndroidDeviceID", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs in the user with a Sign in with Apple identity token. + /// + public static void LoginWithApple(LoginWithAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithApple", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a custom unique identifier generated by the title, returning a session identifier that can + /// subsequently be used for API calls which require an authenticated user + /// + public static void LoginWithCustomID(LoginWithCustomIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithCustomID", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user into the PlayFab account, returning a session identifier that can subsequently be used for API calls + /// which require an authenticated user. Unlike most other login API calls, LoginWithEmailAddress does not permit the + /// creation of new accounts via the CreateAccountFlag. Email addresses may be used to create accounts via + /// RegisterPlayFabUser. + /// + public static void LoginWithEmailAddress(LoginWithEmailAddressRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithEmailAddress", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a Facebook access token, returning a session identifier that can subsequently be used for API + /// calls which require an authenticated user + /// + public static void LoginWithFacebook(LoginWithFacebookRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithFacebook", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a Facebook Instant Games ID, returning a session identifier that can subsequently be used for + /// API calls which require an authenticated user. Requires Facebook Instant Games to be configured. + /// + public static void LoginWithFacebookInstantGamesId(LoginWithFacebookInstantGamesIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithFacebookInstantGamesId", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using an iOS Game Center player identifier, returning a session identifier that can subsequently be + /// used for API calls which require an authenticated user. Logging in with a Game Center ID is insecure if you do not + /// include the optional PublicKeyUrl, Salt, Signature, and Timestamp parameters in this request. It is recommended you + /// require these parameters on all Game Center calls by going to the Apple Add-ons page in the PlayFab Game Manager and + /// enabling the 'Require secure authentication only for this app' option. + /// + public static void LoginWithGameCenter(LoginWithGameCenterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithGameCenter", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using their Google account credentials + /// + public static void LoginWithGoogleAccount(LoginWithGoogleAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithGoogleAccount", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using their Google Play Games account credentials + /// + public static void LoginWithGooglePlayGamesServices(LoginWithGooglePlayGamesServicesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithGooglePlayGamesServices", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using the vendor-specific iOS device identifier, returning a session identifier that can subsequently + /// be used for API calls which require an authenticated user + /// + public static void LoginWithIOSDeviceID(LoginWithIOSDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithIOSDeviceID", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a Kongregate player account. + /// + public static void LoginWithKongregate(LoginWithKongregateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithKongregate", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs in the user with a Nintendo service account token. + /// + public static void LoginWithNintendoServiceAccount(LoginWithNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithNintendoServiceAccount", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a Nintendo Switch Device ID, returning a session identifier that can subsequently be used for + /// API calls which require an authenticated user + /// + public static void LoginWithNintendoSwitchDeviceId(LoginWithNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithNintendoSwitchDeviceId", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Logs in a user with an Open ID Connect JWT created by an existing relationship between a title and an Open ID Connect + /// provider. + /// + public static void LoginWithOpenIdConnect(LoginWithOpenIdConnectRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithOpenIdConnect", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user into the PlayFab account, returning a session identifier that can subsequently be used for API calls + /// which require an authenticated user. Unlike most other login API calls, LoginWithPlayFab does not permit the creation of + /// new accounts via the CreateAccountFlag. Username/Password credentials may be used to create accounts via + /// RegisterPlayFabUser, or added to existing accounts using AddUsernamePassword. + /// + public static void LoginWithPlayFab(LoginWithPlayFabRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithPlayFab", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a PlayStation :tm: Network authentication code, returning a session identifier that can + /// subsequently be used for API calls which require an authenticated user + /// + public static void LoginWithPSN(LoginWithPSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithPSN", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a Steam authentication ticket, returning a session identifier that can subsequently be used for + /// API calls which require an authenticated user + /// + public static void LoginWithSteam(LoginWithSteamRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithSteam", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a Twitch access token. + /// + public static void LoginWithTwitch(LoginWithTwitchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithTwitch", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a Xbox Live Token, returning a session identifier that can subsequently be used for API calls + /// which require an authenticated user + /// + public static void LoginWithXbox(LoginWithXboxRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/LoginWithXbox", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Opens a new outstanding trade. Note that a given item instance may only be in one open trade at a time. + /// + public static void OpenTrade(OpenTradeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/OpenTrade", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Selects a payment option for purchase order created via StartPurchase + /// + public static void PayForPurchase(PayForPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/PayForPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Buys a single item with virtual currency. You must specify both the virtual currency to use to purchase, as + /// well as what the client believes the price to be. This lets the server fail the purchase if the price has changed. + /// + public static void PurchaseItem(PurchaseItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/PurchaseItem", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the virtual goods associated with the coupon to the user's inventory. Coupons can be generated via the + /// Economy->Catalogs tab in the PlayFab Game Manager. + /// + public static void RedeemCoupon(RedeemCouponRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/RedeemCoupon", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Uses the supplied OAuth code to refresh the internally cached player PlayStation :tm: Network auth token + /// + public static void RefreshPSNAuthToken(RefreshPSNAuthTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/RefreshPSNAuthToken", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Registers the iOS device to receive push notifications + /// + public static void RegisterForIOSPushNotification(RegisterForIOSPushNotificationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/RegisterForIOSPushNotification", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Registers a new Playfab user account, returning a session identifier that can subsequently be used for API calls which + /// require an authenticated user. You must supply a username and an email address. + /// + public static void RegisterPlayFabUser(RegisterPlayFabUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + + + PlayFabHttp.MakeApiCall("/Client/RegisterPlayFabUser", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes a contact email from the player's profile. + /// + public static void RemoveContactEmail(RemoveContactEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/RemoveContactEmail", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes a specified user from the friend list of the local user + /// + public static void RemoveFriend(RemoveFriendRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/RemoveFriend", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes the specified generic service identifier from the player's PlayFab account. + /// + public static void RemoveGenericID(RemoveGenericIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/RemoveGenericID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes users from the set of those able to update the shared data and the set of users in the group. Only users in the + /// group can remove members. If as a result of the call, zero users remain with access, the group and its associated data + /// will be deleted. Shared Groups are designed for sharing data between a very small number of players, please see our + /// guide: https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void RemoveSharedGroupMembers(RemoveSharedGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/RemoveSharedGroupMembers", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Report player's ad activity + /// + public static void ReportAdActivity(ReportAdActivityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ReportAdActivity", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Write a PlayStream event to describe the provided player device information. This API method is not designed to be + /// called directly by developers. Each PlayFab client SDK will eventually report this information automatically. + /// + public static void ReportDeviceInfo(DeviceInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ReportDeviceInfo", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Submit a report for another player (due to bad bahavior, etc.), so that customer service representatives for the title + /// can take action concerning potentially toxic players. + /// + public static void ReportPlayer(ReportPlayerClientRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ReportPlayer", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Restores all in-app purchases based on the given restore receipt + /// + public static void RestoreIOSPurchases(RestoreIOSPurchasesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/RestoreIOSPurchases", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Reward player's ad activity + /// + public static void RewardAdActivity(RewardAdActivityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/RewardAdActivity", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Forces an email to be sent to the registered email address for the user's account, with a link allowing the user to + /// change the password.If an account recovery email template ID is provided, an email using the custom email template will + /// be used. + /// + public static void SendAccountRecoveryEmail(SendAccountRecoveryEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + + + PlayFabHttp.MakeApiCall("/Client/SendAccountRecoveryEmail", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the tag list for a specified user in the friend list of the local user + /// + public static void SetFriendTags(SetFriendTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/SetFriendTags", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the player's secret if it is not already set. Player secrets are used to sign API requests. To reset a player's + /// secret use the Admin or Server API method SetPlayerSecret. + /// + public static void SetPlayerSecret(SetPlayerSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/SetPlayerSecret", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Creates an order for a list of items from the title catalog + /// + public static void StartPurchase(StartPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/StartPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Decrements the user's balance of the specified virtual currency by the stated amount. It is possible to make + /// a VC balance negative with this API. + /// + public static void SubtractUserVirtualCurrency(SubtractUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/SubtractUserVirtualCurrency", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Android device identifier from the user's PlayFab account + /// + public static void UnlinkAndroidDeviceID(UnlinkAndroidDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkAndroidDeviceID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Apple account from the user's PlayFab account. + /// + public static void UnlinkApple(UnlinkAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkApple", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related custom identifier from the user's PlayFab account + /// + public static void UnlinkCustomID(UnlinkCustomIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkCustomID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Facebook account from the user's PlayFab account + /// + public static void UnlinkFacebookAccount(UnlinkFacebookAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkFacebookAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Facebook Instant Game Ids from the user's PlayFab account + /// + public static void UnlinkFacebookInstantGamesId(UnlinkFacebookInstantGamesIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkFacebookInstantGamesId", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Game Center account from the user's PlayFab account + /// + public static void UnlinkGameCenterAccount(UnlinkGameCenterAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkGameCenterAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Google account from the user's PlayFab account + /// (https://developers.google.com/android/reference/com/google/android/gms/auth/GoogleAuthUtil#public-methods). + /// + public static void UnlinkGoogleAccount(UnlinkGoogleAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkGoogleAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Google Play Games account from the user's PlayFab account. + /// + public static void UnlinkGooglePlayGamesServicesAccount(UnlinkGooglePlayGamesServicesAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkGooglePlayGamesServicesAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related iOS device identifier from the user's PlayFab account + /// + public static void UnlinkIOSDeviceID(UnlinkIOSDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkIOSDeviceID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Kongregate identifier from the user's PlayFab account + /// + public static void UnlinkKongregate(UnlinkKongregateAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkKongregate", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Nintendo account from the user's PlayFab account. + /// + public static void UnlinkNintendoServiceAccount(UnlinkNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkNintendoServiceAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related NintendoSwitchDeviceId from the user's PlayFab account + /// + public static void UnlinkNintendoSwitchDeviceId(UnlinkNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkNintendoSwitchDeviceId", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks an OpenID Connect account from a user's PlayFab account, based on the connection ID of an existing relationship + /// between a title and an Open ID Connect provider. + /// + public static void UnlinkOpenIdConnect(UnlinkOpenIdConnectRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkOpenIdConnect", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related PlayStation :tm: Network account from the user's PlayFab account + /// + public static void UnlinkPSNAccount(UnlinkPSNAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkPSNAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Steam account from the user's PlayFab account + /// + public static void UnlinkSteamAccount(UnlinkSteamAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkSteamAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Twitch account from the user's PlayFab account. + /// + public static void UnlinkTwitch(UnlinkTwitchAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkTwitch", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Xbox Live account from the user's PlayFab account + /// + public static void UnlinkXboxAccount(UnlinkXboxAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlinkXboxAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Opens the specified container, with the specified key (when required), and returns the contents of the + /// opened container. If the container (and key when relevant) are consumable (RemainingUses > 0), their RemainingUses will + /// be decremented, consistent with the operation of ConsumeItem. + /// + public static void UnlockContainerInstance(UnlockContainerInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlockContainerInstance", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Searches target inventory for an ItemInstance matching the given CatalogItemId, if necessary unlocks it + /// using an appropriate key, and returns the contents of the opened container. If the container (and key when relevant) are + /// consumable (RemainingUses > 0), their RemainingUses will be decremented, consistent with the operation of ConsumeItem. + /// + public static void UnlockContainerItem(UnlockContainerItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UnlockContainerItem", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Update the avatar URL of the player + /// + public static void UpdateAvatarUrl(UpdateAvatarUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UpdateAvatarUrl", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates and updates the title-specific custom data for the user's character which is readable and writable by the client + /// + public static void UpdateCharacterData(UpdateCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UpdateCharacterData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the values of the specified title-specific statistics for the specific character. By default, clients are not + /// permitted to update statistics. Developers may override this setting in the Game Manager > Settings > API Features. + /// + public static void UpdateCharacterStatistics(UpdateCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UpdateCharacterStatistics", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the values of the specified title-specific statistics for the user. By default, clients are not permitted to + /// update statistics. Developers may override this setting in the Game Manager > Settings > API Features. + /// + public static void UpdatePlayerStatistics(UpdatePlayerStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UpdatePlayerStatistics", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds, updates, and removes data keys for a shared group object. If the permission is set to Public, all fields updated + /// or added in this call will be readable by users not in the group. By default, data permissions are set to Private. + /// Regardless of the permission setting, only members of the group can update the data. Shared Groups are designed for + /// sharing data between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void UpdateSharedGroupData(UpdateSharedGroupDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UpdateSharedGroupData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates and updates the title-specific custom data for the user which is readable and writable by the client + /// + public static void UpdateUserData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UpdateUserData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates and updates the publisher-specific custom data for the user which is readable and writable by the client + /// + public static void UpdateUserPublisherData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UpdateUserPublisherData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title specific display name for the user + /// + public static void UpdateUserTitleDisplayName(UpdateUserTitleDisplayNameRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/UpdateUserTitleDisplayName", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Validates with Amazon that the receipt for an Amazon App Store in-app purchase is valid and that it matches + /// the purchased catalog item + /// + public static void ValidateAmazonIAPReceipt(ValidateAmazonReceiptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ValidateAmazonIAPReceipt", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Validates a Google Play purchase and gives the corresponding item to the player. + /// + public static void ValidateGooglePlayPurchase(ValidateGooglePlayPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ValidateGooglePlayPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Validates with the Apple store that the receipt for an iOS in-app purchase is valid and that it matches the + /// purchased catalog item + /// + public static void ValidateIOSReceipt(ValidateIOSReceiptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ValidateIOSReceipt", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Validates with Windows that the receipt for an Windows App Store in-app purchase is valid and that it + /// matches the purchased catalog item + /// + public static void ValidateWindowsStoreReceipt(ValidateWindowsReceiptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/ValidateWindowsStoreReceipt", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Writes a character-based event into PlayStream. + /// + public static void WriteCharacterEvent(WriteClientCharacterEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/WriteCharacterEvent", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Writes a player-based event into PlayStream. + /// + public static void WritePlayerEvent(WriteClientPlayerEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/WritePlayerEvent", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Writes a title-based event into PlayStream. + /// + public static void WriteTitleEvent(WriteTitleEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Client/WriteTitleEvent", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Client/PlayFabClientAPI.cs.meta b/Assets/PlayFabSDK/Client/PlayFabClientAPI.cs.meta new file mode 100644 index 00000000..2050daf5 --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabClientAPI.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 90390500e82fe784caf147e8a6dee649 +timeCreated: 1468524876 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Client/PlayFabClientInstanceAPI.cs b/Assets/PlayFabSDK/Client/PlayFabClientInstanceAPI.cs new file mode 100644 index 00000000..321b6418 --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabClientInstanceAPI.cs @@ -0,0 +1,2008 @@ +#if !DISABLE_PLAYFABCLIENT_API + +using System; +using System.Collections.Generic; +using PlayFab.ClientModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// APIs which provide the full range of PlayFab features available to the client - authentication, account and data + /// management, inventory, friends, matchmaking, reporting, and platform-specific functionality + /// + public class PlayFabClientInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabClientInstanceAPI() + { + authenticationContext = new PlayFabAuthenticationContext(); + } + + public PlayFabClientInstanceAPI(PlayFabApiSettings settings) + { + apiSettings = settings; + authenticationContext = new PlayFabAuthenticationContext(); + } + + public PlayFabClientInstanceAPI(PlayFabAuthenticationContext context) + { + authenticationContext = context ?? new PlayFabAuthenticationContext(); + } + + public PlayFabClientInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + apiSettings = settings; + authenticationContext = context ?? new PlayFabAuthenticationContext(); + } + + /// + /// Verify client login. + /// + public bool IsClientLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsClientLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Accepts an open trade (one that has not yet been accepted or cancelled), if the locally signed-in player is in the + /// allowed player list for the trade, or it is open to all players. If the call is successful, the offered and accepted + /// items will be swapped between the two players' inventories. + /// + public void AcceptTrade(AcceptTradeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/AcceptTrade", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds the PlayFab user, based upon a match against a supplied unique identifier, to the friend list of the local user. At + /// least one of FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized. + /// + public void AddFriend(AddFriendRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/AddFriend", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds the specified generic service identifier to the player's PlayFab account. This is designed to allow for a PlayFab + /// ID lookup of any arbitrary service identifier a title wants to add. This identifier should never be used as + /// authentication credentials, as the intent is that it is easily accessible by other players. + /// + public void AddGenericID(AddGenericIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/AddGenericID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds or updates a contact email to the player's profile. + /// + public void AddOrUpdateContactEmail(AddOrUpdateContactEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/AddOrUpdateContactEmail", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds users to the set of those able to update both the shared data, as well as the set of users in the group. Only users + /// in the group can add new members. Shared Groups are designed for sharing data between a very small number of players, + /// please see our guide: https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void AddSharedGroupMembers(AddSharedGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/AddSharedGroupMembers", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds playfab username/password auth to an existing account created via an anonymous auth method, e.g. automatic device + /// ID login. + /// + public void AddUsernamePassword(AddUsernamePasswordRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/AddUsernamePassword", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increments the user's balance of the specified virtual currency by the stated amount + /// + public void AddUserVirtualCurrency(AddUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/AddUserVirtualCurrency", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Registers the Android device to receive push notifications + /// + public void AndroidDevicePushNotificationRegistration(AndroidDevicePushNotificationRegistrationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/AndroidDevicePushNotificationRegistration", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Attributes an install for advertisment. + /// + public void AttributeInstall(AttributeInstallRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/AttributeInstall", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Cancels an open trade (one that has not yet been accepted or cancelled). Note that only the player who created the trade + /// can cancel it via this API call, to prevent griefing of the trade system (cancelling trades in order to prevent other + /// players from accepting them, for trades that can be claimed by more than one player). + /// + public void CancelTrade(CancelTradeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/CancelTrade", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Confirms with the payment provider that the purchase was approved (if applicable) and adjusts inventory and + /// virtual currency balances as appropriate + /// + public void ConfirmPurchase(ConfirmPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ConfirmPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Consume uses of a consumable item. When all uses are consumed, it will be removed from the player's + /// inventory. + /// + public void ConsumeItem(ConsumeItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ConsumeItem", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Grants the player's current entitlements from Microsoft Store's Collection API + /// + public void ConsumeMicrosoftStoreEntitlements(ConsumeMicrosoftStoreEntitlementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ConsumeMicrosoftStoreEntitlements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Checks for any new consumable entitlements. If any are found, they are consumed (if they're consumables) and added as + /// PlayFab items + /// + public void ConsumePS5Entitlements(ConsumePS5EntitlementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ConsumePS5Entitlements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Checks for any new consumable entitlements. If any are found, they are consumed and added as PlayFab items + /// + public void ConsumePSNEntitlements(ConsumePSNEntitlementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ConsumePSNEntitlements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Grants the player's current entitlements from Xbox Live, consuming all availble items in Xbox and granting them to the + /// player's PlayFab inventory. This call is idempotent and will not grant previously granted items to the player. + /// + public void ConsumeXboxEntitlements(ConsumeXboxEntitlementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ConsumeXboxEntitlements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Requests the creation of a shared group object, containing key/value pairs which may be updated by all members of the + /// group. Upon creation, the current user will be the only member of the group. Shared Groups are designed for sharing data + /// between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void CreateSharedGroup(CreateSharedGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/CreateSharedGroup", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Executes a CloudScript function, with the 'currentPlayerId' set to the PlayFab ID of the authenticated player. The + /// PlayFab ID is the entity ID of the player's master_player_account entity. + /// + public void ExecuteCloudScript(ExecuteCloudScriptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ExecuteCloudScript", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + public void ExecuteCloudScript(ExecuteCloudScriptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn, "Must be logged in to call this method"); + Action wrappedResultCallback = (wrappedResult) => + { + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var wrappedJson = serializer.SerializeObject(wrappedResult.FunctionResult); + try { + wrappedResult.FunctionResult = serializer.DeserializeObject(wrappedJson); + } catch (Exception) { + wrappedResult.FunctionResult = wrappedJson; + wrappedResult.Logs.Add(new LogStatement { Level = "Warning", Data = wrappedJson, Message = "Sdk Message: Could not deserialize result as: " + typeof(TOut).Name }); + } + resultCallback(wrappedResult); + }; + PlayFabHttp.MakeApiCall("/Client/ExecuteCloudScript", request, AuthType.LoginSession, wrappedResultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the user's PlayFab account details + /// + public void GetAccountInfo(GetAccountInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetAccountInfo", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Returns a list of ad placements and a reward for each + /// + public void GetAdPlacements(GetAdPlacementsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetAdPlacements", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all of the characters that belong to a specific user. CharacterIds are not globally unique; characterId must be + /// evaluated with the parent PlayFabId to guarantee uniqueness. + /// + public void GetAllUsersCharacters(ListUsersCharactersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetAllUsersCharacters", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified version of the title's catalog of virtual goods, including all defined properties + /// + public void GetCatalogItems(GetCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetCatalogItems", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the character which is readable and writable by the client + /// + public void GetCharacterData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetCharacterData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified character's current inventory of virtual goods + /// + public void GetCharacterInventory(GetCharacterInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetCharacterInventory", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked characters for the given statistic, starting from the indicated point in the leaderboard + /// + public void GetCharacterLeaderboard(GetCharacterLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetCharacterLeaderboard", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the character which can only be read by the client + /// + public void GetCharacterReadOnlyData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetCharacterReadOnlyData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the details of all title-specific statistics for the user + /// + public void GetCharacterStatistics(GetCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetCharacterStatistics", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned + /// URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the + /// content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, + /// the query to retrieve the data will fail. See this post for more information: + /// https://community.playfab.com/hc/community/posts/205469488-How-to-upload-files-to-PlayFab-s-Content-Service. Also, + /// please be aware that the Content service is specifically PlayFab's CDN offering, for which standard CDN rates apply. + /// + public void GetContentDownloadUrl(GetContentDownloadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetContentDownloadUrl", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked friends of the current player for the given statistic, starting from the indicated point in + /// the leaderboard + /// + public void GetFriendLeaderboard(GetFriendLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetFriendLeaderboard", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked friends of the current player for the given statistic, centered on the requested PlayFab + /// user. If PlayFabId is empty or null will return currently logged in user. + /// + public void GetFriendLeaderboardAroundPlayer(GetFriendLeaderboardAroundPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetFriendLeaderboardAroundPlayer", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the current friend list for the local user, constrained to users who have PlayFab accounts. Friends from + /// linked accounts (Facebook, Steam) are also included. You may optionally exclude some linked services' friends. + /// + public void GetFriendsList(GetFriendsListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetFriendsList", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked users for the given statistic, starting from the indicated point in the leaderboard + /// + public void GetLeaderboard(GetLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetLeaderboard", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked characters for the given statistic, centered on the requested Character ID + /// + public void GetLeaderboardAroundCharacter(GetLeaderboardAroundCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetLeaderboardAroundCharacter", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked users for the given statistic, centered on the requested player. If PlayFabId is empty or + /// null will return currently logged in user. + /// + public void GetLeaderboardAroundPlayer(GetLeaderboardAroundPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetLeaderboardAroundPlayer", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of all of the user's characters for the given statistic. + /// + public void GetLeaderboardForUserCharacters(GetLeaderboardForUsersCharactersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetLeaderboardForUserCharacters", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ For payments flows where the provider requires playfab (the fulfiller) to initiate the transaction, but the + /// client completes the rest of the flow. In the Xsolla case, the token returned here will be passed to Xsolla by the + /// client to create a cart. Poll GetPurchase using the returned OrderId once you've completed the payment. + /// + public void GetPaymentToken(GetPaymentTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPaymentToken", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets a Photon custom authentication token that can be used to securely join the player into a Photon room. See + /// https://docs.microsoft.com/gaming/playfab/features/multiplayer/photon/quickstart for more details. + /// + public void GetPhotonAuthenticationToken(GetPhotonAuthenticationTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPhotonAuthenticationToken", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves all of the user's different kinds of info. + /// + public void GetPlayerCombinedInfo(GetPlayerCombinedInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayerCombinedInfo", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the player's profile + /// + public void GetPlayerProfile(GetPlayerProfileRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayerProfile", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// List all segments that a player currently belongs to at this moment in time. + /// + public void GetPlayerSegments(GetPlayerSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayerSegments", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the indicated statistics (current version and values for all statistics, if none are specified), for the local + /// player. + /// + public void GetPlayerStatistics(GetPlayerStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayerStatistics", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the information on the available versions of the specified statistic. + /// + public void GetPlayerStatisticVersions(GetPlayerStatisticVersionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayerStatisticVersions", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get all tags with a given Namespace (optional) from a player profile. + /// + public void GetPlayerTags(GetPlayerTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayerTags", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets all trades the player has either opened or accepted, optionally filtered by trade status. + /// + public void GetPlayerTrades(GetPlayerTradesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayerTrades", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Facebook identifiers. + /// + public void GetPlayFabIDsFromFacebookIDs(GetPlayFabIDsFromFacebookIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromFacebookIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Facebook Instant Game identifiers. + /// + public void GetPlayFabIDsFromFacebookInstantGamesIds(GetPlayFabIDsFromFacebookInstantGamesIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromFacebookInstantGamesIds", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Game Center identifiers (referenced in the Game Center + /// Programming Guide as the Player Identifier). + /// + public void GetPlayFabIDsFromGameCenterIDs(GetPlayFabIDsFromGameCenterIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromGameCenterIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of generic service identifiers. A generic identifier is the + /// service name plus the service-specific ID for the player, as specified by the title when the generic identifier was + /// added to the player account. + /// + public void GetPlayFabIDsFromGenericIDs(GetPlayFabIDsFromGenericIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromGenericIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Google identifiers. The Google identifiers are the IDs for + /// the user accounts, available as "id" in the Google+ People API calls. + /// + public void GetPlayFabIDsFromGoogleIDs(GetPlayFabIDsFromGoogleIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromGoogleIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Google Play Games identifiers. The Google Play Games + /// identifiers are the IDs for the user accounts, available as "playerId" in the Google Play Games Services - Players API + /// calls. + /// + public void GetPlayFabIDsFromGooglePlayGamesPlayerIDs(GetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromGooglePlayGamesPlayerIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Kongregate identifiers. The Kongregate identifiers are the + /// IDs for the user accounts, available as "user_id" from the Kongregate API methods(ex: + /// http://developers.kongregate.com/docs/client/getUserId). + /// + public void GetPlayFabIDsFromKongregateIDs(GetPlayFabIDsFromKongregateIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromKongregateIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Nintendo Service Account identifiers. + /// + public void GetPlayFabIDsFromNintendoServiceAccountIds(GetPlayFabIDsFromNintendoServiceAccountIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromNintendoServiceAccountIds", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Nintendo Switch Device identifiers. + /// + public void GetPlayFabIDsFromNintendoSwitchDeviceIds(GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromNintendoSwitchDeviceIds", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers. + /// + public void GetPlayFabIDsFromPSNAccountIDs(GetPlayFabIDsFromPSNAccountIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromPSNAccountIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers. + /// + public void GetPlayFabIDsFromPSNOnlineIDs(GetPlayFabIDsFromPSNOnlineIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromPSNOnlineIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Steam identifiers. The Steam identifiers are the profile + /// IDs for the user accounts, available as SteamId in the Steamworks Community API calls. + /// + public void GetPlayFabIDsFromSteamIDs(GetPlayFabIDsFromSteamIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromSteamIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Twitch identifiers. The Twitch identifiers are the IDs for + /// the user accounts, available as "_id" from the Twitch API methods (ex: + /// https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md#get-usersuser). + /// + public void GetPlayFabIDsFromTwitchIDs(GetPlayFabIDsFromTwitchIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromTwitchIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of XboxLive identifiers. + /// + public void GetPlayFabIDsFromXboxLiveIDs(GetPlayFabIDsFromXboxLiveIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPlayFabIDsFromXboxLiveIDs", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the key-value store of custom publisher settings + /// + public void GetPublisherData(GetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPublisherData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves a purchase along with its current PlayFab status. Returns inventory items from the purchase that + /// are still active. + /// + public void GetPurchase(GetPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves data stored in a shared group object, as well as the list of members in the group. Non-members of the group + /// may use this to retrieve group data, including membership, but they will not receive data for keys marked as private. + /// Shared Groups are designed for sharing data between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void GetSharedGroupData(GetSharedGroupDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetSharedGroupData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the set of items defined for the specified store, including all prices defined + /// + public void GetStoreItems(GetStoreItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetStoreItems", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the current server time + /// + public void GetTime(GetTimeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetTime", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the key-value store of custom title settings + /// + public void GetTitleData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetTitleData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title news feed, as configured in the developer portal + /// + public void GetTitleNews(GetTitleNewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetTitleNews", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Returns the title's base 64 encoded RSA CSP blob. + /// + public void GetTitlePublicKey(GetTitlePublicKeyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + PlayFabHttp.MakeApiCall("/Client/GetTitlePublicKey", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the current status of an existing trade. + /// + public void GetTradeStatus(GetTradeStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetTradeStatus", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user which is readable and writable by the client + /// + public void GetUserData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetUserData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the user's current inventory of virtual goods + /// + public void GetUserInventory(GetUserInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetUserInventory", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the publisher-specific custom data for the user which is readable and writable by the client + /// + public void GetUserPublisherData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetUserPublisherData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the publisher-specific custom data for the user which can only be read by the client + /// + public void GetUserPublisherReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetUserPublisherReadOnlyData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user which can only be read by the client + /// + public void GetUserReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GetUserReadOnlyData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Grants the specified character type to the user. CharacterIds are not globally unique; characterId must be evaluated + /// with the parent PlayFabId to guarantee uniqueness. + /// + public void GrantCharacterToUser(GrantCharacterToUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/GrantCharacterToUser", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Android device identifier to the user's PlayFab account + /// + public void LinkAndroidDeviceID(LinkAndroidDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkAndroidDeviceID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Apple account associated with the token to the user's PlayFab account. + /// + public void LinkApple(LinkAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkApple", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the custom identifier, generated by the title, to the user's PlayFab account + /// + public void LinkCustomID(LinkCustomIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkCustomID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Facebook account associated with the provided Facebook access token to the user's PlayFab account + /// + public void LinkFacebookAccount(LinkFacebookAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkFacebookAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Facebook Instant Games Id to the user's PlayFab account + /// + public void LinkFacebookInstantGamesId(LinkFacebookInstantGamesIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkFacebookInstantGamesId", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Game Center account associated with the provided Game Center ID to the user's PlayFab account. Logging in with + /// a Game Center ID is insecure if you do not include the optional PublicKeyUrl, Salt, Signature, and Timestamp parameters + /// in this request. It is recommended you require these parameters on all Game Center calls by going to the Apple Add-ons + /// page in the PlayFab Game Manager and enabling the 'Require secure authentication only for this app' option. + /// + public void LinkGameCenterAccount(LinkGameCenterAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkGameCenterAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the currently signed-in user account to their Google account, using their Google account credentials + /// + public void LinkGoogleAccount(LinkGoogleAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkGoogleAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the currently signed-in user account to their Google Play Games account, using their Google Play Games account + /// credentials + /// + public void LinkGooglePlayGamesServicesAccount(LinkGooglePlayGamesServicesAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkGooglePlayGamesServicesAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the vendor-specific iOS device identifier to the user's PlayFab account + /// + public void LinkIOSDeviceID(LinkIOSDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkIOSDeviceID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Kongregate identifier to the user's PlayFab account + /// + public void LinkKongregate(LinkKongregateAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkKongregate", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Nintendo account associated with the token to the user's PlayFab account. + /// + public void LinkNintendoServiceAccount(LinkNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkNintendoServiceAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the NintendoSwitchDeviceId to the user's PlayFab account + /// + public void LinkNintendoSwitchDeviceId(LinkNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkNintendoSwitchDeviceId", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links an OpenID Connect account to a user's PlayFab account, based on an existing relationship between a title and an + /// Open ID Connect provider and the OpenId Connect JWT from that provider. + /// + public void LinkOpenIdConnect(LinkOpenIdConnectRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkOpenIdConnect", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the PlayStation :tm: Network account associated with the provided access code to the user's PlayFab account + /// + public void LinkPSNAccount(LinkPSNAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkPSNAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Steam account associated with the provided Steam authentication ticket to the user's PlayFab account + /// + public void LinkSteamAccount(LinkSteamAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkSteamAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Twitch account associated with the token to the user's PlayFab account. + /// + public void LinkTwitch(LinkTwitchAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkTwitch", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Xbox Live account associated with the provided access code to the user's PlayFab account + /// + public void LinkXboxAccount(LinkXboxAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/LinkXboxAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using the Android device identifier, returning a session identifier that can subsequently be used for + /// API calls which require an authenticated user + /// + public void LoginWithAndroidDeviceID(LoginWithAndroidDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithAndroidDeviceID", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs in the user with a Sign in with Apple identity token. + /// + public void LoginWithApple(LoginWithAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithApple", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a custom unique identifier generated by the title, returning a session identifier that can + /// subsequently be used for API calls which require an authenticated user + /// + public void LoginWithCustomID(LoginWithCustomIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithCustomID", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user into the PlayFab account, returning a session identifier that can subsequently be used for API calls + /// which require an authenticated user. Unlike most other login API calls, LoginWithEmailAddress does not permit the + /// creation of new accounts via the CreateAccountFlag. Email addresses may be used to create accounts via + /// RegisterPlayFabUser. + /// + public void LoginWithEmailAddress(LoginWithEmailAddressRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithEmailAddress", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a Facebook access token, returning a session identifier that can subsequently be used for API + /// calls which require an authenticated user + /// + public void LoginWithFacebook(LoginWithFacebookRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithFacebook", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a Facebook Instant Games ID, returning a session identifier that can subsequently be used for + /// API calls which require an authenticated user. Requires Facebook Instant Games to be configured. + /// + public void LoginWithFacebookInstantGamesId(LoginWithFacebookInstantGamesIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithFacebookInstantGamesId", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using an iOS Game Center player identifier, returning a session identifier that can subsequently be + /// used for API calls which require an authenticated user. Logging in with a Game Center ID is insecure if you do not + /// include the optional PublicKeyUrl, Salt, Signature, and Timestamp parameters in this request. It is recommended you + /// require these parameters on all Game Center calls by going to the Apple Add-ons page in the PlayFab Game Manager and + /// enabling the 'Require secure authentication only for this app' option. + /// + public void LoginWithGameCenter(LoginWithGameCenterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithGameCenter", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using their Google account credentials + /// + public void LoginWithGoogleAccount(LoginWithGoogleAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithGoogleAccount", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using their Google Play Games account credentials + /// + public void LoginWithGooglePlayGamesServices(LoginWithGooglePlayGamesServicesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithGooglePlayGamesServices", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using the vendor-specific iOS device identifier, returning a session identifier that can subsequently + /// be used for API calls which require an authenticated user + /// + public void LoginWithIOSDeviceID(LoginWithIOSDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithIOSDeviceID", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a Kongregate player account. + /// + public void LoginWithKongregate(LoginWithKongregateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithKongregate", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs in the user with a Nintendo service account token. + /// + public void LoginWithNintendoServiceAccount(LoginWithNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithNintendoServiceAccount", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a Nintendo Switch Device ID, returning a session identifier that can subsequently be used for + /// API calls which require an authenticated user + /// + public void LoginWithNintendoSwitchDeviceId(LoginWithNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithNintendoSwitchDeviceId", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Logs in a user with an Open ID Connect JWT created by an existing relationship between a title and an Open ID Connect + /// provider. + /// + public void LoginWithOpenIdConnect(LoginWithOpenIdConnectRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithOpenIdConnect", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user into the PlayFab account, returning a session identifier that can subsequently be used for API calls + /// which require an authenticated user. Unlike most other login API calls, LoginWithPlayFab does not permit the creation of + /// new accounts via the CreateAccountFlag. Username/Password credentials may be used to create accounts via + /// RegisterPlayFabUser, or added to existing accounts using AddUsernamePassword. + /// + public void LoginWithPlayFab(LoginWithPlayFabRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithPlayFab", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a PlayStation :tm: Network authentication code, returning a session identifier that can + /// subsequently be used for API calls which require an authenticated user + /// + public void LoginWithPSN(LoginWithPSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithPSN", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a Steam authentication ticket, returning a session identifier that can subsequently be used for + /// API calls which require an authenticated user + /// + public void LoginWithSteam(LoginWithSteamRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithSteam", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a Twitch access token. + /// + public void LoginWithTwitch(LoginWithTwitchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithTwitch", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a Xbox Live Token, returning a session identifier that can subsequently be used for API calls + /// which require an authenticated user + /// + public void LoginWithXbox(LoginWithXboxRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/LoginWithXbox", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Opens a new outstanding trade. Note that a given item instance may only be in one open trade at a time. + /// + public void OpenTrade(OpenTradeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/OpenTrade", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Selects a payment option for purchase order created via StartPurchase + /// + public void PayForPurchase(PayForPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/PayForPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Buys a single item with virtual currency. You must specify both the virtual currency to use to purchase, as + /// well as what the client believes the price to be. This lets the server fail the purchase if the price has changed. + /// + public void PurchaseItem(PurchaseItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/PurchaseItem", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the virtual goods associated with the coupon to the user's inventory. Coupons can be generated via the + /// Economy->Catalogs tab in the PlayFab Game Manager. + /// + public void RedeemCoupon(RedeemCouponRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/RedeemCoupon", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Uses the supplied OAuth code to refresh the internally cached player PlayStation :tm: Network auth token + /// + public void RefreshPSNAuthToken(RefreshPSNAuthTokenRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/RefreshPSNAuthToken", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Registers the iOS device to receive push notifications + /// + public void RegisterForIOSPushNotification(RegisterForIOSPushNotificationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/RegisterForIOSPushNotification", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Registers a new Playfab user account, returning a session identifier that can subsequently be used for API calls which + /// require an authenticated user. You must supply a username and an email address. + /// + public void RegisterPlayFabUser(RegisterPlayFabUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + request.TitleId = request.TitleId ?? callSettings.TitleId; + PlayFabHttp.MakeApiCall("/Client/RegisterPlayFabUser", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes a contact email from the player's profile. + /// + public void RemoveContactEmail(RemoveContactEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/RemoveContactEmail", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes a specified user from the friend list of the local user + /// + public void RemoveFriend(RemoveFriendRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/RemoveFriend", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes the specified generic service identifier from the player's PlayFab account. + /// + public void RemoveGenericID(RemoveGenericIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/RemoveGenericID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes users from the set of those able to update the shared data and the set of users in the group. Only users in the + /// group can remove members. If as a result of the call, zero users remain with access, the group and its associated data + /// will be deleted. Shared Groups are designed for sharing data between a very small number of players, please see our + /// guide: https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void RemoveSharedGroupMembers(RemoveSharedGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/RemoveSharedGroupMembers", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Report player's ad activity + /// + public void ReportAdActivity(ReportAdActivityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ReportAdActivity", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Write a PlayStream event to describe the provided player device information. This API method is not designed to be + /// called directly by developers. Each PlayFab client SDK will eventually report this information automatically. + /// + public void ReportDeviceInfo(DeviceInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ReportDeviceInfo", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Submit a report for another player (due to bad bahavior, etc.), so that customer service representatives for the title + /// can take action concerning potentially toxic players. + /// + public void ReportPlayer(ReportPlayerClientRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ReportPlayer", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Restores all in-app purchases based on the given restore receipt + /// + public void RestoreIOSPurchases(RestoreIOSPurchasesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/RestoreIOSPurchases", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Reward player's ad activity + /// + public void RewardAdActivity(RewardAdActivityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/RewardAdActivity", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Forces an email to be sent to the registered email address for the user's account, with a link allowing the user to + /// change the password.If an account recovery email template ID is provided, an email using the custom email template will + /// be used. + /// + public void SendAccountRecoveryEmail(SendAccountRecoveryEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + PlayFabHttp.MakeApiCall("/Client/SendAccountRecoveryEmail", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the tag list for a specified user in the friend list of the local user + /// + public void SetFriendTags(SetFriendTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/SetFriendTags", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the player's secret if it is not already set. Player secrets are used to sign API requests. To reset a player's + /// secret use the Admin or Server API method SetPlayerSecret. + /// + public void SetPlayerSecret(SetPlayerSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/SetPlayerSecret", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Creates an order for a list of items from the title catalog + /// + public void StartPurchase(StartPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/StartPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Decrements the user's balance of the specified virtual currency by the stated amount. It is possible to make + /// a VC balance negative with this API. + /// + public void SubtractUserVirtualCurrency(SubtractUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/SubtractUserVirtualCurrency", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Android device identifier from the user's PlayFab account + /// + public void UnlinkAndroidDeviceID(UnlinkAndroidDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkAndroidDeviceID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Apple account from the user's PlayFab account. + /// + public void UnlinkApple(UnlinkAppleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkApple", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related custom identifier from the user's PlayFab account + /// + public void UnlinkCustomID(UnlinkCustomIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkCustomID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Facebook account from the user's PlayFab account + /// + public void UnlinkFacebookAccount(UnlinkFacebookAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkFacebookAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Facebook Instant Game Ids from the user's PlayFab account + /// + public void UnlinkFacebookInstantGamesId(UnlinkFacebookInstantGamesIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkFacebookInstantGamesId", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Game Center account from the user's PlayFab account + /// + public void UnlinkGameCenterAccount(UnlinkGameCenterAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkGameCenterAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Google account from the user's PlayFab account + /// (https://developers.google.com/android/reference/com/google/android/gms/auth/GoogleAuthUtil#public-methods). + /// + public void UnlinkGoogleAccount(UnlinkGoogleAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkGoogleAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Google Play Games account from the user's PlayFab account. + /// + public void UnlinkGooglePlayGamesServicesAccount(UnlinkGooglePlayGamesServicesAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkGooglePlayGamesServicesAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related iOS device identifier from the user's PlayFab account + /// + public void UnlinkIOSDeviceID(UnlinkIOSDeviceIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkIOSDeviceID", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Kongregate identifier from the user's PlayFab account + /// + public void UnlinkKongregate(UnlinkKongregateAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkKongregate", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Nintendo account from the user's PlayFab account. + /// + public void UnlinkNintendoServiceAccount(UnlinkNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkNintendoServiceAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related NintendoSwitchDeviceId from the user's PlayFab account + /// + public void UnlinkNintendoSwitchDeviceId(UnlinkNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkNintendoSwitchDeviceId", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks an OpenID Connect account from a user's PlayFab account, based on the connection ID of an existing relationship + /// between a title and an Open ID Connect provider. + /// + public void UnlinkOpenIdConnect(UnlinkOpenIdConnectRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkOpenIdConnect", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related PlayStation :tm: Network account from the user's PlayFab account + /// + public void UnlinkPSNAccount(UnlinkPSNAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkPSNAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Steam account from the user's PlayFab account + /// + public void UnlinkSteamAccount(UnlinkSteamAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkSteamAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Twitch account from the user's PlayFab account. + /// + public void UnlinkTwitch(UnlinkTwitchAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkTwitch", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Xbox Live account from the user's PlayFab account + /// + public void UnlinkXboxAccount(UnlinkXboxAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlinkXboxAccount", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Opens the specified container, with the specified key (when required), and returns the contents of the + /// opened container. If the container (and key when relevant) are consumable (RemainingUses > 0), their RemainingUses will + /// be decremented, consistent with the operation of ConsumeItem. + /// + public void UnlockContainerInstance(UnlockContainerInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlockContainerInstance", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Searches target inventory for an ItemInstance matching the given CatalogItemId, if necessary unlocks it + /// using an appropriate key, and returns the contents of the opened container. If the container (and key when relevant) are + /// consumable (RemainingUses > 0), their RemainingUses will be decremented, consistent with the operation of ConsumeItem. + /// + public void UnlockContainerItem(UnlockContainerItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UnlockContainerItem", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Update the avatar URL of the player + /// + public void UpdateAvatarUrl(UpdateAvatarUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UpdateAvatarUrl", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates and updates the title-specific custom data for the user's character which is readable and writable by the client + /// + public void UpdateCharacterData(UpdateCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UpdateCharacterData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the values of the specified title-specific statistics for the specific character. By default, clients are not + /// permitted to update statistics. Developers may override this setting in the Game Manager > Settings > API Features. + /// + public void UpdateCharacterStatistics(UpdateCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UpdateCharacterStatistics", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the values of the specified title-specific statistics for the user. By default, clients are not permitted to + /// update statistics. Developers may override this setting in the Game Manager > Settings > API Features. + /// + public void UpdatePlayerStatistics(UpdatePlayerStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UpdatePlayerStatistics", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds, updates, and removes data keys for a shared group object. If the permission is set to Public, all fields updated + /// or added in this call will be readable by users not in the group. By default, data permissions are set to Private. + /// Regardless of the permission setting, only members of the group can update the data. Shared Groups are designed for + /// sharing data between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void UpdateSharedGroupData(UpdateSharedGroupDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UpdateSharedGroupData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates and updates the title-specific custom data for the user which is readable and writable by the client + /// + public void UpdateUserData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UpdateUserData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates and updates the publisher-specific custom data for the user which is readable and writable by the client + /// + public void UpdateUserPublisherData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UpdateUserPublisherData", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title specific display name for the user + /// + public void UpdateUserTitleDisplayName(UpdateUserTitleDisplayNameRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/UpdateUserTitleDisplayName", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Validates with Amazon that the receipt for an Amazon App Store in-app purchase is valid and that it matches + /// the purchased catalog item + /// + public void ValidateAmazonIAPReceipt(ValidateAmazonReceiptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ValidateAmazonIAPReceipt", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Validates a Google Play purchase and gives the corresponding item to the player. + /// + public void ValidateGooglePlayPurchase(ValidateGooglePlayPurchaseRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ValidateGooglePlayPurchase", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Validates with the Apple store that the receipt for an iOS in-app purchase is valid and that it matches the + /// purchased catalog item + /// + public void ValidateIOSReceipt(ValidateIOSReceiptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ValidateIOSReceipt", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Validates with Windows that the receipt for an Windows App Store in-app purchase is valid and that it + /// matches the purchased catalog item + /// + public void ValidateWindowsStoreReceipt(ValidateWindowsReceiptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/ValidateWindowsStoreReceipt", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Writes a character-based event into PlayStream. + /// + public void WriteCharacterEvent(WriteClientCharacterEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/WriteCharacterEvent", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Writes a player-based event into PlayStream. + /// + public void WritePlayerEvent(WriteClientPlayerEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/WritePlayerEvent", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Writes a title-based event into PlayStream. + /// + public void WriteTitleEvent(WriteTitleEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsClientLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Client/WriteTitleEvent", request, AuthType.LoginSession, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Client/PlayFabClientInstanceAPI.cs.meta b/Assets/PlayFabSDK/Client/PlayFabClientInstanceAPI.cs.meta new file mode 100644 index 00000000..b7573e77 --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabClientInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ddd185cc4cdc40643a08607da563ddc4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Client/PlayFabClientModels.cs b/Assets/PlayFabSDK/Client/PlayFabClientModels.cs new file mode 100644 index 00000000..a8e51aae --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabClientModels.cs @@ -0,0 +1,7535 @@ +#if !DISABLE_PLAYFABCLIENT_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.ClientModels +{ + [Serializable] + public class AcceptTradeRequest : PlayFabRequestCommon + { + /// + /// Items from the accepting player's inventory in exchange for the offered items in the trade. In the case of a gift, this + /// will be null. + /// + public List AcceptedInventoryInstanceIds; + /// + /// Player who opened the trade. + /// + public string OfferingPlayerId; + /// + /// Trade identifier. + /// + public string TradeId; + } + + [Serializable] + public class AcceptTradeResponse : PlayFabResultCommon + { + /// + /// Details about trade which was just accepted. + /// + public TradeInfo Trade; + } + + public enum AdActivity + { + Opened, + Closed, + Start, + End + } + + [Serializable] + public class AdCampaignAttributionModel : PlayFabBaseModel + { + /// + /// UTC time stamp of attribution + /// + public DateTime AttributedAt; + /// + /// Attribution campaign identifier + /// + public string CampaignId; + /// + /// Attribution network name + /// + public string Platform; + } + + [Serializable] + public class AddFriendRequest : PlayFabRequestCommon + { + /// + /// Email address of the user to attempt to add to the local user's friend list. + /// + public string FriendEmail; + /// + /// PlayFab identifier of the user to attempt to add to the local user's friend list. + /// + public string FriendPlayFabId; + /// + /// Title-specific display name of the user to attempt to add to the local user's friend list. + /// + public string FriendTitleDisplayName; + /// + /// PlayFab username of the user to attempt to add to the local user's friend list. + /// + public string FriendUsername; + } + + [Serializable] + public class AddFriendResult : PlayFabResultCommon + { + /// + /// True if the friend request was processed successfully. + /// + public bool Created; + } + + [Serializable] + public class AddGenericIDRequest : PlayFabRequestCommon + { + /// + /// Generic service identifier to add to the player account. + /// + public GenericServiceId GenericId; + } + + [Serializable] + public class AddGenericIDResult : PlayFabResultCommon + { + } + + /// + /// This API adds a contact email to the player's profile. If the player's profile already contains a contact email, it will + /// update the contact email to the email address specified. + /// + [Serializable] + public class AddOrUpdateContactEmailRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The new contact email to associate with the player. + /// + public string EmailAddress; + } + + [Serializable] + public class AddOrUpdateContactEmailResult : PlayFabResultCommon + { + } + + [Serializable] + public class AddSharedGroupMembersRequest : PlayFabRequestCommon + { + /// + /// An array of unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public List PlayFabIds; + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + [Serializable] + public class AddSharedGroupMembersResult : PlayFabResultCommon + { + } + + [Serializable] + public class AddUsernamePasswordRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// User email address attached to their account + /// + public string Email; + /// + /// Password for the PlayFab account (6-100 characters) + /// + public string Password; + /// + /// PlayFab username for the account (3-20 characters) + /// + public string Username; + } + + /// + /// Each account must have a unique username and email address in the PlayFab service. Once created, the account may be + /// associated with additional accounts (Steam, Facebook, Game Center, etc.), allowing for added social network lists and + /// achievements systems. This can also be used to provide a recovery method if the user loses their original means of + /// access. + /// + [Serializable] + public class AddUsernamePasswordResult : PlayFabResultCommon + { + /// + /// PlayFab unique user name. + /// + public string Username; + } + + /// + /// This API must be enabled for use as an option in the game manager website. It is disabled by default. + /// + [Serializable] + public class AddUserVirtualCurrencyRequest : PlayFabRequestCommon + { + /// + /// Amount to be added to the user balance of the specified virtual currency. + /// + public int Amount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Name of the virtual currency which is to be incremented. + /// + public string VirtualCurrency; + } + + /// + /// A single ad placement details including placement and reward information + /// + [Serializable] + public class AdPlacementDetails : PlayFabBaseModel + { + /// + /// Placement unique ID + /// + public string PlacementId; + /// + /// Placement name + /// + public string PlacementName; + /// + /// If placement has viewing limits indicates how many views are left + /// + public int? PlacementViewsRemaining; + /// + /// If placement has viewing limits indicates when they will next reset + /// + public double? PlacementViewsResetMinutes; + /// + /// Optional URL to a reward asset + /// + public string RewardAssetUrl; + /// + /// Reward description + /// + public string RewardDescription; + /// + /// Reward unique ID + /// + public string RewardId; + /// + /// Reward name + /// + public string RewardName; + } + + /// + /// Details for each item granted + /// + [Serializable] + public class AdRewardItemGranted : PlayFabBaseModel + { + /// + /// Catalog ID + /// + public string CatalogId; + /// + /// Catalog item display name + /// + public string DisplayName; + /// + /// Inventory instance ID + /// + public string InstanceId; + /// + /// Item ID + /// + public string ItemId; + } + + /// + /// Details on what was granted to the player + /// + [Serializable] + public class AdRewardResults : PlayFabBaseModel + { + /// + /// Array of the items granted to the player + /// + public List GrantedItems; + /// + /// Dictionary of virtual currencies that were granted to the player + /// + public Dictionary GrantedVirtualCurrencies; + /// + /// Dictionary of statistics that were modified for the player + /// + public Dictionary IncrementedStatistics; + } + + /// + /// More information can be found on configuring your game for the Google Cloud Messaging service in the Google developer + /// documentation, here: http://developer.android.com/google/gcm/client.html. The steps to configure and send Push + /// Notifications is described in the PlayFab tutorials, here: + /// https://docs.microsoft.com/gaming/playfab/features/engagement/push-notifications/quickstart. + /// + [Serializable] + public class AndroidDevicePushNotificationRegistrationRequest : PlayFabRequestCommon + { + /// + /// Message to display when confirming push notification. + /// + public string ConfirmationMessage; + /// + /// Registration ID provided by the Google Cloud Messaging service when the title registered to receive push notifications + /// (see the GCM documentation, here: http://developer.android.com/google/gcm/client.html). + /// + public string DeviceToken; + /// + /// If true, send a test push message immediately after sucessful registration. Defaults to false. + /// + public bool? SendPushNotificationConfirmation; + } + + [Serializable] + public class AndroidDevicePushNotificationRegistrationResult : PlayFabResultCommon + { + } + + /// + /// If you have an ad attribution partner enabled, this will post an install to their service to track the device. It uses + /// the given device id to match based on clicks on ads. + /// + [Serializable] + public class AttributeInstallRequest : PlayFabRequestCommon + { + /// + /// The adid for this device. + /// + public string Adid; + /// + /// The IdentifierForAdvertisers for iOS Devices. + /// + public string Idfa; + } + + [Serializable] + public class AttributeInstallResult : PlayFabResultCommon + { + } + + [Serializable] + public class CancelTradeRequest : PlayFabRequestCommon + { + /// + /// Trade identifier. + /// + public string TradeId; + } + + [Serializable] + public class CancelTradeResponse : PlayFabResultCommon + { + /// + /// Details about trade which was just canceled. + /// + public TradeInfo Trade; + } + + [Serializable] + public class CartItem : PlayFabBaseModel + { + /// + /// Description of the catalog item. + /// + public string Description; + /// + /// Display name for the catalog item. + /// + public string DisplayName; + /// + /// Class name to which catalog item belongs. + /// + public string ItemClass; + /// + /// Unique identifier for the catalog item. + /// + public string ItemId; + /// + /// Unique instance identifier for this catalog item. + /// + public string ItemInstanceId; + /// + /// Cost of the catalog item for each applicable real world currency. + /// + public Dictionary RealCurrencyPrices; + /// + /// Amount of each applicable virtual currency which will be received as a result of purchasing this catalog item. + /// + public Dictionary VCAmount; + /// + /// Cost of the catalog item for each applicable virtual currency. + /// + public Dictionary VirtualCurrencyPrices; + } + + /// + /// A purchasable item from the item catalog + /// + [Serializable] + public class CatalogItem : PlayFabBaseModel + { + /// + /// defines the bundle properties for the item - bundles are items which contain other items, including random drop tables + /// and virtual currencies + /// + public CatalogItemBundleInfo Bundle; + /// + /// if true, then an item instance of this type can be used to grant a character to a user. + /// + public bool CanBecomeCharacter; + /// + /// catalog version for this item + /// + public string CatalogVersion; + /// + /// defines the consumable properties (number of uses, timeout) for the item + /// + public CatalogItemConsumableInfo Consumable; + /// + /// defines the container properties for the item - what items it contains, including random drop tables and virtual + /// currencies, and what item (if any) is required to open it via the UnlockContainerItem API + /// + public CatalogItemContainerInfo Container; + /// + /// game specific custom data + /// + public string CustomData; + /// + /// text description of item, to show in-game + /// + public string Description; + /// + /// text name for the item, to show in-game + /// + public string DisplayName; + /// + /// If the item has IsLImitedEdition set to true, and this is the first time this ItemId has been defined as a limited + /// edition item, this value determines the total number of instances to allocate for the title. Once this limit has been + /// reached, no more instances of this ItemId can be created, and attempts to purchase or grant it will return a Result of + /// false for that ItemId. If the item has already been defined to have a limited edition count, or if this value is less + /// than zero, it will be ignored. + /// + public int InitialLimitedEditionCount; + /// + /// BETA: If true, then only a fixed number can ever be granted. + /// + public bool IsLimitedEdition; + /// + /// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. + /// RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded + /// + public bool IsStackable; + /// + /// if true, then an item instance of this type can be traded between players using the trading APIs + /// + public bool IsTradable; + /// + /// class to which the item belongs + /// + public string ItemClass; + /// + /// unique identifier for this item + /// + public string ItemId; + /// + /// URL to the item image. For Facebook purchase to display the image on the item purchase page, this must be set to an HTTP + /// URL. + /// + public string ItemImageUrl; + /// + /// override prices for this item for specific currencies + /// + public Dictionary RealCurrencyPrices; + /// + /// list of item tags + /// + public List Tags; + /// + /// price of this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies) + /// + public Dictionary VirtualCurrencyPrices; + } + + [Serializable] + public class CatalogItemBundleInfo : PlayFabBaseModel + { + /// + /// unique ItemId values for all items which will be added to the player inventory when the bundle is added + /// + public List BundledItems; + /// + /// unique TableId values for all RandomResultTable objects which are part of the bundle (random tables will be resolved and + /// add the relevant items to the player inventory when the bundle is added) + /// + public List BundledResultTables; + /// + /// virtual currency types and balances which will be added to the player inventory when the bundle is added + /// + public Dictionary BundledVirtualCurrencies; + } + + [Serializable] + public class CatalogItemConsumableInfo : PlayFabBaseModel + { + /// + /// number of times this object can be used, after which it will be removed from the player inventory + /// + public uint? UsageCount; + /// + /// duration in seconds for how long the item will remain in the player inventory - once elapsed, the item will be removed + /// (recommended minimum value is 5 seconds, as lower values can cause the item to expire before operations depending on + /// this item's details have completed) + /// + public uint? UsagePeriod; + /// + /// all inventory item instances in the player inventory sharing a non-null UsagePeriodGroup have their UsagePeriod values + /// added together, and share the result - when that period has elapsed, all the items in the group will be removed + /// + public string UsagePeriodGroup; + } + + /// + /// Containers are inventory items that can hold other items defined in the catalog, as well as virtual currency, which is + /// added to the player inventory when the container is unlocked, using the UnlockContainerItem API. The items can be + /// anything defined in the catalog, as well as RandomResultTable objects which will be resolved when the container is + /// unlocked. Containers and their keys should be defined as Consumable (having a limited number of uses) in their catalog + /// defintiions, unless the intent is for the player to be able to re-use them infinitely. + /// + [Serializable] + public class CatalogItemContainerInfo : PlayFabBaseModel + { + /// + /// unique ItemId values for all items which will be added to the player inventory, once the container has been unlocked + /// + public List ItemContents; + /// + /// ItemId for the catalog item used to unlock the container, if any (if not specified, a call to UnlockContainerItem will + /// open the container, adding the contents to the player inventory and currency balances) + /// + public string KeyItemId; + /// + /// unique TableId values for all RandomResultTable objects which are part of the container (once unlocked, random tables + /// will be resolved and add the relevant items to the player inventory) + /// + public List ResultTableContents; + /// + /// virtual currency types and balances which will be added to the player inventory when the container is unlocked + /// + public Dictionary VirtualCurrencyContents; + } + + [Serializable] + public class CharacterInventory : PlayFabBaseModel + { + /// + /// The id of this character. + /// + public string CharacterId; + /// + /// The inventory of this character. + /// + public List Inventory; + } + + [Serializable] + public class CharacterLeaderboardEntry : PlayFabBaseModel + { + /// + /// PlayFab unique identifier of the character that belongs to the user for this leaderboard entry. + /// + public string CharacterId; + /// + /// Title-specific display name of the character for this leaderboard entry. + /// + public string CharacterName; + /// + /// Name of the character class for this entry. + /// + public string CharacterType; + /// + /// Title-specific display name of the user for this leaderboard entry. + /// + public string DisplayName; + /// + /// PlayFab unique identifier of the user for this leaderboard entry. + /// + public string PlayFabId; + /// + /// User's overall position in the leaderboard. + /// + public int Position; + /// + /// Specific value of the user's statistic. + /// + public int StatValue; + } + + [Serializable] + public class CharacterResult : PlayFabBaseModel + { + /// + /// The id for this character on this player. + /// + public string CharacterId; + /// + /// The name of this character. + /// + public string CharacterName; + /// + /// The type-string that was given to this character on creation. + /// + public string CharacterType; + } + + public enum CloudScriptRevisionOption + { + Live, + Latest, + Specific + } + + /// + /// The final step in the purchasing process, this API finalizes the purchase with the payment provider, where applicable, + /// adding virtual goods to the player inventory (including random drop table resolution and recursive addition of bundled + /// items) and adjusting virtual currency balances for funds used or added. Note that this is a pull operation, and should + /// be polled regularly when a purchase is in progress. Please note that the processing time for inventory grants and + /// purchases increases fractionally the more items are in the inventory, and the more items are in the grant/purchase + /// operation. + /// + [Serializable] + public class ConfirmPurchaseRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Purchase order identifier returned from StartPurchase. + /// + public string OrderId; + } + + /// + /// When the FailedByPaymentProvider error is returned, it's important to check the ProviderErrorCode, ProviderErrorMessage, + /// and ProviderErrorDetails to understand the specific reason the payment was rejected, as in some rare cases, this may + /// mean that the provider hasn't completed some operation required to finalize the purchase. + /// + [Serializable] + public class ConfirmPurchaseResult : PlayFabResultCommon + { + /// + /// Array of items purchased. + /// + public List Items; + /// + /// Purchase order identifier. + /// + public string OrderId; + /// + /// Date and time of the purchase. + /// + public DateTime PurchaseDate; + } + + [Serializable] + public class ConsumeItemRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Number of uses to consume from the item. + /// + public int ConsumeCount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique instance identifier of the item to be consumed. + /// + public string ItemInstanceId; + } + + [Serializable] + public class ConsumeItemResult : PlayFabResultCommon + { + /// + /// Unique instance identifier of the item with uses consumed. + /// + public string ItemInstanceId; + /// + /// Number of uses remaining on the item. + /// + public int RemainingUses; + } + + [Serializable] + public class ConsumeMicrosoftStoreEntitlementsRequest : PlayFabRequestCommon + { + /// + /// Catalog version to use + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Marketplace specific payload containing details to fetch in app purchase transactions + /// + public MicrosoftStorePayload MarketplaceSpecificData; + } + + [Serializable] + public class ConsumeMicrosoftStoreEntitlementsResponse : PlayFabResultCommon + { + /// + /// Details for the items purchased. + /// + public List Items; + } + + [Serializable] + public class ConsumePS5EntitlementsRequest : PlayFabRequestCommon + { + /// + /// Catalog version to use + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Marketplace specific payload containing details to fetch in app purchase transactions + /// + public PlayStation5Payload MarketplaceSpecificData; + } + + [Serializable] + public class ConsumePS5EntitlementsResult : PlayFabResultCommon + { + /// + /// Details for the items purchased. + /// + public List Items; + } + + [Serializable] + public class ConsumePSNEntitlementsRequest : PlayFabRequestCommon + { + /// + /// Which catalog to match granted entitlements against. If null, defaults to title default catalog + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Id of the PlayStation :tm: Network service label to consume entitlements from + /// + public int ServiceLabel; + } + + [Serializable] + public class ConsumePSNEntitlementsResult : PlayFabResultCommon + { + /// + /// Array of items granted to the player as a result of consuming entitlements. + /// + public List ItemsGranted; + } + + [Serializable] + public class ConsumeXboxEntitlementsRequest : PlayFabRequestCommon + { + /// + /// Catalog version to use + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Token provided by the Xbox Live SDK/XDK method GetTokenAndSignatureAsync("POST", "https://playfabapi.com/", ""). + /// + public string XboxToken; + } + + [Serializable] + public class ConsumeXboxEntitlementsResult : PlayFabResultCommon + { + /// + /// Details for the items purchased. + /// + public List Items; + } + + [Serializable] + public class ContactEmailInfoModel : PlayFabBaseModel + { + /// + /// The email address + /// + public string EmailAddress; + /// + /// The name of the email info data + /// + public string Name; + /// + /// The verification status of the email + /// + public EmailVerificationStatus? VerificationStatus; + } + + public enum ContinentCode + { + AF, + AN, + AS, + EU, + NA, + OC, + SA, + Unknown + } + + public enum CountryCode + { + AF, + AX, + AL, + DZ, + AS, + AD, + AO, + AI, + AQ, + AG, + AR, + AM, + AW, + AU, + AT, + AZ, + BS, + BH, + BD, + BB, + BY, + BE, + BZ, + BJ, + BM, + BT, + BO, + BQ, + BA, + BW, + BV, + BR, + IO, + BN, + BG, + BF, + BI, + KH, + CM, + CA, + CV, + KY, + CF, + TD, + CL, + CN, + CX, + CC, + CO, + KM, + CG, + CD, + CK, + CR, + CI, + HR, + CU, + CW, + CY, + CZ, + DK, + DJ, + DM, + DO, + EC, + EG, + SV, + GQ, + ER, + EE, + ET, + FK, + FO, + FJ, + FI, + FR, + GF, + PF, + TF, + GA, + GM, + GE, + DE, + GH, + GI, + GR, + GL, + GD, + GP, + GU, + GT, + GG, + GN, + GW, + GY, + HT, + HM, + VA, + HN, + HK, + HU, + IS, + IN, + ID, + IR, + IQ, + IE, + IM, + IL, + IT, + JM, + JP, + JE, + JO, + KZ, + KE, + KI, + KP, + KR, + KW, + KG, + LA, + LV, + LB, + LS, + LR, + LY, + LI, + LT, + LU, + MO, + MK, + MG, + MW, + MY, + MV, + ML, + MT, + MH, + MQ, + MR, + MU, + YT, + MX, + FM, + MD, + MC, + MN, + ME, + MS, + MA, + MZ, + MM, + NA, + NR, + NP, + NL, + NC, + NZ, + NI, + NE, + NG, + NU, + NF, + MP, + NO, + OM, + PK, + PW, + PS, + PA, + PG, + PY, + PE, + PH, + PN, + PL, + PT, + PR, + QA, + RE, + RO, + RU, + RW, + BL, + SH, + KN, + LC, + MF, + PM, + VC, + WS, + SM, + ST, + SA, + SN, + RS, + SC, + SL, + SG, + SX, + SK, + SI, + SB, + SO, + ZA, + GS, + SS, + ES, + LK, + SD, + SR, + SJ, + SZ, + SE, + CH, + SY, + TW, + TJ, + TZ, + TH, + TL, + TG, + TK, + TO, + TT, + TN, + TR, + TM, + TC, + TV, + UG, + UA, + AE, + GB, + US, + UM, + UY, + UZ, + VU, + VE, + VN, + VG, + VI, + WF, + EH, + YE, + ZM, + ZW, + Unknown + } + + /// + /// If SharedGroupId is specified, the service will attempt to create a group with that identifier, and will return an error + /// if it is already in use. If no SharedGroupId is specified, a random identifier will be assigned. + /// + [Serializable] + public class CreateSharedGroupRequest : PlayFabRequestCommon + { + /// + /// Unique identifier for the shared group (a random identifier will be assigned, if one is not specified). + /// + public string SharedGroupId; + } + + [Serializable] + public class CreateSharedGroupResult : PlayFabResultCommon + { + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + public enum Currency + { + AED, + AFN, + ALL, + AMD, + ANG, + AOA, + ARS, + AUD, + AWG, + AZN, + BAM, + BBD, + BDT, + BGN, + BHD, + BIF, + BMD, + BND, + BOB, + BRL, + BSD, + BTN, + BWP, + BYR, + BZD, + CAD, + CDF, + CHF, + CLP, + CNY, + COP, + CRC, + CUC, + CUP, + CVE, + CZK, + DJF, + DKK, + DOP, + DZD, + EGP, + ERN, + ETB, + EUR, + FJD, + FKP, + GBP, + GEL, + GGP, + GHS, + GIP, + GMD, + GNF, + GTQ, + GYD, + HKD, + HNL, + HRK, + HTG, + HUF, + IDR, + ILS, + IMP, + INR, + IQD, + IRR, + ISK, + JEP, + JMD, + JOD, + JPY, + KES, + KGS, + KHR, + KMF, + KPW, + KRW, + KWD, + KYD, + KZT, + LAK, + LBP, + LKR, + LRD, + LSL, + LYD, + MAD, + MDL, + MGA, + MKD, + MMK, + MNT, + MOP, + MRO, + MUR, + MVR, + MWK, + MXN, + MYR, + MZN, + NAD, + NGN, + NIO, + NOK, + NPR, + NZD, + OMR, + PAB, + PEN, + PGK, + PHP, + PKR, + PLN, + PYG, + QAR, + RON, + RSD, + RUB, + RWF, + SAR, + SBD, + SCR, + SDG, + SEK, + SGD, + SHP, + SLL, + SOS, + SPL, + SRD, + STD, + SVC, + SYP, + SZL, + THB, + TJS, + TMT, + TND, + TOP, + TRY, + TTD, + TVD, + TWD, + TZS, + UAH, + UGX, + USD, + UYU, + UZS, + VEF, + VND, + VUV, + WST, + XAF, + XCD, + XDR, + XOF, + XPF, + YER, + ZAR, + ZMW, + ZWD + } + + /// + /// Any arbitrary information collected by the device + /// + [Serializable] + public class DeviceInfoRequest : PlayFabRequestCommon + { + /// + /// Information posted to the PlayStream Event. Currently arbitrary, and specific to the environment sending it. + /// + public Dictionary Info; + } + + public enum EmailVerificationStatus + { + Unverified, + Pending, + Confirmed + } + + [Serializable] + public class EmptyResponse : PlayFabResultCommon + { + } + + [Serializable] + public class EmptyResult : PlayFabResultCommon + { + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class EntityTokenResponse : PlayFabBaseModel + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// The token used to set X-EntityToken for all entity based API calls. + /// + public string EntityToken; + /// + /// The time the token will expire, if it is an expiring token, in UTC. + /// + public DateTime? TokenExpiration; + } + + [Serializable] + public class ExecuteCloudScriptRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the CloudScript function to execute + /// + public string FunctionName; + /// + /// Object that is passed in to the function as the first argument + /// + public object FunctionParameter; + /// + /// Generate a 'player_executed_cloudscript' PlayStream event containing the results of the function execution and other + /// contextual information. This event will show up in the PlayStream debugger console for the player in Game Manager. + /// + public bool? GeneratePlayStreamEvent; + /// + /// Option for which revision of the CloudScript to execute. 'Latest' executes the most recently created revision, 'Live' + /// executes the current live, published revision, and 'Specific' executes the specified revision. The default value is + /// 'Specific', if the SpeificRevision parameter is specified, otherwise it is 'Live'. + /// + public CloudScriptRevisionOption? RevisionSelection; + /// + /// The specivic revision to execute, when RevisionSelection is set to 'Specific' + /// + public int? SpecificRevision; + } + + [Serializable] + public class ExecuteCloudScriptResult : PlayFabResultCommon + { + /// + /// Number of PlayFab API requests issued by the CloudScript function + /// + public int APIRequestsIssued; + /// + /// Information about the error, if any, that occurred during execution + /// + public ScriptExecutionError Error; + public double ExecutionTimeSeconds; + /// + /// The name of the function that executed + /// + public string FunctionName; + /// + /// The object returned from the CloudScript function, if any + /// + public object FunctionResult; + /// + /// Flag indicating if the FunctionResult was too large and was subsequently dropped from this event. This only occurs if + /// the total event size is larger than 350KB. + /// + public bool? FunctionResultTooLarge; + /// + /// Number of external HTTP requests issued by the CloudScript function + /// + public int HttpRequestsIssued; + /// + /// Entries logged during the function execution. These include both entries logged in the function code using log.info() + /// and log.error() and error entries for API and HTTP request failures. + /// + public List Logs; + /// + /// Flag indicating if the logs were too large and were subsequently dropped from this event. This only occurs if the total + /// event size is larger than 350KB after the FunctionResult was removed. + /// + public bool? LogsTooLarge; + public uint MemoryConsumedBytes; + /// + /// Processor time consumed while executing the function. This does not include time spent waiting on API calls or HTTP + /// requests. + /// + public double ProcessorTimeSeconds; + /// + /// The revision of the CloudScript that executed + /// + public int Revision; + } + + public enum ExternalFriendSources + { + None, + Steam, + Facebook, + Xbox, + Psn, + All + } + + [Serializable] + public class FacebookInstantGamesPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Facebook Instant Games identifier for a user. + /// + public string FacebookInstantGamesId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Facebook Instant Games identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class FacebookPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Facebook identifier for a user. + /// + public string FacebookId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Facebook identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class FriendInfo : PlayFabBaseModel + { + /// + /// Available Facebook information (if the user and connected Facebook friend both have PlayFab Accounts in the same title). + /// + public UserFacebookInfo FacebookInfo; + /// + /// PlayFab unique identifier for this friend. + /// + public string FriendPlayFabId; + /// + /// Available Game Center information (if the user and connected Game Center friend both have PlayFab Accounts in the same + /// title). + /// + public UserGameCenterInfo GameCenterInfo; + /// + /// The profile of the user, if requested. + /// + public PlayerProfileModel Profile; + /// + /// Available PlayStation :tm: Network information, if the user connected PlayStation :tm Network friend both have PlayFab + /// Accounts in the same title. + /// + public UserPsnInfo PSNInfo; + /// + /// Available Steam information (if the user and connected Steam friend both have PlayFab Accounts in the same title). + /// + public UserSteamInfo SteamInfo; + /// + /// Tags which have been associated with this friend. + /// + public List Tags; + /// + /// Title-specific display name for this friend. + /// + public string TitleDisplayName; + /// + /// PlayFab unique username for this friend. + /// + public string Username; + /// + /// Available Xbox information, (if the user and connected Xbox Live friend both have PlayFab Accounts in the same title). + /// + public UserXboxInfo XboxInfo; + } + + [Serializable] + public class GameCenterPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Game Center identifier for a user. + /// + public string GameCenterId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Game Center identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class GenericPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique generic service identifier for a user. + /// + public GenericServiceId GenericId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the given generic identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class GenericServiceId : PlayFabBaseModel + { + /// + /// Name of the service for which the player has a unique identifier. + /// + public string ServiceName; + /// + /// Unique identifier of the player in that service. + /// + public string UserId; + } + + [Serializable] + public class GetAccountInfoRequest : PlayFabRequestCommon + { + /// + /// User email address for the account to find (if no Username is specified). + /// + public string Email; + /// + /// Unique PlayFab identifier of the user whose info is being requested. Optional, defaults to the authenticated user if no + /// other lookup identifier set. + /// + public string PlayFabId; + /// + /// Title-specific username for the account to find (if no Email is set). Note that if the non-unique Title Display Names + /// option is enabled for the title, attempts to look up users by Title Display Name will always return AccountNotFound. + /// + public string TitleDisplayName; + /// + /// PlayFab Username for the account to find (if no PlayFabId is specified). + /// + public string Username; + } + + /// + /// This API retrieves details regarding the player in the PlayFab service. Note that when this call is used to retrieve + /// data about another player (not the one signed into the local client), some data, such as Personally Identifying + /// Information (PII), will be omitted for privacy reasons or to comply with the requirements of the platform belongs to. + /// The user account returned will be based on the identifier provided in priority order: PlayFabId, Username, Email, then + /// TitleDisplayName. If no identifier is specified, the currently signed in user's information will be returned. + /// + [Serializable] + public class GetAccountInfoResult : PlayFabResultCommon + { + /// + /// Account information for the local user. + /// + public UserAccountInfo AccountInfo; + } + + /// + /// Using an AppId to return a list of valid ad placements for a player. + /// + [Serializable] + public class GetAdPlacementsRequest : PlayFabRequestCommon + { + /// + /// The current AppId to use + /// + public string AppId; + /// + /// Using the name or unique identifier, filter the result for get a specific placement. + /// + public NameIdentifier Identifier; + } + + /// + /// Array of AdPlacementDetails + /// + [Serializable] + public class GetAdPlacementsResult : PlayFabResultCommon + { + /// + /// Array of results + /// + public List AdPlacements; + } + + [Serializable] + public class GetCatalogItemsRequest : PlayFabRequestCommon + { + /// + /// Which catalog is being requested. If null, uses the default catalog. + /// + public string CatalogVersion; + } + + /// + /// If CatalogVersion is not specified, only inventory items associated with the most recent version of the catalog will be + /// returned. + /// + [Serializable] + public class GetCatalogItemsResult : PlayFabResultCommon + { + /// + /// Array of items which can be purchased. + /// + public List Catalog; + } + + /// + /// Data is stored as JSON key-value pairs. If the Keys parameter is provided, the data object returned will only contain + /// the data specific to the indicated Keys. Otherwise, the full set of custom character data will be returned. + /// + [Serializable] + public class GetCharacterDataRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The version that currently exists according to the caller. The call will return the data for all of the keys if the + /// version in the system is greater than this. + /// + public uint? IfChangedFromDataVersion; + /// + /// Specific keys to search for in the custom user data. + /// + public List Keys; + /// + /// Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set. + /// + public string PlayFabId; + } + + [Serializable] + public class GetCharacterDataResult : PlayFabResultCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// User specific data for this title. + /// + public Dictionary Data; + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + } + + /// + /// All items currently in the character inventory will be returned, irrespective of how they were acquired (via purchasing, + /// grants, coupons, etc.). Items that are expired, fully consumed, or are no longer valid are not considered to be in the + /// user's current inventory, and so will not be not included. Also returns their virtual currency balances. + /// + [Serializable] + public class GetCharacterInventoryRequest : PlayFabRequestCommon + { + /// + /// Used to limit results to only those from a specific catalog version. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetCharacterInventoryResult : PlayFabResultCommon + { + /// + /// Unique identifier of the character for this inventory. + /// + public string CharacterId; + /// + /// Array of inventory items belonging to the character. + /// + public List Inventory; + /// + /// Array of virtual currency balance(s) belonging to the character. + /// + public Dictionary VirtualCurrency; + /// + /// Array of remaining times and timestamps for virtual currencies. + /// + public Dictionary VirtualCurrencyRechargeTimes; + } + + [Serializable] + public class GetCharacterLeaderboardRequest : PlayFabRequestCommon + { + /// + /// Maximum number of entries to retrieve. Default 10, maximum 100. + /// + public int? MaxResultsCount; + /// + /// First entry in the leaderboard to be retrieved. + /// + public int StartPosition; + /// + /// Unique identifier for the title-specific statistic for the leaderboard. + /// + public string StatisticName; + } + + /// + /// Note that the Position of the character in the results is for the overall leaderboard. + /// + [Serializable] + public class GetCharacterLeaderboardResult : PlayFabResultCommon + { + /// + /// Ordered list of leaderboard entries. + /// + public List Leaderboard; + } + + [Serializable] + public class GetCharacterStatisticsRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + } + + /// + /// In addition to being available for use by the title, the statistics are used for all leaderboard operations in PlayFab. + /// + [Serializable] + public class GetCharacterStatisticsResult : PlayFabResultCommon + { + /// + /// The requested character statistics. + /// + public Dictionary CharacterStatistics; + } + + [Serializable] + public class GetContentDownloadUrlRequest : PlayFabRequestCommon + { + /// + /// HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET. + /// + public string HttpMethod; + /// + /// Key of the content item to fetch, usually formatted as a path, e.g. images/a.png + /// + public string Key; + /// + /// True to download through CDN. CDN provides higher download bandwidth and lower latency. However, if you want the latest, + /// non-cached version of the content during development, set this to false. Default is true. + /// + public bool? ThruCDN; + } + + [Serializable] + public class GetContentDownloadUrlResult : PlayFabResultCommon + { + /// + /// URL for downloading content via HTTP GET or HEAD method. The URL will expire in approximately one hour. + /// + public string URL; + } + + [Serializable] + public class GetFriendLeaderboardAroundPlayerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates which other platforms' friends should be included in the response. In HTTP, it is represented as a + /// comma-separated list of platforms. + /// + public ExternalFriendSources? ExternalPlatformFriends; + /// + /// Maximum number of entries to retrieve. Default 10, maximum 100. + /// + public int? MaxResultsCount; + /// + /// PlayFab unique identifier of the user to center the leaderboard around. If null will center on the logged in user. + /// + public string PlayFabId; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Statistic used to rank players for this leaderboard. + /// + public string StatisticName; + /// + /// The version of the leaderboard to get. + /// + public int? Version; + /// + /// Xbox token if Xbox friends should be included. Requires Xbox be configured on PlayFab. + /// + public string XboxToken; + } + + /// + /// Note: When calling 'GetLeaderboardAround...' APIs, the position of the user defaults to 0 when the user does not have + /// the corresponding statistic.If Facebook friends are included, make sure the access token from previous LoginWithFacebook + /// call is still valid and not expired. If Xbox Live friends are included, make sure the access token from the previous + /// LoginWithXbox call is still valid and not expired. + /// + [Serializable] + public class GetFriendLeaderboardAroundPlayerResult : PlayFabResultCommon + { + /// + /// Ordered listing of users and their positions in the requested leaderboard. + /// + public List Leaderboard; + /// + /// The time the next scheduled reset will occur. Null if the leaderboard does not reset on a schedule. + /// + public DateTime? NextReset; + /// + /// The version of the leaderboard returned. + /// + public int Version; + } + + [Serializable] + public class GetFriendLeaderboardRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates which other platforms' friends should be included in the response. In HTTP, it is represented as a + /// comma-separated list of platforms. + /// + public ExternalFriendSources? ExternalPlatformFriends; + /// + /// Maximum number of entries to retrieve. Default 10, maximum 100. + /// + public int? MaxResultsCount; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Position in the leaderboard to start this listing (defaults to the first entry). + /// + public int StartPosition; + /// + /// Statistic used to rank friends for this leaderboard. + /// + public string StatisticName; + /// + /// The version of the leaderboard to get. + /// + public int? Version; + /// + /// Xbox token if Xbox friends should be included. Requires Xbox be configured on PlayFab. + /// + public string XboxToken; + } + + [Serializable] + public class GetFriendsListRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates which other platforms' friends should be included in the response. In HTTP, it is represented as a + /// comma-separated list of platforms. + /// + public ExternalFriendSources? ExternalPlatformFriends; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Xbox token if Xbox friends should be included. Requires Xbox be configured on PlayFab. + /// + public string XboxToken; + } + + /// + /// If any additional services are queried for the user's friends, those friends who also have a PlayFab account registered + /// for the title will be returned in the results. For Facebook, user has to have logged into the title's Facebook app + /// recently, and only friends who also plays this game will be included. Note: If the user authenticated with + /// AuthenticationToken when calling LoginWithFacebook, instead of AcessToken, an empty list will be returned. For Xbox + /// Live, user has to have logged into the Xbox Live recently, and only friends who also play this game will be included. + /// + [Serializable] + public class GetFriendsListResult : PlayFabResultCommon + { + /// + /// Array of friends found. + /// + public List Friends; + } + + [Serializable] + public class GetLeaderboardAroundCharacterRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character on which to center the leaderboard. + /// + public string CharacterId; + /// + /// Maximum number of entries to retrieve. Default 10, maximum 100. + /// + public int? MaxResultsCount; + /// + /// Unique identifier for the title-specific statistic for the leaderboard. + /// + public string StatisticName; + } + + /// + /// Note: When calling 'GetLeaderboardAround...' APIs, the position of the character defaults to 0 when the character does + /// not have the corresponding statistic. + /// + [Serializable] + public class GetLeaderboardAroundCharacterResult : PlayFabResultCommon + { + /// + /// Ordered list of leaderboard entries. + /// + public List Leaderboard; + } + + [Serializable] + public class GetLeaderboardAroundPlayerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Maximum number of entries to retrieve. Default 10, maximum 100. + /// + public int? MaxResultsCount; + /// + /// PlayFab unique identifier of the user to center the leaderboard around. If null will center on the logged in user. + /// + public string PlayFabId; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Statistic used to rank players for this leaderboard. + /// + public string StatisticName; + /// + /// The version of the leaderboard to get. + /// + public int? Version; + } + + /// + /// Note: When calling 'GetLeaderboardAround...' APIs, the position of the user defaults to 0 when the user does not have + /// the corresponding statistic. + /// + [Serializable] + public class GetLeaderboardAroundPlayerResult : PlayFabResultCommon + { + /// + /// Ordered listing of users and their positions in the requested leaderboard. + /// + public List Leaderboard; + /// + /// The time the next scheduled reset will occur. Null if the leaderboard does not reset on a schedule. + /// + public DateTime? NextReset; + /// + /// The version of the leaderboard returned. + /// + public int Version; + } + + [Serializable] + public class GetLeaderboardForUsersCharactersRequest : PlayFabRequestCommon + { + /// + /// Unique identifier for the title-specific statistic for the leaderboard. + /// + public string StatisticName; + } + + /// + /// NOTE: The position of the character in the results is relative to the other characters for that specific user. This mean + /// the values will always be between 0 and one less than the number of characters returned regardless of the size of the + /// actual leaderboard. + /// + [Serializable] + public class GetLeaderboardForUsersCharactersResult : PlayFabResultCommon + { + /// + /// Ordered list of leaderboard entries. + /// + public List Leaderboard; + } + + [Serializable] + public class GetLeaderboardRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Maximum number of entries to retrieve. Default 10, maximum 100. + /// + public int? MaxResultsCount; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Position in the leaderboard to start this listing (defaults to the first entry). + /// + public int StartPosition; + /// + /// Statistic used to rank players for this leaderboard. + /// + public string StatisticName; + /// + /// The version of the leaderboard to get. + /// + public int? Version; + } + + /// + /// Note: the user's Position is relative to the overall leaderboard. + /// + [Serializable] + public class GetLeaderboardResult : PlayFabResultCommon + { + /// + /// Ordered listing of users and their positions in the requested leaderboard. + /// + public List Leaderboard; + /// + /// The time the next scheduled reset will occur. Null if the leaderboard does not reset on a schedule. + /// + public DateTime? NextReset; + /// + /// The version of the leaderboard returned. + /// + public int Version; + } + + [Serializable] + public class GetPaymentTokenRequest : PlayFabRequestCommon + { + /// + /// The name of service to provide the payment token. Allowed Values are: xsolla + /// + public string TokenProvider; + } + + [Serializable] + public class GetPaymentTokenResult : PlayFabResultCommon + { + /// + /// PlayFab's purchase order identifier. + /// + public string OrderId; + /// + /// The token from provider. + /// + public string ProviderToken; + } + + [Serializable] + public class GetPhotonAuthenticationTokenRequest : PlayFabRequestCommon + { + /// + /// The Photon applicationId for the game you wish to log into. + /// + public string PhotonApplicationId; + } + + [Serializable] + public class GetPhotonAuthenticationTokenResult : PlayFabResultCommon + { + /// + /// The Photon authentication token for this game-session. + /// + public string PhotonCustomAuthenticationToken; + } + + [Serializable] + public class GetPlayerCombinedInfoRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// PlayFabId of the user whose data will be returned. If not filled included, we return the data for the calling player. + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayerCombinedInfoRequestParams : PlayFabBaseModel + { + /// + /// Whether to get character inventories. Defaults to false. + /// + public bool GetCharacterInventories; + /// + /// Whether to get the list of characters. Defaults to false. + /// + public bool GetCharacterList; + /// + /// Whether to get player profile. Defaults to false. Has no effect for a new player. + /// + public bool GetPlayerProfile; + /// + /// Whether to get player statistics. Defaults to false. + /// + public bool GetPlayerStatistics; + /// + /// Whether to get title data. Defaults to false. + /// + public bool GetTitleData; + /// + /// Whether to get the player's account Info. Defaults to false + /// + public bool GetUserAccountInfo; + /// + /// Whether to get the player's custom data. Defaults to false + /// + public bool GetUserData; + /// + /// Whether to get the player's inventory. Defaults to false + /// + public bool GetUserInventory; + /// + /// Whether to get the player's read only data. Defaults to false + /// + public bool GetUserReadOnlyData; + /// + /// Whether to get the player's virtual currency balances. Defaults to false + /// + public bool GetUserVirtualCurrency; + /// + /// Specific statistics to retrieve. Leave null to get all keys. Has no effect if GetPlayerStatistics is false + /// + public List PlayerStatisticNames; + /// + /// Specifies the properties to return from the player profile. Defaults to returning the player's display name. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Specific keys to search for in the custom data. Leave null to get all keys. Has no effect if GetTitleData is false + /// + public List TitleDataKeys; + /// + /// Specific keys to search for in the custom data. Leave null to get all keys. Has no effect if GetUserData is false + /// + public List UserDataKeys; + /// + /// Specific keys to search for in the custom data. Leave null to get all keys. Has no effect if GetUserReadOnlyData is + /// false + /// + public List UserReadOnlyDataKeys; + } + + /// + /// Returns whatever info is requested in the response for the user. If no user is explicitly requested this defaults to the + /// authenticated user. If the user is the same as the requester, PII (like email address, facebook id) is returned if + /// available. Otherwise, only public information is returned. All parameters default to false. + /// + [Serializable] + public class GetPlayerCombinedInfoResult : PlayFabResultCommon + { + /// + /// Results for requested info. + /// + public GetPlayerCombinedInfoResultPayload InfoResultPayload; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayerCombinedInfoResultPayload : PlayFabBaseModel + { + /// + /// Account information for the user. This is always retrieved. + /// + public UserAccountInfo AccountInfo; + /// + /// Inventories for each character for the user. + /// + public List CharacterInventories; + /// + /// List of characters for the user. + /// + public List CharacterList; + /// + /// The profile of the players. This profile is not guaranteed to be up-to-date. For a new player, this profile will not + /// exist. + /// + public PlayerProfileModel PlayerProfile; + /// + /// List of statistics for this player. + /// + public List PlayerStatistics; + /// + /// Title data for this title. + /// + public Dictionary TitleData; + /// + /// User specific custom data. + /// + public Dictionary UserData; + /// + /// The version of the UserData that was returned. + /// + public uint UserDataVersion; + /// + /// Array of inventory items in the user's current inventory. + /// + public List UserInventory; + /// + /// User specific read-only data. + /// + public Dictionary UserReadOnlyData; + /// + /// The version of the Read-Only UserData that was returned. + /// + public uint UserReadOnlyDataVersion; + /// + /// Dictionary of virtual currency balance(s) belonging to the user. + /// + public Dictionary UserVirtualCurrency; + /// + /// Dictionary of remaining times and timestamps for virtual currencies. + /// + public Dictionary UserVirtualCurrencyRechargeTimes; + } + + /// + /// This API allows for access to details regarding a user in the PlayFab service, usually for purposes of customer support. + /// Note that data returned may be Personally Identifying Information (PII), such as email address, and so care should be + /// taken in how this data is stored and managed. Since this call will always return the relevant information for users who + /// have accessed the title, the recommendation is to not store this data locally. + /// + [Serializable] + public class GetPlayerProfileRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + } + + [Serializable] + public class GetPlayerProfileResult : PlayFabResultCommon + { + /// + /// The profile of the player. This profile is not guaranteed to be up-to-date. For a new player, this profile will not + /// exist. + /// + public PlayerProfileModel PlayerProfile; + } + + [Serializable] + public class GetPlayerSegmentsRequest : PlayFabRequestCommon + { + } + + [Serializable] + public class GetPlayerSegmentsResult : PlayFabResultCommon + { + /// + /// Array of segments the requested player currently belongs to. + /// + public List Segments; + } + + [Serializable] + public class GetPlayerStatisticsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// statistics to return (current version will be returned for each) + /// + public List StatisticNames; + /// + /// statistics to return, if StatisticNames is not set (only statistics which have a version matching that provided will be + /// returned) + /// + public List StatisticNameVersions; + } + + /// + /// In addition to being available for use by the title, the statistics are used for all leaderboard operations in PlayFab. + /// + [Serializable] + public class GetPlayerStatisticsResult : PlayFabResultCommon + { + /// + /// User statistics for the requested user. + /// + public List Statistics; + } + + [Serializable] + public class GetPlayerStatisticVersionsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// unique name of the statistic + /// + public string StatisticName; + } + + [Serializable] + public class GetPlayerStatisticVersionsResult : PlayFabResultCommon + { + /// + /// version change history of the statistic + /// + public List StatisticVersions; + } + + /// + /// This API will return a list of canonical tags which includes both namespace and tag's name. If namespace is not + /// provided, the result is a list of all canonical tags. TagName can be used for segmentation and Namespace is limited to + /// 128 characters. + /// + [Serializable] + public class GetPlayerTagsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Optional namespace to filter results by + /// + public string Namespace; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayerTagsResult : PlayFabResultCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Canonical tags (including namespace and tag's name) for the requested user + /// + public List Tags; + } + + [Serializable] + public class GetPlayerTradesRequest : PlayFabRequestCommon + { + /// + /// Returns only trades with the given status. If null, returns all trades. + /// + public TradeStatus? StatusFilter; + } + + [Serializable] + public class GetPlayerTradesResponse : PlayFabResultCommon + { + /// + /// History of trades which this player has accepted. + /// + public List AcceptedTrades; + /// + /// The trades for this player which are currently available to be accepted. + /// + public List OpenedTrades; + } + + [Serializable] + public class GetPlayFabIDsFromFacebookIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Facebook identifiers for which the title needs to get PlayFab identifiers. The array cannot exceed 2,000 + /// in length. + /// + public List FacebookIDs; + } + + /// + /// For Facebook identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromFacebookIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Facebook identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromFacebookInstantGamesIdsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Facebook Instant Games identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 25 in length. + /// + public List FacebookInstantGamesIds; + } + + /// + /// For Facebook Instant Game identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromFacebookInstantGamesIdsResult : PlayFabResultCommon + { + /// + /// Mapping of Facebook Instant Games identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromGameCenterIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Game Center identifiers (the Player Identifier) for which the title needs to get PlayFab identifiers. + /// The array cannot exceed 2,000 in length. + /// + public List GameCenterIDs; + } + + /// + /// For Game Center identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromGameCenterIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Game Center identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromGenericIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique generic service identifiers for which the title needs to get PlayFab identifiers. Currently limited to a + /// maximum of 10 in a single request. + /// + public List GenericIDs; + } + + /// + /// For generic service identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromGenericIDsResult : PlayFabResultCommon + { + /// + /// Mapping of generic service identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromGoogleIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Google identifiers (Google+ user IDs) for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List GoogleIDs; + } + + /// + /// For Google identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromGoogleIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Google identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Google Play Games identifiers (Google+ user IDs) for which the title needs to get PlayFab identifiers. + /// The array cannot exceed 2,000 in length. + /// + public List GooglePlayGamesPlayerIDs; + } + + /// + /// For Google Play Games identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromGooglePlayGamesPlayerIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Google Play Games identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromKongregateIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Kongregate identifiers (Kongregate's user_id) for which the title needs to get PlayFab identifiers. The + /// array cannot exceed 2,000 in length. + /// + public List KongregateIDs; + } + + /// + /// For Kongregate identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromKongregateIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Kongregate identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromNintendoServiceAccountIdsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Nintendo Switch Account identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List NintendoAccountIds; + } + + /// + /// For Nintendo Service Account identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromNintendoServiceAccountIdsResult : PlayFabResultCommon + { + /// + /// Mapping of Nintendo Switch Service Account identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Nintendo Switch Device identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List NintendoSwitchDeviceIds; + } + + /// + /// For Nintendo Switch identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromNintendoSwitchDeviceIdsResult : PlayFabResultCommon + { + /// + /// Mapping of Nintendo Switch Device identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromPSNAccountIDsRequest : PlayFabRequestCommon + { + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Array of unique PlayStation :tm: Network identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List PSNAccountIDs; + } + + /// + /// For PlayStation :tm: Network identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromPSNAccountIDsResult : PlayFabResultCommon + { + /// + /// Mapping of PlayStation :tm: Network identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromPSNOnlineIDsRequest : PlayFabRequestCommon + { + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Array of unique PlayStation :tm: Network identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List PSNOnlineIDs; + } + + /// + /// For PlayStation :tm: Network identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromPSNOnlineIDsResult : PlayFabResultCommon + { + /// + /// Mapping of PlayStation :tm: Network identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromSteamIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Steam identifiers (Steam profile IDs) for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List SteamStringIDs; + } + + /// + /// For Steam identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromSteamIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Steam identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromTwitchIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Twitch identifiers (Twitch's _id) for which the title needs to get PlayFab identifiers. The array cannot + /// exceed 2,000 in length. + /// + public List TwitchIds; + } + + /// + /// For Twitch identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromTwitchIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Twitch identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromXboxLiveIDsRequest : PlayFabRequestCommon + { + /// + /// The ID of Xbox Live sandbox. + /// + public string Sandbox; + /// + /// Array of unique Xbox Live account identifiers for which the title needs to get PlayFab identifiers. The array cannot + /// exceed 2,000 in length. + /// + public List XboxLiveAccountIDs; + } + + /// + /// For XboxLive identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromXboxLiveIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Xbox Live identifiers to PlayFab identifiers. + /// + public List Data; + } + + /// + /// This API is designed to return publisher-specific values which can be read, but not written to, by the client. This data + /// is shared across all titles assigned to a particular publisher, and can be used for cross-game coordination. Only titles + /// assigned to a publisher can use this API. For more information email helloplayfab@microsoft.com. Note that there may up + /// to a minute delay in between updating title data and this API call returning the newest value. + /// + [Serializable] + public class GetPublisherDataRequest : PlayFabRequestCommon + { + /// + /// array of keys to get back data from the Publisher data blob, set by the admin tools + /// + public List Keys; + } + + [Serializable] + public class GetPublisherDataResult : PlayFabResultCommon + { + /// + /// a dictionary object of key / value pairs + /// + public Dictionary Data; + } + + [Serializable] + public class GetPurchaseRequest : PlayFabRequestCommon + { + /// + /// Purchase order identifier. + /// + public string OrderId; + } + + [Serializable] + public class GetPurchaseResult : PlayFabResultCommon + { + /// + /// Purchase order identifier. + /// + public string OrderId; + /// + /// Payment provider used for transaction (If not VC) + /// + public string PaymentProvider; + /// + /// Date and time of the purchase. + /// + public DateTime PurchaseDate; + /// + /// Provider transaction ID (If not VC) + /// + public string TransactionId; + /// + /// PlayFab transaction status + /// + public string TransactionStatus; + } + + [Serializable] + public class GetSegmentResult : PlayFabBaseModel + { + /// + /// Identifier of the segments AB Test, if it is attached to one. + /// + public string ABTestParent; + /// + /// Unique identifier for this segment. + /// + public string Id; + /// + /// Segment name. + /// + public string Name; + } + + [Serializable] + public class GetSharedGroupDataRequest : PlayFabRequestCommon + { + /// + /// If true, return the list of all members of the shared group. + /// + public bool? GetMembers; + /// + /// Specific keys to retrieve from the shared group (if not specified, all keys will be returned, while an empty array + /// indicates that no keys should be returned). + /// + public List Keys; + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + [Serializable] + public class GetSharedGroupDataResult : PlayFabResultCommon + { + /// + /// Data for the requested keys. + /// + public Dictionary Data; + /// + /// List of PlayFabId identifiers for the members of this group, if requested. + /// + public List Members; + } + + /// + /// A store contains an array of references to items defined in one or more catalog versions of the game, along with the + /// prices for the item, in both real world and virtual currencies. These prices act as an override to any prices defined in + /// the catalog. In this way, the base definitions of the items may be defined in the catalog, with all associated + /// properties, while the pricing can be set for each store, as needed. This allows for subsets of goods to be defined for + /// different purposes (in order to simplify showing some, but not all catalog items to users, based upon different + /// characteristics), along with unique prices. Note that all prices defined in the catalog and store definitions for the + /// item are considered valid, and that a compromised client can be made to send a request for an item based upon any of + /// these definitions. If no price is specified in the store for an item, the price set in the catalog should be displayed + /// to the user. + /// + [Serializable] + public class GetStoreItemsRequest : PlayFabRequestCommon + { + /// + /// Catalog version to store items from. Use default catalog version if null + /// + public string CatalogVersion; + /// + /// Unqiue identifier for the store which is being requested. + /// + public string StoreId; + } + + [Serializable] + public class GetStoreItemsResult : PlayFabResultCommon + { + /// + /// The base catalog that this store is a part of. + /// + public string CatalogVersion; + /// + /// Additional data about the store. + /// + public StoreMarketingModel MarketingData; + /// + /// How the store was last updated (Admin or a third party). + /// + public SourceType? Source; + /// + /// Array of items which can be purchased from this store. + /// + public List Store; + /// + /// The ID of this store. + /// + public string StoreId; + } + + /// + /// This query retrieves the current time from one of the servers in PlayFab. Please note that due to clock drift between + /// servers, there is a potential variance of up to 5 seconds. + /// + [Serializable] + public class GetTimeRequest : PlayFabRequestCommon + { + } + + /// + /// Time is always returned as Coordinated Universal Time (UTC). + /// + [Serializable] + public class GetTimeResult : PlayFabResultCommon + { + /// + /// Current server time when the request was received, in UTC + /// + public DateTime Time; + } + + /// + /// This API is designed to return title specific values which can be read, but not written to, by the client. For example, + /// a developer could choose to store values which modify the user experience, such as enemy spawn rates, weapon strengths, + /// movement speeds, etc. This allows a developer to update the title without the need to create, test, and ship a new + /// build. If the player belongs to an experiment variant that uses title data overrides, the overrides are applied + /// automatically and returned with the title data. Note that there may up to a minute delay in between updating title data + /// and this API call returning the newest value. + /// + [Serializable] + public class GetTitleDataRequest : PlayFabRequestCommon + { + /// + /// Specific keys to search for in the title data (leave null to get all keys) + /// + public List Keys; + /// + /// Optional field that specifies the name of an override. This value is ignored when used by the game client; otherwise, + /// the overrides are applied automatically to the title data. + /// + public string OverrideLabel; + } + + [Serializable] + public class GetTitleDataResult : PlayFabResultCommon + { + /// + /// a dictionary object of key / value pairs + /// + public Dictionary Data; + } + + [Serializable] + public class GetTitleNewsRequest : PlayFabRequestCommon + { + /// + /// Limits the results to the last n entries. Defaults to 10 if not set. + /// + public int? Count; + } + + [Serializable] + public class GetTitleNewsResult : PlayFabResultCommon + { + /// + /// Array of news items. + /// + public List News; + } + + /// + /// An RSA CSP blob to be used to encrypt the payload of account creation requests when that API requires a signature + /// header. For example if Client/LoginWithCustomId requires signature headers but the player does not have an account yet + /// follow these steps: 1) Call Client/GetTitlePublicKey with one of the title's shared secrets. 2) Convert the Base64 + /// encoded CSP blob to a byte array and create an RSA signing object. 3) Encrypt the UTF8 encoded JSON body of the + /// registration request and place the Base64 encoded result into the EncryptedRequest and with the TitleId field, all other + /// fields can be left empty when performing the API request. 4) Client receives authentication token as normal. Future + /// requests to LoginWithCustomId will require the X-PlayFab-Signature header. + /// + [Serializable] + public class GetTitlePublicKeyRequest : PlayFabRequestCommon + { + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + /// + /// The shared secret key for this title + /// + public string TitleSharedSecret; + } + + [Serializable] + public class GetTitlePublicKeyResult : PlayFabResultCommon + { + /// + /// Base64 encoded RSA CSP byte array blob containing the title's public RSA key + /// + public string RSAPublicKey; + } + + [Serializable] + public class GetTradeStatusRequest : PlayFabRequestCommon + { + /// + /// Player who opened trade. + /// + public string OfferingPlayerId; + /// + /// Trade identifier as returned by OpenTradeOffer. + /// + public string TradeId; + } + + [Serializable] + public class GetTradeStatusResponse : PlayFabResultCommon + { + /// + /// Information about the requested trade. + /// + public TradeInfo Trade; + } + + /// + /// Data is stored as JSON key-value pairs. Every time the data is updated via any source, the version counter is + /// incremented. If the Version parameter is provided, then this call will only return data if the current version on the + /// system is greater than the value provided. If the Keys parameter is provided, the data object returned will only contain + /// the data specific to the indicated Keys. Otherwise, the full set of custom user data will be returned. + /// + [Serializable] + public class GetUserDataRequest : PlayFabRequestCommon + { + /// + /// The version that currently exists according to the caller. The call will return the data for all of the keys if the + /// version in the system is greater than this. + /// + public uint? IfChangedFromDataVersion; + /// + /// List of unique keys to load from. + /// + public List Keys; + /// + /// Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set. When specified to a + /// PlayFab id of another player, then this will only return public keys for that account. + /// + public string PlayFabId; + } + + [Serializable] + public class GetUserDataResult : PlayFabResultCommon + { + /// + /// User specific data for this title. + /// + public Dictionary Data; + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + } + + [Serializable] + public class GetUserInventoryRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// All items currently in the user inventory will be returned, irrespective of how they were acquired (via purchasing, + /// grants, coupons, etc.). Items that are expired, fully consumed, or are no longer valid are not considered to be in the + /// user's current inventory, and so will not be not included. + /// + [Serializable] + public class GetUserInventoryResult : PlayFabResultCommon + { + /// + /// Array of inventory items belonging to the user. + /// + public List Inventory; + /// + /// Array of virtual currency balance(s) belonging to the user. + /// + public Dictionary VirtualCurrency; + /// + /// Array of remaining times and timestamps for virtual currencies. + /// + public Dictionary VirtualCurrencyRechargeTimes; + } + + [Serializable] + public class GooglePlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Google identifier for a user. + /// + public string GoogleId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Google identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class GooglePlayGamesPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Google Play Games identifier for a user. + /// + public string GooglePlayGamesPlayerId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Google Play Games identifier. + /// + public string PlayFabId; + } + + /// + /// Grants a character to the user of the type specified by the item ID. The user must already have an instance of this item + /// in their inventory in order to allow character creation. This item can come from a purchase or grant, which must be done + /// before calling to create the character. + /// + [Serializable] + public class GrantCharacterToUserRequest : PlayFabRequestCommon + { + /// + /// Catalog version from which items are to be granted. + /// + public string CatalogVersion; + /// + /// Non-unique display name of the character being granted (1-40 characters in length). + /// + public string CharacterName; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Catalog item identifier of the item in the user's inventory that corresponds to the character in the catalog to be + /// created. + /// + public string ItemId; + } + + [Serializable] + public class GrantCharacterToUserResult : PlayFabResultCommon + { + /// + /// Unique identifier tagged to this character. + /// + public string CharacterId; + /// + /// Type of character that was created. + /// + public string CharacterType; + /// + /// Indicates whether this character was created successfully. + /// + public bool Result; + } + + /// + /// A unique instance of an item in a user's inventory. Note, to retrieve additional information for an item such as Tags, + /// Description that are the same across all instances of the item, a call to GetCatalogItems is required. The ItemID of can + /// be matched to a catalog entry, which contains the additional information. Also note that Custom Data is only set when + /// the User's specific instance has updated the CustomData via a call to UpdateUserInventoryItemCustomData. Other fields + /// such as UnitPrice and UnitCurrency are only set when the item was granted via a purchase. + /// + [Serializable] + public class ItemInstance : PlayFabBaseModel + { + /// + /// Game specific comment associated with this instance when it was added to the user inventory. + /// + public string Annotation; + /// + /// Array of unique items that were awarded when this catalog item was purchased. + /// + public List BundleContents; + /// + /// Unique identifier for the parent inventory item, as defined in the catalog, for object which were added from a bundle or + /// container. + /// + public string BundleParent; + /// + /// Catalog version for the inventory item, when this instance was created. + /// + public string CatalogVersion; + /// + /// A set of custom key-value pairs on the instance of the inventory item, which is not to be confused with the catalog + /// item's custom data. + /// + public Dictionary CustomData; + /// + /// CatalogItem.DisplayName at the time this item was purchased. + /// + public string DisplayName; + /// + /// Timestamp for when this instance will expire. + /// + public DateTime? Expiration; + /// + /// Class name for the inventory item, as defined in the catalog. + /// + public string ItemClass; + /// + /// Unique identifier for the inventory item, as defined in the catalog. + /// + public string ItemId; + /// + /// Unique item identifier for this specific instance of the item. + /// + public string ItemInstanceId; + /// + /// Timestamp for when this instance was purchased. + /// + public DateTime? PurchaseDate; + /// + /// Total number of remaining uses, if this is a consumable item. + /// + public int? RemainingUses; + /// + /// Currency type for the cost of the catalog item. Not available when granting items. + /// + public string UnitCurrency; + /// + /// Cost of the catalog item in the given currency. Not available when granting items. + /// + public uint UnitPrice; + /// + /// The number of uses that were added or removed to this item in this call. + /// + public int? UsesIncrementedBy; + } + + [Serializable] + public class ItemPurchaseRequest : PlayFabBaseModel + { + /// + /// Title-specific text concerning this purchase. + /// + public string Annotation; + /// + /// Unique ItemId of the item to purchase. + /// + public string ItemId; + /// + /// How many of this item to purchase. Min 1, maximum 25. + /// + public uint Quantity; + /// + /// Items to be upgraded as a result of this purchase (upgraded items are hidden, as they are "replaced" by the new items). + /// + public List UpgradeFromItems; + } + + [Serializable] + public class KongregatePlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Kongregate identifier for a user. + /// + public string KongregateId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Kongregate identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class LinkAndroidDeviceIDRequest : PlayFabRequestCommon + { + /// + /// Specific model of the user's device. + /// + public string AndroidDevice; + /// + /// Android device identifier for the user's device. + /// + public string AndroidDeviceId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the device, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Specific Operating System version for the user's device. + /// + public string OS; + } + + [Serializable] + public class LinkAndroidDeviceIDResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkAppleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to a specific Apple account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// The JSON Web token (JWT) returned by Apple after login. Represented as the identityToken field in the authorization + /// credential payload. Used to validate the request and find the user ID (Apple subject) to link with. + /// + public string IdentityToken; + } + + [Serializable] + public class LinkCustomIDRequest : PlayFabRequestCommon + { + /// + /// Custom unique identifier for the user, generated by the title. + /// + public string CustomId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the custom ID, unlink the other user and re-link. + /// + public bool? ForceLink; + } + + [Serializable] + public class LinkCustomIDResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkedPlatformAccountModel : PlayFabBaseModel + { + /// + /// Linked account email of the user on the platform, if available + /// + public string Email; + /// + /// Authentication platform + /// + public LoginIdentityProvider? Platform; + /// + /// Unique account identifier of the user on the platform + /// + public string PlatformUserId; + /// + /// Linked account username of the user on the platform, if available + /// + public string Username; + } + + /// + /// Facebook sign-in is accomplished using the Facebook User Access Token. More information on the Token can be found in the + /// Facebook developer documentation (https://developers.facebook.com/docs/facebook-login/access-tokens/). In Unity, for + /// example, the Token is available as AccessToken in the Facebook SDK ScriptableObject FB. Note that titles should never + /// re-use the same Facebook applications between PlayFab Title IDs, as Facebook provides unique user IDs per application + /// and doing so can result in issues with the Facebook ID for the user in their PlayFab account information. If you must + /// re-use an application in a new PlayFab Title ID, please be sure to first unlink all accounts from Facebook, or delete + /// all users in the first Title ID. + /// + [Serializable] + public class LinkFacebookAccountRequest : PlayFabRequestCommon + { + /// + /// Unique identifier from Facebook for the user. + /// + public string AccessToken; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + } + + [Serializable] + public class LinkFacebookAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkFacebookInstantGamesIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Facebook Instant Games signature for the user. + /// + public string FacebookInstantGamesSignature; + /// + /// If another user is already linked to the Facebook Instant Games ID, unlink the other user and re-link. + /// + public bool? ForceLink; + } + + [Serializable] + public class LinkFacebookInstantGamesIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkGameCenterAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. If the current user is already + /// linked, link both accounts + /// + public bool? ForceLink; + /// + /// Game Center identifier for the player account to be linked. + /// + public string GameCenterId; + /// + /// The URL for the public encryption key that will be used to verify the signature. + /// + public string PublicKeyUrl; + /// + /// A random value used to compute the hash and keep it randomized. + /// + public string Salt; + /// + /// The verification signature of the authentication payload. + /// + public string Signature; + /// + /// The integer representation of date and time that the signature was created on. PlayFab will reject authentication + /// signatures not within 10 minutes of the server's current time. + /// + public string Timestamp; + } + + [Serializable] + public class LinkGameCenterAccountResult : PlayFabResultCommon + { + } + + /// + /// Google sign-in is accomplished by obtaining a Google OAuth 2.0 credential using the Google sign-in for Android APIs on + /// the device and passing it to this API. + /// + [Serializable] + public class LinkGoogleAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. If the current user is already + /// linked, link both accounts + /// + public bool? ForceLink; + /// + /// Server authentication code obtained on the client by calling getServerAuthCode() + /// (https://developers.google.com/identity/sign-in/android/offline-access) from Google Play for the user. + /// + public string ServerAuthCode; + } + + [Serializable] + public class LinkGoogleAccountResult : PlayFabResultCommon + { + } + + /// + /// Google Play Games sign-in is accomplished by obtaining a Google OAuth 2.0 credential using the Google Play Games sign-in + /// for Android APIs on the device and passing it to this API. + /// + [Serializable] + public class LinkGooglePlayGamesServicesAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. If the current user is already + /// linked, link both accounts + /// + public bool? ForceLink; + /// + /// OAuth 2.0 server authentication code obtained on the client by calling the requestServerSideAccess() + /// (https://developers.google.com/games/services/android/signin) Google Play Games client API. + /// + public string ServerAuthCode; + } + + [Serializable] + public class LinkGooglePlayGamesServicesAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkIOSDeviceIDRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Vendor-specific iOS identifier for the user's device. + /// + public string DeviceId; + /// + /// Specific model of the user's device. + /// + public string DeviceModel; + /// + /// If another user is already linked to the device, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Specific Operating System version for the user's device. + /// + public string OS; + } + + [Serializable] + public class LinkIOSDeviceIDResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkKongregateAccountRequest : PlayFabRequestCommon + { + /// + /// Valid session auth ticket issued by Kongregate + /// + public string AuthTicket; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Numeric user ID assigned by Kongregate + /// + public string KongregateId; + } + + [Serializable] + public class LinkKongregateAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkNintendoServiceAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to a specific Nintendo Switch account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// The JSON Web token (JWT) returned by Nintendo after login. Used to validate the request and find the user ID (Nintendo + /// Switch subject) to link with. + /// + public string IdentityToken; + } + + [Serializable] + public class LinkNintendoSwitchDeviceIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the Nintendo Switch Device ID, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Nintendo Switch unique identifier for the user's device. + /// + public string NintendoSwitchDeviceId; + } + + [Serializable] + public class LinkNintendoSwitchDeviceIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkOpenIdConnectRequest : PlayFabRequestCommon + { + /// + /// A name that identifies which configured OpenID Connect provider relationship to use. Maximum 100 characters. + /// + public string ConnectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to a specific OpenId Connect user, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// The JSON Web token (JWT) returned by the identity provider after login. Represented as the id_token field in the + /// identity provider's response. Used to validate the request and find the user ID (OpenID Connect subject) to link with. + /// + public string IdToken; + } + + [Serializable] + public class LinkPSNAccountRequest : PlayFabRequestCommon + { + /// + /// Authentication code provided by the PlayStation :tm: Network. + /// + public string AuthCode; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Redirect URI supplied to PlayStation :tm: Network when requesting an auth code + /// + public string RedirectUri; + } + + [Serializable] + public class LinkPSNAccountResult : PlayFabResultCommon + { + } + + /// + /// Steam authentication is accomplished with the Steam Session Ticket. More information on the Ticket can be found in the + /// Steamworks SDK, here: https://partner.steamgames.com/documentation/auth (requires sign-in). NOTE: For Steam + /// authentication to work, the title must be configured with the Steam Application ID and Publisher Key in the PlayFab Game + /// Manager (under Properties). Information on creating a Publisher Key (referred to as the Secret Key in PlayFab) for your + /// title can be found here: https://partner.steamgames.com/documentation/webapi#publisherkey. + /// + [Serializable] + public class LinkSteamAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Authentication token for the user, returned as a byte array from Steam, and converted to a string (for example, the byte + /// 0x08 should become "08"). + /// + public string SteamTicket; + /// + /// True if ticket was generated using ISteamUser::GetAuthTicketForWebAPI() using "AzurePlayFab" as the identity string. + /// False if the ticket was generated with ISteamUser::GetAuthSessionTicket(). + /// + public bool? TicketIsServiceSpecific; + } + + [Serializable] + public class LinkSteamAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkTwitchAccountRequest : PlayFabRequestCommon + { + /// + /// Valid token issued by Twitch + /// + public string AccessToken; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + } + + [Serializable] + public class LinkTwitchAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkXboxAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Token provided by the Xbox Live SDK/XDK method GetTokenAndSignatureAsync("POST", "https://playfabapi.com/", ""). + /// + public string XboxToken; + } + + [Serializable] + public class LinkXboxAccountResult : PlayFabResultCommon + { + } + + /// + /// Returns a list of every character that currently belongs to a user. + /// + [Serializable] + public class ListUsersCharactersRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class ListUsersCharactersResult : PlayFabResultCommon + { + /// + /// The requested list of characters. + /// + public List Characters; + } + + [Serializable] + public class LocationModel : PlayFabBaseModel + { + /// + /// City name. + /// + public string City; + /// + /// The two-character continent code for this location + /// + public ContinentCode? ContinentCode; + /// + /// The two-character ISO 3166-1 country code for the country associated with the location + /// + public CountryCode? CountryCode; + /// + /// Latitude coordinate of the geographic location. + /// + public double? Latitude; + /// + /// Longitude coordinate of the geographic location. + /// + public double? Longitude; + } + + public enum LoginIdentityProvider + { + Unknown, + PlayFab, + Custom, + GameCenter, + GooglePlay, + Steam, + XBoxLive, + PSN, + Kongregate, + Facebook, + IOSDevice, + AndroidDevice, + Twitch, + WindowsHello, + GameServer, + CustomServer, + NintendoSwitch, + FacebookInstantGames, + OpenIdConnect, + Apple, + NintendoSwitchAccount, + GooglePlayGames, + XboxMobileStore, + King + } + + [Serializable] + public class LoginResult : PlayFabLoginResultCommon + { + /// + /// If LoginTitlePlayerAccountEntity flag is set on the login request the title_player_account will also be logged in and + /// returned. + /// + public EntityTokenResponse EntityToken; + /// + /// Results for requested info. + /// + public GetPlayerCombinedInfoResultPayload InfoResultPayload; + /// + /// The time of this user's previous login. If there was no previous login, then it's DateTime.MinValue + /// + public DateTime? LastLoginTime; + /// + /// True if the account was newly created on this login. + /// + public bool NewlyCreated; + /// + /// Player's unique PlayFabId. + /// + public string PlayFabId; + /// + /// Unique token authorizing the user and game at the server level, for the current session. + /// + public string SessionTicket; + /// + /// Settings specific to this user. + /// + public UserSettings SettingsForUser; + /// + /// The experimentation treatments for this user at the time of login. + /// + public TreatmentAssignment TreatmentAssignment; + } + + /// + /// On Android devices, the recommendation is to use the Settings.Secure.ANDROID_ID as the AndroidDeviceId, as described in + /// this blog post (http://android-developers.blogspot.com/2011/03/identifying-app-installations.html). More information on + /// this identifier can be found in the Android documentation + /// (http://developer.android.com/reference/android/provider/Settings.Secure.html). If this is the first time a user has + /// signed in with the Android device and CreateAccount is set to true, a new PlayFab account will be created and linked to + /// the Android device ID. In this case, no email or username will be associated with the PlayFab account. Otherwise, if no + /// PlayFab account is linked to the Android device, an error indicating this will be returned, so that the title can guide + /// the user through creation of a PlayFab account. Please note that while multiple devices of this type can be linked to a + /// single user account, only the one most recently used to login (or most recently linked) will be reflected in the user's + /// account information. We will be updating to show all linked devices in a future release. + /// + [Serializable] + public class LoginWithAndroidDeviceIDRequest : PlayFabRequestCommon + { + /// + /// Specific model of the user's device. + /// + public string AndroidDevice; + /// + /// Android device identifier for the user's device. + /// + public string AndroidDeviceId; + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Specific Operating System version for the user's device. + /// + public string OS; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + [Serializable] + public class LoginWithAppleRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// The JSON Web token (JWT) returned by Apple after login. Represented as the identityToken field in the authorization + /// credential payload. If you choose to ignore the expiration date for identity tokens, you will receive an NotAuthorized + /// error if Apple rotates the signing key. In this case, users have to login to provide a fresh identity token. + /// + public string IdentityToken; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// It is highly recommended that developers ensure that it is extremely unlikely that a customer could generate an ID which + /// is already in use by another customer. If this is the first time a user has signed in with the Custom ID and + /// CreateAccount is set to true, a new PlayFab account will be created and linked to the Custom ID. In this case, no email + /// or username will be associated with the PlayFab account. Otherwise, if no PlayFab account is linked to the Custom ID, an + /// error indicating this will be returned, so that the title can guide the user through creation of a PlayFab account. + /// + [Serializable] + public class LoginWithCustomIDRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// Custom unique identifier for the user, generated by the title. + /// + public string CustomId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// Email address and password lengths are provided for information purposes. The server will validate that data passed in + /// conforms to the field definition and report errors appropriately. It is recommended that developers not perform this + /// validation locally, so that future updates do not require client updates. + /// + [Serializable] + public class LoginWithEmailAddressRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Email address for the account. + /// + public string Email; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Password for the PlayFab account (6-100 characters) + /// + public string Password; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + [Serializable] + public class LoginWithFacebookInstantGamesIdRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Facebook Instant Games signature for the user. + /// + public string FacebookInstantGamesSignature; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// Facebook sign-in is accomplished using the Facebook User Access Token. More information on the Token can be found in the + /// Facebook developer documentation (https://developers.facebook.com/docs/facebook-login/access-tokens/). In Unity, for + /// example, the Token is available as AccessToken in the Facebook SDK ScriptableObject FB. If this is the first time a user + /// has signed in with the Facebook account and CreateAccount is set to true, a new PlayFab account will be created and + /// linked to the provided account's Facebook ID. In this case, no email or username will be associated with the PlayFab + /// account. Otherwise, if no PlayFab account is linked to the Facebook account, an error indicating this will be returned, + /// so that the title can guide the user through creation of a PlayFab account. Note that titles should never re-use the + /// same Facebook applications between PlayFab Title IDs, as Facebook provides unique user IDs per application and doing so + /// can result in issues with the Facebook ID for the user in their PlayFab account information. If you must re-use an + /// application in a new PlayFab Title ID, please be sure to first unlink all accounts from Facebook, or delete all users in + /// the first Title ID. Note: If the user is authenticated with AuthenticationToken, instead of AccessToken, the + /// GetFriendsList API will return an empty list. + /// + [Serializable] + public class LoginWithFacebookRequest : PlayFabRequestCommon + { + /// + /// Unique identifier from Facebook for the user. + /// + public string AccessToken; + /// + /// Token used for limited login authentication. + /// + public string AuthenticationToken; + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// The Game Center player identifier + /// (https://developer.apple.com/library/ios/documentation/Accounts/Reference/ACAccountClassRef/index.html#//apple_ref/occ/instp/ACAccount/identifier) + /// is a generated string which is stored on the local device. As with device identifiers, care must be taken to never + /// expose a player's Game Center identifier to end users, as that could result in a user's account being compromised. If + /// this is the first time a user has signed in with Game Center and CreateAccount is set to true, a new PlayFab account + /// will be created and linked to the Game Center identifier. In this case, no email or username will be associated with the + /// PlayFab account. Otherwise, if no PlayFab account is linked to the Game Center account, an error indicating this will be + /// returned, so that the title can guide the user through creation of a PlayFab account. If an invalid iOS Game Center + /// player identifier is used, an error indicating this will be returned. + /// + [Serializable] + public class LoginWithGameCenterRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Unique Game Center player id. + /// + public string PlayerId; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// The URL for the public encryption key that will be used to verify the signature. + /// + public string PublicKeyUrl; + /// + /// A random value used to compute the hash and keep it randomized. + /// + public string Salt; + /// + /// The verification signature of the authentication payload. + /// + public string Signature; + /// + /// The integer representation of date and time that the signature was created on. PlayFab will reject authentication + /// signatures not within 10 minutes of the server's current time. + /// + public string Timestamp; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// Google sign-in is accomplished by obtaining a Google OAuth 2.0 credential using the Google sign-in for Android APIs on + /// the device and passing it to this API. If this is the first time a user has signed in with the Google account and + /// CreateAccount is set to true, a new PlayFab account will be created and linked to the Google account. Otherwise, if no + /// PlayFab account is linked to the Google account, an error indicating this will be returned, so that the title can guide + /// the user through creation of a PlayFab account. The current (recommended) method for obtaining a Google account + /// credential in an Android application is to call GoogleSignInAccount.getServerAuthCode() and send the auth code as the + /// ServerAuthCode parameter of this API. Before doing this, you must create an OAuth 2.0 web application client ID in the + /// Google API Console and configure its client ID and secret in the PlayFab Game Manager Google Add-on for your title. This + /// method does not require prompting of the user for additional Google account permissions, resulting in a user experience + /// with the least possible friction. For more information about obtaining the server auth code, see + /// https://developers.google.com/identity/sign-in/android/offline-access. The previous (deprecated) method was to obtain an + /// OAuth access token by calling GetAccessToken() on the client and passing it as the AccessToken parameter to this API. + /// for the with the Google OAuth 2.0 Access Token. More information on this change can be found in the Google developer + /// documentation (https://android-developers.googleblog.com/2016/01/play-games-permissions-are-changing-in.html). + /// + [Serializable] + public class LoginWithGoogleAccountRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// OAuth 2.0 server authentication code obtained on the client by calling the getServerAuthCode() + /// (https://developers.google.com/identity/sign-in/android/offline-access) Google client API. + /// + public string ServerAuthCode; + /// + /// Optional boolean to opt out of setting the MPA email when creating a Google account, defaults to true. + /// + public bool? SetEmail; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// Google Play Games sign-in is accomplished by obtaining a Google OAuth 2.0 credential using the Google Play Games sign-in + /// for Android APIs on the device and passing it to this API. If this is the first time a user has signed in with the + /// Google Play Games account and CreateAccount is set to true, a new PlayFab account will be created and linked to the + /// Google Play Games account. Otherwise, if no PlayFab account is linked to the Google Play Games account, an error + /// indicating this will be returned, so that the title can guide the user through creation of a PlayFab account. The + /// current (recommended) method for obtaining a Google Play Games account credential in an Android application is to call + /// GamesSignInClient.requestServerSideAccess() and send the auth code as the ServerAuthCode parameter of this API. Before + /// doing this, you must create an OAuth 2.0 web application client ID in the Google API Console and configure its client ID + /// and secret in the PlayFab Game Manager Google Add-on for your title. This method does not require prompting of the user + /// for additional Google account permissions, resulting in a user experience with the least possible friction. For more + /// information about obtaining the server auth code, see https://developers.google.com/games/services/android/signin. + /// + [Serializable] + public class LoginWithGooglePlayGamesServicesRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// OAuth 2.0 server authentication code obtained on the client by calling the requestServerSideAccess() + /// (https://developers.google.com/games/services/android/signin) Google Play Games client API. + /// + public string ServerAuthCode; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// On iOS devices, the identifierForVendor + /// (https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/index.html#//apple_ref/occ/instp/UIDevice/identifierForVendor) + /// must be used as the DeviceId, as the UIDevice uniqueIdentifier has been deprecated as of iOS 5, and use of the + /// advertisingIdentifier for this purpose will result in failure of Apple's certification process. If this is the first + /// time a user has signed in with the iOS device and CreateAccount is set to true, a new PlayFab account will be created + /// and linked to the vendor-specific iOS device ID. In this case, no email or username will be associated with the PlayFab + /// account. Otherwise, if no PlayFab account is linked to the iOS device, an error indicating this will be returned, so + /// that the title can guide the user through creation of a PlayFab account. Please note that while multiple devices of this + /// type can be linked to a single user account, only the one most recently used to login (or most recently linked) will be + /// reflected in the user's account information. We will be updating to show all linked devices in a future release. + /// + [Serializable] + public class LoginWithIOSDeviceIDRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Vendor-specific iOS identifier for the user's device. + /// + public string DeviceId; + /// + /// Specific model of the user's device. + /// + public string DeviceModel; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Specific Operating System version for the user's device. + /// + public string OS; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// More details regarding Kongregate and their game authentication system can be found at + /// http://developers.kongregate.com/docs/virtual-goods/authentication. Developers must provide the Kongregate user ID and + /// auth token that are generated using the Kongregate client library. PlayFab will combine these identifiers with the + /// title's unique Kongregate app ID to log the player into the Kongregate system. If CreateAccount is set to true and there + /// is not already a user matched to this Kongregate ID, then PlayFab will create a new account for this user and link the + /// ID. In this case, no email or username will be associated with the PlayFab account. If there is already a different + /// PlayFab user linked with this account, then an error will be returned. + /// + [Serializable] + public class LoginWithKongregateRequest : PlayFabRequestCommon + { + /// + /// Token issued by Kongregate's client API for the user. + /// + public string AuthTicket; + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Numeric user ID assigned by Kongregate + /// + public string KongregateId; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + [Serializable] + public class LoginWithNintendoServiceAccountRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// The JSON Web token (JWT) returned by Nintendo after login. + /// + public string IdentityToken; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + [Serializable] + public class LoginWithNintendoSwitchDeviceIdRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Nintendo Switch unique identifier for the user's device. + /// + public string NintendoSwitchDeviceId; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + [Serializable] + public class LoginWithOpenIdConnectRequest : PlayFabRequestCommon + { + /// + /// A name that identifies which configured OpenID Connect provider relationship to use. Maximum 100 characters. + /// + public string ConnectionId; + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// The JSON Web token (JWT) returned by the identity provider after login. Represented as the id_token field in the + /// identity provider's response. + /// + public string IdToken; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// Username and password lengths are provided for information purposes. The server will validate that data passed in + /// conforms to the field definition and report errors appropriately. It is recommended that developers not perform this + /// validation locally, so that future updates to the username or password do not require client updates. + /// + [Serializable] + public class LoginWithPlayFabRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Password for the PlayFab account (6-100 characters) + /// + public string Password; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + /// + /// PlayFab username for the account. + /// + public string Username; + } + + /// + /// If this is the first time a user has signed in with the PlayStation :tm: Network account and CreateAccount is set to + /// true, a new PlayFab account will be created and linked to the PlayStation :tm: Network account. In this case, no email + /// or username will be associated with the PlayFab account. Otherwise, if no PlayFab account is linked to the PlayStation + /// :tm: Network account, an error indicating this will be returned, so that the title can guide the user through creation + /// of a PlayFab account. + /// + [Serializable] + public class LoginWithPSNRequest : PlayFabRequestCommon + { + /// + /// Auth code provided by the PlayStation :tm: Network OAuth provider. + /// + public string AuthCode; + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Redirect URI supplied to PlayStation :tm: Network when requesting an auth code + /// + public string RedirectUri; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// Steam sign-in is accomplished with the Steam Session Ticket. More information on the Ticket can be found in the + /// Steamworks SDK, here: https://partner.steamgames.com/documentation/auth. NOTE: For Steam authentication to work, the + /// title must be configured with the Steam Application ID and Web API Key in the PlayFab Game Manager (under Steam in the + /// Add-ons Marketplace). You can obtain a Web API Key from the Permissions page of any Group associated with your App ID in + /// the Steamworks site. If this is the first time a user has signed in with the Steam account and CreateAccount is set to + /// true, a new PlayFab account will be created and linked to the provided account's Steam ID. In this case, no email or + /// username will be associated with the PlayFab account. Otherwise, if no PlayFab account is linked to the Steam account, + /// an error indicating this will be returned, so that the title can guide the user through creation of a PlayFab account. + /// + [Serializable] + public class LoginWithSteamRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Authentication token for the user, returned as a byte array from Steam, and converted to a string (for example, the byte + /// 0x08 should become "08"). + /// + public string SteamTicket; + /// + /// True if ticket was generated using ISteamUser::GetAuthTicketForWebAPI() using "AzurePlayFab" as the identity string. + /// False if the ticket was generated with ISteamUser::GetAuthSessionTicket(). + /// + public bool? TicketIsServiceSpecific; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// More details regarding Twitch and their authentication system can be found at + /// https://github.com/justintv/Twitch-API/blob/master/authentication.md. Developers must provide the Twitch access token + /// that is generated using one of the Twitch authentication flows. PlayFab will use the title's unique Twitch Client ID to + /// authenticate the token and log in to the PlayFab system. If CreateAccount is set to true and there is not already a user + /// matched to the Twitch username that generated the token, then PlayFab will create a new account for this user and link + /// the ID. In this case, no email or username will be associated with the PlayFab account. If there is already a different + /// PlayFab user linked with this account, then an error will be returned. + /// + [Serializable] + public class LoginWithTwitchRequest : PlayFabRequestCommon + { + /// + /// Token issued by Twitch's API for the user. + /// + public string AccessToken; + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + /// + /// If this is the first time a user has signed in with the Xbox Live account and CreateAccount is set to true, a new + /// PlayFab account will be created and linked to the Xbox Live account. In this case, no email or username will be + /// associated with the PlayFab account. Otherwise, if no PlayFab account is linked to the Xbox Live account, an error + /// indicating this will be returned, so that the title can guide the user through creation of a PlayFab account. + /// + [Serializable] + public class LoginWithXboxRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + /// + /// Token provided by the Xbox Live SDK/XDK method GetTokenAndSignatureAsync("POST", "https://playfabapi.com/", ""). + /// + public string XboxToken; + } + + [Serializable] + public class LogStatement : PlayFabBaseModel + { + /// + /// Optional object accompanying the message as contextual information + /// + public object Data; + /// + /// 'Debug', 'Info', or 'Error' + /// + public string Level; + public string Message; + } + + [Serializable] + public class MembershipModel : PlayFabBaseModel + { + /// + /// Whether this membership is active. That is, whether the MembershipExpiration time has been reached. + /// + public bool IsActive; + /// + /// The time this membership expires + /// + public DateTime MembershipExpiration; + /// + /// The id of the membership + /// + public string MembershipId; + /// + /// Membership expirations can be explicitly overridden (via game manager or the admin api). If this membership has been + /// overridden, this will be the new expiration time. + /// + public DateTime? OverrideExpiration; + /// + /// The list of subscriptions that this player has for this membership + /// + public List Subscriptions; + } + + [Serializable] + public class MicrosoftStorePayload : PlayFabBaseModel + { + /// + /// Microsoft store ID key. This is optional. Alternatively you can use XboxToken + /// + public string CollectionsMsIdKey; + /// + /// If collectionsMsIdKey is provided, this will verify the user id in the collectionsMsIdKey is the same. + /// + public string UserId; + /// + /// Token provided by the Xbox Live SDK/XDK method GetTokenAndSignatureAsync("POST", "https://playfabapi.com/", ""). This is + /// optional. Alternatively can use CollectionsMsIdKey + /// + public string XboxToken; + } + + [Serializable] + public class ModifyUserVirtualCurrencyResult : PlayFabResultCommon + { + /// + /// Balance of the virtual currency after modification. + /// + public int Balance; + /// + /// Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase + /// over this value will be discarded. + /// + public int BalanceChange; + /// + /// User currency was subtracted from. + /// + public string PlayFabId; + /// + /// Name of the virtual currency which was modified. + /// + public string VirtualCurrency; + } + + /// + /// Identifier by either name or ID. Note that a name may change due to renaming, or reused after being deleted. ID is + /// immutable and unique. + /// + [Serializable] + public class NameIdentifier : PlayFabBaseModel + { + /// + /// Id Identifier, if present + /// + public string Id; + /// + /// Name Identifier, if present + /// + public string Name; + } + + [Serializable] + public class NintendoServiceAccountPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Nintendo Switch Service Account identifier for a user. + /// + public string NintendoServiceAccountId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Nintendo Switch Service Account + /// identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class NintendoSwitchPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Nintendo Switch Device identifier for a user. + /// + public string NintendoSwitchDeviceId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Nintendo Switch Device identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class OpenTradeRequest : PlayFabRequestCommon + { + /// + /// Players who are allowed to accept the trade. If null, the trade may be accepted by any player. If empty, the trade may + /// not be accepted by any player. + /// + public List AllowedPlayerIds; + /// + /// Player inventory items offered for trade. If not set, the trade is effectively a gift request + /// + public List OfferedInventoryInstanceIds; + /// + /// Catalog items accepted for the trade. If not set, the trade is effectively a gift. + /// + public List RequestedCatalogItemIds; + } + + [Serializable] + public class OpenTradeResponse : PlayFabResultCommon + { + /// + /// The information about the trade that was just opened. + /// + public TradeInfo Trade; + } + + /// + /// This is the second step in the purchasing process, initiating the purchase transaction with the payment provider (if + /// applicable). For payment provider scenarios, the title should next present the user with the payment provider'sinterface + /// for payment. Once the player has completed the payment with the provider, the title should call ConfirmPurchase + /// tofinalize the process and add the appropriate items to the player inventory. + /// + [Serializable] + public class PayForPurchaseRequest : PlayFabRequestCommon + { + /// + /// Currency to use to fund the purchase. + /// + public string Currency; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Purchase order identifier returned from StartPurchase. + /// + public string OrderId; + /// + /// Payment provider to use to fund the purchase. + /// + public string ProviderName; + /// + /// Payment provider transaction identifier. Required for Facebook Payments. + /// + public string ProviderTransactionId; + } + + /// + /// For web-based payment providers, this operation returns the URL to which the user should be directed inorder to approve + /// the purchase. Items added to the user inventory as a result of this operation will be marked as unconfirmed. + /// + [Serializable] + public class PayForPurchaseResult : PlayFabResultCommon + { + /// + /// Local credit applied to the transaction (provider specific). + /// + public uint CreditApplied; + /// + /// Purchase order identifier. + /// + public string OrderId; + /// + /// Provider used for the transaction. + /// + public string ProviderData; + /// + /// A token generated by the provider to authenticate the request (provider-specific). + /// + public string ProviderToken; + /// + /// URL to the purchase provider page that details the purchase. + /// + public string PurchaseConfirmationPageURL; + /// + /// Currency for the transaction, may be a virtual currency or real money. + /// + public string PurchaseCurrency; + /// + /// Cost of the transaction. + /// + public uint PurchasePrice; + /// + /// Status of the transaction. + /// + public TransactionStatus? Status; + /// + /// Virtual currencies granted by the transaction, if any. + /// + public Dictionary VCAmount; + /// + /// Current virtual currency balances for the user. + /// + public Dictionary VirtualCurrency; + } + + [Serializable] + public class PaymentOption : PlayFabBaseModel + { + /// + /// Specific currency to use to fund the purchase. + /// + public string Currency; + /// + /// Amount of the specified currency needed for the purchase. + /// + public uint Price; + /// + /// Name of the purchase provider for this option. + /// + public string ProviderName; + /// + /// Amount of existing credit the user has with the provider. + /// + public uint StoreCredit; + } + + [Serializable] + public class PlayerLeaderboardEntry : PlayFabBaseModel + { + /// + /// Title-specific display name of the user for this leaderboard entry. + /// + public string DisplayName; + /// + /// PlayFab unique identifier of the user for this leaderboard entry. + /// + public string PlayFabId; + /// + /// User's overall position in the leaderboard. + /// + public int Position; + /// + /// The profile of the user, if requested. + /// + public PlayerProfileModel Profile; + /// + /// Specific value of the user's statistic. + /// + public int StatValue; + } + + [Serializable] + public class PlayerProfileModel : PlayFabBaseModel + { + /// + /// List of advertising campaigns the player has been attributed to + /// + public List AdCampaignAttributions; + /// + /// URL of the player's avatar image + /// + public string AvatarUrl; + /// + /// If the player is currently banned, the UTC Date when the ban expires + /// + public DateTime? BannedUntil; + /// + /// List of all contact email info associated with the player account + /// + public List ContactEmailAddresses; + /// + /// Player record created + /// + public DateTime? Created; + /// + /// Player display name + /// + public string DisplayName; + /// + /// List of experiment variants for the player. Note that these variants are not guaranteed to be up-to-date when returned + /// during login because the player profile is updated only after login. Instead, use the LoginResult.TreatmentAssignment + /// property during login to get the correct variants and variables. + /// + public List ExperimentVariants; + /// + /// UTC time when the player most recently logged in to the title + /// + public DateTime? LastLogin; + /// + /// List of all authentication systems linked to this player account + /// + public List LinkedAccounts; + /// + /// List of geographic locations from which the player has logged in to the title + /// + public List Locations; + /// + /// List of memberships for the player, along with whether are expired. + /// + public List Memberships; + /// + /// Player account origination + /// + public LoginIdentityProvider? Origination; + /// + /// PlayFab player account unique identifier + /// + public string PlayerId; + /// + /// Publisher this player belongs to + /// + public string PublisherId; + /// + /// List of configured end points registered for sending the player push notifications + /// + public List PushNotificationRegistrations; + /// + /// List of leaderboard statistic values for the player + /// + public List Statistics; + /// + /// List of player's tags for segmentation + /// + public List Tags; + /// + /// Title ID this player profile applies to + /// + public string TitleId; + /// + /// Sum of the player's purchases made with real-money currencies, converted to US dollars equivalent and represented as a + /// whole number of cents (1/100 USD). For example, 999 indicates nine dollars and ninety-nine cents. + /// + public uint? TotalValueToDateInUSD; + /// + /// List of the player's lifetime purchase totals, summed by real-money currency + /// + public List ValuesToDate; + } + + [Serializable] + public class PlayerProfileViewConstraints : PlayFabBaseModel + { + /// + /// Whether to show player's avatar URL. Defaults to false + /// + public bool ShowAvatarUrl; + /// + /// Whether to show the banned until time. Defaults to false + /// + public bool ShowBannedUntil; + /// + /// Whether to show campaign attributions. Defaults to false + /// + public bool ShowCampaignAttributions; + /// + /// Whether to show contact email addresses. Defaults to false + /// + public bool ShowContactEmailAddresses; + /// + /// Whether to show the created date. Defaults to false + /// + public bool ShowCreated; + /// + /// Whether to show the display name. Defaults to false + /// + public bool ShowDisplayName; + /// + /// Whether to show player's experiment variants. Defaults to false + /// + public bool ShowExperimentVariants; + /// + /// Whether to show the last login time. Defaults to false + /// + public bool ShowLastLogin; + /// + /// Whether to show the linked accounts. Defaults to false + /// + public bool ShowLinkedAccounts; + /// + /// Whether to show player's locations. Defaults to false + /// + public bool ShowLocations; + /// + /// Whether to show player's membership information. Defaults to false + /// + public bool ShowMemberships; + /// + /// Whether to show origination. Defaults to false + /// + public bool ShowOrigination; + /// + /// Whether to show push notification registrations. Defaults to false + /// + public bool ShowPushNotificationRegistrations; + /// + /// Reserved for future development + /// + public bool ShowStatistics; + /// + /// Whether to show tags. Defaults to false + /// + public bool ShowTags; + /// + /// Whether to show the total value to date in usd. Defaults to false + /// + public bool ShowTotalValueToDateInUsd; + /// + /// Whether to show the values to date. Defaults to false + /// + public bool ShowValuesToDate; + } + + [Serializable] + public class PlayerStatisticVersion : PlayFabBaseModel + { + /// + /// time when the statistic version became active + /// + public DateTime ActivationTime; + /// + /// time when the statistic version became inactive due to statistic version incrementing + /// + public DateTime? DeactivationTime; + /// + /// time at which the statistic version was scheduled to become active, based on the configured ResetInterval + /// + public DateTime? ScheduledActivationTime; + /// + /// time at which the statistic version was scheduled to become inactive, based on the configured ResetInterval + /// + public DateTime? ScheduledDeactivationTime; + /// + /// name of the statistic when the version became active + /// + public string StatisticName; + /// + /// version of the statistic + /// + public uint Version; + } + + [Serializable] + public class PlayStation5Payload : PlayFabBaseModel + { + /// + /// An optional list of entitlement ids to query against PlayStation :tm: Network + /// + public List Ids; + /// + /// Id of the PlayStation :tm: Network service label to consume entitlements from + /// + public string ServiceLabel; + } + + [Serializable] + public class PSNAccountPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the PlayStation :tm: Network + /// identifier. + /// + public string PlayFabId; + /// + /// Unique PlayStation :tm: Network identifier for a user. + /// + public string PSNAccountId; + } + + [Serializable] + public class PSNOnlinePlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the PlayStation :tm: Network + /// identifier. + /// + public string PlayFabId; + /// + /// Unique PlayStation :tm: Network identifier for a user. + /// + public string PSNOnlineId; + } + + /// + /// Please note that the processing time for inventory grants and purchases increases fractionally the more items are in the + /// inventory, and the more items are in the grant/purchase operation (with each item in a bundle being a distinct add). + /// + [Serializable] + public class PurchaseItemRequest : PlayFabRequestCommon + { + /// + /// Catalog version for the items to be purchased (defaults to most recent version. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique identifier of the item to purchase. + /// + public string ItemId; + /// + /// Price the client expects to pay for the item (in case a new catalog or store was uploaded, with new prices). + /// + public int Price; + /// + /// Store to buy this item through. If not set, prices default to those in the catalog. + /// + public string StoreId; + /// + /// Virtual currency to use to purchase the item. + /// + public string VirtualCurrency; + } + + [Serializable] + public class PurchaseItemResult : PlayFabResultCommon + { + /// + /// Details for the items purchased. + /// + public List Items; + } + + [Serializable] + public class PurchaseReceiptFulfillment : PlayFabBaseModel + { + /// + /// Items granted to the player in fulfillment of the validated receipt. + /// + public List FulfilledItems; + /// + /// Source of the payment price information for the recorded purchase transaction. A value of 'Request' indicates that the + /// price specified in the request was used, whereas a value of 'Catalog' indicates that the real-money price of the catalog + /// item matching the product ID in the validated receipt transaction and the currency specified in the request (defaulting + /// to USD) was used. + /// + public string RecordedPriceSource; + /// + /// Currency used to purchase the items (ISO 4217 currency code). + /// + public string RecordedTransactionCurrency; + /// + /// Amount of the stated currency paid for the items, in centesimal units + /// + public uint? RecordedTransactionTotal; + } + + public enum PushNotificationPlatform + { + ApplePushNotificationService, + GoogleCloudMessaging + } + + [Serializable] + public class PushNotificationRegistrationModel : PlayFabBaseModel + { + /// + /// Notification configured endpoint + /// + public string NotificationEndpointARN; + /// + /// Push notification platform + /// + public PushNotificationPlatform? Platform; + } + + /// + /// Coupon codes can be created for any item, or set of items, in the catalog for the title. This operation causes the + /// coupon to be consumed, and the specific items to be awarded to the user. Attempting to re-use an already consumed code, + /// or a code which has not yet been created in the service, will result in an error. + /// + [Serializable] + public class RedeemCouponRequest : PlayFabRequestCommon + { + /// + /// Catalog version of the coupon. If null, uses the default catalog + /// + public string CatalogVersion; + /// + /// Optional identifier for the Character that should receive the item. If null, item is added to the player + /// + public string CharacterId; + /// + /// Generated coupon code to redeem. + /// + public string CouponCode; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class RedeemCouponResult : PlayFabResultCommon + { + /// + /// Items granted to the player as a result of redeeming the coupon. + /// + public List GrantedItems; + } + + [Serializable] + public class RefreshPSNAuthTokenRequest : PlayFabRequestCommon + { + /// + /// Auth code returned by PlayStation :tm: Network OAuth system. + /// + public string AuthCode; + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Redirect URI supplied to PlayStation :tm: Network when requesting an auth code + /// + public string RedirectUri; + } + + /// + /// The steps to configure and send Push Notifications is described in the PlayFab tutorials, here: + /// https://docs.microsoft.com/gaming/playfab/features/engagement/push-notifications/quickstart + /// + [Serializable] + public class RegisterForIOSPushNotificationRequest : PlayFabRequestCommon + { + /// + /// Message to display when confirming push notification. + /// + public string ConfirmationMessage; + /// + /// Unique token generated by the Apple Push Notification service when the title registered to receive push notifications. + /// + public string DeviceToken; + /// + /// If true, send a test push message immediately after sucessful registration. Defaults to false. + /// + public bool? SendPushNotificationConfirmation; + } + + [Serializable] + public class RegisterForIOSPushNotificationResult : PlayFabResultCommon + { + } + + [Serializable] + public class RegisterPlayFabUserRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// An optional parameter for setting the display name for this title (3-25 characters). + /// + public string DisplayName; + /// + /// User email address attached to their account + /// + public string Email; + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Password for the PlayFab account (6-100 characters) + /// + public string Password; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// An optional parameter that specifies whether both the username and email parameters are required. If true, both + /// parameters are required; if false, the user must supply either the username or email parameter. The default value is + /// true. + /// + public bool? RequireBothUsernameAndEmail; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + /// + /// PlayFab username for the account (3-20 characters) + /// + public string Username; + } + + /// + /// Each account must have a unique email address in the PlayFab service. Once created, the account may be associated with + /// additional accounts (Steam, Facebook, Game Center, etc.), allowing for added social network lists and achievements + /// systems. + /// + [Serializable] + public class RegisterPlayFabUserResult : PlayFabLoginResultCommon + { + /// + /// If LoginTitlePlayerAccountEntity flag is set on the login request the title_player_account will also be logged in and + /// returned. + /// + public EntityTokenResponse EntityToken; + /// + /// PlayFab unique identifier for this newly created account. + /// + public string PlayFabId; + /// + /// Unique token identifying the user and game at the server level, for the current session. + /// + public string SessionTicket; + /// + /// Settings specific to this user. + /// + public UserSettings SettingsForUser; + /// + /// PlayFab unique user name. + /// + public string Username; + } + + /// + /// This API removes an existing contact email from the player's profile. + /// + [Serializable] + public class RemoveContactEmailRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class RemoveContactEmailResult : PlayFabResultCommon + { + } + + [Serializable] + public class RemoveFriendRequest : PlayFabRequestCommon + { + /// + /// PlayFab identifier of the friend account which is to be removed. + /// + public string FriendPlayFabId; + } + + [Serializable] + public class RemoveFriendResult : PlayFabResultCommon + { + } + + [Serializable] + public class RemoveGenericIDRequest : PlayFabRequestCommon + { + /// + /// Generic service identifier to be removed from the player. + /// + public GenericServiceId GenericId; + } + + [Serializable] + public class RemoveGenericIDResult : PlayFabResultCommon + { + } + + [Serializable] + public class RemoveSharedGroupMembersRequest : PlayFabRequestCommon + { + /// + /// An array of unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public List PlayFabIds; + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + [Serializable] + public class RemoveSharedGroupMembersResult : PlayFabResultCommon + { + } + + /// + /// Report ad activity + /// + [Serializable] + public class ReportAdActivityRequest : PlayFabRequestCommon + { + /// + /// Type of activity, may be Opened, Closed, Start or End + /// + public AdActivity Activity; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique ID of the placement to report for + /// + public string PlacementId; + /// + /// Unique ID of the reward the player was offered + /// + public string RewardId; + } + + /// + /// Report ad activity response has no body + /// + [Serializable] + public class ReportAdActivityResult : PlayFabResultCommon + { + } + + [Serializable] + public class ReportPlayerClientRequest : PlayFabRequestCommon + { + /// + /// Optional additional comment by reporting player. + /// + public string Comment; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab identifier of the reported player. + /// + public string ReporteeId; + } + + /// + /// Players are currently limited to five reports per day. Attempts by a single user account to submit reports beyond five + /// will result in Updated being returned as false. + /// + [Serializable] + public class ReportPlayerClientResult : PlayFabResultCommon + { + /// + /// The number of remaining reports which may be filed today. + /// + public int SubmissionsRemaining; + } + + /// + /// The title should obtain a refresh receipt via restoreCompletedTransactions in the SKPaymentQueue of the Apple StoreKit + /// and pass that in to this call. The resultant receipt contains new receipt instances for all non-consumable goods + /// previously purchased by the user. This API call iterates through every purchase in the receipt and restores the items if + /// they still exist in the catalog and can be validated. + /// + [Serializable] + public class RestoreIOSPurchasesRequest : PlayFabRequestCommon + { + /// + /// Catalog version of the restored items. If null, defaults to primary catalog. + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Base64 encoded receipt data, passed back by the App Store as a result of a successful purchase. + /// + public string ReceiptData; + } + + /// + /// Once verified, the valid items will be restored into the user's inventory. This result should be used for immediate + /// updates to the local client game state as opposed to the GetUserInventory API which can have an up to half second delay. + /// + [Serializable] + public class RestoreIOSPurchasesResult : PlayFabResultCommon + { + /// + /// Fulfilled inventory items and recorded purchases in fulfillment of the validated receipt transactions. + /// + public List Fulfillments; + } + + /// + /// Details on which placement and reward to perform a grant on + /// + [Serializable] + public class RewardAdActivityRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Placement unique ID + /// + public string PlacementId; + /// + /// Reward unique ID + /// + public string RewardId; + } + + /// + /// Result for rewarding an ad activity + /// + [Serializable] + public class RewardAdActivityResult : PlayFabResultCommon + { + /// + /// PlayStream Event ID that was generated by this reward (all subsequent events are associated with this event identifier) + /// + public string AdActivityEventId; + /// + /// Debug results from the grants + /// + public List DebugResults; + /// + /// Id of the placement the reward was for + /// + public string PlacementId; + /// + /// Name of the placement the reward was for + /// + public string PlacementName; + /// + /// If placement has viewing limits indicates how many views are left + /// + public int? PlacementViewsRemaining; + /// + /// If placement has viewing limits indicates when they will next reset + /// + public double? PlacementViewsResetMinutes; + /// + /// Reward results + /// + public AdRewardResults RewardResults; + } + + [Serializable] + public class ScriptExecutionError : PlayFabBaseModel + { + /// + /// Error code, such as CloudScriptNotFound, JavascriptException, CloudScriptFunctionArgumentSizeExceeded, + /// CloudScriptAPIRequestCountExceeded, CloudScriptAPIRequestError, or CloudScriptHTTPRequestError + /// + public string Error; + /// + /// Details about the error + /// + public string Message; + /// + /// Point during the execution of the script at which the error occurred, if any + /// + public string StackTrace; + } + + /// + /// If the account in question is a "temporary" account (for example, one that was created via a call to + /// LoginFromIOSDeviceID), thisfunction will have no effect. Only PlayFab accounts which have valid email addresses will be + /// able to receive a password reset email using this API. + /// + [Serializable] + public class SendAccountRecoveryEmailRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// User email address attached to their account + /// + public string Email; + /// + /// The email template id of the account recovery email template to send. + /// + public string EmailTemplateId; + /// + /// Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a + /// title has been selected. + /// + public string TitleId; + } + + [Serializable] + public class SendAccountRecoveryEmailResult : PlayFabResultCommon + { + } + + /// + /// This operation is not additive. It will completely replace the tag list for the specified user. Please note that only + /// users in the PlayFab friends list can be assigned tags. Attempting to set a tag on a friend only included in the friends + /// list from a social site integration (such as Facebook or Steam) will return the AccountNotFound error. + /// + [Serializable] + public class SetFriendTagsRequest : PlayFabRequestCommon + { + /// + /// PlayFab identifier of the friend account to which the tag(s) should be applied. + /// + public string FriendPlayFabId; + /// + /// Array of tags to set on the friend account. + /// + public List Tags; + } + + [Serializable] + public class SetFriendTagsResult : PlayFabResultCommon + { + } + + /// + /// APIs that require signatures require that the player have a configured Player Secret Key that is used to sign all + /// requests. Players that don't have a secret will be blocked from making API calls until it is configured. To create a + /// signature header add a SHA256 hashed string containing UTF8 encoded JSON body as it will be sent to the server, the + /// current time in UTC formatted to ISO 8601, and the players secret formatted as 'body.date.secret'. Place the resulting + /// hash into the header X-PlayFab-Signature, along with a header X-PlayFab-Timestamp of the same UTC timestamp used in the + /// signature. + /// + [Serializable] + public class SetPlayerSecretRequest : PlayFabRequestCommon + { + /// + /// Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only). + /// + public string EncryptedRequest; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + } + + [Serializable] + public class SetPlayerSecretResult : PlayFabResultCommon + { + } + + [Serializable] + public class SharedGroupDataRecord : PlayFabBaseModel + { + /// + /// Timestamp for when this data was last updated. + /// + public DateTime LastUpdated; + /// + /// Unique PlayFab identifier of the user to last update this value. + /// + public string LastUpdatedBy; + /// + /// Indicates whether this data can be read by all users (public) or only members of the group (private). + /// + public UserDataPermission? Permission; + /// + /// Data stored for the specified group data key. + /// + public string Value; + } + + public enum SourceType + { + Admin, + BackEnd, + GameClient, + GameServer, + Partner, + Custom, + API + } + + /// + /// This is the first step in the purchasing process. For security purposes, once the order (or "cart") has been created, + /// additional inventory objects may no longer be added. In addition, inventory objects will be locked to the current + /// prices, regardless of any subsequent changes at the catalog level which may occur during the next two steps. + /// + [Serializable] + public class StartPurchaseRequest : PlayFabRequestCommon + { + /// + /// Catalog version for the items to be purchased. Defaults to most recent catalog. + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Array of items to purchase. + /// + public List Items; + /// + /// Store through which to purchase items. If not set, prices will be pulled from the catalog itself. + /// + public string StoreId; + } + + [Serializable] + public class StartPurchaseResult : PlayFabResultCommon + { + /// + /// Cart items to be purchased. + /// + public List Contents; + /// + /// Purchase order identifier. + /// + public string OrderId; + /// + /// Available methods by which the user can pay. + /// + public List PaymentOptions; + /// + /// Current virtual currency totals for the user. + /// + public Dictionary VirtualCurrencyBalances; + } + + [Serializable] + public class StatisticModel : PlayFabBaseModel + { + /// + /// Statistic name + /// + public string Name; + /// + /// Statistic value + /// + public int Value; + /// + /// Statistic version (0 if not a versioned statistic) + /// + public int Version; + } + + [Serializable] + public class StatisticNameVersion : PlayFabBaseModel + { + /// + /// unique name of the statistic + /// + public string StatisticName; + /// + /// the version of the statistic to be returned + /// + public uint Version; + } + + [Serializable] + public class StatisticUpdate : PlayFabBaseModel + { + /// + /// unique name of the statistic + /// + public string StatisticName; + /// + /// statistic value for the player + /// + public int Value; + /// + /// for updates to an existing statistic value for a player, the version of the statistic when it was loaded. Null when + /// setting the statistic value for the first time. + /// + public uint? Version; + } + + [Serializable] + public class StatisticValue : PlayFabBaseModel + { + /// + /// unique name of the statistic + /// + public string StatisticName; + /// + /// statistic value for the player + /// + public int Value; + /// + /// for updates to an existing statistic value for a player, the version of the statistic when it was loaded + /// + public uint Version; + } + + [Serializable] + public class SteamPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Steam identifier. + /// + public string PlayFabId; + /// + /// Unique Steam identifier for a user. + /// + public string SteamStringId; + } + + /// + /// A store entry that list a catalog item at a particular price + /// + [Serializable] + public class StoreItem : PlayFabBaseModel + { + /// + /// Store specific custom data. The data only exists as part of this store; it is not transferred to item instances + /// + public object CustomData; + /// + /// Intended display position for this item. Note that 0 is the first position + /// + public uint? DisplayPosition; + /// + /// Unique identifier of the item as it exists in the catalog - note that this must exactly match the ItemId from the + /// catalog + /// + public string ItemId; + /// + /// Override prices for this item for specific currencies + /// + public Dictionary RealCurrencyPrices; + /// + /// Override prices for this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies) + /// + public Dictionary VirtualCurrencyPrices; + } + + /// + /// Marketing data about a specific store + /// + [Serializable] + public class StoreMarketingModel : PlayFabBaseModel + { + /// + /// Tagline for a store. + /// + public string Description; + /// + /// Display name of a store as it will appear to users. + /// + public string DisplayName; + /// + /// Custom data about a store. + /// + public object Metadata; + } + + [Serializable] + public class SubscriptionModel : PlayFabBaseModel + { + /// + /// When this subscription expires. + /// + public DateTime Expiration; + /// + /// The time the subscription was orignially purchased + /// + public DateTime InitialSubscriptionTime; + /// + /// Whether this subscription is currently active. That is, if Expiration > now. + /// + public bool IsActive; + /// + /// The status of this subscription, according to the subscription provider. + /// + public SubscriptionProviderStatus? Status; + /// + /// The id for this subscription + /// + public string SubscriptionId; + /// + /// The item id for this subscription from the primary catalog + /// + public string SubscriptionItemId; + /// + /// The provider for this subscription. Apple or Google Play are supported today. + /// + public string SubscriptionProvider; + } + + public enum SubscriptionProviderStatus + { + NoError, + Cancelled, + UnknownError, + BillingError, + ProductUnavailable, + CustomerDidNotAcceptPriceChange, + FreeTrial, + PaymentPending + } + + /// + /// This API must be enabled for use as an option in the game manager website. It is disabled by default. + /// + [Serializable] + public class SubtractUserVirtualCurrencyRequest : PlayFabRequestCommon + { + /// + /// Amount to be subtracted from the user balance of the specified virtual currency. + /// + public int Amount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Name of the virtual currency which is to be decremented. + /// + public string VirtualCurrency; + } + + [Serializable] + public class TagModel : PlayFabBaseModel + { + /// + /// Full value of the tag, including namespace + /// + public string TagValue; + } + + public enum TitleActivationStatus + { + None, + ActivatedTitleKey, + PendingSteam, + ActivatedSteam, + RevokedSteam + } + + [Serializable] + public class TitleNewsItem : PlayFabBaseModel + { + /// + /// News item text. + /// + public string Body; + /// + /// Unique identifier of news item. + /// + public string NewsId; + /// + /// Date and time when the news item was posted. + /// + public DateTime Timestamp; + /// + /// Title of the news item. + /// + public string Title; + } + + [Serializable] + public class TradeInfo : PlayFabBaseModel + { + /// + /// Item instances from the accepting player that are used to fulfill the trade. If null, no one has accepted the trade. + /// + public List AcceptedInventoryInstanceIds; + /// + /// The PlayFab ID of the player who accepted the trade. If null, no one has accepted the trade. + /// + public string AcceptedPlayerId; + /// + /// An optional list of players allowed to complete this trade. If null, anybody can complete the trade. + /// + public List AllowedPlayerIds; + /// + /// If set, The UTC time when this trade was canceled. + /// + public DateTime? CancelledAt; + /// + /// If set, The UTC time when this trade was fulfilled. + /// + public DateTime? FilledAt; + /// + /// If set, The UTC time when this trade was made invalid. + /// + public DateTime? InvalidatedAt; + /// + /// The catalogItem Ids of the item instances being offered. + /// + public List OfferedCatalogItemIds; + /// + /// The itemInstance Ids that are being offered. + /// + public List OfferedInventoryInstanceIds; + /// + /// The PlayFabId for the offering player. + /// + public string OfferingPlayerId; + /// + /// The UTC time when this trade was created. + /// + public DateTime? OpenedAt; + /// + /// The catalogItem Ids requested in exchange. + /// + public List RequestedCatalogItemIds; + /// + /// Describes the current state of this trade. + /// + public TradeStatus? Status; + /// + /// The identifier for this trade. + /// + public string TradeId; + } + + public enum TradeStatus + { + Invalid, + Opening, + Open, + Accepting, + Accepted, + Filled, + Cancelled + } + + public enum TransactionStatus + { + CreateCart, + Init, + Approved, + Succeeded, + FailedByProvider, + DisputePending, + RefundPending, + Refunded, + RefundFailed, + ChargedBack, + FailedByUber, + FailedByPlayFab, + Revoked, + TradePending, + Traded, + Upgraded, + StackPending, + Stacked, + Other, + Failed + } + + [Serializable] + public class TreatmentAssignment : PlayFabBaseModel + { + /// + /// List of the experiment variables. + /// + public List Variables; + /// + /// List of the experiment variants. + /// + public List Variants; + } + + [Serializable] + public class TwitchPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Twitch identifier. + /// + public string PlayFabId; + /// + /// Unique Twitch identifier for a user. + /// + public string TwitchId; + } + + [Serializable] + public class UnlinkAndroidDeviceIDRequest : PlayFabRequestCommon + { + /// + /// Android device identifier for the user's device. If not specified, the most recently signed in Android Device ID will be + /// used. + /// + public string AndroidDeviceId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkAndroidDeviceIDResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkAppleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkCustomIDRequest : PlayFabRequestCommon + { + /// + /// Custom unique identifier for the user, generated by the title. If not specified, the most recently signed in Custom ID + /// will be used. + /// + public string CustomId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkCustomIDResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkFacebookAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkFacebookAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkFacebookInstantGamesIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Facebook Instant Games identifier for the user. If not specified, the most recently signed in ID will be used. + /// + public string FacebookInstantGamesId; + } + + [Serializable] + public class UnlinkFacebookInstantGamesIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkGameCenterAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkGameCenterAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkGoogleAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkGoogleAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkGooglePlayGamesServicesAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkGooglePlayGamesServicesAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkIOSDeviceIDRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Vendor-specific iOS identifier for the user's device. If not specified, the most recently signed in iOS Device ID will + /// be used. + /// + public string DeviceId; + } + + [Serializable] + public class UnlinkIOSDeviceIDResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkKongregateAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkKongregateAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkNintendoServiceAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkNintendoSwitchDeviceIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Nintendo Switch Device identifier for the user. If not specified, the most recently signed in device ID will be used. + /// + public string NintendoSwitchDeviceId; + } + + [Serializable] + public class UnlinkNintendoSwitchDeviceIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkOpenIdConnectRequest : PlayFabRequestCommon + { + /// + /// A name that identifies which configured OpenID Connect provider relationship to use. Maximum 100 characters. + /// + public string ConnectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkPSNAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkPSNAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkSteamAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkSteamAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkTwitchAccountRequest : PlayFabRequestCommon + { + /// + /// Valid token issued by Twitch. Used to specify which twitch account to unlink from the profile. By default it uses the + /// one that is present on the profile. + /// + public string AccessToken; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkTwitchAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkXboxAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UnlinkXboxAccountResult : PlayFabResultCommon + { + } + + /// + /// Specify the container and optionally the catalogVersion for the container to open + /// + [Serializable] + public class UnlockContainerInstanceRequest : PlayFabRequestCommon + { + /// + /// Specifies the catalog version that should be used to determine container contents. If unspecified, uses catalog + /// associated with the item instance. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// ItemInstanceId of the container to unlock. + /// + public string ContainerItemInstanceId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// ItemInstanceId of the key that will be consumed by unlocking this container. If the container requires a key, this + /// parameter is required. + /// + public string KeyItemInstanceId; + } + + /// + /// Specify the type of container to open and optionally the catalogVersion for the container to open + /// + [Serializable] + public class UnlockContainerItemRequest : PlayFabRequestCommon + { + /// + /// Specifies the catalog version that should be used to determine container contents. If unspecified, uses default/primary + /// catalog. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Catalog ItemId of the container type to unlock. + /// + public string ContainerItemId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// The items and vc found within the container. These will be added and stacked in the appropriate inventory. + /// + [Serializable] + public class UnlockContainerItemResult : PlayFabResultCommon + { + /// + /// Items granted to the player as a result of unlocking the container. + /// + public List GrantedItems; + /// + /// Unique instance identifier of the container unlocked. + /// + public string UnlockedItemInstanceId; + /// + /// Unique instance identifier of the key used to unlock the container, if applicable. + /// + public string UnlockedWithItemInstanceId; + /// + /// Virtual currency granted to the player as a result of unlocking the container. + /// + public Dictionary VirtualCurrency; + } + + [Serializable] + public class UpdateAvatarUrlRequest : PlayFabRequestCommon + { + /// + /// URL of the avatar image. If empty, it removes the existing avatar URL. + /// + public string ImageUrl; + } + + /// + /// This function performs an additive update of the arbitrary strings containing the custom data for the character. In + /// updating the custom data object, keys which already exist in the object will have their values overwritten, while keys + /// with null values will be removed. New keys will be added, with the given values. No other key-value pairs will be + /// changed apart from those specified in the call. + /// + [Serializable] + public class UpdateCharacterDataRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Permission to be applied to all user data keys written in this request. Defaults to "private" if not set. + /// + public UserDataPermission? Permission; + } + + [Serializable] + public class UpdateCharacterDataResult : PlayFabResultCommon + { + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + } + + /// + /// Enable this option with the 'Allow Client to Post Player Statistics' option in PlayFab GameManager for your title. + /// However, this is not best practice, as this data will no longer be safely controlled by the server. This operation is + /// additive. Character Statistics not currently defined will be added, while those already defined will be updated with the + /// given values. All other user statistics will remain unchanged. Character statistics are used by the + /// character-leaderboard apis, and accessible for custom game-logic. + /// + [Serializable] + public class UpdateCharacterStatisticsRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Statistics to be updated with the provided values, in the Key(string), Value(int) pattern. + /// + public Dictionary CharacterStatistics; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UpdateCharacterStatisticsResult : PlayFabResultCommon + { + } + + /// + /// Enable this option with the 'Allow Client to Post Player Statistics' option in PlayFab GameManager for your title. + /// However, this is not best practice, as this data will no longer be safely controlled by the server. This operation is + /// additive. Statistics not currently defined will be added, while those already defined will be updated with the given + /// values. All other user statistics will remain unchanged. Note that if the statistic is intended to have a reset period, + /// the UpdatePlayerStatisticDefinition API call can be used to define that reset period. Once a statistic has been + /// versioned (reset), the now-previous version can still be written to for up a short, pre-defined period (currently 10 + /// seconds), using the Version parameter in this call. + /// + [Serializable] + public class UpdatePlayerStatisticsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Statistics to be updated with the provided values + /// + public List Statistics; + } + + [Serializable] + public class UpdatePlayerStatisticsResult : PlayFabResultCommon + { + } + + /// + /// Note that in the case of multiple calls to write to the same shared group data keys, the last write received by the + /// PlayFab service will determine the value available to subsequent read operations. For scenarios requiring coordination + /// of data updates, it is recommended that titles make use of user data with read permission set to public, or a + /// combination of user data and shared group data. + /// + [Serializable] + public class UpdateSharedGroupDataRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Permission to be applied to all user data keys in this request. + /// + public UserDataPermission? Permission; + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + [Serializable] + public class UpdateSharedGroupDataResult : PlayFabResultCommon + { + } + + /// + /// This function performs an additive update of the arbitrary strings containing the custom data for the user. In updating + /// the custom data object, keys which already exist in the object will have their values overwritten, while keys with null + /// values will be removed. New keys will be added, with the given values. No other key-value pairs will be changed apart + /// from those specified in the call. + /// + [Serializable] + public class UpdateUserDataRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Permission to be applied to all user data keys written in this request. Defaults to "private" if not set. This is used + /// for requests by one player for information about another player; those requests will only return Public keys. + /// + public UserDataPermission? Permission; + } + + [Serializable] + public class UpdateUserDataResult : PlayFabResultCommon + { + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + } + + /// + /// In addition to the PlayFab username, titles can make use of a DisplayName which is also a unique identifier, but + /// specific to the title. This allows for unique names which more closely match the theme or genre of a title, for example. + /// + [Serializable] + public class UpdateUserTitleDisplayNameRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// New title display name for the user - must be between 3 and 25 characters. + /// + public string DisplayName; + } + + [Serializable] + public class UpdateUserTitleDisplayNameResult : PlayFabResultCommon + { + /// + /// Current title display name for the user (this will be the original display name if the rename attempt failed). + /// + public string DisplayName; + } + + [Serializable] + public class UserAccountInfo : PlayFabBaseModel + { + /// + /// User Android device information, if an Android device has been linked + /// + public UserAndroidDeviceInfo AndroidDeviceInfo; + /// + /// Sign in with Apple account information, if an Apple account has been linked + /// + public UserAppleIdInfo AppleAccountInfo; + /// + /// Timestamp indicating when the user account was created + /// + public DateTime Created; + /// + /// Custom ID information, if a custom ID has been assigned + /// + public UserCustomIdInfo CustomIdInfo; + /// + /// User Facebook information, if a Facebook account has been linked + /// + public UserFacebookInfo FacebookInfo; + /// + /// Facebook Instant Games account information, if a Facebook Instant Games account has been linked + /// + public UserFacebookInstantGamesIdInfo FacebookInstantGamesIdInfo; + /// + /// User Gamecenter information, if a Gamecenter account has been linked + /// + public UserGameCenterInfo GameCenterInfo; + /// + /// User Google account information, if a Google account has been linked + /// + public UserGoogleInfo GoogleInfo; + /// + /// User Google Play Games account information, if a Google Play Games account has been linked + /// + public UserGooglePlayGamesInfo GooglePlayGamesInfo; + /// + /// User iOS device information, if an iOS device has been linked + /// + public UserIosDeviceInfo IosDeviceInfo; + /// + /// User Kongregate account information, if a Kongregate account has been linked + /// + public UserKongregateInfo KongregateInfo; + /// + /// Nintendo Switch account information, if a Nintendo Switch account has been linked + /// + public UserNintendoSwitchAccountIdInfo NintendoSwitchAccountInfo; + /// + /// Nintendo Switch device information, if a Nintendo Switch device has been linked + /// + public UserNintendoSwitchDeviceIdInfo NintendoSwitchDeviceIdInfo; + /// + /// OpenID Connect information, if any OpenID Connect accounts have been linked + /// + public List OpenIdInfo; + /// + /// Unique identifier for the user account + /// + public string PlayFabId; + /// + /// Personal information for the user which is considered more sensitive + /// + public UserPrivateAccountInfo PrivateInfo; + /// + /// User PlayStation :tm: Network account information, if a PlayStation :tm: Network account has been linked + /// + public UserPsnInfo PsnInfo; + /// + /// Server Custom ID information, if a server custom ID has been assigned + /// + public UserServerCustomIdInfo ServerCustomIdInfo; + /// + /// User Steam information, if a Steam account has been linked + /// + public UserSteamInfo SteamInfo; + /// + /// Title-specific information for the user account + /// + public UserTitleInfo TitleInfo; + /// + /// User Twitch account information, if a Twitch account has been linked + /// + public UserTwitchInfo TwitchInfo; + /// + /// User account name in the PlayFab service + /// + public string Username; + /// + /// User XBox account information, if a XBox account has been linked + /// + public UserXboxInfo XboxInfo; + } + + [Serializable] + public class UserAndroidDeviceInfo : PlayFabBaseModel + { + /// + /// Android device ID + /// + public string AndroidDeviceId; + } + + [Serializable] + public class UserAppleIdInfo : PlayFabBaseModel + { + /// + /// Apple subject ID + /// + public string AppleSubjectId; + } + + [Serializable] + public class UserCustomIdInfo : PlayFabBaseModel + { + /// + /// Custom ID + /// + public string CustomId; + } + + /// + /// Indicates whether a given data key is private (readable only by the player) or public (readable by all players). When a + /// player makes a GetUserData request about another player, only keys marked Public will be returned. + /// + public enum UserDataPermission + { + Private, + Public + } + + [Serializable] + public class UserDataRecord : PlayFabBaseModel + { + /// + /// Timestamp for when this data was last updated. + /// + public DateTime LastUpdated; + /// + /// Indicates whether this data can be read by all users (public) or only the user (private). This is used for GetUserData + /// requests being made by one player about another player. + /// + public UserDataPermission? Permission; + /// + /// Data stored for the specified user data key. + /// + public string Value; + } + + [Serializable] + public class UserFacebookInfo : PlayFabBaseModel + { + /// + /// Facebook identifier + /// + public string FacebookId; + /// + /// Facebook full name + /// + public string FullName; + } + + [Serializable] + public class UserFacebookInstantGamesIdInfo : PlayFabBaseModel + { + /// + /// Facebook Instant Games ID + /// + public string FacebookInstantGamesId; + } + + [Serializable] + public class UserGameCenterInfo : PlayFabBaseModel + { + /// + /// Gamecenter identifier + /// + public string GameCenterId; + } + + [Serializable] + public class UserGoogleInfo : PlayFabBaseModel + { + /// + /// Email address of the Google account + /// + public string GoogleEmail; + /// + /// Gender information of the Google account + /// + public string GoogleGender; + /// + /// Google ID + /// + public string GoogleId; + /// + /// Locale of the Google account + /// + public string GoogleLocale; + /// + /// Name of the Google account user + /// + public string GoogleName; + } + + [Serializable] + public class UserGooglePlayGamesInfo : PlayFabBaseModel + { + /// + /// Avatar image url of the Google Play Games player + /// + public string GooglePlayGamesPlayerAvatarImageUrl; + /// + /// Display name of the Google Play Games player + /// + public string GooglePlayGamesPlayerDisplayName; + /// + /// Google Play Games player ID + /// + public string GooglePlayGamesPlayerId; + } + + [Serializable] + public class UserIosDeviceInfo : PlayFabBaseModel + { + /// + /// iOS device ID + /// + public string IosDeviceId; + } + + [Serializable] + public class UserKongregateInfo : PlayFabBaseModel + { + /// + /// Kongregate ID + /// + public string KongregateId; + /// + /// Kongregate Username + /// + public string KongregateName; + } + + [Serializable] + public class UserNintendoSwitchAccountIdInfo : PlayFabBaseModel + { + /// + /// Nintendo Switch account subject ID + /// + public string NintendoSwitchAccountSubjectId; + } + + [Serializable] + public class UserNintendoSwitchDeviceIdInfo : PlayFabBaseModel + { + /// + /// Nintendo Switch Device ID + /// + public string NintendoSwitchDeviceId; + } + + [Serializable] + public class UserOpenIdInfo : PlayFabBaseModel + { + /// + /// OpenID Connection ID + /// + public string ConnectionId; + /// + /// OpenID Issuer + /// + public string Issuer; + /// + /// OpenID Subject + /// + public string Subject; + } + + public enum UserOrigination + { + Organic, + Steam, + Google, + Amazon, + Facebook, + Kongregate, + GamersFirst, + Unknown, + IOS, + LoadTest, + Android, + PSN, + GameCenter, + CustomId, + XboxLive, + Parse, + Twitch, + ServerCustomId, + NintendoSwitchDeviceId, + FacebookInstantGamesId, + OpenIdConnect, + Apple, + NintendoSwitchAccount, + GooglePlayGames, + XboxMobileStore, + King + } + + [Serializable] + public class UserPrivateAccountInfo : PlayFabBaseModel + { + /// + /// user email address + /// + public string Email; + } + + [Serializable] + public class UserPsnInfo : PlayFabBaseModel + { + /// + /// PlayStation :tm: Network account ID + /// + public string PsnAccountId; + /// + /// PlayStation :tm: Network online ID + /// + public string PsnOnlineId; + } + + [Serializable] + public class UserServerCustomIdInfo : PlayFabBaseModel + { + /// + /// Custom ID + /// + public string CustomId; + } + + [Serializable] + public class UserSettings : PlayFabBaseModel + { + /// + /// Boolean for whether this player is eligible for gathering device info. + /// + public bool GatherDeviceInfo; + /// + /// Boolean for whether this player should report OnFocus play-time tracking. + /// + public bool GatherFocusInfo; + /// + /// Boolean for whether this player is eligible for ad tracking. + /// + public bool NeedsAttribution; + } + + [Serializable] + public class UserSteamInfo : PlayFabBaseModel + { + /// + /// what stage of game ownership the user is listed as being in, from Steam + /// + public TitleActivationStatus? SteamActivationStatus; + /// + /// the country in which the player resides, from Steam data + /// + public string SteamCountry; + /// + /// currency type set in the user Steam account + /// + public Currency? SteamCurrency; + /// + /// Steam identifier + /// + public string SteamId; + /// + /// Steam display name + /// + public string SteamName; + } + + [Serializable] + public class UserTitleInfo : PlayFabBaseModel + { + /// + /// URL to the player's avatar. + /// + public string AvatarUrl; + /// + /// timestamp indicating when the user was first associated with this game (this can differ significantly from when the user + /// first registered with PlayFab) + /// + public DateTime Created; + /// + /// name of the user, as it is displayed in-game + /// + public string DisplayName; + /// + /// timestamp indicating when the user first signed into this game (this can differ from the Created timestamp, as other + /// events, such as issuing a beta key to the user, can associate the title to the user) + /// + public DateTime? FirstLogin; + /// + /// boolean indicating whether or not the user is currently banned for a title + /// + public bool? isBanned; + /// + /// timestamp for the last user login for this title + /// + public DateTime? LastLogin; + /// + /// source by which the user first joined the game, if known + /// + public UserOrigination? Origination; + /// + /// Title player account entity for this user + /// + public EntityKey TitlePlayerAccount; + } + + [Serializable] + public class UserTwitchInfo : PlayFabBaseModel + { + /// + /// Twitch ID + /// + public string TwitchId; + /// + /// Twitch Username + /// + public string TwitchUserName; + } + + [Serializable] + public class UserXboxInfo : PlayFabBaseModel + { + /// + /// XBox user ID + /// + public string XboxUserId; + /// + /// XBox user sandbox + /// + public string XboxUserSandbox; + } + + [Serializable] + public class ValidateAmazonReceiptRequest : PlayFabRequestCommon + { + /// + /// Catalog version of the fulfilled items. If null, defaults to the primary catalog. + /// + public string CatalogVersion; + /// + /// Currency used to pay for the purchase (ISO 4217 currency code). + /// + public string CurrencyCode; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Amount of the stated currency paid, in centesimal units. + /// + public int PurchasePrice; + /// + /// ReceiptId returned by the Amazon App Store in-app purchase API + /// + public string ReceiptId; + /// + /// AmazonId of the user making the purchase as returned by the Amazon App Store in-app purchase API + /// + public string UserId; + } + + /// + /// Once verified, the catalog item matching the Amazon item name will be added to the user's inventory. This result should + /// be used for immediate updates to the local client game state as opposed to the GetUserInventory API which can have an up + /// to half second delay. + /// + [Serializable] + public class ValidateAmazonReceiptResult : PlayFabResultCommon + { + /// + /// Fulfilled inventory items and recorded purchases in fulfillment of the validated receipt transactions. + /// + public List Fulfillments; + } + + /// + /// The packageName and productId are defined in the GooglePlay store. The productId must match the ItemId of the inventory + /// item in the PlayFab catalog for the title. This enables the PlayFab service to securely validate that the purchase is + /// for the correct item, in order to prevent uses from passing valid receipts as being for more expensive items (passing a + /// receipt for a 99-cent purchase as being for a $19.99 purchase, for example). Each receipt may be validated only once to + /// avoid granting the same item over and over from a single purchase. + /// + [Serializable] + public class ValidateGooglePlayPurchaseRequest : PlayFabRequestCommon + { + /// + /// Catalog version of the fulfilled items. If null, defaults to the primary catalog. + /// + public string CatalogVersion; + /// + /// Currency used to pay for the purchase (ISO 4217 currency code). + /// + public string CurrencyCode; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Amount of the stated currency paid, in centesimal units. + /// + public uint? PurchasePrice; + /// + /// Original JSON string returned by the Google Play IAB API. + /// + public string ReceiptJson; + /// + /// Signature returned by the Google Play IAB API. + /// + public string Signature; + } + + /// + /// Once verified, the catalog item (ItemId) matching the GooglePlay store item (productId) will be added to the user's + /// inventory. This result should be used for immediate updates to the local client game state as opposed to the + /// GetUserInventory API which can have an up to half second delay. + /// + [Serializable] + public class ValidateGooglePlayPurchaseResult : PlayFabResultCommon + { + /// + /// Fulfilled inventory items and recorded purchases in fulfillment of the validated receipt transactions. + /// + public List Fulfillments; + } + + /// + /// The CurrencyCode and PurchasePrice must match the price which was set up for the item in the Apple store. In addition, + /// The ItemId of the inventory in the PlayFab Catalog must match the Product ID as it was set up in the Apple store. This + /// enables the PlayFab service to securely validate that the purchase is for the correct item, in order to prevent uses + /// from passing valid receipts as being for more expensive items (passing a receipt for a 99-cent purchase as being for a + /// $19.99 purchase, for example). + /// + [Serializable] + public class ValidateIOSReceiptRequest : PlayFabRequestCommon + { + /// + /// Catalog version of the fulfilled items. If null, defaults to the primary catalog. + /// + public string CatalogVersion; + /// + /// Currency used to pay for the purchase (ISO 4217 currency code). + /// + public string CurrencyCode; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Amount of the stated currency paid, in centesimal units. + /// + public int PurchasePrice; + /// + /// Base64 encoded receipt data, passed back by the App Store as a result of a successful purchase. + /// + public string ReceiptData; + } + + /// + /// Once verified, the catalog item matching the iTunes item name will be added to the user's inventory. This result should + /// be used for immediate updates to the local client game state as opposed to the GetUserInventory API which can have an up + /// to half second delay. + /// + [Serializable] + public class ValidateIOSReceiptResult : PlayFabResultCommon + { + /// + /// Fulfilled inventory items and recorded purchases in fulfillment of the validated receipt transactions. + /// + public List Fulfillments; + } + + [Serializable] + public class ValidateWindowsReceiptRequest : PlayFabRequestCommon + { + /// + /// Catalog version of the fulfilled items. If null, defaults to the primary catalog. + /// + public string CatalogVersion; + /// + /// Currency used to pay for the purchase (ISO 4217 currency code). + /// + public string CurrencyCode; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Amount of the stated currency paid, in centesimal units. + /// + public uint PurchasePrice; + /// + /// XML Receipt returned by the Windows App Store in-app purchase API + /// + public string Receipt; + } + + /// + /// Once verified, the catalog item matching the Product name will be added to the user's inventory. This result should be + /// used for immediate updates to the local client game state as opposed to the GetUserInventory API which can have an up to + /// half second delay. + /// + [Serializable] + public class ValidateWindowsReceiptResult : PlayFabResultCommon + { + /// + /// Fulfilled inventory items and recorded purchases in fulfillment of the validated receipt transactions. + /// + public List Fulfillments; + } + + [Serializable] + public class ValueToDateModel : PlayFabBaseModel + { + /// + /// ISO 4217 code of the currency used in the purchases + /// + public string Currency; + /// + /// Total value of the purchases in a whole number of 1/100 monetary units. For example, 999 indicates nine dollars and + /// ninety-nine cents when Currency is 'USD') + /// + public uint TotalValue; + /// + /// Total value of the purchases in a string representation of decimal monetary units. For example, '9.99' indicates nine + /// dollars and ninety-nine cents when Currency is 'USD'. + /// + public string TotalValueAsDecimal; + } + + [Serializable] + public class Variable : PlayFabBaseModel + { + /// + /// Name of the variable. + /// + public string Name; + /// + /// Value of the variable. + /// + public string Value; + } + + [Serializable] + public class VirtualCurrencyRechargeTime : PlayFabBaseModel + { + /// + /// Maximum value to which the regenerating currency will automatically increment. Note that it can exceed this value + /// through use of the AddUserVirtualCurrency API call. However, it will not regenerate automatically until it has fallen + /// below this value. + /// + public int RechargeMax; + /// + /// Server timestamp in UTC indicating the next time the virtual currency will be incremented. + /// + public DateTime RechargeTime; + /// + /// Time remaining (in seconds) before the next recharge increment of the virtual currency. + /// + public int SecondsToRecharge; + } + + /// + /// This API is designed to write a multitude of different client-defined events into PlayStream. It supports a flexible + /// JSON schema, which allowsfor arbitrary key-value pairs to describe any character-based event. The created event will be + /// locked to the authenticated title and player. + /// + [Serializable] + public class WriteClientCharacterEventRequest : PlayFabRequestCommon + { + /// + /// Custom event properties. Each property consists of a name (string) and a value (JSON object). + /// + public Dictionary Body; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the event, within the namespace scoped to the title. The naming convention is up to the caller, but it + /// commonly follows the subject_verb_object pattern (e.g. player_logged_in). + /// + public string EventName; + /// + /// The time (in UTC) associated with this event. The value defaults to the current time. + /// + public DateTime? Timestamp; + } + + /// + /// This API is designed to write a multitude of different event types into PlayStream. It supports a flexible JSON schema, + /// which allowsfor arbitrary key-value pairs to describe any player-based event. The created event will be locked to the + /// authenticated title and player. + /// + [Serializable] + public class WriteClientPlayerEventRequest : PlayFabRequestCommon + { + /// + /// Custom data properties associated with the event. Each property consists of a name (string) and a value (JSON object). + /// + public Dictionary Body; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the event, within the namespace scoped to the title. The naming convention is up to the caller, but it + /// commonly follows the subject_verb_object pattern (e.g. player_logged_in). + /// + public string EventName; + /// + /// The time (in UTC) associated with this event. The value defaults to the current time. + /// + public DateTime? Timestamp; + } + + [Serializable] + public class WriteEventResponse : PlayFabResultCommon + { + /// + /// The unique identifier of the event. The values of this identifier consist of ASCII characters and are not constrained to + /// any particular format. + /// + public string EventId; + } + + /// + /// This API is designed to write a multitude of different client-defined events into PlayStream. It supports a flexible + /// JSON schema, which allowsfor arbitrary key-value pairs to describe any title-based event. The created event will be + /// locked to the authenticated title. + /// + [Serializable] + public class WriteTitleEventRequest : PlayFabRequestCommon + { + /// + /// Custom event properties. Each property consists of a name (string) and a value (JSON object). + /// + public Dictionary Body; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the event, within the namespace scoped to the title. The naming convention is up to the caller, but it + /// commonly follows the subject_verb_object pattern (e.g. player_logged_in). + /// + public string EventName; + /// + /// The time (in UTC) associated with this event. The value defaults to the current time. + /// + public DateTime? Timestamp; + } + + [Serializable] + public class XboxLiveAccountPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Xbox Live identifier. + /// + public string PlayFabId; + /// + /// Unique Xbox Live identifier for a user. + /// + public string XboxLiveAccountId; + } +} +#endif diff --git a/Assets/PlayFabSDK/Client/PlayFabClientModels.cs.meta b/Assets/PlayFabSDK/Client/PlayFabClientModels.cs.meta new file mode 100644 index 00000000..e89f150a --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabClientModels.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 3a0a4ef9b600e6540b14561880293235 +timeCreated: 1468524875 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Client/PlayFabDeviceUtil.cs b/Assets/PlayFabSDK/Client/PlayFabDeviceUtil.cs new file mode 100644 index 00000000..0c073966 --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabDeviceUtil.cs @@ -0,0 +1,109 @@ +#if !DISABLE_PLAYFABCLIENT_API +using System.Collections.Generic; +using PlayFab.SharedModels; +using UnityEngine; + +namespace PlayFab.Internal +{ + public static class PlayFabDeviceUtil + { + private static bool _needsAttribution, _gatherDeviceInfo, _gatherScreenTime; + + #region Scrape Device Info + private static void SendDeviceInfoToPlayFab(PlayFabApiSettings settings, IPlayFabInstanceApi instanceApi) + { + if (settings.DisableDeviceInfo || !_gatherDeviceInfo) return; + + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var request = new ClientModels.DeviceInfoRequest + { + Info = serializer.DeserializeObject>(serializer.SerializeObject(new PlayFabDataGatherer())) + }; + var clientInstanceApi = instanceApi as PlayFabClientInstanceAPI; + if (clientInstanceApi != null) + clientInstanceApi.ReportDeviceInfo(request, null, OnGatherFail, settings); +#if !DISABLE_PLAYFAB_STATIC_API + else + PlayFabClientAPI.ReportDeviceInfo(request, null, OnGatherFail, settings); +#endif + } + private static void OnGatherFail(PlayFabError error) + { + Debug.Log("OnGatherFail: " + error.GenerateErrorReport()); + } + #endregion + + /// + /// When a PlayFab login occurs, check the result information, and + /// relay it to _OnPlayFabLogin where the information is used + /// + /// + public static void OnPlayFabLogin(PlayFabResultCommon result, PlayFabApiSettings settings, IPlayFabInstanceApi instanceApi) + { + var loginResult = result as ClientModels.LoginResult; + var registerResult = result as ClientModels.RegisterPlayFabUserResult; + if (loginResult == null && registerResult == null) + return; + + // Gather things common to the result types + ClientModels.UserSettings settingsForUser = null; + string playFabId = null; + string entityId = null; + string entityType = null; + + if (loginResult != null) + { + settingsForUser = loginResult.SettingsForUser; + playFabId = loginResult.PlayFabId; + if (loginResult.EntityToken != null) + { + entityId = loginResult.EntityToken.Entity.Id; + entityType = loginResult.EntityToken.Entity.Type; + } + } + else if (registerResult != null) + { + settingsForUser = registerResult.SettingsForUser; + playFabId = registerResult.PlayFabId; + if (registerResult.EntityToken != null) + { + entityId = registerResult.EntityToken.Entity.Id; + entityType = registerResult.EntityToken.Entity.Type; + } + } + + _OnPlayFabLogin(settingsForUser, playFabId, entityId, entityType, settings, instanceApi); + } + + /// + /// Separated from OnPlayFabLogin, to explicitly lose the refs to loginResult and registerResult, because + /// only one will be defined, but both usually have all the information we REALLY need here. + /// But the result signatures are different and clunky, so do the separation above, and processing here + /// + private static void _OnPlayFabLogin(ClientModels.UserSettings settingsForUser, string playFabId, string entityId, string entityType, PlayFabApiSettings settings, IPlayFabInstanceApi instanceApi) + { + _needsAttribution = _gatherDeviceInfo = _gatherScreenTime = false; + if (settingsForUser != null) + { + _needsAttribution = settingsForUser.NeedsAttribution; + _gatherDeviceInfo = settingsForUser.GatherDeviceInfo; + _gatherScreenTime = settingsForUser.GatherFocusInfo; + } + + // Device information gathering + SendDeviceInfoToPlayFab(settings, instanceApi); + +#if !DISABLE_PLAYFABENTITY_API + if (!string.IsNullOrEmpty(entityId) && !string.IsNullOrEmpty(entityType) && _gatherScreenTime) + { + PlayFabHttp.InitializeScreenTimeTracker(entityId, entityType, playFabId); + } + else + { + settings.DisableFocusTimeCollection = true; + } +#endif + } + } +} +#endif diff --git a/Assets/PlayFabSDK/Client/PlayFabDeviceUtil.cs.meta b/Assets/PlayFabSDK/Client/PlayFabDeviceUtil.cs.meta new file mode 100644 index 00000000..c17526e9 --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabDeviceUtil.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: dd4190ddf909a304eb43068a0caea903 +timeCreated: 1494526811 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Client/PlayFabEvents.cs b/Assets/PlayFabSDK/Client/PlayFabEvents.cs new file mode 100644 index 00000000..49048a3c --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabEvents.cs @@ -0,0 +1,321 @@ +#if !DISABLE_PLAYFABCLIENT_API +using PlayFab.ClientModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabResultEvent OnLoginResultEvent; + + public event PlayFabRequestEvent OnAcceptTradeRequestEvent; + public event PlayFabResultEvent OnAcceptTradeResultEvent; + public event PlayFabRequestEvent OnAddFriendRequestEvent; + public event PlayFabResultEvent OnAddFriendResultEvent; + public event PlayFabRequestEvent OnAddGenericIDRequestEvent; + public event PlayFabResultEvent OnAddGenericIDResultEvent; + public event PlayFabRequestEvent OnAddOrUpdateContactEmailRequestEvent; + public event PlayFabResultEvent OnAddOrUpdateContactEmailResultEvent; + public event PlayFabRequestEvent OnAddSharedGroupMembersRequestEvent; + public event PlayFabResultEvent OnAddSharedGroupMembersResultEvent; + public event PlayFabRequestEvent OnAddUsernamePasswordRequestEvent; + public event PlayFabResultEvent OnAddUsernamePasswordResultEvent; + public event PlayFabRequestEvent OnAddUserVirtualCurrencyRequestEvent; + public event PlayFabResultEvent OnAddUserVirtualCurrencyResultEvent; + public event PlayFabRequestEvent OnAndroidDevicePushNotificationRegistrationRequestEvent; + public event PlayFabResultEvent OnAndroidDevicePushNotificationRegistrationResultEvent; + public event PlayFabRequestEvent OnAttributeInstallRequestEvent; + public event PlayFabResultEvent OnAttributeInstallResultEvent; + public event PlayFabRequestEvent OnCancelTradeRequestEvent; + public event PlayFabResultEvent OnCancelTradeResultEvent; + public event PlayFabRequestEvent OnConfirmPurchaseRequestEvent; + public event PlayFabResultEvent OnConfirmPurchaseResultEvent; + public event PlayFabRequestEvent OnConsumeItemRequestEvent; + public event PlayFabResultEvent OnConsumeItemResultEvent; + public event PlayFabRequestEvent OnConsumeMicrosoftStoreEntitlementsRequestEvent; + public event PlayFabResultEvent OnConsumeMicrosoftStoreEntitlementsResultEvent; + public event PlayFabRequestEvent OnConsumePS5EntitlementsRequestEvent; + public event PlayFabResultEvent OnConsumePS5EntitlementsResultEvent; + public event PlayFabRequestEvent OnConsumePSNEntitlementsRequestEvent; + public event PlayFabResultEvent OnConsumePSNEntitlementsResultEvent; + public event PlayFabRequestEvent OnConsumeXboxEntitlementsRequestEvent; + public event PlayFabResultEvent OnConsumeXboxEntitlementsResultEvent; + public event PlayFabRequestEvent OnCreateSharedGroupRequestEvent; + public event PlayFabResultEvent OnCreateSharedGroupResultEvent; + public event PlayFabRequestEvent OnExecuteCloudScriptRequestEvent; + public event PlayFabResultEvent OnExecuteCloudScriptResultEvent; + public event PlayFabRequestEvent OnGetAccountInfoRequestEvent; + public event PlayFabResultEvent OnGetAccountInfoResultEvent; + public event PlayFabRequestEvent OnGetAdPlacementsRequestEvent; + public event PlayFabResultEvent OnGetAdPlacementsResultEvent; + public event PlayFabRequestEvent OnGetAllUsersCharactersRequestEvent; + public event PlayFabResultEvent OnGetAllUsersCharactersResultEvent; + public event PlayFabRequestEvent OnGetCatalogItemsRequestEvent; + public event PlayFabResultEvent OnGetCatalogItemsResultEvent; + public event PlayFabRequestEvent OnGetCharacterDataRequestEvent; + public event PlayFabResultEvent OnGetCharacterDataResultEvent; + public event PlayFabRequestEvent OnGetCharacterInventoryRequestEvent; + public event PlayFabResultEvent OnGetCharacterInventoryResultEvent; + public event PlayFabRequestEvent OnGetCharacterLeaderboardRequestEvent; + public event PlayFabResultEvent OnGetCharacterLeaderboardResultEvent; + public event PlayFabRequestEvent OnGetCharacterReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnGetCharacterReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnGetCharacterStatisticsRequestEvent; + public event PlayFabResultEvent OnGetCharacterStatisticsResultEvent; + public event PlayFabRequestEvent OnGetContentDownloadUrlRequestEvent; + public event PlayFabResultEvent OnGetContentDownloadUrlResultEvent; + public event PlayFabRequestEvent OnGetFriendLeaderboardRequestEvent; + public event PlayFabResultEvent OnGetFriendLeaderboardResultEvent; + public event PlayFabRequestEvent OnGetFriendLeaderboardAroundPlayerRequestEvent; + public event PlayFabResultEvent OnGetFriendLeaderboardAroundPlayerResultEvent; + public event PlayFabRequestEvent OnGetFriendsListRequestEvent; + public event PlayFabResultEvent OnGetFriendsListResultEvent; + public event PlayFabRequestEvent OnGetLeaderboardRequestEvent; + public event PlayFabResultEvent OnGetLeaderboardResultEvent; + public event PlayFabRequestEvent OnGetLeaderboardAroundCharacterRequestEvent; + public event PlayFabResultEvent OnGetLeaderboardAroundCharacterResultEvent; + public event PlayFabRequestEvent OnGetLeaderboardAroundPlayerRequestEvent; + public event PlayFabResultEvent OnGetLeaderboardAroundPlayerResultEvent; + public event PlayFabRequestEvent OnGetLeaderboardForUserCharactersRequestEvent; + public event PlayFabResultEvent OnGetLeaderboardForUserCharactersResultEvent; + public event PlayFabRequestEvent OnGetPaymentTokenRequestEvent; + public event PlayFabResultEvent OnGetPaymentTokenResultEvent; + public event PlayFabRequestEvent OnGetPhotonAuthenticationTokenRequestEvent; + public event PlayFabResultEvent OnGetPhotonAuthenticationTokenResultEvent; + public event PlayFabRequestEvent OnGetPlayerCombinedInfoRequestEvent; + public event PlayFabResultEvent OnGetPlayerCombinedInfoResultEvent; + public event PlayFabRequestEvent OnGetPlayerProfileRequestEvent; + public event PlayFabResultEvent OnGetPlayerProfileResultEvent; + public event PlayFabRequestEvent OnGetPlayerSegmentsRequestEvent; + public event PlayFabResultEvent OnGetPlayerSegmentsResultEvent; + public event PlayFabRequestEvent OnGetPlayerStatisticsRequestEvent; + public event PlayFabResultEvent OnGetPlayerStatisticsResultEvent; + public event PlayFabRequestEvent OnGetPlayerStatisticVersionsRequestEvent; + public event PlayFabResultEvent OnGetPlayerStatisticVersionsResultEvent; + public event PlayFabRequestEvent OnGetPlayerTagsRequestEvent; + public event PlayFabResultEvent OnGetPlayerTagsResultEvent; + public event PlayFabRequestEvent OnGetPlayerTradesRequestEvent; + public event PlayFabResultEvent OnGetPlayerTradesResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromFacebookIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromFacebookIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromGameCenterIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromGameCenterIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromGenericIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromGenericIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromGoogleIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromGoogleIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromKongregateIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromKongregateIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromPSNAccountIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromPSNAccountIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromPSNOnlineIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromPSNOnlineIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromSteamIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromSteamIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromTwitchIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromTwitchIDsResultEvent; + public event PlayFabRequestEvent OnGetPlayFabIDsFromXboxLiveIDsRequestEvent; + public event PlayFabResultEvent OnGetPlayFabIDsFromXboxLiveIDsResultEvent; + public event PlayFabRequestEvent OnGetPublisherDataRequestEvent; + public event PlayFabResultEvent OnGetPublisherDataResultEvent; + public event PlayFabRequestEvent OnGetPurchaseRequestEvent; + public event PlayFabResultEvent OnGetPurchaseResultEvent; + public event PlayFabRequestEvent OnGetSharedGroupDataRequestEvent; + public event PlayFabResultEvent OnGetSharedGroupDataResultEvent; + public event PlayFabRequestEvent OnGetStoreItemsRequestEvent; + public event PlayFabResultEvent OnGetStoreItemsResultEvent; + public event PlayFabRequestEvent OnGetTimeRequestEvent; + public event PlayFabResultEvent OnGetTimeResultEvent; + public event PlayFabRequestEvent OnGetTitleDataRequestEvent; + public event PlayFabResultEvent OnGetTitleDataResultEvent; + public event PlayFabRequestEvent OnGetTitleNewsRequestEvent; + public event PlayFabResultEvent OnGetTitleNewsResultEvent; + public event PlayFabRequestEvent OnGetTitlePublicKeyRequestEvent; + public event PlayFabResultEvent OnGetTitlePublicKeyResultEvent; + public event PlayFabRequestEvent OnGetTradeStatusRequestEvent; + public event PlayFabResultEvent OnGetTradeStatusResultEvent; + public event PlayFabRequestEvent OnGetUserDataRequestEvent; + public event PlayFabResultEvent OnGetUserDataResultEvent; + public event PlayFabRequestEvent OnGetUserInventoryRequestEvent; + public event PlayFabResultEvent OnGetUserInventoryResultEvent; + public event PlayFabRequestEvent OnGetUserPublisherDataRequestEvent; + public event PlayFabResultEvent OnGetUserPublisherDataResultEvent; + public event PlayFabRequestEvent OnGetUserPublisherReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnGetUserPublisherReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnGetUserReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnGetUserReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnGrantCharacterToUserRequestEvent; + public event PlayFabResultEvent OnGrantCharacterToUserResultEvent; + public event PlayFabRequestEvent OnLinkAndroidDeviceIDRequestEvent; + public event PlayFabResultEvent OnLinkAndroidDeviceIDResultEvent; + public event PlayFabRequestEvent OnLinkAppleRequestEvent; + public event PlayFabResultEvent OnLinkAppleResultEvent; + public event PlayFabRequestEvent OnLinkCustomIDRequestEvent; + public event PlayFabResultEvent OnLinkCustomIDResultEvent; + public event PlayFabRequestEvent OnLinkFacebookAccountRequestEvent; + public event PlayFabResultEvent OnLinkFacebookAccountResultEvent; + public event PlayFabRequestEvent OnLinkFacebookInstantGamesIdRequestEvent; + public event PlayFabResultEvent OnLinkFacebookInstantGamesIdResultEvent; + public event PlayFabRequestEvent OnLinkGameCenterAccountRequestEvent; + public event PlayFabResultEvent OnLinkGameCenterAccountResultEvent; + public event PlayFabRequestEvent OnLinkGoogleAccountRequestEvent; + public event PlayFabResultEvent OnLinkGoogleAccountResultEvent; + public event PlayFabRequestEvent OnLinkGooglePlayGamesServicesAccountRequestEvent; + public event PlayFabResultEvent OnLinkGooglePlayGamesServicesAccountResultEvent; + public event PlayFabRequestEvent OnLinkIOSDeviceIDRequestEvent; + public event PlayFabResultEvent OnLinkIOSDeviceIDResultEvent; + public event PlayFabRequestEvent OnLinkKongregateRequestEvent; + public event PlayFabResultEvent OnLinkKongregateResultEvent; + public event PlayFabRequestEvent OnLinkNintendoServiceAccountRequestEvent; + public event PlayFabResultEvent OnLinkNintendoServiceAccountResultEvent; + public event PlayFabRequestEvent OnLinkNintendoSwitchDeviceIdRequestEvent; + public event PlayFabResultEvent OnLinkNintendoSwitchDeviceIdResultEvent; + public event PlayFabRequestEvent OnLinkOpenIdConnectRequestEvent; + public event PlayFabResultEvent OnLinkOpenIdConnectResultEvent; + public event PlayFabRequestEvent OnLinkPSNAccountRequestEvent; + public event PlayFabResultEvent OnLinkPSNAccountResultEvent; + public event PlayFabRequestEvent OnLinkSteamAccountRequestEvent; + public event PlayFabResultEvent OnLinkSteamAccountResultEvent; + public event PlayFabRequestEvent OnLinkTwitchRequestEvent; + public event PlayFabResultEvent OnLinkTwitchResultEvent; + public event PlayFabRequestEvent OnLinkXboxAccountRequestEvent; + public event PlayFabResultEvent OnLinkXboxAccountResultEvent; + public event PlayFabRequestEvent OnLoginWithAndroidDeviceIDRequestEvent; + public event PlayFabRequestEvent OnLoginWithAppleRequestEvent; + public event PlayFabRequestEvent OnLoginWithCustomIDRequestEvent; + public event PlayFabRequestEvent OnLoginWithEmailAddressRequestEvent; + public event PlayFabRequestEvent OnLoginWithFacebookRequestEvent; + public event PlayFabRequestEvent OnLoginWithFacebookInstantGamesIdRequestEvent; + public event PlayFabRequestEvent OnLoginWithGameCenterRequestEvent; + public event PlayFabRequestEvent OnLoginWithGoogleAccountRequestEvent; + public event PlayFabRequestEvent OnLoginWithGooglePlayGamesServicesRequestEvent; + public event PlayFabRequestEvent OnLoginWithIOSDeviceIDRequestEvent; + public event PlayFabRequestEvent OnLoginWithKongregateRequestEvent; + public event PlayFabRequestEvent OnLoginWithNintendoServiceAccountRequestEvent; + public event PlayFabRequestEvent OnLoginWithNintendoSwitchDeviceIdRequestEvent; + public event PlayFabRequestEvent OnLoginWithOpenIdConnectRequestEvent; + public event PlayFabRequestEvent OnLoginWithPlayFabRequestEvent; + public event PlayFabRequestEvent OnLoginWithPSNRequestEvent; + public event PlayFabRequestEvent OnLoginWithSteamRequestEvent; + public event PlayFabRequestEvent OnLoginWithTwitchRequestEvent; + public event PlayFabRequestEvent OnLoginWithXboxRequestEvent; + public event PlayFabRequestEvent OnOpenTradeRequestEvent; + public event PlayFabResultEvent OnOpenTradeResultEvent; + public event PlayFabRequestEvent OnPayForPurchaseRequestEvent; + public event PlayFabResultEvent OnPayForPurchaseResultEvent; + public event PlayFabRequestEvent OnPurchaseItemRequestEvent; + public event PlayFabResultEvent OnPurchaseItemResultEvent; + public event PlayFabRequestEvent OnRedeemCouponRequestEvent; + public event PlayFabResultEvent OnRedeemCouponResultEvent; + public event PlayFabRequestEvent OnRefreshPSNAuthTokenRequestEvent; + public event PlayFabResultEvent OnRefreshPSNAuthTokenResultEvent; + public event PlayFabRequestEvent OnRegisterForIOSPushNotificationRequestEvent; + public event PlayFabResultEvent OnRegisterForIOSPushNotificationResultEvent; + public event PlayFabRequestEvent OnRegisterPlayFabUserRequestEvent; + public event PlayFabResultEvent OnRegisterPlayFabUserResultEvent; + public event PlayFabRequestEvent OnRemoveContactEmailRequestEvent; + public event PlayFabResultEvent OnRemoveContactEmailResultEvent; + public event PlayFabRequestEvent OnRemoveFriendRequestEvent; + public event PlayFabResultEvent OnRemoveFriendResultEvent; + public event PlayFabRequestEvent OnRemoveGenericIDRequestEvent; + public event PlayFabResultEvent OnRemoveGenericIDResultEvent; + public event PlayFabRequestEvent OnRemoveSharedGroupMembersRequestEvent; + public event PlayFabResultEvent OnRemoveSharedGroupMembersResultEvent; + public event PlayFabRequestEvent OnReportAdActivityRequestEvent; + public event PlayFabResultEvent OnReportAdActivityResultEvent; + public event PlayFabRequestEvent OnReportDeviceInfoRequestEvent; + public event PlayFabResultEvent OnReportDeviceInfoResultEvent; + public event PlayFabRequestEvent OnReportPlayerRequestEvent; + public event PlayFabResultEvent OnReportPlayerResultEvent; + public event PlayFabRequestEvent OnRestoreIOSPurchasesRequestEvent; + public event PlayFabResultEvent OnRestoreIOSPurchasesResultEvent; + public event PlayFabRequestEvent OnRewardAdActivityRequestEvent; + public event PlayFabResultEvent OnRewardAdActivityResultEvent; + public event PlayFabRequestEvent OnSendAccountRecoveryEmailRequestEvent; + public event PlayFabResultEvent OnSendAccountRecoveryEmailResultEvent; + public event PlayFabRequestEvent OnSetFriendTagsRequestEvent; + public event PlayFabResultEvent OnSetFriendTagsResultEvent; + public event PlayFabRequestEvent OnSetPlayerSecretRequestEvent; + public event PlayFabResultEvent OnSetPlayerSecretResultEvent; + public event PlayFabRequestEvent OnStartPurchaseRequestEvent; + public event PlayFabResultEvent OnStartPurchaseResultEvent; + public event PlayFabRequestEvent OnSubtractUserVirtualCurrencyRequestEvent; + public event PlayFabResultEvent OnSubtractUserVirtualCurrencyResultEvent; + public event PlayFabRequestEvent OnUnlinkAndroidDeviceIDRequestEvent; + public event PlayFabResultEvent OnUnlinkAndroidDeviceIDResultEvent; + public event PlayFabRequestEvent OnUnlinkAppleRequestEvent; + public event PlayFabResultEvent OnUnlinkAppleResultEvent; + public event PlayFabRequestEvent OnUnlinkCustomIDRequestEvent; + public event PlayFabResultEvent OnUnlinkCustomIDResultEvent; + public event PlayFabRequestEvent OnUnlinkFacebookAccountRequestEvent; + public event PlayFabResultEvent OnUnlinkFacebookAccountResultEvent; + public event PlayFabRequestEvent OnUnlinkFacebookInstantGamesIdRequestEvent; + public event PlayFabResultEvent OnUnlinkFacebookInstantGamesIdResultEvent; + public event PlayFabRequestEvent OnUnlinkGameCenterAccountRequestEvent; + public event PlayFabResultEvent OnUnlinkGameCenterAccountResultEvent; + public event PlayFabRequestEvent OnUnlinkGoogleAccountRequestEvent; + public event PlayFabResultEvent OnUnlinkGoogleAccountResultEvent; + public event PlayFabRequestEvent OnUnlinkGooglePlayGamesServicesAccountRequestEvent; + public event PlayFabResultEvent OnUnlinkGooglePlayGamesServicesAccountResultEvent; + public event PlayFabRequestEvent OnUnlinkIOSDeviceIDRequestEvent; + public event PlayFabResultEvent OnUnlinkIOSDeviceIDResultEvent; + public event PlayFabRequestEvent OnUnlinkKongregateRequestEvent; + public event PlayFabResultEvent OnUnlinkKongregateResultEvent; + public event PlayFabRequestEvent OnUnlinkNintendoServiceAccountRequestEvent; + public event PlayFabResultEvent OnUnlinkNintendoServiceAccountResultEvent; + public event PlayFabRequestEvent OnUnlinkNintendoSwitchDeviceIdRequestEvent; + public event PlayFabResultEvent OnUnlinkNintendoSwitchDeviceIdResultEvent; + public event PlayFabRequestEvent OnUnlinkOpenIdConnectRequestEvent; + public event PlayFabResultEvent OnUnlinkOpenIdConnectResultEvent; + public event PlayFabRequestEvent OnUnlinkPSNAccountRequestEvent; + public event PlayFabResultEvent OnUnlinkPSNAccountResultEvent; + public event PlayFabRequestEvent OnUnlinkSteamAccountRequestEvent; + public event PlayFabResultEvent OnUnlinkSteamAccountResultEvent; + public event PlayFabRequestEvent OnUnlinkTwitchRequestEvent; + public event PlayFabResultEvent OnUnlinkTwitchResultEvent; + public event PlayFabRequestEvent OnUnlinkXboxAccountRequestEvent; + public event PlayFabResultEvent OnUnlinkXboxAccountResultEvent; + public event PlayFabRequestEvent OnUnlockContainerInstanceRequestEvent; + public event PlayFabResultEvent OnUnlockContainerInstanceResultEvent; + public event PlayFabRequestEvent OnUnlockContainerItemRequestEvent; + public event PlayFabResultEvent OnUnlockContainerItemResultEvent; + public event PlayFabRequestEvent OnUpdateAvatarUrlRequestEvent; + public event PlayFabResultEvent OnUpdateAvatarUrlResultEvent; + public event PlayFabRequestEvent OnUpdateCharacterDataRequestEvent; + public event PlayFabResultEvent OnUpdateCharacterDataResultEvent; + public event PlayFabRequestEvent OnUpdateCharacterStatisticsRequestEvent; + public event PlayFabResultEvent OnUpdateCharacterStatisticsResultEvent; + public event PlayFabRequestEvent OnUpdatePlayerStatisticsRequestEvent; + public event PlayFabResultEvent OnUpdatePlayerStatisticsResultEvent; + public event PlayFabRequestEvent OnUpdateSharedGroupDataRequestEvent; + public event PlayFabResultEvent OnUpdateSharedGroupDataResultEvent; + public event PlayFabRequestEvent OnUpdateUserDataRequestEvent; + public event PlayFabResultEvent OnUpdateUserDataResultEvent; + public event PlayFabRequestEvent OnUpdateUserPublisherDataRequestEvent; + public event PlayFabResultEvent OnUpdateUserPublisherDataResultEvent; + public event PlayFabRequestEvent OnUpdateUserTitleDisplayNameRequestEvent; + public event PlayFabResultEvent OnUpdateUserTitleDisplayNameResultEvent; + public event PlayFabRequestEvent OnValidateAmazonIAPReceiptRequestEvent; + public event PlayFabResultEvent OnValidateAmazonIAPReceiptResultEvent; + public event PlayFabRequestEvent OnValidateGooglePlayPurchaseRequestEvent; + public event PlayFabResultEvent OnValidateGooglePlayPurchaseResultEvent; + public event PlayFabRequestEvent OnValidateIOSReceiptRequestEvent; + public event PlayFabResultEvent OnValidateIOSReceiptResultEvent; + public event PlayFabRequestEvent OnValidateWindowsStoreReceiptRequestEvent; + public event PlayFabResultEvent OnValidateWindowsStoreReceiptResultEvent; + public event PlayFabRequestEvent OnWriteCharacterEventRequestEvent; + public event PlayFabResultEvent OnWriteCharacterEventResultEvent; + public event PlayFabRequestEvent OnWritePlayerEventRequestEvent; + public event PlayFabResultEvent OnWritePlayerEventResultEvent; + public event PlayFabRequestEvent OnWriteTitleEventRequestEvent; + public event PlayFabResultEvent OnWriteTitleEventResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Client/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Client/PlayFabEvents.cs.meta new file mode 100644 index 00000000..e06d2d97 --- /dev/null +++ b/Assets/PlayFabSDK/Client/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: da33df462ae2fa04cb401398dc2b8a5d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/CloudScript.meta b/Assets/PlayFabSDK/CloudScript.meta new file mode 100644 index 00000000..2771afe9 --- /dev/null +++ b/Assets/PlayFabSDK/CloudScript.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dfbd6b5349ba24e4aa6a1ebc5bdfd11d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptAPI.cs b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptAPI.cs new file mode 100644 index 00000000..d5c2bd35 --- /dev/null +++ b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptAPI.cs @@ -0,0 +1,244 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.CloudScriptModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// API methods for executing CloudScript using an Entity Profile + /// + public static class PlayFabCloudScriptAPI + { + static PlayFabCloudScriptAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Cloud Script is one of PlayFab's most versatile features. It allows client code to request execution of any kind of + /// custom server-side functionality you can implement, and it can be used in conjunction with virtually anything. + /// + public static void ExecuteEntityCloudScript(ExecuteEntityCloudScriptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/ExecuteEntityCloudScript", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Cloud Script is one of PlayFab's most versatile features. It allows client code to request execution of any kind of + /// custom server-side functionality you can implement, and it can be used in conjunction with virtually anything. + /// + public static void ExecuteFunction(ExecuteFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + var localApiServerString = PlayFabSettings.LocalApiServer; + if (!string.IsNullOrEmpty(localApiServerString)) + { + var baseUri = new Uri(localApiServerString); + var fullUri = new Uri(baseUri, "/CloudScript/ExecuteFunction".TrimStart('/')); + PlayFabHttp.MakeApiCallWithFullUri(fullUri.AbsoluteUri, request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + return; + } + + PlayFabHttp.MakeApiCall("/CloudScript/ExecuteFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets registered Azure Functions for a given title id and function name. + /// + public static void GetFunction(GetFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/GetFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all currently registered Event Hub triggered Azure Functions for a given title. + /// + public static void ListEventHubFunctions(ListFunctionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/ListEventHubFunctions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all currently registered Azure Functions for a given title. + /// + public static void ListFunctions(ListFunctionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/ListFunctions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all currently registered HTTP triggered Azure Functions for a given title. + /// + public static void ListHttpFunctions(ListFunctionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/ListHttpFunctions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all currently registered Queue triggered Azure Functions for a given title. + /// + public static void ListQueuedFunctions(ListFunctionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/ListQueuedFunctions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Generate an entity PlayStream event for the provided function result. + /// + public static void PostFunctionResultForEntityTriggeredAction(PostFunctionResultForEntityTriggeredActionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/PostFunctionResultForEntityTriggeredAction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Generate an entity PlayStream event for the provided function result. + /// + public static void PostFunctionResultForFunctionExecution(PostFunctionResultForFunctionExecutionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/PostFunctionResultForFunctionExecution", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Generate a player PlayStream event for the provided function result. + /// + public static void PostFunctionResultForPlayerTriggeredAction(PostFunctionResultForPlayerTriggeredActionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/PostFunctionResultForPlayerTriggeredAction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Generate a PlayStream event for the provided function result. + /// + public static void PostFunctionResultForScheduledTask(PostFunctionResultForScheduledTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/PostFunctionResultForScheduledTask", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Registers an event hub triggered Azure Function with a title. + /// + public static void RegisterEventHubFunction(RegisterEventHubFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/RegisterEventHubFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Registers an HTTP triggered Azure function with a title. + /// + public static void RegisterHttpFunction(RegisterHttpFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/RegisterHttpFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Registers a queue triggered Azure Function with a title. + /// + public static void RegisterQueuedFunction(RegisterQueuedFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/RegisterQueuedFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unregisters an Azure Function with a title. + /// + public static void UnregisterFunction(UnregisterFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/CloudScript/UnregisterFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptAPI.cs.meta b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptAPI.cs.meta new file mode 100644 index 00000000..833b2998 --- /dev/null +++ b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e9b8ec61c6ab7d2438b7b65a4dd9ef59 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptInstanceAPI.cs b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptInstanceAPI.cs new file mode 100644 index 00000000..5025b801 --- /dev/null +++ b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptInstanceAPI.cs @@ -0,0 +1,224 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.CloudScriptModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// API methods for executing CloudScript using an Entity Profile + /// + public class PlayFabCloudScriptInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabCloudScriptInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabCloudScriptInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Cloud Script is one of PlayFab's most versatile features. It allows client code to request execution of any kind of + /// custom server-side functionality you can implement, and it can be used in conjunction with virtually anything. + /// + public void ExecuteEntityCloudScript(ExecuteEntityCloudScriptRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/ExecuteEntityCloudScript", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Cloud Script is one of PlayFab's most versatile features. It allows client code to request execution of any kind of + /// custom server-side functionality you can implement, and it can be used in conjunction with virtually anything. + /// + public void ExecuteFunction(ExecuteFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/ExecuteFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets registered Azure Functions for a given title id and function name. + /// + public void GetFunction(GetFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/GetFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all currently registered Event Hub triggered Azure Functions for a given title. + /// + public void ListEventHubFunctions(ListFunctionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/ListEventHubFunctions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all currently registered Azure Functions for a given title. + /// + public void ListFunctions(ListFunctionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/ListFunctions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all currently registered HTTP triggered Azure Functions for a given title. + /// + public void ListHttpFunctions(ListFunctionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/ListHttpFunctions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all currently registered Queue triggered Azure Functions for a given title. + /// + public void ListQueuedFunctions(ListFunctionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/ListQueuedFunctions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Generate an entity PlayStream event for the provided function result. + /// + public void PostFunctionResultForEntityTriggeredAction(PostFunctionResultForEntityTriggeredActionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/PostFunctionResultForEntityTriggeredAction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Generate an entity PlayStream event for the provided function result. + /// + public void PostFunctionResultForFunctionExecution(PostFunctionResultForFunctionExecutionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/PostFunctionResultForFunctionExecution", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Generate a player PlayStream event for the provided function result. + /// + public void PostFunctionResultForPlayerTriggeredAction(PostFunctionResultForPlayerTriggeredActionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/PostFunctionResultForPlayerTriggeredAction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Generate a PlayStream event for the provided function result. + /// + public void PostFunctionResultForScheduledTask(PostFunctionResultForScheduledTaskRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/PostFunctionResultForScheduledTask", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Registers an event hub triggered Azure Function with a title. + /// + public void RegisterEventHubFunction(RegisterEventHubFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/RegisterEventHubFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Registers an HTTP triggered Azure function with a title. + /// + public void RegisterHttpFunction(RegisterHttpFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/RegisterHttpFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Registers a queue triggered Azure Function with a title. + /// + public void RegisterQueuedFunction(RegisterQueuedFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/RegisterQueuedFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unregisters an Azure Function with a title. + /// + public void UnregisterFunction(UnregisterFunctionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/CloudScript/UnregisterFunction", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptInstanceAPI.cs.meta b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptInstanceAPI.cs.meta new file mode 100644 index 00000000..e8e15c2f --- /dev/null +++ b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ac313c777a2b7054e9632c96829e1f7d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptModels.cs b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptModels.cs new file mode 100644 index 00000000..1eab23cc --- /dev/null +++ b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptModels.cs @@ -0,0 +1,1186 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.CloudScriptModels +{ + [Serializable] + public class AdCampaignAttributionModel : PlayFabBaseModel + { + /// + /// UTC time stamp of attribution + /// + public DateTime AttributedAt; + /// + /// Attribution campaign identifier + /// + public string CampaignId; + /// + /// Attribution network name + /// + public string Platform; + } + + public enum CloudScriptRevisionOption + { + Live, + Latest, + Specific + } + + [Serializable] + public class ContactEmailInfoModel : PlayFabBaseModel + { + /// + /// The email address + /// + public string EmailAddress; + /// + /// The name of the email info data + /// + public string Name; + /// + /// The verification status of the email + /// + public EmailVerificationStatus? VerificationStatus; + } + + public enum ContinentCode + { + AF, + AN, + AS, + EU, + NA, + OC, + SA, + Unknown + } + + public enum CountryCode + { + AF, + AX, + AL, + DZ, + AS, + AD, + AO, + AI, + AQ, + AG, + AR, + AM, + AW, + AU, + AT, + AZ, + BS, + BH, + BD, + BB, + BY, + BE, + BZ, + BJ, + BM, + BT, + BO, + BQ, + BA, + BW, + BV, + BR, + IO, + BN, + BG, + BF, + BI, + KH, + CM, + CA, + CV, + KY, + CF, + TD, + CL, + CN, + CX, + CC, + CO, + KM, + CG, + CD, + CK, + CR, + CI, + HR, + CU, + CW, + CY, + CZ, + DK, + DJ, + DM, + DO, + EC, + EG, + SV, + GQ, + ER, + EE, + ET, + FK, + FO, + FJ, + FI, + FR, + GF, + PF, + TF, + GA, + GM, + GE, + DE, + GH, + GI, + GR, + GL, + GD, + GP, + GU, + GT, + GG, + GN, + GW, + GY, + HT, + HM, + VA, + HN, + HK, + HU, + IS, + IN, + ID, + IR, + IQ, + IE, + IM, + IL, + IT, + JM, + JP, + JE, + JO, + KZ, + KE, + KI, + KP, + KR, + KW, + KG, + LA, + LV, + LB, + LS, + LR, + LY, + LI, + LT, + LU, + MO, + MK, + MG, + MW, + MY, + MV, + ML, + MT, + MH, + MQ, + MR, + MU, + YT, + MX, + FM, + MD, + MC, + MN, + ME, + MS, + MA, + MZ, + MM, + NA, + NR, + NP, + NL, + NC, + NZ, + NI, + NE, + NG, + NU, + NF, + MP, + NO, + OM, + PK, + PW, + PS, + PA, + PG, + PY, + PE, + PH, + PN, + PL, + PT, + PR, + QA, + RE, + RO, + RU, + RW, + BL, + SH, + KN, + LC, + MF, + PM, + VC, + WS, + SM, + ST, + SA, + SN, + RS, + SC, + SL, + SG, + SX, + SK, + SI, + SB, + SO, + ZA, + GS, + SS, + ES, + LK, + SD, + SR, + SJ, + SZ, + SE, + CH, + SY, + TW, + TJ, + TZ, + TH, + TL, + TG, + TK, + TO, + TT, + TN, + TR, + TM, + TC, + TV, + UG, + UA, + AE, + GB, + US, + UM, + UY, + UZ, + VU, + VE, + VN, + VG, + VI, + WF, + EH, + YE, + ZM, + ZW, + Unknown + } + + public enum EmailVerificationStatus + { + Unverified, + Pending, + Confirmed + } + + [Serializable] + public class EmptyResult : PlayFabResultCommon + { + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class EventHubFunctionModel : PlayFabBaseModel + { + /// + /// The connection string for the event hub. + /// + public string ConnectionString; + /// + /// The name of the event hub that triggers the Azure Function. + /// + public string EventHubName; + /// + /// The name the function was registered under. + /// + public string FunctionName; + } + + [Serializable] + public class ExecuteCloudScriptResult : PlayFabResultCommon + { + /// + /// Number of PlayFab API requests issued by the CloudScript function + /// + public int APIRequestsIssued; + /// + /// Information about the error, if any, that occurred during execution + /// + public ScriptExecutionError Error; + public double ExecutionTimeSeconds; + /// + /// The name of the function that executed + /// + public string FunctionName; + /// + /// The object returned from the CloudScript function, if any + /// + public object FunctionResult; + /// + /// Flag indicating if the FunctionResult was too large and was subsequently dropped from this event. This only occurs if + /// the total event size is larger than 350KB. + /// + public bool? FunctionResultTooLarge; + /// + /// Number of external HTTP requests issued by the CloudScript function + /// + public int HttpRequestsIssued; + /// + /// Entries logged during the function execution. These include both entries logged in the function code using log.info() + /// and log.error() and error entries for API and HTTP request failures. + /// + public List Logs; + /// + /// Flag indicating if the logs were too large and were subsequently dropped from this event. This only occurs if the total + /// event size is larger than 350KB after the FunctionResult was removed. + /// + public bool? LogsTooLarge; + public uint MemoryConsumedBytes; + /// + /// Processor time consumed while executing the function. This does not include time spent waiting on API calls or HTTP + /// requests. + /// + public double ProcessorTimeSeconds; + /// + /// The revision of the CloudScript that executed + /// + public int Revision; + } + + /// + /// Executes CloudScript with the entity profile that is defined in the request. + /// + [Serializable] + public class ExecuteEntityCloudScriptRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The name of the CloudScript function to execute + /// + public string FunctionName; + /// + /// Object that is passed in to the function as the first argument + /// + public object FunctionParameter; + /// + /// Generate a 'entity_executed_cloudscript' PlayStream event containing the results of the function execution and other + /// contextual information. This event will show up in the PlayStream debugger console for the player in Game Manager. + /// + public bool? GeneratePlayStreamEvent; + /// + /// Option for which revision of the CloudScript to execute. 'Latest' executes the most recently created revision, 'Live' + /// executes the current live, published revision, and 'Specific' executes the specified revision. The default value is + /// 'Specific', if the SpecificRevision parameter is specified, otherwise it is 'Live'. + /// + public CloudScriptRevisionOption? RevisionSelection; + /// + /// The specific revision to execute, when RevisionSelection is set to 'Specific' + /// + public int? SpecificRevision; + } + + /// + /// Executes an Azure Function with the profile of the entity that is defined in the request. + /// + [Serializable] + public class ExecuteFunctionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The name of the CloudScript function to execute + /// + public string FunctionName; + /// + /// Object that is passed in to the function as the FunctionArgument field of the FunctionExecutionContext data structure + /// + public object FunctionParameter; + /// + /// Generate a 'entity_executed_cloudscript_function' PlayStream event containing the results of the function execution and + /// other contextual information. This event will show up in the PlayStream debugger console for the player in Game Manager. + /// + public bool? GeneratePlayStreamEvent; + } + + [Serializable] + public class ExecuteFunctionResult : PlayFabResultCommon + { + /// + /// Error from the CloudScript Azure Function. + /// + public FunctionExecutionError Error; + /// + /// The amount of time the function took to execute + /// + public int ExecutionTimeMilliseconds; + /// + /// The name of the function that executed + /// + public string FunctionName; + /// + /// The object returned from the function, if any + /// + public object FunctionResult; + /// + /// Flag indicating if the FunctionResult was too large and was subsequently dropped from this event. + /// + public bool? FunctionResultTooLarge; + } + + [Serializable] + public class FunctionExecutionError : PlayFabBaseModel + { + /// + /// Error code, such as CloudScriptAzureFunctionsExecutionTimeLimitExceeded, CloudScriptAzureFunctionsArgumentSizeExceeded, + /// CloudScriptAzureFunctionsReturnSizeExceeded or CloudScriptAzureFunctionsHTTPRequestError + /// + public string Error; + /// + /// Details about the error + /// + public string Message; + /// + /// Point during the execution of the function at which the error occurred, if any + /// + public string StackTrace; + } + + [Serializable] + public class FunctionModel : PlayFabBaseModel + { + /// + /// The address of the function. + /// + public string FunctionAddress; + /// + /// The name the function was registered under. + /// + public string FunctionName; + /// + /// The trigger type for the function. + /// + public string TriggerType; + } + + [Serializable] + public class GetFunctionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the function to register + /// + public string FunctionName; + } + + [Serializable] + public class GetFunctionResult : PlayFabResultCommon + { + /// + /// The connection string for the storage account containing the queue for a queue trigger Azure Function. + /// + public string ConnectionString; + /// + /// The URL to be invoked to execute an HTTP triggered function. + /// + public string FunctionUrl; + /// + /// The name of the queue for a queue trigger Azure Function. + /// + public string QueueName; + /// + /// The trigger type for the function. + /// + public string TriggerType; + } + + [Serializable] + public class HttpFunctionModel : PlayFabBaseModel + { + /// + /// The name the function was registered under. + /// + public string FunctionName; + /// + /// The URL of the function. + /// + public string FunctionUrl; + } + + [Serializable] + public class LinkedPlatformAccountModel : PlayFabBaseModel + { + /// + /// Linked account email of the user on the platform, if available + /// + public string Email; + /// + /// Authentication platform + /// + public LoginIdentityProvider? Platform; + /// + /// Unique account identifier of the user on the platform + /// + public string PlatformUserId; + /// + /// Linked account username of the user on the platform, if available + /// + public string Username; + } + + [Serializable] + public class ListEventHubFunctionsResult : PlayFabResultCommon + { + /// + /// The list of EventHub triggered functions that are currently registered for the title. + /// + public List Functions; + } + + /// + /// A title can have many functions, ListHttpFunctions will return a list of all the currently registered HTTP triggered + /// functions for a given title. + /// + [Serializable] + public class ListFunctionsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class ListFunctionsResult : PlayFabResultCommon + { + /// + /// The list of functions that are currently registered for the title. + /// + public List Functions; + } + + [Serializable] + public class ListHttpFunctionsResult : PlayFabResultCommon + { + /// + /// The list of HTTP triggered functions that are currently registered for the title. + /// + public List Functions; + } + + [Serializable] + public class ListQueuedFunctionsResult : PlayFabResultCommon + { + /// + /// The list of Queue triggered functions that are currently registered for the title. + /// + public List Functions; + } + + [Serializable] + public class LocationModel : PlayFabBaseModel + { + /// + /// City name. + /// + public string City; + /// + /// The two-character continent code for this location + /// + public ContinentCode? ContinentCode; + /// + /// The two-character ISO 3166-1 country code for the country associated with the location + /// + public CountryCode? CountryCode; + /// + /// Latitude coordinate of the geographic location. + /// + public double? Latitude; + /// + /// Longitude coordinate of the geographic location. + /// + public double? Longitude; + } + + public enum LoginIdentityProvider + { + Unknown, + PlayFab, + Custom, + GameCenter, + GooglePlay, + Steam, + XBoxLive, + PSN, + Kongregate, + Facebook, + IOSDevice, + AndroidDevice, + Twitch, + WindowsHello, + GameServer, + CustomServer, + NintendoSwitch, + FacebookInstantGames, + OpenIdConnect, + Apple, + NintendoSwitchAccount, + GooglePlayGames, + XboxMobileStore, + King + } + + [Serializable] + public class LogStatement : PlayFabBaseModel + { + /// + /// Optional object accompanying the message as contextual information + /// + public object Data; + /// + /// 'Debug', 'Info', or 'Error' + /// + public string Level; + public string Message; + } + + [Serializable] + public class MembershipModel : PlayFabBaseModel + { + /// + /// Whether this membership is active. That is, whether the MembershipExpiration time has been reached. + /// + public bool IsActive; + /// + /// The time this membership expires + /// + public DateTime MembershipExpiration; + /// + /// The id of the membership + /// + public string MembershipId; + /// + /// Membership expirations can be explicitly overridden (via game manager or the admin api). If this membership has been + /// overridden, this will be the new expiration time. + /// + public DateTime? OverrideExpiration; + /// + /// The list of subscriptions that this player has for this membership + /// + public List Subscriptions; + } + + /// + /// Identifier by either name or ID. Note that a name may change due to renaming, or reused after being deleted. ID is + /// immutable and unique. + /// + [Serializable] + public class NameIdentifier : PlayFabBaseModel + { + /// + /// Id Identifier, if present + /// + public string Id; + /// + /// Name Identifier, if present + /// + public string Name; + } + + [Serializable] + public class PlayerProfileModel : PlayFabBaseModel + { + /// + /// List of advertising campaigns the player has been attributed to + /// + public List AdCampaignAttributions; + /// + /// URL of the player's avatar image + /// + public string AvatarUrl; + /// + /// If the player is currently banned, the UTC Date when the ban expires + /// + public DateTime? BannedUntil; + /// + /// List of all contact email info associated with the player account + /// + public List ContactEmailAddresses; + /// + /// Player record created + /// + public DateTime? Created; + /// + /// Player display name + /// + public string DisplayName; + /// + /// List of experiment variants for the player. Note that these variants are not guaranteed to be up-to-date when returned + /// during login because the player profile is updated only after login. Instead, use the LoginResult.TreatmentAssignment + /// property during login to get the correct variants and variables. + /// + public List ExperimentVariants; + /// + /// UTC time when the player most recently logged in to the title + /// + public DateTime? LastLogin; + /// + /// List of all authentication systems linked to this player account + /// + public List LinkedAccounts; + /// + /// List of geographic locations from which the player has logged in to the title + /// + public List Locations; + /// + /// List of memberships for the player, along with whether are expired. + /// + public List Memberships; + /// + /// Player account origination + /// + public LoginIdentityProvider? Origination; + /// + /// PlayFab player account unique identifier + /// + public string PlayerId; + /// + /// Publisher this player belongs to + /// + public string PublisherId; + /// + /// List of configured end points registered for sending the player push notifications + /// + public List PushNotificationRegistrations; + /// + /// List of leaderboard statistic values for the player + /// + public List Statistics; + /// + /// List of player's tags for segmentation + /// + public List Tags; + /// + /// Title ID this player profile applies to + /// + public string TitleId; + /// + /// Sum of the player's purchases made with real-money currencies, converted to US dollars equivalent and represented as a + /// whole number of cents (1/100 USD). For example, 999 indicates nine dollars and ninety-nine cents. + /// + public uint? TotalValueToDateInUSD; + /// + /// List of the player's lifetime purchase totals, summed by real-money currency + /// + public List ValuesToDate; + } + + [Serializable] + public class PlayStreamEventEnvelopeModel : PlayFabBaseModel + { + /// + /// The ID of the entity the event is about. + /// + public string EntityId; + /// + /// The type of the entity the event is about. + /// + public string EntityType; + /// + /// Data specific to this event. + /// + public string EventData; + /// + /// The name of the event. + /// + public string EventName; + /// + /// The namespace of the event. + /// + public string EventNamespace; + /// + /// Settings for the event. + /// + public string EventSettings; + } + + [Serializable] + public class PostFunctionResultForEntityTriggeredActionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The result of the function execution. + /// + public ExecuteFunctionResult FunctionResult; + } + + [Serializable] + public class PostFunctionResultForFunctionExecutionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The result of the function execution. + /// + public ExecuteFunctionResult FunctionResult; + } + + [Serializable] + public class PostFunctionResultForPlayerTriggeredActionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The result of the function execution. + /// + public ExecuteFunctionResult FunctionResult; + /// + /// The player profile the function was invoked with. + /// + public PlayerProfileModel PlayerProfile; + /// + /// The triggering PlayStream event, if any, that caused the function to be invoked. + /// + public PlayStreamEventEnvelopeModel PlayStreamEventEnvelope; + } + + [Serializable] + public class PostFunctionResultForScheduledTaskRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The result of the function execution + /// + public ExecuteFunctionResult FunctionResult; + /// + /// The id of the scheduled task that invoked the function. + /// + public NameIdentifier ScheduledTaskId; + } + + public enum PushNotificationPlatform + { + ApplePushNotificationService, + GoogleCloudMessaging + } + + [Serializable] + public class PushNotificationRegistrationModel : PlayFabBaseModel + { + /// + /// Notification configured endpoint + /// + public string NotificationEndpointARN; + /// + /// Push notification platform + /// + public PushNotificationPlatform? Platform; + } + + [Serializable] + public class QueuedFunctionModel : PlayFabBaseModel + { + /// + /// The connection string for the Azure Storage Account that hosts the queue. + /// + public string ConnectionString; + /// + /// The name the function was registered under. + /// + public string FunctionName; + /// + /// The name of the queue that triggers the Azure Function. + /// + public string QueueName; + } + + /// + /// A title can have many functions, RegisterEventHubFunction associates a function name with an event hub name and + /// connection string. + /// + [Serializable] + public class RegisterEventHubFunctionRequest : PlayFabRequestCommon + { + /// + /// A connection string for the namespace of the event hub for the Azure Function. + /// + public string ConnectionString; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the event hub for the Azure Function. + /// + public string EventHubName; + /// + /// The name of the function to register + /// + public string FunctionName; + } + + [Serializable] + public class RegisterHttpFunctionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the function to register + /// + public string FunctionName; + /// + /// Full URL for Azure Function that implements the function. + /// + public string FunctionUrl; + } + + /// + /// A title can have many functions, RegisterQueuedFunction associates a function name with a queue name and connection + /// string. + /// + [Serializable] + public class RegisterQueuedFunctionRequest : PlayFabRequestCommon + { + /// + /// A connection string for the storage account that hosts the queue for the Azure Function. + /// + public string ConnectionString; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the function to register + /// + public string FunctionName; + /// + /// The name of the queue for the Azure Function. + /// + public string QueueName; + } + + [Serializable] + public class ScriptExecutionError : PlayFabBaseModel + { + /// + /// Error code, such as CloudScriptNotFound, JavascriptException, CloudScriptFunctionArgumentSizeExceeded, + /// CloudScriptAPIRequestCountExceeded, CloudScriptAPIRequestError, or CloudScriptHTTPRequestError + /// + public string Error; + /// + /// Details about the error + /// + public string Message; + /// + /// Point during the execution of the script at which the error occurred, if any + /// + public string StackTrace; + } + + [Serializable] + public class StatisticModel : PlayFabBaseModel + { + /// + /// Statistic name + /// + public string Name; + /// + /// Statistic value + /// + public int Value; + /// + /// Statistic version (0 if not a versioned statistic) + /// + public int Version; + } + + [Serializable] + public class SubscriptionModel : PlayFabBaseModel + { + /// + /// When this subscription expires. + /// + public DateTime Expiration; + /// + /// The time the subscription was orignially purchased + /// + public DateTime InitialSubscriptionTime; + /// + /// Whether this subscription is currently active. That is, if Expiration > now. + /// + public bool IsActive; + /// + /// The status of this subscription, according to the subscription provider. + /// + public SubscriptionProviderStatus? Status; + /// + /// The id for this subscription + /// + public string SubscriptionId; + /// + /// The item id for this subscription from the primary catalog + /// + public string SubscriptionItemId; + /// + /// The provider for this subscription. Apple or Google Play are supported today. + /// + public string SubscriptionProvider; + } + + public enum SubscriptionProviderStatus + { + NoError, + Cancelled, + UnknownError, + BillingError, + ProductUnavailable, + CustomerDidNotAcceptPriceChange, + FreeTrial, + PaymentPending + } + + [Serializable] + public class TagModel : PlayFabBaseModel + { + /// + /// Full value of the tag, including namespace + /// + public string TagValue; + } + + public enum TriggerType + { + HTTP, + Queue, + EventHub + } + + [Serializable] + public class UnregisterFunctionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the function to register + /// + public string FunctionName; + } + + [Serializable] + public class ValueToDateModel : PlayFabBaseModel + { + /// + /// ISO 4217 code of the currency used in the purchases + /// + public string Currency; + /// + /// Total value of the purchases in a whole number of 1/100 monetary units. For example, 999 indicates nine dollars and + /// ninety-nine cents when Currency is 'USD') + /// + public uint TotalValue; + /// + /// Total value of the purchases in a string representation of decimal monetary units. For example, '9.99' indicates nine + /// dollars and ninety-nine cents when Currency is 'USD'. + /// + public string TotalValueAsDecimal; + } +} +#endif diff --git a/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptModels.cs.meta b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptModels.cs.meta new file mode 100644 index 00000000..d4e812ca --- /dev/null +++ b/Assets/PlayFabSDK/CloudScript/PlayFabCloudScriptModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e51e70743e2edab4f88b8de52466db7d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/CloudScript/PlayFabEvents.cs b/Assets/PlayFabSDK/CloudScript/PlayFabEvents.cs new file mode 100644 index 00000000..bec3ba15 --- /dev/null +++ b/Assets/PlayFabSDK/CloudScript/PlayFabEvents.cs @@ -0,0 +1,40 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.CloudScriptModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnCloudScriptExecuteEntityCloudScriptRequestEvent; + public event PlayFabResultEvent OnCloudScriptExecuteEntityCloudScriptResultEvent; + public event PlayFabRequestEvent OnCloudScriptExecuteFunctionRequestEvent; + public event PlayFabResultEvent OnCloudScriptExecuteFunctionResultEvent; + public event PlayFabRequestEvent OnCloudScriptGetFunctionRequestEvent; + public event PlayFabResultEvent OnCloudScriptGetFunctionResultEvent; + public event PlayFabRequestEvent OnCloudScriptListEventHubFunctionsRequestEvent; + public event PlayFabResultEvent OnCloudScriptListEventHubFunctionsResultEvent; + public event PlayFabRequestEvent OnCloudScriptListFunctionsRequestEvent; + public event PlayFabResultEvent OnCloudScriptListFunctionsResultEvent; + public event PlayFabRequestEvent OnCloudScriptListHttpFunctionsRequestEvent; + public event PlayFabResultEvent OnCloudScriptListHttpFunctionsResultEvent; + public event PlayFabRequestEvent OnCloudScriptListQueuedFunctionsRequestEvent; + public event PlayFabResultEvent OnCloudScriptListQueuedFunctionsResultEvent; + public event PlayFabRequestEvent OnCloudScriptPostFunctionResultForEntityTriggeredActionRequestEvent; + public event PlayFabResultEvent OnCloudScriptPostFunctionResultForEntityTriggeredActionResultEvent; + public event PlayFabRequestEvent OnCloudScriptPostFunctionResultForFunctionExecutionRequestEvent; + public event PlayFabResultEvent OnCloudScriptPostFunctionResultForFunctionExecutionResultEvent; + public event PlayFabRequestEvent OnCloudScriptPostFunctionResultForPlayerTriggeredActionRequestEvent; + public event PlayFabResultEvent OnCloudScriptPostFunctionResultForPlayerTriggeredActionResultEvent; + public event PlayFabRequestEvent OnCloudScriptPostFunctionResultForScheduledTaskRequestEvent; + public event PlayFabResultEvent OnCloudScriptPostFunctionResultForScheduledTaskResultEvent; + public event PlayFabRequestEvent OnCloudScriptRegisterEventHubFunctionRequestEvent; + public event PlayFabResultEvent OnCloudScriptRegisterEventHubFunctionResultEvent; + public event PlayFabRequestEvent OnCloudScriptRegisterHttpFunctionRequestEvent; + public event PlayFabResultEvent OnCloudScriptRegisterHttpFunctionResultEvent; + public event PlayFabRequestEvent OnCloudScriptRegisterQueuedFunctionRequestEvent; + public event PlayFabResultEvent OnCloudScriptRegisterQueuedFunctionResultEvent; + public event PlayFabRequestEvent OnCloudScriptUnregisterFunctionRequestEvent; + public event PlayFabResultEvent OnCloudScriptUnregisterFunctionResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/CloudScript/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/CloudScript/PlayFabEvents.cs.meta new file mode 100644 index 00000000..d80817e0 --- /dev/null +++ b/Assets/PlayFabSDK/CloudScript/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ea444771567a8e747be86eb07cdef93a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Data.meta b/Assets/PlayFabSDK/Data.meta new file mode 100644 index 00000000..a7473e16 --- /dev/null +++ b/Assets/PlayFabSDK/Data.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bd3db19093b9a66449695f45672bb794 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Data/PlayFabDataAPI.cs b/Assets/PlayFabSDK/Data/PlayFabDataAPI.cs new file mode 100644 index 00000000..8ef399bb --- /dev/null +++ b/Assets/PlayFabSDK/Data/PlayFabDataAPI.cs @@ -0,0 +1,133 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.DataModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// Store arbitrary data associated with an entity. Objects are small (~1KB) JSON-compatible objects which are stored + /// directly on the entity profile. Objects are made available for use in other PlayFab contexts, such as PlayStream events + /// and CloudScript functions. Files can efficiently store data of any size or format. Both objects and files support a + /// flexible permissions system to control read and write access by other entities. + /// + public static class PlayFabDataAPI + { + static PlayFabDataAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Abort pending file uploads to an entity's profile. + /// + public static void AbortFileUploads(AbortFileUploadsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/File/AbortFileUploads", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Delete files on an entity's profile. + /// + public static void DeleteFiles(DeleteFilesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/File/DeleteFiles", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Finalize file uploads to an entity's profile. + /// + public static void FinalizeFileUploads(FinalizeFileUploadsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/File/FinalizeFileUploads", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves file metadata from an entity's profile. + /// + public static void GetFiles(GetFilesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/File/GetFiles", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves objects from an entity's profile. + /// + public static void GetObjects(GetObjectsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Object/GetObjects", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Initiates file uploads to an entity's profile. + /// + public static void InitiateFileUploads(InitiateFileUploadsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/File/InitiateFileUploads", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets objects on an entity's profile. + /// + public static void SetObjects(SetObjectsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Object/SetObjects", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Data/PlayFabDataAPI.cs.meta b/Assets/PlayFabSDK/Data/PlayFabDataAPI.cs.meta new file mode 100644 index 00000000..df22d502 --- /dev/null +++ b/Assets/PlayFabSDK/Data/PlayFabDataAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1cb3cb06f2399ca44ad3395fed658494 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Data/PlayFabDataInstanceAPI.cs b/Assets/PlayFabSDK/Data/PlayFabDataInstanceAPI.cs new file mode 100644 index 00000000..f13c4535 --- /dev/null +++ b/Assets/PlayFabSDK/Data/PlayFabDataInstanceAPI.cs @@ -0,0 +1,137 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.DataModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// Store arbitrary data associated with an entity. Objects are small (~1KB) JSON-compatible objects which are stored + /// directly on the entity profile. Objects are made available for use in other PlayFab contexts, such as PlayStream events + /// and CloudScript functions. Files can efficiently store data of any size or format. Both objects and files support a + /// flexible permissions system to control read and write access by other entities. + /// + public class PlayFabDataInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabDataInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabDataInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Abort pending file uploads to an entity's profile. + /// + public void AbortFileUploads(AbortFileUploadsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/File/AbortFileUploads", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Delete files on an entity's profile. + /// + public void DeleteFiles(DeleteFilesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/File/DeleteFiles", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Finalize file uploads to an entity's profile. + /// + public void FinalizeFileUploads(FinalizeFileUploadsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/File/FinalizeFileUploads", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves file metadata from an entity's profile. + /// + public void GetFiles(GetFilesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/File/GetFiles", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves objects from an entity's profile. + /// + public void GetObjects(GetObjectsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Object/GetObjects", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Initiates file uploads to an entity's profile. + /// + public void InitiateFileUploads(InitiateFileUploadsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/File/InitiateFileUploads", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets objects on an entity's profile. + /// + public void SetObjects(SetObjectsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Object/SetObjects", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Data/PlayFabDataInstanceAPI.cs.meta b/Assets/PlayFabSDK/Data/PlayFabDataInstanceAPI.cs.meta new file mode 100644 index 00000000..f843ea55 --- /dev/null +++ b/Assets/PlayFabSDK/Data/PlayFabDataInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6c754c6db47f4d943954121319b071d6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Data/PlayFabDataModels.cs b/Assets/PlayFabSDK/Data/PlayFabDataModels.cs new file mode 100644 index 00000000..f4b3ac2f --- /dev/null +++ b/Assets/PlayFabSDK/Data/PlayFabDataModels.cs @@ -0,0 +1,404 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.DataModels +{ + /// + /// Aborts the pending upload of the requested files. + /// + [Serializable] + public class AbortFileUploadsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// Names of the files to have their pending uploads aborted. + /// + public List FileNames; + /// + /// The expected version of the profile, if set and doesn't match the current version of the profile the operation will not + /// be performed. + /// + public int? ProfileVersion; + } + + [Serializable] + public class AbortFileUploadsResponse : PlayFabResultCommon + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + } + + /// + /// Deletes the requested files from the entity's profile. + /// + [Serializable] + public class DeleteFilesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// Names of the files to be deleted. + /// + public List FileNames; + /// + /// The expected version of the profile, if set and doesn't match the current version of the profile the operation will not + /// be performed. + /// + public int? ProfileVersion; + } + + [Serializable] + public class DeleteFilesResponse : PlayFabResultCommon + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + /// + /// Finalizes the upload of the requested files. Verifies that the files have been successfully uploaded and moves the file + /// pointers from pending to live. + /// + [Serializable] + public class FinalizeFileUploadsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// Names of the files to be finalized. Restricted to a-Z, 0-9, '(', ')', '_', '-' and '.' + /// + public List FileNames; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + } + + [Serializable] + public class FinalizeFileUploadsResponse : PlayFabResultCommon + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// Collection of metadata for the entity's files + /// + public Dictionary Metadata; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + } + + [Serializable] + public class GetFileMetadata : PlayFabBaseModel + { + /// + /// Checksum value for the file, can be used to check if the file on the server has changed. + /// + public string Checksum; + /// + /// Download URL where the file can be retrieved + /// + public string DownloadUrl; + /// + /// Name of the file + /// + public string FileName; + /// + /// Last UTC time the file was modified + /// + public DateTime LastModified; + /// + /// Storage service's reported byte count + /// + public int Size; + } + + /// + /// Returns URLs that may be used to download the files for a profile for a limited length of time. Only returns files that + /// have been successfully uploaded, files that are still pending will either return the old value, if it exists, or + /// nothing. + /// + [Serializable] + public class GetFilesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetFilesResponse : PlayFabResultCommon + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// Collection of metadata for the entity's files + /// + public Dictionary Metadata; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + } + + /// + /// Gets JSON objects from an entity profile and returns it. + /// + [Serializable] + public class GetObjectsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// Determines whether the object will be returned as an escaped JSON string or as a un-escaped JSON object. Default is JSON + /// object. + /// + public bool? EscapeObject; + } + + [Serializable] + public class GetObjectsResponse : PlayFabResultCommon + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// Requested objects that the calling entity has access to + /// + public Dictionary Objects; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + } + + [Serializable] + public class InitiateFileUploadMetadata : PlayFabBaseModel + { + /// + /// Name of the file. + /// + public string FileName; + /// + /// Location the data should be sent to via an HTTP PUT operation. + /// + public string UploadUrl; + } + + /// + /// Returns URLs that may be used to upload the files for a profile 5 minutes. After using the upload calls + /// FinalizeFileUploads must be called to move the file status from pending to live. + /// + [Serializable] + public class InitiateFileUploadsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// Names of the files to be set. Restricted to a-Z, 0-9, '(', ')', '_', '-' and '.' + /// + public List FileNames; + /// + /// The expected version of the profile, if set and doesn't match the current version of the profile the operation will not + /// be performed. + /// + public int? ProfileVersion; + } + + [Serializable] + public class InitiateFileUploadsResponse : PlayFabResultCommon + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + /// + /// Collection of file names and upload urls + /// + public List UploadDetails; + } + + [Serializable] + public class ObjectResult : PlayFabBaseModel + { + /// + /// Un-escaped JSON object, if EscapeObject false or default. + /// + public object DataObject; + /// + /// Escaped string JSON body of the object, if EscapeObject is true. + /// + public string EscapedDataObject; + /// + /// Name of the object. Restricted to a-Z, 0-9, '(', ')', '_', '-' and '.' + /// + public string ObjectName; + } + + public enum OperationTypes + { + Created, + Updated, + Deleted, + None + } + + [Serializable] + public class SetObject : PlayFabBaseModel + { + /// + /// Body of the object to be saved. If empty and DeleteObject is true object will be deleted if it exists, or no operation + /// will occur if it does not exist. Only one of Object or EscapedDataObject fields may be used. + /// + public object DataObject; + /// + /// Flag to indicate that this object should be deleted. Both DataObject and EscapedDataObject must not be set as well. + /// + public bool? DeleteObject; + /// + /// Body of the object to be saved as an escaped JSON string. If empty and DeleteObject is true object will be deleted if it + /// exists, or no operation will occur if it does not exist. Only one of DataObject or EscapedDataObject fields may be used. + /// + public string EscapedDataObject; + /// + /// Name of object. Restricted to a-Z, 0-9, '(', ')', '_', '-' and '.'. + /// + public string ObjectName; + } + + [Serializable] + public class SetObjectInfo : PlayFabBaseModel + { + /// + /// Name of the object + /// + public string ObjectName; + /// + /// Optional reason to explain why the operation was the result that it was. + /// + public string OperationReason; + /// + /// Indicates which operation was completed, either Created, Updated, Deleted or None. + /// + public OperationTypes? SetResult; + } + + /// + /// Sets JSON objects on the requested entity profile. May include a version number to be used to perform optimistic + /// concurrency operations during update. If the current version differs from the version in the request the request will be + /// ignored. If no version is set on the request then the value will always be updated if the values differ. Using the + /// version value does not guarantee a write though, ConcurrentEditError may still occur if multiple clients are attempting + /// to update the same profile. + /// + [Serializable] + public class SetObjectsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// Optional field used for concurrency control. By specifying the previously returned value of ProfileVersion from + /// GetProfile API, you can ensure that the object set will only be performed if the profile has not been updated by any + /// other clients since the version you last loaded. + /// + public int? ExpectedProfileVersion; + /// + /// Collection of objects to set on the profile. + /// + public List Objects; + } + + [Serializable] + public class SetObjectsResponse : PlayFabResultCommon + { + /// + /// New version of the entity profile. + /// + public int ProfileVersion; + /// + /// New version of the entity profile. + /// + public List SetResults; + } +} +#endif diff --git a/Assets/PlayFabSDK/Data/PlayFabDataModels.cs.meta b/Assets/PlayFabSDK/Data/PlayFabDataModels.cs.meta new file mode 100644 index 00000000..a4423ea5 --- /dev/null +++ b/Assets/PlayFabSDK/Data/PlayFabDataModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3ab3048b1bd63d747b28b2fe0b181743 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Data/PlayFabEvents.cs b/Assets/PlayFabSDK/Data/PlayFabEvents.cs new file mode 100644 index 00000000..39393df7 --- /dev/null +++ b/Assets/PlayFabSDK/Data/PlayFabEvents.cs @@ -0,0 +1,24 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.DataModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnDataAbortFileUploadsRequestEvent; + public event PlayFabResultEvent OnDataAbortFileUploadsResultEvent; + public event PlayFabRequestEvent OnDataDeleteFilesRequestEvent; + public event PlayFabResultEvent OnDataDeleteFilesResultEvent; + public event PlayFabRequestEvent OnDataFinalizeFileUploadsRequestEvent; + public event PlayFabResultEvent OnDataFinalizeFileUploadsResultEvent; + public event PlayFabRequestEvent OnDataGetFilesRequestEvent; + public event PlayFabResultEvent OnDataGetFilesResultEvent; + public event PlayFabRequestEvent OnDataGetObjectsRequestEvent; + public event PlayFabResultEvent OnDataGetObjectsResultEvent; + public event PlayFabRequestEvent OnDataInitiateFileUploadsRequestEvent; + public event PlayFabResultEvent OnDataInitiateFileUploadsResultEvent; + public event PlayFabRequestEvent OnDataSetObjectsRequestEvent; + public event PlayFabResultEvent OnDataSetObjectsResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Data/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Data/PlayFabEvents.cs.meta new file mode 100644 index 00000000..f8e51ea5 --- /dev/null +++ b/Assets/PlayFabSDK/Data/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: deeaf7c863e34d24591edc6c7cf96650 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Economy.meta b/Assets/PlayFabSDK/Economy.meta new file mode 100644 index 00000000..bb4d4db6 --- /dev/null +++ b/Assets/PlayFabSDK/Economy.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b2f4743df5b210f48af02afac879569e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Economy/PlayFabEconomyAPI.cs b/Assets/PlayFabSDK/Economy/PlayFabEconomyAPI.cs new file mode 100644 index 00000000..6f57f151 --- /dev/null +++ b/Assets/PlayFabSDK/Economy/PlayFabEconomyAPI.cs @@ -0,0 +1,685 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.EconomyModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// API methods for managing the catalog. Inventory manages in-game assets for any given entity. + /// + public static class PlayFabEconomyAPI + { + static PlayFabEconomyAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Add inventory items. Up to 10,000 stacks of items can be added to a single inventory collection. Stack size is uncapped. + /// + public static void AddInventoryItems(AddInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/AddInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a new item in the working catalog using provided metadata. + /// + public static void CreateDraftItem(CreateDraftItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/CreateDraftItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates one or more upload URLs which can be used by the client to upload raw file data. Content URls and uploaded + /// content will be garbage collected after 24 hours if not attached to a draft or published item. Detailed pricing info + /// around uploading content can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/pricing/meters/catalog-meters + /// + public static void CreateUploadUrls(CreateUploadUrlsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/CreateUploadUrls", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes all reviews, helpfulness votes, and ratings submitted by the entity specified. + /// + public static void DeleteEntityItemReviews(DeleteEntityItemReviewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/DeleteEntityItemReviews", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Delete an Inventory Collection. More information about Inventory Collections can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/inventory/collections + /// + public static void DeleteInventoryCollection(DeleteInventoryCollectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/DeleteInventoryCollection", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Delete inventory items + /// + public static void DeleteInventoryItems(DeleteInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/DeleteInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes an item from working catalog and all published versions from the public catalog. + /// + public static void DeleteItem(DeleteItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/DeleteItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Execute a list of Inventory Operations. A maximum list of 50 operations can be performed by a single request. There is + /// also a limit to 300 items that can be modified/added in a single request. For example, adding a bundle with 50 items + /// counts as 50 items modified. All operations must be done within a single inventory collection. This API has a reduced + /// RPS compared to an individual inventory operation with Player Entities limited to 60 requests in 90 seconds. + /// + public static void ExecuteInventoryOperations(ExecuteInventoryOperationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/ExecuteInventoryOperations", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Transfer a list of inventory items. A maximum list of 50 operations can be performed by a single request. When the + /// response code is 202, one or more operations did not complete within the timeframe of the request. You can identify the + /// pending operations by looking for OperationStatus = 'InProgress'. You can check on the operation status at anytime + /// within 1 day of the request by passing the TransactionToken to the GetInventoryOperationStatus API. + /// + public static void ExecuteTransferOperations(ExecuteTransferOperationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/ExecuteTransferOperations", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the configuration for the catalog. Only Title Entities can call this API. There is a limit of 100 requests in 10 + /// seconds for this API. More information about the Catalog Config can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/settings + /// + public static void GetCatalogConfig(GetCatalogConfigRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetCatalogConfig", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves an item from the working catalog. This item represents the current working state of the item. GetDraftItem + /// does not work off a cache of the Catalog and should be used when trying to get recent item updates. However, please note + /// that item references data is cached and may take a few moments for changes to propagate. + /// + public static void GetDraftItem(GetDraftItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetDraftItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a paginated list of the items from the draft catalog. Up to 50 IDs can be retrieved in a single request. + /// GetDraftItems does not work off a cache of the Catalog and should be used when trying to get recent item updates. + /// + public static void GetDraftItems(GetDraftItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetDraftItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a paginated list of the items from the draft catalog created by the Entity. Up to 50 items can be returned at + /// once. You can use continuation tokens to paginate through results that return greater than the limit. + /// GetEntityDraftItems does not work off a cache of the Catalog and should be used when trying to get recent item updates. + /// + public static void GetEntityDraftItems(GetEntityDraftItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetEntityDraftItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the submitted review for the specified item by the authenticated entity. Individual ratings and reviews data update + /// in near real time with delays within a few seconds. + /// + public static void GetEntityItemReview(GetEntityItemReviewRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetEntityItemReview", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get Inventory Collection Ids. Up to 50 Ids can be returned at once (or 250 with response compression enabled). You can + /// use continuation tokens to paginate through results that return greater than the limit. It can take a few seconds for + /// new collection Ids to show up. + /// + public static void GetInventoryCollectionIds(GetInventoryCollectionIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/GetInventoryCollectionIds", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get current inventory items. + /// + public static void GetInventoryItems(GetInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/GetInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get the status of an inventory operation using an OperationToken. You can check on the operation status at anytime + /// within 1 day of the request by passing the TransactionToken to the this API. + /// + public static void GetInventoryOperationStatus(GetInventoryOperationStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/GetInventoryOperationStatus", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves an item from the public catalog. GetItem does not work off a cache of the Catalog and should be used when + /// trying to get recent item updates. However, please note that item references data is cached and may take a few moments + /// for changes to propagate. + /// + public static void GetItem(GetItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Search for a given item and return a set of bundles and stores containing the item. Up to 50 items can be returned at + /// once. You can use continuation tokens to paginate through results that return greater than the limit. This API is + /// intended for tooling/automation scenarios and has a reduced RPS with Player Entities limited to 30 requests in 300 + /// seconds and Title Entities limited to 100 requests in 10 seconds. + /// + public static void GetItemContainers(GetItemContainersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetItemContainers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the moderation state for an item, including the concern category and string reason. More information about + /// moderation states can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/ugc/moderation + /// + public static void GetItemModerationState(GetItemModerationStateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetItemModerationState", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the status of a publish of an item. + /// + public static void GetItemPublishStatus(GetItemPublishStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetItemPublishStatus", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get a paginated set of reviews associated with the specified item. Individual ratings and reviews data update in near + /// real time with delays within a few seconds. + /// + public static void GetItemReviews(GetItemReviewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetItemReviews", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get a summary of all ratings and reviews associated with the specified item. Summary ratings data is cached with update + /// data coming within 15 minutes. + /// + public static void GetItemReviewSummary(GetItemReviewSummaryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetItemReviewSummary", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves items from the public catalog. Up to 50 items can be returned at once. GetItems does not work off a cache of + /// the Catalog and should be used when trying to get recent item updates. However, please note that item references data is + /// cached and may take a few moments for changes to propagate. + /// + public static void GetItems(GetItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/GetItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the access tokens. + /// + public static void GetMicrosoftStoreAccessTokens(GetMicrosoftStoreAccessTokensRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/GetMicrosoftStoreAccessTokens", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get transaction history for a player. Up to 250 Events can be returned at once. You can use continuation tokens to + /// paginate through results that return greater than the limit. Getting transaction history has a lower RPS limit than + /// getting a Player's inventory with Player Entities having a limit of 30 requests in 300 seconds. + /// + public static void GetTransactionHistory(GetTransactionHistoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/GetTransactionHistory", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Initiates a publish of an item from the working catalog to the public catalog. You can use the GetItemPublishStatus API + /// to track the state of the item publish. + /// + public static void PublishDraftItem(PublishDraftItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/PublishDraftItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Purchase an item or bundle. Up to 10,000 stacks of items can be added to a single inventory collection. Stack size is + /// uncapped. + /// + public static void PurchaseInventoryItems(PurchaseInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/PurchaseInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Redeem items. + /// + public static void RedeemAppleAppStoreInventoryItems(RedeemAppleAppStoreInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/RedeemAppleAppStoreInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Redeem items. + /// + public static void RedeemGooglePlayInventoryItems(RedeemGooglePlayInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/RedeemGooglePlayInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Redeem items. + /// + public static void RedeemMicrosoftStoreInventoryItems(RedeemMicrosoftStoreInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/RedeemMicrosoftStoreInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Redeem items. + /// + public static void RedeemNintendoEShopInventoryItems(RedeemNintendoEShopInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/RedeemNintendoEShopInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Redeem items. + /// + public static void RedeemPlayStationStoreInventoryItems(RedeemPlayStationStoreInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/RedeemPlayStationStoreInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Redeem items. + /// + public static void RedeemSteamInventoryItems(RedeemSteamInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/RedeemSteamInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Submit a report for an item, indicating in what way the item is inappropriate. + /// + public static void ReportItem(ReportItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/ReportItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Submit a report for a review + /// + public static void ReportItemReview(ReportItemReviewRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/ReportItemReview", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates or updates a review for the specified item. More information around the caching surrounding item ratings and + /// reviews can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/ratings#ratings-design-and-caching + /// + public static void ReviewItem(ReviewItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/ReviewItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Executes a search against the public catalog using the provided search parameters and returns a set of paginated + /// results. SearchItems uses a cache of the catalog with item updates taking up to a few minutes to propagate. You should + /// use the GetItem API for when trying to immediately get recent item updates. More information about the Search API can be + /// found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/search + /// + public static void SearchItems(SearchItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/SearchItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the moderation state for an item, including the concern category and string reason. More information about + /// moderation states can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/ugc/moderation + /// + public static void SetItemModerationState(SetItemModerationStateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/SetItemModerationState", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Submit a vote for a review, indicating whether the review was helpful or unhelpful. + /// + public static void SubmitItemReviewVote(SubmitItemReviewVoteRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/SubmitItemReviewVote", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Subtract inventory items. + /// + public static void SubtractInventoryItems(SubtractInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/SubtractInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Submit a request to takedown one or more reviews. + /// + public static void TakedownItemReviews(TakedownItemReviewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/TakedownItemReviews", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Transfer inventory items. When transferring across collections, a 202 response indicates that the transfer did not + /// complete within the timeframe of the request. You can identify the pending operations by looking for OperationStatus = + /// 'InProgress'. You can check on the operation status at anytime within 1 day of the request by passing the + /// TransactionToken to the GetInventoryOperationStatus API. More information about item transfer scenarios can be found + /// here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/inventory/?tabs=inventory-game-manager#transfer-inventory-items + /// + public static void TransferInventoryItems(TransferInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/TransferInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the configuration for the catalog. Only Title Entities can call this API. There is a limit of 10 requests in 10 + /// seconds for this API. More information about the Catalog Config can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/settings + /// + public static void UpdateCatalogConfig(UpdateCatalogConfigRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/UpdateCatalogConfig", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Update the metadata for an item in the working catalog. + /// + public static void UpdateDraftItem(UpdateDraftItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Catalog/UpdateDraftItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Update inventory items + /// + public static void UpdateInventoryItems(UpdateInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Inventory/UpdateInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Economy/PlayFabEconomyAPI.cs.meta b/Assets/PlayFabSDK/Economy/PlayFabEconomyAPI.cs.meta new file mode 100644 index 00000000..29018c9e --- /dev/null +++ b/Assets/PlayFabSDK/Economy/PlayFabEconomyAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 56036e5215ab72544b38afa65f5684e0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Economy/PlayFabEconomyInstanceAPI.cs b/Assets/PlayFabSDK/Economy/PlayFabEconomyInstanceAPI.cs new file mode 100644 index 00000000..ec404901 --- /dev/null +++ b/Assets/PlayFabSDK/Economy/PlayFabEconomyInstanceAPI.cs @@ -0,0 +1,611 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.EconomyModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// API methods for managing the catalog. Inventory manages in-game assets for any given entity. + /// + public class PlayFabEconomyInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabEconomyInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabEconomyInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Add inventory items. Up to 10,000 stacks of items can be added to a single inventory collection. Stack size is uncapped. + /// + public void AddInventoryItems(AddInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/AddInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a new item in the working catalog using provided metadata. + /// + public void CreateDraftItem(CreateDraftItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/CreateDraftItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates one or more upload URLs which can be used by the client to upload raw file data. Content URls and uploaded + /// content will be garbage collected after 24 hours if not attached to a draft or published item. Detailed pricing info + /// around uploading content can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/pricing/meters/catalog-meters + /// + public void CreateUploadUrls(CreateUploadUrlsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/CreateUploadUrls", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes all reviews, helpfulness votes, and ratings submitted by the entity specified. + /// + public void DeleteEntityItemReviews(DeleteEntityItemReviewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/DeleteEntityItemReviews", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Delete an Inventory Collection. More information about Inventory Collections can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/inventory/collections + /// + public void DeleteInventoryCollection(DeleteInventoryCollectionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/DeleteInventoryCollection", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Delete inventory items + /// + public void DeleteInventoryItems(DeleteInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/DeleteInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes an item from working catalog and all published versions from the public catalog. + /// + public void DeleteItem(DeleteItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/DeleteItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Execute a list of Inventory Operations. A maximum list of 50 operations can be performed by a single request. There is + /// also a limit to 300 items that can be modified/added in a single request. For example, adding a bundle with 50 items + /// counts as 50 items modified. All operations must be done within a single inventory collection. This API has a reduced + /// RPS compared to an individual inventory operation with Player Entities limited to 60 requests in 90 seconds. + /// + public void ExecuteInventoryOperations(ExecuteInventoryOperationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/ExecuteInventoryOperations", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Transfer a list of inventory items. A maximum list of 50 operations can be performed by a single request. When the + /// response code is 202, one or more operations did not complete within the timeframe of the request. You can identify the + /// pending operations by looking for OperationStatus = 'InProgress'. You can check on the operation status at anytime + /// within 1 day of the request by passing the TransactionToken to the GetInventoryOperationStatus API. + /// + public void ExecuteTransferOperations(ExecuteTransferOperationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/ExecuteTransferOperations", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the configuration for the catalog. Only Title Entities can call this API. There is a limit of 100 requests in 10 + /// seconds for this API. More information about the Catalog Config can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/settings + /// + public void GetCatalogConfig(GetCatalogConfigRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetCatalogConfig", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves an item from the working catalog. This item represents the current working state of the item. GetDraftItem + /// does not work off a cache of the Catalog and should be used when trying to get recent item updates. However, please note + /// that item references data is cached and may take a few moments for changes to propagate. + /// + public void GetDraftItem(GetDraftItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetDraftItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a paginated list of the items from the draft catalog. Up to 50 IDs can be retrieved in a single request. + /// GetDraftItems does not work off a cache of the Catalog and should be used when trying to get recent item updates. + /// + public void GetDraftItems(GetDraftItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetDraftItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a paginated list of the items from the draft catalog created by the Entity. Up to 50 items can be returned at + /// once. You can use continuation tokens to paginate through results that return greater than the limit. + /// GetEntityDraftItems does not work off a cache of the Catalog and should be used when trying to get recent item updates. + /// + public void GetEntityDraftItems(GetEntityDraftItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetEntityDraftItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the submitted review for the specified item by the authenticated entity. Individual ratings and reviews data update + /// in near real time with delays within a few seconds. + /// + public void GetEntityItemReview(GetEntityItemReviewRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetEntityItemReview", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get Inventory Collection Ids. Up to 50 Ids can be returned at once (or 250 with response compression enabled). You can + /// use continuation tokens to paginate through results that return greater than the limit. It can take a few seconds for + /// new collection Ids to show up. + /// + public void GetInventoryCollectionIds(GetInventoryCollectionIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/GetInventoryCollectionIds", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get current inventory items. + /// + public void GetInventoryItems(GetInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/GetInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get the status of an inventory operation using an OperationToken. You can check on the operation status at anytime + /// within 1 day of the request by passing the TransactionToken to the this API. + /// + public void GetInventoryOperationStatus(GetInventoryOperationStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/GetInventoryOperationStatus", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves an item from the public catalog. GetItem does not work off a cache of the Catalog and should be used when + /// trying to get recent item updates. However, please note that item references data is cached and may take a few moments + /// for changes to propagate. + /// + public void GetItem(GetItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Search for a given item and return a set of bundles and stores containing the item. Up to 50 items can be returned at + /// once. You can use continuation tokens to paginate through results that return greater than the limit. This API is + /// intended for tooling/automation scenarios and has a reduced RPS with Player Entities limited to 30 requests in 300 + /// seconds and Title Entities limited to 100 requests in 10 seconds. + /// + public void GetItemContainers(GetItemContainersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetItemContainers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the moderation state for an item, including the concern category and string reason. More information about + /// moderation states can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/ugc/moderation + /// + public void GetItemModerationState(GetItemModerationStateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetItemModerationState", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the status of a publish of an item. + /// + public void GetItemPublishStatus(GetItemPublishStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetItemPublishStatus", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get a paginated set of reviews associated with the specified item. Individual ratings and reviews data update in near + /// real time with delays within a few seconds. + /// + public void GetItemReviews(GetItemReviewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetItemReviews", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get a summary of all ratings and reviews associated with the specified item. Summary ratings data is cached with update + /// data coming within 15 minutes. + /// + public void GetItemReviewSummary(GetItemReviewSummaryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetItemReviewSummary", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves items from the public catalog. Up to 50 items can be returned at once. GetItems does not work off a cache of + /// the Catalog and should be used when trying to get recent item updates. However, please note that item references data is + /// cached and may take a few moments for changes to propagate. + /// + public void GetItems(GetItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/GetItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the access tokens. + /// + public void GetMicrosoftStoreAccessTokens(GetMicrosoftStoreAccessTokensRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/GetMicrosoftStoreAccessTokens", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get transaction history for a player. Up to 250 Events can be returned at once. You can use continuation tokens to + /// paginate through results that return greater than the limit. Getting transaction history has a lower RPS limit than + /// getting a Player's inventory with Player Entities having a limit of 30 requests in 300 seconds. + /// + public void GetTransactionHistory(GetTransactionHistoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/GetTransactionHistory", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Initiates a publish of an item from the working catalog to the public catalog. You can use the GetItemPublishStatus API + /// to track the state of the item publish. + /// + public void PublishDraftItem(PublishDraftItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/PublishDraftItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Purchase an item or bundle. Up to 10,000 stacks of items can be added to a single inventory collection. Stack size is + /// uncapped. + /// + public void PurchaseInventoryItems(PurchaseInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/PurchaseInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Redeem items. + /// + public void RedeemAppleAppStoreInventoryItems(RedeemAppleAppStoreInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/RedeemAppleAppStoreInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Redeem items. + /// + public void RedeemGooglePlayInventoryItems(RedeemGooglePlayInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/RedeemGooglePlayInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Redeem items. + /// + public void RedeemMicrosoftStoreInventoryItems(RedeemMicrosoftStoreInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/RedeemMicrosoftStoreInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Redeem items. + /// + public void RedeemNintendoEShopInventoryItems(RedeemNintendoEShopInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/RedeemNintendoEShopInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Redeem items. + /// + public void RedeemPlayStationStoreInventoryItems(RedeemPlayStationStoreInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/RedeemPlayStationStoreInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Redeem items. + /// + public void RedeemSteamInventoryItems(RedeemSteamInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/RedeemSteamInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Submit a report for an item, indicating in what way the item is inappropriate. + /// + public void ReportItem(ReportItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/ReportItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Submit a report for a review + /// + public void ReportItemReview(ReportItemReviewRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/ReportItemReview", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates or updates a review for the specified item. More information around the caching surrounding item ratings and + /// reviews can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/ratings#ratings-design-and-caching + /// + public void ReviewItem(ReviewItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/ReviewItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Executes a search against the public catalog using the provided search parameters and returns a set of paginated + /// results. SearchItems uses a cache of the catalog with item updates taking up to a few minutes to propagate. You should + /// use the GetItem API for when trying to immediately get recent item updates. More information about the Search API can be + /// found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/search + /// + public void SearchItems(SearchItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/SearchItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the moderation state for an item, including the concern category and string reason. More information about + /// moderation states can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/ugc/moderation + /// + public void SetItemModerationState(SetItemModerationStateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/SetItemModerationState", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Submit a vote for a review, indicating whether the review was helpful or unhelpful. + /// + public void SubmitItemReviewVote(SubmitItemReviewVoteRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/SubmitItemReviewVote", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Subtract inventory items. + /// + public void SubtractInventoryItems(SubtractInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/SubtractInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Submit a request to takedown one or more reviews. + /// + public void TakedownItemReviews(TakedownItemReviewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/TakedownItemReviews", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Transfer inventory items. When transferring across collections, a 202 response indicates that the transfer did not + /// complete within the timeframe of the request. You can identify the pending operations by looking for OperationStatus = + /// 'InProgress'. You can check on the operation status at anytime within 1 day of the request by passing the + /// TransactionToken to the GetInventoryOperationStatus API. More information about item transfer scenarios can be found + /// here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/inventory/?tabs=inventory-game-manager#transfer-inventory-items + /// + public void TransferInventoryItems(TransferInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/TransferInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the configuration for the catalog. Only Title Entities can call this API. There is a limit of 10 requests in 10 + /// seconds for this API. More information about the Catalog Config can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/settings + /// + public void UpdateCatalogConfig(UpdateCatalogConfigRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/UpdateCatalogConfig", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Update the metadata for an item in the working catalog. + /// + public void UpdateDraftItem(UpdateDraftItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Catalog/UpdateDraftItem", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Update inventory items + /// + public void UpdateInventoryItems(UpdateInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Inventory/UpdateInventoryItems", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Economy/PlayFabEconomyInstanceAPI.cs.meta b/Assets/PlayFabSDK/Economy/PlayFabEconomyInstanceAPI.cs.meta new file mode 100644 index 00000000..448fa564 --- /dev/null +++ b/Assets/PlayFabSDK/Economy/PlayFabEconomyInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 57229903c0965c74b90bc2ef8ccbc31c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Economy/PlayFabEconomyModels.cs b/Assets/PlayFabSDK/Economy/PlayFabEconomyModels.cs new file mode 100644 index 00000000..6c73d349 --- /dev/null +++ b/Assets/PlayFabSDK/Economy/PlayFabEconomyModels.cs @@ -0,0 +1,3301 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.EconomyModels +{ + [Serializable] + public class AddInventoryItemsOperation : PlayFabBaseModel + { + /// + /// The amount to add to the current item amount. + /// + public int? Amount; + /// + /// The duration to add to the current item expiration date. + /// + public double? DurationInSeconds; + /// + /// The inventory item the operation applies to. + /// + public InventoryItemReference Item; + /// + /// The values to apply to a stack newly created by this operation. + /// + public InitialValues NewStackValues; + } + + /// + /// Given an entity type, entity identifier and container details, will add the specified inventory items. + /// + [Serializable] + public class AddInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The amount to add for the current item. + /// + public int? Amount; + /// + /// The id of the entity's collection to perform this action on. (Default="default"). The number of inventory collections is + /// unlimited. + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The duration to add to the current item expiration date. + /// + public double? DurationInSeconds; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The Idempotency ID for this request. Idempotency IDs can be used to prevent operation replay in the medium term but will + /// be garbage collected eventually. + /// + public string IdempotencyId; + /// + /// The inventory item the request applies to. + /// + public InventoryItemReference Item; + /// + /// The values to apply to a stack newly created by this request. + /// + public InitialValues NewStackValues; + } + + [Serializable] + public class AddInventoryItemsResponse : PlayFabResultCommon + { + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The idempotency id used in the request. + /// + public string IdempotencyId; + /// + /// The ids of transactions that occurred as a result of the request. + /// + public List TransactionIds; + } + + [Serializable] + public class AlternateId : PlayFabBaseModel + { + /// + /// Type of the alternate ID. + /// + public string Type; + /// + /// Value of the alternate ID. + /// + public string Value; + } + + [Serializable] + public class CatalogAlternateId : PlayFabBaseModel + { + /// + /// Type of the alternate ID. + /// + public string Type; + /// + /// Value of the alternate ID. + /// + public string Value; + } + + [Serializable] + public class CatalogConfig : PlayFabBaseModel + { + /// + /// A list of player entity keys that will have admin permissions. There is a maximum of 64 entities that can be added. + /// + public List AdminEntities; + /// + /// The set of configuration that only applies to catalog items. + /// + public CatalogSpecificConfig Catalog; + /// + /// A list of deep link formats. Up to 10 can be added. + /// + public List DeepLinkFormats; + /// + /// A list of display properties to index. Up to 5 mappings can be added per Display Property Type. More info on display + /// properties can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/content-types-tags-and-properties#displayproperties + /// + public List DisplayPropertyIndexInfos; + /// + /// The set of configuration that only applies to Files. + /// + public FileConfig File; + /// + /// The set of configuration that only applies to Images. + /// + public ImageConfig Image; + /// + /// Flag defining whether catalog is enabled. + /// + public bool IsCatalogEnabled; + /// + /// A list of Platforms that can be applied to catalog items. Each platform can have a maximum character length of 40 and up + /// to 128 platforms can be listed. + /// + public List Platforms; + /// + /// The set of configuration that only applies to Ratings and Reviews. + /// + public ReviewConfig Review; + /// + /// A set of player entity keys that are allowed to review content. There is a maximum of 128 entities that can be added. + /// + public List ReviewerEntities; + /// + /// The set of configuration that only applies to user generated contents. + /// + public UserGeneratedContentSpecificConfig UserGeneratedContent; + } + + [Serializable] + public class CatalogItem : PlayFabBaseModel + { + /// + /// The alternate IDs associated with this item. An alternate ID can be set to 'FriendlyId' or any of the supported + /// marketplace names. + /// + public List AlternateIds; + /// + /// The set of content/files associated with this item. Up to 100 files can be added to an item. + /// + public List Contents; + /// + /// The client-defined type of the item. + /// + public string ContentType; + /// + /// The date and time when this item was created. + /// + public DateTime? CreationDate; + /// + /// The ID of the creator of this catalog item. + /// + public EntityKey CreatorEntity; + /// + /// The set of platform specific deep links for this item. + /// + public List DeepLinks; + /// + /// The Stack Id that will be used as default for this item in Inventory when an explicit one is not provided. This + /// DefaultStackId can be a static stack id or '{guid}', which will generate a unique stack id for the item. If null, + /// Inventory's default stack id will be used. + /// + public string DefaultStackId; + /// + /// A dictionary of localized descriptions. Key is language code and localized string is the value. The NEUTRAL locale is + /// required. Descriptions have a 10000 character limit per country code. + /// + public Dictionary Description; + /// + /// Game specific properties for display purposes. This is an arbitrary JSON blob. The Display Properties field has a 10000 + /// byte limit per item. + /// + public object DisplayProperties; + /// + /// The user provided version of the item for display purposes. Maximum character length of 50. + /// + public string DisplayVersion; + /// + /// The date of when the item will cease to be available. If not provided then the product will be available indefinitely. + /// + public DateTime? EndDate; + /// + /// The current ETag value that can be used for optimistic concurrency in the If-None-Match header. + /// + public string ETag; + /// + /// The unique ID of the item. + /// + public string Id; + /// + /// The images associated with this item. Images can be thumbnails or screenshots. Up to 100 images can be added to an item. + /// Only .png, .jpg, .gif, and .bmp file types can be uploaded + /// + public List Images; + /// + /// Indicates if the item is hidden. + /// + public bool? IsHidden; + /// + /// The item references associated with this item. For example, the items in a Bundle/Store/Subscription. Every item can + /// have up to 50 item references. + /// + public List ItemReferences; + /// + /// A dictionary of localized keywords. Key is language code and localized list of keywords is the value. Keywords have a 50 + /// character limit per keyword and up to 32 keywords can be added per country code. + /// + public Dictionary Keywords; + /// + /// The date and time this item was last updated. + /// + public DateTime? LastModifiedDate; + /// + /// The moderation state for this item. + /// + public ModerationState Moderation; + /// + /// The platforms supported by this item. + /// + public List Platforms; + /// + /// The prices the item can be purchased for. + /// + public CatalogPriceOptions PriceOptions; + /// + /// Rating summary for this item. + /// + public Rating Rating; + /// + /// The date of when the item will be available. If not provided then the product will appear immediately. + /// + public DateTime? StartDate; + /// + /// Optional details for stores items. + /// + public StoreDetails StoreDetails; + /// + /// The list of tags that are associated with this item. Up to 32 tags can be added to an item. + /// + public List Tags; + /// + /// A dictionary of localized titles. Key is language code and localized string is the value. The NEUTRAL locale is + /// required. Titles have a 512 character limit per country code. + /// + public Dictionary Title; + /// + /// The high-level type of the item. The following item types are supported: bundle, catalogItem, currency, store, ugc, + /// subscription. + /// + public string Type; + } + + [Serializable] + public class CatalogItemReference : PlayFabBaseModel + { + /// + /// The amount of the catalog item. + /// + public int? Amount; + /// + /// The unique ID of the catalog item. + /// + public string Id; + /// + /// The prices the catalog item can be purchased for. + /// + public CatalogPriceOptions PriceOptions; + } + + [Serializable] + public class CatalogPrice : PlayFabBaseModel + { + /// + /// The amounts of the catalog item price. Each price can have up to 15 item amounts. + /// + public List Amounts; + /// + /// The per-unit amount this price can be used to purchase. + /// + public int? UnitAmount; + /// + /// The per-unit duration this price can be used to purchase. The maximum duration is 100 years. + /// + public double? UnitDurationInSeconds; + } + + [Serializable] + public class CatalogPriceAmount : PlayFabBaseModel + { + /// + /// The amount of the price. + /// + public int Amount; + /// + /// The Item Id of the price. + /// + public string ItemId; + } + + [Serializable] + public class CatalogPriceAmountOverride : PlayFabBaseModel + { + /// + /// The exact value that should be utilized in the override. + /// + public int? FixedValue; + /// + /// The id of the item this override should utilize. + /// + public string ItemId; + /// + /// The multiplier that will be applied to the base Catalog value to determine what value should be utilized in the + /// override. + /// + public double? Multiplier; + } + + [Serializable] + public class CatalogPriceOptions : PlayFabBaseModel + { + /// + /// Prices of the catalog item. An item can have up to 15 prices + /// + public List Prices; + } + + [Serializable] + public class CatalogPriceOptionsOverride : PlayFabBaseModel + { + /// + /// The prices utilized in the override. + /// + public List Prices; + } + + [Serializable] + public class CatalogPriceOverride : PlayFabBaseModel + { + /// + /// The currency amounts utilized in the override for a singular price. + /// + public List Amounts; + } + + [Serializable] + public class CatalogSpecificConfig : PlayFabBaseModel + { + /// + /// The set of content types that will be used for validation. Each content type can have a maximum character length of 40 + /// and up to 128 types can be listed. + /// + public List ContentTypes; + /// + /// The set of tags that will be used for validation. Each tag can have a maximum character length of 32 and up to 1024 tags + /// can be listed. + /// + public List Tags; + } + + [Serializable] + public class CategoryRatingConfig : PlayFabBaseModel + { + /// + /// Name of the category. + /// + public string Name; + } + + public enum ConcernCategory + { + None, + OffensiveContent, + ChildExploitation, + MalwareOrVirus, + PrivacyConcerns, + MisleadingApp, + PoorPerformance, + ReviewResponse, + SpamAdvertising, + Profanity + } + + [Serializable] + public class Content : PlayFabBaseModel + { + /// + /// The content unique ID. + /// + public string Id; + /// + /// The maximum client version that this content is compatible with. Client Versions can be up to 3 segments separated by + /// periods(.) and each segment can have a maximum value of 65535. + /// + public string MaxClientVersion; + /// + /// The minimum client version that this content is compatible with. Client Versions can be up to 3 segments separated by + /// periods(.) and each segment can have a maximum value of 65535. + /// + public string MinClientVersion; + /// + /// The list of tags that are associated with this content. Tags must be defined in the Catalog Config before being used in + /// content. + /// + public List Tags; + /// + /// The client-defined type of the content. Content Types must be defined in the Catalog Config before being used. + /// + public string Type; + /// + /// The Azure CDN URL for retrieval of the catalog item binary content. + /// + public string Url; + } + + [Serializable] + public class ContentFeed : PlayFabBaseModel + { + } + + public enum CountryCode + { + AF, + AX, + AL, + DZ, + AS, + AD, + AO, + AI, + AQ, + AG, + AR, + AM, + AW, + AU, + AT, + AZ, + BS, + BH, + BD, + BB, + BY, + BE, + BZ, + BJ, + BM, + BT, + BO, + BQ, + BA, + BW, + BV, + BR, + IO, + BN, + BG, + BF, + BI, + KH, + CM, + CA, + CV, + KY, + CF, + TD, + CL, + CN, + CX, + CC, + CO, + KM, + CG, + CD, + CK, + CR, + CI, + HR, + CU, + CW, + CY, + CZ, + DK, + DJ, + DM, + DO, + EC, + EG, + SV, + GQ, + ER, + EE, + ET, + FK, + FO, + FJ, + FI, + FR, + GF, + PF, + TF, + GA, + GM, + GE, + DE, + GH, + GI, + GR, + GL, + GD, + GP, + GU, + GT, + GG, + GN, + GW, + GY, + HT, + HM, + VA, + HN, + HK, + HU, + IS, + IN, + ID, + IR, + IQ, + IE, + IM, + IL, + IT, + JM, + JP, + JE, + JO, + KZ, + KE, + KI, + KP, + KR, + KW, + KG, + LA, + LV, + LB, + LS, + LR, + LY, + LI, + LT, + LU, + MO, + MK, + MG, + MW, + MY, + MV, + ML, + MT, + MH, + MQ, + MR, + MU, + YT, + MX, + FM, + MD, + MC, + MN, + ME, + MS, + MA, + MZ, + MM, + NA, + NR, + NP, + NL, + NC, + NZ, + NI, + NE, + NG, + NU, + NF, + MP, + NO, + OM, + PK, + PW, + PS, + PA, + PG, + PY, + PE, + PH, + PN, + PL, + PT, + PR, + QA, + RE, + RO, + RU, + RW, + BL, + SH, + KN, + LC, + MF, + PM, + VC, + WS, + SM, + ST, + SA, + SN, + RS, + SC, + SL, + SG, + SX, + SK, + SI, + SB, + SO, + ZA, + GS, + SS, + ES, + LK, + SD, + SR, + SJ, + SZ, + SE, + CH, + SY, + TW, + TJ, + TZ, + TH, + TL, + TG, + TK, + TO, + TT, + TN, + TR, + TM, + TC, + TV, + UG, + UA, + AE, + GB, + US, + UM, + UY, + UZ, + VU, + VE, + VN, + VG, + VI, + WF, + EH, + YE, + ZM, + ZW, + Unknown + } + + /// + /// The item will not be published to the public catalog until the PublishItem API is called for the item. + /// + [Serializable] + public class CreateDraftItemRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Metadata describing the new catalog item to be created. + /// + public CatalogItem Item; + /// + /// Whether the item should be published immediately. This value is optional, defaults to false. + /// + public bool Publish; + } + + [Serializable] + public class CreateDraftItemResponse : PlayFabResultCommon + { + /// + /// Updated metadata describing the catalog item just created. + /// + public CatalogItem Item; + } + + /// + /// Upload URLs point to Azure Blobs; clients must follow the Microsoft Azure Storage Blob Service REST API pattern for + /// uploading content. The response contains upload URLs and IDs for each file. The IDs and URLs returned must be added to + /// the item metadata and committed using the CreateDraftItem or UpdateDraftItem Item APIs. + /// + [Serializable] + public class CreateUploadUrlsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Description of the files to be uploaded by the client. + /// + public List Files; + } + + [Serializable] + public class CreateUploadUrlsResponse : PlayFabResultCommon + { + /// + /// List of URLs metadata for the files to be uploaded by the client. + /// + public List UploadUrls; + } + + [Serializable] + public class DeepLink : PlayFabBaseModel + { + /// + /// Target platform for this deep link. + /// + public string Platform; + /// + /// The deep link for this platform. + /// + public string Url; + } + + [Serializable] + public class DeepLinkFormat : PlayFabBaseModel + { + /// + /// The format of the deep link to return. The format should contain '{id}' to represent where the item ID should be placed. + /// + public string Format; + /// + /// The target platform for the deep link. + /// + public string Platform; + } + + [Serializable] + public class DeleteEntityItemReviewsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + } + + [Serializable] + public class DeleteEntityItemReviewsResponse : PlayFabResultCommon + { + } + + /// + /// Delete an Inventory Collection by the specified Id for an Entity + /// + [Serializable] + public class DeleteInventoryCollectionRequest : PlayFabRequestCommon + { + /// + /// The inventory collection id the request applies to. + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity the request is about. Set to the caller by default. + /// + public EntityKey Entity; + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + } + + [Serializable] + public class DeleteInventoryCollectionResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteInventoryItemsOperation : PlayFabBaseModel + { + /// + /// The inventory item the operation applies to. + /// + public InventoryItemReference Item; + } + + /// + /// Given an entity type, entity identifier and container details, will delete the entity's inventory items + /// + [Serializable] + public class DeleteInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default"). The number of inventory collections is + /// unlimited. + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The Idempotency ID for this request. Idempotency IDs can be used to prevent operation replay in the medium term but will + /// be garbage collected eventually. + /// + public string IdempotencyId; + /// + /// The inventory item the request applies to. + /// + public InventoryItemReference Item; + } + + [Serializable] + public class DeleteInventoryItemsResponse : PlayFabResultCommon + { + /// + /// ETags are used for concurrency checking when updating resources. + /// + public string ETag; + /// + /// The idempotency id used in the request. + /// + public string IdempotencyId; + /// + /// The ids of transactions that occurred as a result of the request. + /// + public List TransactionIds; + } + + [Serializable] + public class DeleteItemRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The unique ID of the item. + /// + public string Id; + } + + [Serializable] + public class DeleteItemResponse : PlayFabResultCommon + { + } + + [Serializable] + public class DisplayPropertyIndexInfo : PlayFabBaseModel + { + /// + /// The property name in the 'DisplayProperties' property to be indexed. + /// + public string Name; + /// + /// The type of the property to be indexed. + /// + public DisplayPropertyType? Type; + } + + public enum DisplayPropertyType + { + None, + QueryDateTime, + QueryDouble, + QueryString, + SearchString + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + /// + /// Execute a list of Inventory Operations for an Entity + /// + [Serializable] + public class ExecuteInventoryOperationsRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default"). The number of inventory collections is + /// unlimited. + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The Idempotency ID for this request. Idempotency IDs can be used to prevent operation replay in the medium term but will + /// be garbage collected eventually. + /// + public string IdempotencyId; + /// + /// The operations to run transactionally. The operations will be executed in-order sequentially and will succeed or fail as + /// a batch. Up to 50 operations can be added. + /// + public List Operations; + } + + [Serializable] + public class ExecuteInventoryOperationsResponse : PlayFabResultCommon + { + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The idempotency id used in the request. + /// + public string IdempotencyId; + /// + /// The ids of the transactions that occurred as a result of the request. + /// + public List TransactionIds; + } + + /// + /// Transfer the specified list of inventory items of an entity's container Id to another entity's container Id. + /// + [Serializable] + public class ExecuteTransferOperationsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The inventory collection id the request is transferring from. (Default="default") + /// + public string GivingCollectionId; + /// + /// The entity the request is transferring from. Set to the caller by default. + /// + public EntityKey GivingEntity; + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string GivingETag; + /// + /// The idempotency id for the request. + /// + public string IdempotencyId; + /// + /// The transfer operations to run transactionally. The operations will be executed in-order sequentially and will succeed + /// or fail as a batch. Up to 50 operations can be added. + /// + public List Operations; + /// + /// The inventory collection id the request is transferring to. (Default="default") + /// + public string ReceivingCollectionId; + /// + /// The entity the request is transferring to. Set to the caller by default. + /// + public EntityKey ReceivingEntity; + } + + [Serializable] + public class ExecuteTransferOperationsResponse : PlayFabResultCommon + { + /// + /// ETags are used for concurrency checking when updating resources (before transferring from). This value will be empty if + /// the operation has not completed yet. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string GivingETag; + /// + /// The ids of transactions that occurred as a result of the request's giving action. + /// + public List GivingTransactionIds; + /// + /// The Idempotency ID for this request. + /// + public string IdempotencyId; + /// + /// The transfer operation status. Possible values are 'InProgress' or 'Completed'. If the operation has completed, the + /// response code will be 200. Otherwise, it will be 202. + /// + public string OperationStatus; + /// + /// The token that can be used to get the status of the transfer operation. This will only have a value if OperationStatus + /// is 'InProgress'. + /// + public string OperationToken; + /// + /// ETags are used for concurrency checking when updating resources (before transferring to). This value will be empty if + /// the operation has not completed yet. + /// + public string ReceivingETag; + /// + /// The ids of transactions that occurred as a result of the request's receiving action. + /// + public List ReceivingTransactionIds; + } + + [Serializable] + public class FileConfig : PlayFabBaseModel + { + /// + /// The set of content types that will be used for validation. Each content type can have a maximum character length of 40 + /// and up to 128 types can be listed. + /// + public List ContentTypes; + /// + /// The set of tags that will be used for validation. Each tag can have a maximum character length of 32 and up to 1024 tags + /// can be listed. + /// + public List Tags; + } + + [Serializable] + public class FilterOptions : PlayFabBaseModel + { + /// + /// The OData filter utilized. Mutually exclusive with 'IncludeAllItems'. More info about Filter Complexity limits can be + /// found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/search#limits + /// + public string Filter; + /// + /// The flag that overrides the filter and allows for returning all catalog items. Mutually exclusive with 'Filter'. + /// + public bool? IncludeAllItems; + } + + [Serializable] + public class GetCatalogConfigRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetCatalogConfigResponse : PlayFabResultCommon + { + /// + /// The catalog configuration. + /// + public CatalogConfig Config; + } + + [Serializable] + public class GetDraftItemRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The unique ID of the item. + /// + public string Id; + } + + [Serializable] + public class GetDraftItemResponse : PlayFabResultCommon + { + /// + /// Full metadata of the catalog item requested. + /// + public CatalogItem Item; + } + + [Serializable] + public class GetDraftItemsRequest : PlayFabRequestCommon + { + /// + /// List of item alternate IDs. + /// + public List AlternateIds; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// List of Item Ids. + /// + public List Ids; + } + + [Serializable] + public class GetDraftItemsResponse : PlayFabResultCommon + { + /// + /// An opaque token used to retrieve the next page of items, if any are available. + /// + public string ContinuationToken; + /// + /// A set of items created by the entity. + /// + public List Items; + } + + [Serializable] + public class GetEntityDraftItemsRequest : PlayFabRequestCommon + { + /// + /// An opaque token used to retrieve the next page of items created by the caller, if any are available. Should be null on + /// initial request. + /// + public string ContinuationToken; + /// + /// Number of items to retrieve. This value is optional. Default value is 10. + /// + public int Count; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// OData Filter to refine the items returned. CatalogItem properties 'type' can be used in the filter. For example: "type + /// eq 'ugc'" + /// + public string Filter; + } + + [Serializable] + public class GetEntityDraftItemsResponse : PlayFabResultCommon + { + /// + /// An opaque token used to retrieve the next page of items, if any are available. + /// + public string ContinuationToken; + /// + /// A set of items created by the entity. + /// + public List Items; + } + + [Serializable] + public class GetEntityItemReviewRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The unique ID of the item. + /// + public string Id; + } + + [Serializable] + public class GetEntityItemReviewResponse : PlayFabResultCommon + { + /// + /// The review the entity submitted for the requested item. + /// + public Review Review; + } + + /// + /// Get a list of Inventory Collection Ids for the specified Entity + /// + [Serializable] + public class GetInventoryCollectionIdsRequest : PlayFabRequestCommon + { + /// + /// An opaque token used to retrieve the next page of collection ids, if any are available. + /// + public string ContinuationToken; + /// + /// Number of items to retrieve. This value is optional. The default value is 10 + /// + public int Count; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity the request is about. Set to the caller by default. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetInventoryCollectionIdsResponse : PlayFabResultCommon + { + /// + /// The requested inventory collection ids. + /// + public List CollectionIds; + /// + /// An opaque token used to retrieve the next page of collection ids, if any are available. + /// + public string ContinuationToken; + } + + /// + /// Given an entity type, entity identifier and container details, will get the entity's inventory items. + /// + [Serializable] + public class GetInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default") + /// + public string CollectionId; + /// + /// An opaque token used to retrieve the next page of items in the inventory, if any are available. Should be null on + /// initial request. + /// + public string ContinuationToken; + /// + /// Number of items to retrieve. This value is optional. Maximum page size is 50. The default value is 10 + /// + public int Count; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// OData Filter to refine the items returned. InventoryItem properties 'type', 'id', and 'stackId' can be used in the + /// filter. For example: "type eq 'currency'" + /// + public string Filter; + } + + [Serializable] + public class GetInventoryItemsResponse : PlayFabResultCommon + { + /// + /// An opaque token used to retrieve the next page of items, if any are available. + /// + public string ContinuationToken; + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The requested inventory items. + /// + public List Items; + } + + /// + /// Get the status of an Inventory Operation using an OperationToken. + /// + [Serializable] + public class GetInventoryOperationStatusRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default") + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetInventoryOperationStatusResponse : PlayFabResultCommon + { + /// + /// The inventory operation status. + /// + public string OperationStatus; + } + + /// + /// Given an item, return a set of bundles and stores containing the item. + /// + [Serializable] + public class GetItemContainersRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// An opaque token used to retrieve the next page of items in the inventory, if any are available. Should be null on + /// initial request. + /// + public string ContinuationToken; + /// + /// Number of items to retrieve. This value is optional. Default value is 10. + /// + public int Count; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The unique ID of the item. + /// + public string Id; + } + + [Serializable] + public class GetItemContainersResponse : PlayFabResultCommon + { + /// + /// List of Bundles and Stores containing the requested items. + /// + public List Containers; + /// + /// An opaque token used to retrieve the next page of items, if any are available. + /// + public string ContinuationToken; + } + + [Serializable] + public class GetItemModerationStateRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The unique ID of the item. + /// + public string Id; + } + + [Serializable] + public class GetItemModerationStateResponse : PlayFabResultCommon + { + /// + /// The current moderation state for the requested item. + /// + public ModerationState State; + } + + [Serializable] + public class GetItemPublishStatusRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The unique ID of the item. + /// + public string Id; + } + + [Serializable] + public class GetItemPublishStatusResponse : PlayFabResultCommon + { + /// + /// High level status of the published item. + /// + public PublishResult? Result; + /// + /// Descriptive message about the current status of the publish. + /// + public string StatusMessage; + } + + [Serializable] + public class GetItemRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The unique ID of the item. + /// + public string Id; + } + + /// + /// Get item result. + /// + [Serializable] + public class GetItemResponse : PlayFabResultCommon + { + /// + /// The item result. + /// + public CatalogItem Item; + } + + [Serializable] + public class GetItemReviewsRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// An opaque token used to retrieve the next page of items, if any are available. + /// + public string ContinuationToken; + /// + /// Number of items to retrieve. This value is optional. Default value is 10. + /// + public int Count; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The unique ID of the item. + /// + public string Id; + /// + /// An OData orderBy used to order the results of the query. Possible values are Helpfulness, Rating, and Submitted (For + /// example: "Submitted desc") + /// + public string OrderBy; + } + + [Serializable] + public class GetItemReviewsResponse : PlayFabResultCommon + { + /// + /// An opaque token used to retrieve the next page of items, if any are available. + /// + public string ContinuationToken; + /// + /// The paginated set of results. + /// + public List Reviews; + } + + [Serializable] + public class GetItemReviewSummaryRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The unique ID of the item. + /// + public string Id; + } + + [Serializable] + public class GetItemReviewSummaryResponse : PlayFabResultCommon + { + /// + /// The least favorable review for this item. + /// + public Review LeastFavorableReview; + /// + /// The most favorable review for this item. + /// + public Review MostFavorableReview; + /// + /// The summary of ratings associated with this item. + /// + public Rating Rating; + /// + /// The total number of reviews associated with this item. + /// + public int ReviewsCount; + } + + [Serializable] + public class GetItemsRequest : PlayFabRequestCommon + { + /// + /// List of item alternate IDs. + /// + public List AlternateIds; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// List of Item Ids. + /// + public List Ids; + } + + [Serializable] + public class GetItemsResponse : PlayFabResultCommon + { + /// + /// Metadata of set of items. + /// + public List Items; + } + + /// + /// Gets the access tokens for Microsoft Store authentication. + /// + [Serializable] + public class GetMicrosoftStoreAccessTokensRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetMicrosoftStoreAccessTokensResponse : PlayFabResultCommon + { + /// + /// The collections access token for calling https://onestore.microsoft.com/b2b/keys/create/collections to obtain a + /// CollectionsIdKey for the user + /// + public string CollectionsAccessToken; + /// + /// The date the collections access token expires + /// + public DateTime CollectionsAccessTokenExpirationDate; + } + + /// + /// Get transaction history for specified entity and collection. + /// + [Serializable] + public class GetTransactionHistoryRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default") + /// + public string CollectionId; + /// + /// An opaque token used to retrieve the next page of items, if any are available. Should be null on initial request. + /// + public string ContinuationToken; + /// + /// Number of items to retrieve. This value is optional. The default value is 10 + /// + public int Count; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// An OData filter used to refine the TransactionHistory. Transaction properties 'timestamp', 'transactionid', 'apiname' + /// and 'operationtype' can be used in the filter. Properties 'transactionid', 'apiname', and 'operationtype' cannot be used + /// together in a single request. The 'timestamp' property can be combined with 'apiname' or 'operationtype' in a single + /// request. For example: "timestamp ge 2023-06-20T23:30Z" or "transactionid eq '10'" or "(timestamp ge 2023-06-20T23:30Z) + /// and (apiname eq 'AddInventoryItems')". By default, a 6 month timespan from the current date is used. + /// + public string Filter; + /// + /// An OData orderby to order TransactionHistory results. The only supported values are 'timestamp asc' or 'timestamp desc'. + /// Default orderby is 'timestamp asc' + /// + public string OrderBy; + } + + [Serializable] + public class GetTransactionHistoryResponse : PlayFabResultCommon + { + /// + /// An opaque token used to retrieve the next page of items, if any are available. Should be null on initial request. + /// + public string ContinuationToken; + /// + /// The requested inventory transactions. + /// + public List Transactions; + } + + [Serializable] + public class GooglePlayProductPurchase : PlayFabBaseModel + { + /// + /// The Product ID (SKU) of the InApp product purchased from the Google Play store. + /// + public string ProductId; + /// + /// The token provided to the player's device when the product was purchased + /// + public string Token; + } + + public enum HelpfulnessVote + { + None, + UnHelpful, + Helpful + } + + [Serializable] + public class Image : PlayFabBaseModel + { + /// + /// The image unique ID. + /// + public string Id; + /// + /// The client-defined tag associated with this image. Tags must be defined in the Catalog Config before being used in + /// images + /// + public string Tag; + /// + /// Images can be defined as either a "thumbnail" or "screenshot". There can only be one "thumbnail" image per item. + /// + public string Type; + /// + /// The URL for retrieval of the image. + /// + public string Url; + } + + [Serializable] + public class ImageConfig : PlayFabBaseModel + { + /// + /// The set of tags that will be used for validation. Each tag can have a maximum character length of 32 and up to 1024 tags + /// can be listed. + /// + public List Tags; + } + + [Serializable] + public class InitialValues : PlayFabBaseModel + { + /// + /// Game specific properties for display purposes. The Display Properties field has a 1000 byte limit. + /// + public object DisplayProperties; + } + + [Serializable] + public class InventoryItem : PlayFabBaseModel + { + /// + /// The amount of the item. + /// + public int? Amount; + /// + /// Game specific properties for display purposes. This is an arbitrary JSON blob. The Display Properties field has a 1000 + /// byte limit. + /// + public object DisplayProperties; + /// + /// Only used for subscriptions. The date of when the item will expire in UTC. + /// + public DateTime? ExpirationDate; + /// + /// The id of the item. This should correspond to the item id in the catalog. + /// + public string Id; + /// + /// The stack id of the item. + /// + public string StackId; + /// + /// The type of the item. This should correspond to the item type in the catalog. + /// + public string Type; + } + + [Serializable] + public class InventoryItemReference : PlayFabBaseModel + { + /// + /// The inventory item alternate id the request applies to. + /// + public AlternateId AlternateId; + /// + /// The inventory item id the request applies to. + /// + public string Id; + /// + /// The inventory stack id the request should redeem to. (Default="default") + /// + public string StackId; + } + + [Serializable] + public class InventoryOperation : PlayFabBaseModel + { + /// + /// The add operation. + /// + public AddInventoryItemsOperation Add; + /// + /// The delete operation. + /// + public DeleteInventoryItemsOperation Delete; + /// + /// The purchase operation. + /// + public PurchaseInventoryItemsOperation Purchase; + /// + /// The subtract operation. + /// + public SubtractInventoryItemsOperation Subtract; + /// + /// The transfer operation. + /// + public TransferInventoryItemsOperation Transfer; + /// + /// The update operation. + /// + public UpdateInventoryItemsOperation Update; + } + + [Serializable] + public class KeywordSet : PlayFabBaseModel + { + /// + /// A list of localized keywords. + /// + public List Values; + } + + [Serializable] + public class ModerationState : PlayFabBaseModel + { + /// + /// The date and time this moderation state was last updated. + /// + public DateTime? LastModifiedDate; + /// + /// The current stated reason for the associated item being moderated. + /// + public string Reason; + /// + /// The current moderation status for the associated item. + /// + public ModerationStatus? Status; + } + + public enum ModerationStatus + { + Unknown, + AwaitingModeration, + Approved, + Rejected + } + + [Serializable] + public class PayoutDetails : PlayFabBaseModel + { + } + + [Serializable] + public class Permissions : PlayFabBaseModel + { + /// + /// The list of ids of Segments that the a player can be in to purchase from the store. When a value is provided, the player + /// must be in at least one of the segments listed for the purchase to be allowed. + /// + public List SegmentIds; + } + + /// + /// The call kicks off a workflow to publish the item to the public catalog. The Publish Status API should be used to + /// monitor the publish job. + /// + [Serializable] + public class PublishDraftItemRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// ETag of the catalog item to published from the working catalog to the public catalog. Used for optimistic concurrency. + /// If the provided ETag does not match the ETag in the current working catalog, the request will be rejected. If not + /// provided, the current version of the document in the working catalog will be published. + /// + public string ETag; + /// + /// The unique ID of the item. + /// + public string Id; + } + + [Serializable] + public class PublishDraftItemResponse : PlayFabResultCommon + { + } + + public enum PublishResult + { + Unknown, + Pending, + Succeeded, + Failed, + Canceled + } + + [Serializable] + public class PurchaseInventoryItemsOperation : PlayFabBaseModel + { + /// + /// The amount to purchase. + /// + public int? Amount; + /// + /// Indicates whether stacks reduced to an amount of 0 during the operation should be deleted from the inventory. (Default = + /// false) + /// + public bool DeleteEmptyStacks; + /// + /// The duration to purchase. + /// + public double? DurationInSeconds; + /// + /// The inventory item the operation applies to. + /// + public InventoryItemReference Item; + /// + /// The values to apply to a stack newly created by this operation. + /// + public InitialValues NewStackValues; + /// + /// The per-item price the item is expected to be purchased at. This must match a value configured in the Catalog or + /// specified Store. + /// + public List PriceAmounts; + /// + /// The id of the Store to purchase the item from. + /// + public string StoreId; + } + + /// + /// Purchase a single item or bundle, paying the associated price. + /// + [Serializable] + public class PurchaseInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The amount to purchase. + /// + public int? Amount; + /// + /// The id of the entity's collection to perform this action on. (Default="default"). The number of inventory collections is + /// unlimited. + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates whether stacks reduced to an amount of 0 during the request should be deleted from the inventory. + /// (Default=false) + /// + public bool DeleteEmptyStacks; + /// + /// The duration to purchase. + /// + public double? DurationInSeconds; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The Idempotency ID for this request. Idempotency IDs can be used to prevent operation replay in the medium term but will + /// be garbage collected eventually. + /// + public string IdempotencyId; + /// + /// The inventory item the request applies to. + /// + public InventoryItemReference Item; + /// + /// The values to apply to a stack newly created by this request. + /// + public InitialValues NewStackValues; + /// + /// The per-item price the item is expected to be purchased at. This must match a value configured in the Catalog or + /// specified Store. + /// + public List PriceAmounts; + /// + /// The id of the Store to purchase the item from. + /// + public string StoreId; + } + + [Serializable] + public class PurchaseInventoryItemsResponse : PlayFabResultCommon + { + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The idempotency id used in the request. + /// + public string IdempotencyId; + /// + /// The ids of transactions that occurred as a result of the request. + /// + public List TransactionIds; + } + + [Serializable] + public class PurchaseOverride : PlayFabBaseModel + { + } + + [Serializable] + public class PurchaseOverridesInfo : PlayFabBaseModel + { + } + + [Serializable] + public class PurchasePriceAmount : PlayFabBaseModel + { + /// + /// The amount of the inventory item to use in the purchase . + /// + public int Amount; + /// + /// The inventory item id to use in the purchase . + /// + public string ItemId; + /// + /// The inventory stack id the to use in the purchase. Set to "default" by default + /// + public string StackId; + } + + [Serializable] + public class Rating : PlayFabBaseModel + { + /// + /// The average rating for this item. + /// + public float? Average; + /// + /// The total count of 1 star ratings for this item. + /// + public int? Count1Star; + /// + /// The total count of 2 star ratings for this item. + /// + public int? Count2Star; + /// + /// The total count of 3 star ratings for this item. + /// + public int? Count3Star; + /// + /// The total count of 4 star ratings for this item. + /// + public int? Count4Star; + /// + /// The total count of 5 star ratings for this item. + /// + public int? Count5Star; + /// + /// The total count of ratings for this item. + /// + public int? TotalCount; + } + + [Serializable] + public class RealMoneyPriceDetails : PlayFabBaseModel + { + } + + /// + /// Redeem items from the Apple App Store. + /// + [Serializable] + public class RedeemAppleAppStoreInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default") + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The receipt provided by the Apple marketplace upon successful purchase. + /// + public string Receipt; + } + + [Serializable] + public class RedeemAppleAppStoreInventoryItemsResponse : PlayFabResultCommon + { + /// + /// The list of failed redemptions from the external marketplace. + /// + public List Failed; + /// + /// The list of successful redemptions from the external marketplace. + /// + public List Succeeded; + /// + /// The Transaction IDs associated with the inventory modifications + /// + public List TransactionIds; + } + + /// + /// Redeem items from the Google Play Store. + /// + [Serializable] + public class RedeemGooglePlayInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default") + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The list of purchases to redeem + /// + public List Purchases; + } + + [Serializable] + public class RedeemGooglePlayInventoryItemsResponse : PlayFabResultCommon + { + /// + /// The list of failed redemptions from the external marketplace. + /// + public List Failed; + /// + /// The list of successful redemptions from the external marketplace. + /// + public List Succeeded; + /// + /// The Transaction IDs associated with the inventory modifications + /// + public List TransactionIds; + } + + /// + /// Redeem items from the Microsoft Store. + /// + [Serializable] + public class RedeemMicrosoftStoreInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default") + /// + public string CollectionId; + /// + /// The OneStore Collections Id Key used for AAD authentication. + /// + public string CollectionsIdKey; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// Xbox Token used for delegated business partner authentication. Token provided by the Xbox Live SDK method + /// GetTokenAndSignatureAsync("POST", "https://playfabapi.com/", ""). + /// + public string XboxToken; + } + + [Serializable] + public class RedeemMicrosoftStoreInventoryItemsResponse : PlayFabResultCommon + { + /// + /// The list of failed redemptions from the external marketplace. + /// + public List Failed; + /// + /// The list of successful redemptions from the external marketplace. + /// + public List Succeeded; + /// + /// The Transaction IDs associated with the inventory modifications + /// + public List TransactionIds; + } + + /// + /// Redeem items from the Nintendo EShop. + /// + [Serializable] + public class RedeemNintendoEShopInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default") + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The Nintendo provided token authorizing redemption + /// + public string NintendoServiceAccountIdToken; + } + + [Serializable] + public class RedeemNintendoEShopInventoryItemsResponse : PlayFabResultCommon + { + /// + /// The list of failed redemptions from the external marketplace. + /// + public List Failed; + /// + /// The list of successful redemptions from the external marketplace. + /// + public List Succeeded; + /// + /// The Transaction IDs associated with the inventory modifications + /// + public List TransactionIds; + } + + /// + /// Redeem items from the PlayStation Store. + /// + [Serializable] + public class RedeemPlayStationStoreInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// Auth code returned by PlayStation :tm: Network OAuth system. + /// + public string AuthorizationCode; + /// + /// The id of the entity's collection to perform this action on. (Default="default") + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// Redirect URI supplied to PlayStation :tm: Network when requesting an auth code. + /// + public string RedirectUri; + /// + /// Optional Service Label to pass into the request. + /// + public string ServiceLabel; + } + + [Serializable] + public class RedeemPlayStationStoreInventoryItemsResponse : PlayFabResultCommon + { + /// + /// The list of failed redemptions from the external marketplace. + /// + public List Failed; + /// + /// The list of successful redemptions from the external marketplace. + /// + public List Succeeded; + /// + /// The Transaction IDs associated with the inventory modifications + /// + public List TransactionIds; + } + + /// + /// Redeem inventory items from Steam. + /// + [Serializable] + public class RedeemSteamInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default") + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + } + + [Serializable] + public class RedeemSteamInventoryItemsResponse : PlayFabResultCommon + { + /// + /// The list of failed redemptions from the external marketplace. + /// + public List Failed; + /// + /// The list of successful redemptions from the external marketplace. + /// + public List Succeeded; + /// + /// The Transaction IDs associated with the inventory modifications + /// + public List TransactionIds; + } + + [Serializable] + public class RedemptionFailure : PlayFabBaseModel + { + /// + /// The marketplace failure code. + /// + public string FailureCode; + /// + /// The marketplace error details explaining why the offer failed to redeem. + /// + public string FailureDetails; + /// + /// The Marketplace Alternate ID being redeemed. + /// + public string MarketplaceAlternateId; + /// + /// The transaction id in the external marketplace. + /// + public string MarketplaceTransactionId; + } + + [Serializable] + public class RedemptionSuccess : PlayFabBaseModel + { + /// + /// The Marketplace Alternate ID being redeemed. + /// + public string MarketplaceAlternateId; + /// + /// The transaction id in the external marketplace. + /// + public string MarketplaceTransactionId; + /// + /// The timestamp for when the redeem was completed. + /// + public DateTime SuccessTimestamp; + } + + [Serializable] + public class ReportItemRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// Category of concern for this report. + /// + public ConcernCategory? ConcernCategory; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The unique ID of the item. + /// + public string Id; + /// + /// The string reason for this report. + /// + public string Reason; + } + + [Serializable] + public class ReportItemResponse : PlayFabResultCommon + { + } + + /// + /// Submit a report for an inappropriate review, allowing the submitting user to specify their concern. + /// + [Serializable] + public class ReportItemReviewRequest : PlayFabRequestCommon + { + /// + /// An alternate ID of the item associated with the review. + /// + public CatalogAlternateId AlternateId; + /// + /// The reason this review is being reported. + /// + public ConcernCategory? ConcernCategory; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The string ID of the item associated with the review. + /// + public string ItemId; + /// + /// The string reason for this report. + /// + public string Reason; + /// + /// The ID of the review to submit a report for. + /// + public string ReviewId; + } + + [Serializable] + public class ReportItemReviewResponse : PlayFabResultCommon + { + } + + [Serializable] + public class Review : PlayFabBaseModel + { + /// + /// The star rating associated with each selected category in this review. + /// + public Dictionary CategoryRatings; + /// + /// The number of negative helpfulness votes for this review. + /// + public int HelpfulNegative; + /// + /// The number of positive helpfulness votes for this review. + /// + public int HelpfulPositive; + /// + /// Indicates whether the review author has the item installed. + /// + public bool IsInstalled; + /// + /// The ID of the item being reviewed. + /// + public string ItemId; + /// + /// The version of the item being reviewed. + /// + public string ItemVersion; + /// + /// The locale for which this review was submitted in. + /// + public string Locale; + /// + /// Star rating associated with this review. + /// + public int Rating; + /// + /// The ID of the author of the review. + /// + public EntityKey ReviewerEntity; + /// + /// Deprecated. Use ReviewerEntity instead. This property will be removed in a future release. + /// + public string ReviewerId; + /// + /// The ID of the review. + /// + public string ReviewId; + /// + /// The full text of this review. + /// + public string ReviewText; + /// + /// The date and time this review was last submitted. + /// + public DateTime Submitted; + /// + /// The title of this review. + /// + public string Title; + } + + [Serializable] + public class ReviewConfig : PlayFabBaseModel + { + /// + /// A set of categories that can be applied toward ratings and reviews. + /// + public List CategoryRatings; + } + + [Serializable] + public class ReviewItemRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The unique ID of the item. + /// + public string Id; + /// + /// The review to submit. + /// + public Review Review; + } + + [Serializable] + public class ReviewItemResponse : PlayFabResultCommon + { + } + + [Serializable] + public class ReviewTakedown : PlayFabBaseModel + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The ID of the item associated with the review to take down. + /// + public string ItemId; + /// + /// The ID of the review to take down. + /// + public string ReviewId; + } + + [Serializable] + public class ScanResult : PlayFabBaseModel + { + /// + /// The URL of the item which failed the scan. + /// + public string Url; + } + + [Serializable] + public class SearchItemsRequest : PlayFabRequestCommon + { + /// + /// An opaque token used to retrieve the next page of items, if any are available. + /// + public string ContinuationToken; + /// + /// Number of items to retrieve. This value is optional. Maximum page size is 50. Default value is 10. + /// + public int Count; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// An OData filter used to refine the search query (For example: "type eq 'ugc'"). More info about Filter Complexity limits + /// can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/search#limits + /// + public string Filter; + /// + /// The locale to be returned in the result. + /// + public string Language; + /// + /// An OData orderBy used to order the results of the search query. For example: "rating/average asc" + /// + public string OrderBy; + /// + /// The text to search for. + /// + public string Search; + /// + /// An OData select query option used to augment the search results. If not defined, the default search result metadata will + /// be returned. + /// + public string Select; + /// + /// The store to restrict the search request to. + /// + public StoreReference Store; + } + + [Serializable] + public class SearchItemsResponse : PlayFabResultCommon + { + /// + /// An opaque token used to retrieve the next page of items, if any are available. + /// + public string ContinuationToken; + /// + /// The paginated set of results for the search query. + /// + public List Items; + } + + [Serializable] + public class SetItemModerationStateRequest : PlayFabRequestCommon + { + /// + /// An alternate ID associated with this item. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The unique ID of the item. + /// + public string Id; + /// + /// The reason for the moderation state change for the associated item. + /// + public string Reason; + /// + /// The status to set for the associated item. + /// + public ModerationStatus? Status; + } + + [Serializable] + public class SetItemModerationStateResponse : PlayFabResultCommon + { + } + + [Serializable] + public class StoreDetails : PlayFabBaseModel + { + /// + /// The options for the filter in filter-based stores. These options are mutually exclusive with item references. + /// + public FilterOptions FilterOptions; + /// + /// The permissions that control which players can purchase from the store. + /// + public Permissions Permissions; + /// + /// The global prices utilized in the store. These options are mutually exclusive with price options in item references. + /// + public CatalogPriceOptionsOverride PriceOptionsOverride; + } + + [Serializable] + public class StoreReference : PlayFabBaseModel + { + /// + /// An alternate ID of the store. + /// + public CatalogAlternateId AlternateId; + /// + /// The unique ID of the store. + /// + public string Id; + } + + [Serializable] + public class SubmitItemReviewVoteRequest : PlayFabRequestCommon + { + /// + /// An alternate ID of the item associated with the review. + /// + public CatalogAlternateId AlternateId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The string ID of the item associated with the review. + /// + public string ItemId; + /// + /// The ID of the review to submit a helpfulness vote for. + /// + public string ReviewId; + /// + /// The helpfulness vote of the review. + /// + public HelpfulnessVote? Vote; + } + + [Serializable] + public class SubmitItemReviewVoteResponse : PlayFabResultCommon + { + } + + [Serializable] + public class SubscriptionDetails : PlayFabBaseModel + { + /// + /// The length of time that the subscription will last in seconds. + /// + public double DurationInSeconds; + } + + [Serializable] + public class SubtractInventoryItemsOperation : PlayFabBaseModel + { + /// + /// The amount to subtract from the current item amount. + /// + public int? Amount; + /// + /// Indicates whether stacks reduced to an amount of 0 during the request should be deleted from the inventory. (Default = + /// false). + /// + public bool DeleteEmptyStacks; + /// + /// The duration to subtract from the current item expiration date. + /// + public double? DurationInSeconds; + /// + /// The inventory item the operation applies to. + /// + public InventoryItemReference Item; + } + + /// + /// Given an entity type, entity identifier and container details, will subtract the specified inventory items. + /// + [Serializable] + public class SubtractInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The amount to subtract for the current item. + /// + public int? Amount; + /// + /// The id of the entity's collection to perform this action on. (Default="default"). The number of inventory collections is + /// unlimited. + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates whether stacks reduced to an amount of 0 during the request should be deleted from the inventory. + /// (Default=false) + /// + public bool DeleteEmptyStacks; + /// + /// The duration to subtract from the current item expiration date. + /// + public double? DurationInSeconds; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The Idempotency ID for this request. Idempotency IDs can be used to prevent operation replay in the medium term but will + /// be garbage collected eventually. + /// + public string IdempotencyId; + /// + /// The inventory item the request applies to. + /// + public InventoryItemReference Item; + } + + [Serializable] + public class SubtractInventoryItemsResponse : PlayFabResultCommon + { + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The idempotency id used in the request. + /// + public string IdempotencyId; + /// + /// The ids of transactions that occurred as a result of the request. + /// + public List TransactionIds; + } + + /// + /// Submit a request to takedown one or more reviews, removing them from public view. Authors will still be able to see + /// their reviews after being taken down. + /// + [Serializable] + public class TakedownItemReviewsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The set of reviews to take down. + /// + public List Reviews; + } + + [Serializable] + public class TakedownItemReviewsResponse : PlayFabResultCommon + { + } + + [Serializable] + public class Transaction : PlayFabBaseModel + { + /// + /// The API call that caused this transaction. + /// + public string ApiName; + /// + /// The type of item that the the operation occurred on. + /// + public string ItemType; + /// + /// The operations that occurred. + /// + public List Operations; + /// + /// The type of operation that was run. + /// + public string OperationType; + /// + /// Additional details about the transaction. Null if it was not a purchase operation. + /// + public TransactionPurchaseDetails PurchaseDetails; + /// + /// Additional details about the transaction. Null if it was not a redeem operation. + /// + public TransactionRedeemDetails RedeemDetails; + /// + /// The time this transaction occurred in UTC. + /// + public DateTime Timestamp; + /// + /// The id of the transaction. This should be treated like an opaque token. + /// + public string TransactionId; + /// + /// Additional details about the transaction. Null if it was not a transfer operation. + /// + public TransactionTransferDetails TransferDetails; + } + + [Serializable] + public class TransactionOperation : PlayFabBaseModel + { + /// + /// The amount of items in this transaction. + /// + public int? Amount; + /// + /// The duration modified in this transaction. + /// + public double? DurationInSeconds; + /// + /// The friendly id of the items in this transaction. + /// + public string ItemFriendlyId; + /// + /// The item id of the items in this transaction. + /// + public string ItemId; + /// + /// The type of item that the operation occurred on. + /// + public string ItemType; + /// + /// The stack id of the items in this transaction. + /// + public string StackId; + /// + /// The type of the operation that occurred. + /// + public string Type; + } + + [Serializable] + public class TransactionPurchaseDetails : PlayFabBaseModel + { + /// + /// The friendly id of the Store the item was purchased from or null. + /// + public string StoreFriendlyId; + /// + /// The id of the Store the item was purchased from or null. + /// + public string StoreId; + } + + [Serializable] + public class TransactionRedeemDetails : PlayFabBaseModel + { + /// + /// The marketplace that the offer is being redeemed from. + /// + public string Marketplace; + /// + /// The transaction Id returned from the marketplace. + /// + public string MarketplaceTransactionId; + /// + /// The offer Id of the item being redeemed. + /// + public string OfferId; + } + + [Serializable] + public class TransactionTransferDetails : PlayFabBaseModel + { + /// + /// The collection id the items were transferred from or null if it was the current collection. + /// + public string GivingCollectionId; + /// + /// The entity the items were transferred from or null if it was the current entity. + /// + public EntityKey GivingEntity; + /// + /// The collection id the items were transferred to or null if it was the current collection. + /// + public string ReceivingCollectionId; + /// + /// The entity the items were transferred to or null if it was the current entity. + /// + public EntityKey ReceivingEntity; + /// + /// The id of the transfer that occurred. + /// + public string TransferId; + } + + [Serializable] + public class TransferInventoryItemsOperation : PlayFabBaseModel + { + /// + /// The amount to transfer. + /// + public int? Amount; + /// + /// Indicates whether stacks reduced to an amount of 0 during the operation should be deleted from the inventory. (Default = + /// false) + /// + public bool DeleteEmptyStacks; + /// + /// The inventory item the operation is transferring from. + /// + public InventoryItemReference GivingItem; + /// + /// The values to apply to a stack newly created by this operation. + /// + public InitialValues NewStackValues; + /// + /// The inventory item the operation is transferring to. + /// + public InventoryItemReference ReceivingItem; + } + + /// + /// Transfer the specified inventory items of an entity's container Id to another entity's container Id. + /// + [Serializable] + public class TransferInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The amount to transfer . + /// + public int? Amount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates whether stacks reduced to an amount of 0 during the request should be deleted from the inventory. (Default = + /// false) + /// + public bool DeleteEmptyStacks; + /// + /// The inventory collection id the request is transferring from. (Default="default") + /// + public string GivingCollectionId; + /// + /// The entity the request is transferring from. Set to the caller by default. + /// + public EntityKey GivingEntity; + /// + /// ETags are used for concurrency checking when updating resources (before transferring from). More information about using + /// ETags can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string GivingETag; + /// + /// The inventory item the request is transferring from. + /// + public InventoryItemReference GivingItem; + /// + /// The idempotency id for the request. + /// + public string IdempotencyId; + /// + /// The values to apply to a stack newly created by this request. + /// + public InitialValues NewStackValues; + /// + /// The inventory collection id the request is transferring to. (Default="default") + /// + public string ReceivingCollectionId; + /// + /// The entity the request is transferring to. Set to the caller by default. + /// + public EntityKey ReceivingEntity; + /// + /// The inventory item the request is transferring to. + /// + public InventoryItemReference ReceivingItem; + } + + [Serializable] + public class TransferInventoryItemsResponse : PlayFabResultCommon + { + /// + /// ETags are used for concurrency checking when updating resources (after transferring from). More information about using + /// ETags can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string GivingETag; + /// + /// The ids of transactions that occurred as a result of the request's giving action. + /// + public List GivingTransactionIds; + /// + /// The idempotency id for the request. + /// + public string IdempotencyId; + /// + /// The transfer operation status. Possible values are 'InProgress' or 'Completed'. If the operation has completed, the + /// response code will be 200. Otherwise, it will be 202. + /// + public string OperationStatus; + /// + /// The token that can be used to get the status of the transfer operation. This will only have a value if OperationStatus + /// is 'InProgress'. + /// + public string OperationToken; + /// + /// The ids of transactions that occurred as a result of the request's receiving action. + /// + public List ReceivingTransactionIds; + } + + [Serializable] + public class UpdateCatalogConfigRequest : PlayFabRequestCommon + { + /// + /// The updated catalog configuration. + /// + public CatalogConfig Config; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class UpdateCatalogConfigResponse : PlayFabResultCommon + { + } + + [Serializable] + public class UpdateDraftItemRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Updated metadata describing the catalog item to be updated. + /// + public CatalogItem Item; + /// + /// Whether the item should be published immediately. This value is optional, defaults to false. + /// + public bool Publish; + } + + [Serializable] + public class UpdateDraftItemResponse : PlayFabResultCommon + { + /// + /// Updated metadata describing the catalog item just updated. + /// + public CatalogItem Item; + } + + [Serializable] + public class UpdateInventoryItemsOperation : PlayFabBaseModel + { + /// + /// The inventory item to update with the specified values. + /// + public InventoryItem Item; + } + + /// + /// Given an entity type, entity identifier and container details, will update the entity's inventory items + /// + [Serializable] + public class UpdateInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// The id of the entity's collection to perform this action on. (Default="default"). The number of inventory collections is + /// unlimited. + /// + public string CollectionId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The Idempotency ID for this request. Idempotency IDs can be used to prevent operation replay in the medium term but will + /// be garbage collected eventually. + /// + public string IdempotencyId; + /// + /// The inventory item to update with the specified values. + /// + public InventoryItem Item; + } + + [Serializable] + public class UpdateInventoryItemsResponse : PlayFabResultCommon + { + /// + /// ETags are used for concurrency checking when updating resources. More information about using ETags can be found here: + /// https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/etags + /// + public string ETag; + /// + /// The idempotency id used in the request. + /// + public string IdempotencyId; + /// + /// The ids of transactions that occurred as a result of the request. + /// + public List TransactionIds; + } + + [Serializable] + public class UploadInfo : PlayFabBaseModel + { + /// + /// Name of the file to be uploaded. + /// + public string FileName; + } + + [Serializable] + public class UploadUrlMetadata : PlayFabBaseModel + { + /// + /// Name of the file for which this upload URL was requested. + /// + public string FileName; + /// + /// Unique ID for the binary content to be uploaded to the target URL. + /// + public string Id; + /// + /// URL for the binary content to be uploaded to. + /// + public string Url; + } + + [Serializable] + public class UserGeneratedContentSpecificConfig : PlayFabBaseModel + { + /// + /// The set of content types that will be used for validation. + /// + public List ContentTypes; + /// + /// The set of tags that will be used for validation. + /// + public List Tags; + } +} +#endif diff --git a/Assets/PlayFabSDK/Economy/PlayFabEconomyModels.cs.meta b/Assets/PlayFabSDK/Economy/PlayFabEconomyModels.cs.meta new file mode 100644 index 00000000..72068f41 --- /dev/null +++ b/Assets/PlayFabSDK/Economy/PlayFabEconomyModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9e420d6be63cf50498180c2df1199abc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Economy/PlayFabEvents.cs b/Assets/PlayFabSDK/Economy/PlayFabEvents.cs new file mode 100644 index 00000000..f9570519 --- /dev/null +++ b/Assets/PlayFabSDK/Economy/PlayFabEvents.cs @@ -0,0 +1,102 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.EconomyModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnEconomyAddInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyAddInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyCreateDraftItemRequestEvent; + public event PlayFabResultEvent OnEconomyCreateDraftItemResultEvent; + public event PlayFabRequestEvent OnEconomyCreateUploadUrlsRequestEvent; + public event PlayFabResultEvent OnEconomyCreateUploadUrlsResultEvent; + public event PlayFabRequestEvent OnEconomyDeleteEntityItemReviewsRequestEvent; + public event PlayFabResultEvent OnEconomyDeleteEntityItemReviewsResultEvent; + public event PlayFabRequestEvent OnEconomyDeleteInventoryCollectionRequestEvent; + public event PlayFabResultEvent OnEconomyDeleteInventoryCollectionResultEvent; + public event PlayFabRequestEvent OnEconomyDeleteInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyDeleteInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyDeleteItemRequestEvent; + public event PlayFabResultEvent OnEconomyDeleteItemResultEvent; + public event PlayFabRequestEvent OnEconomyExecuteInventoryOperationsRequestEvent; + public event PlayFabResultEvent OnEconomyExecuteInventoryOperationsResultEvent; + public event PlayFabRequestEvent OnEconomyExecuteTransferOperationsRequestEvent; + public event PlayFabResultEvent OnEconomyExecuteTransferOperationsResultEvent; + public event PlayFabRequestEvent OnEconomyGetCatalogConfigRequestEvent; + public event PlayFabResultEvent OnEconomyGetCatalogConfigResultEvent; + public event PlayFabRequestEvent OnEconomyGetDraftItemRequestEvent; + public event PlayFabResultEvent OnEconomyGetDraftItemResultEvent; + public event PlayFabRequestEvent OnEconomyGetDraftItemsRequestEvent; + public event PlayFabResultEvent OnEconomyGetDraftItemsResultEvent; + public event PlayFabRequestEvent OnEconomyGetEntityDraftItemsRequestEvent; + public event PlayFabResultEvent OnEconomyGetEntityDraftItemsResultEvent; + public event PlayFabRequestEvent OnEconomyGetEntityItemReviewRequestEvent; + public event PlayFabResultEvent OnEconomyGetEntityItemReviewResultEvent; + public event PlayFabRequestEvent OnEconomyGetInventoryCollectionIdsRequestEvent; + public event PlayFabResultEvent OnEconomyGetInventoryCollectionIdsResultEvent; + public event PlayFabRequestEvent OnEconomyGetInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyGetInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyGetInventoryOperationStatusRequestEvent; + public event PlayFabResultEvent OnEconomyGetInventoryOperationStatusResultEvent; + public event PlayFabRequestEvent OnEconomyGetItemRequestEvent; + public event PlayFabResultEvent OnEconomyGetItemResultEvent; + public event PlayFabRequestEvent OnEconomyGetItemContainersRequestEvent; + public event PlayFabResultEvent OnEconomyGetItemContainersResultEvent; + public event PlayFabRequestEvent OnEconomyGetItemModerationStateRequestEvent; + public event PlayFabResultEvent OnEconomyGetItemModerationStateResultEvent; + public event PlayFabRequestEvent OnEconomyGetItemPublishStatusRequestEvent; + public event PlayFabResultEvent OnEconomyGetItemPublishStatusResultEvent; + public event PlayFabRequestEvent OnEconomyGetItemReviewsRequestEvent; + public event PlayFabResultEvent OnEconomyGetItemReviewsResultEvent; + public event PlayFabRequestEvent OnEconomyGetItemReviewSummaryRequestEvent; + public event PlayFabResultEvent OnEconomyGetItemReviewSummaryResultEvent; + public event PlayFabRequestEvent OnEconomyGetItemsRequestEvent; + public event PlayFabResultEvent OnEconomyGetItemsResultEvent; + public event PlayFabRequestEvent OnEconomyGetMicrosoftStoreAccessTokensRequestEvent; + public event PlayFabResultEvent OnEconomyGetMicrosoftStoreAccessTokensResultEvent; + public event PlayFabRequestEvent OnEconomyGetTransactionHistoryRequestEvent; + public event PlayFabResultEvent OnEconomyGetTransactionHistoryResultEvent; + public event PlayFabRequestEvent OnEconomyPublishDraftItemRequestEvent; + public event PlayFabResultEvent OnEconomyPublishDraftItemResultEvent; + public event PlayFabRequestEvent OnEconomyPurchaseInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyPurchaseInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyRedeemAppleAppStoreInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyRedeemAppleAppStoreInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyRedeemGooglePlayInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyRedeemGooglePlayInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyRedeemMicrosoftStoreInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyRedeemMicrosoftStoreInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyRedeemNintendoEShopInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyRedeemNintendoEShopInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyRedeemPlayStationStoreInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyRedeemPlayStationStoreInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyRedeemSteamInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyRedeemSteamInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyReportItemRequestEvent; + public event PlayFabResultEvent OnEconomyReportItemResultEvent; + public event PlayFabRequestEvent OnEconomyReportItemReviewRequestEvent; + public event PlayFabResultEvent OnEconomyReportItemReviewResultEvent; + public event PlayFabRequestEvent OnEconomyReviewItemRequestEvent; + public event PlayFabResultEvent OnEconomyReviewItemResultEvent; + public event PlayFabRequestEvent OnEconomySearchItemsRequestEvent; + public event PlayFabResultEvent OnEconomySearchItemsResultEvent; + public event PlayFabRequestEvent OnEconomySetItemModerationStateRequestEvent; + public event PlayFabResultEvent OnEconomySetItemModerationStateResultEvent; + public event PlayFabRequestEvent OnEconomySubmitItemReviewVoteRequestEvent; + public event PlayFabResultEvent OnEconomySubmitItemReviewVoteResultEvent; + public event PlayFabRequestEvent OnEconomySubtractInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomySubtractInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyTakedownItemReviewsRequestEvent; + public event PlayFabResultEvent OnEconomyTakedownItemReviewsResultEvent; + public event PlayFabRequestEvent OnEconomyTransferInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyTransferInventoryItemsResultEvent; + public event PlayFabRequestEvent OnEconomyUpdateCatalogConfigRequestEvent; + public event PlayFabResultEvent OnEconomyUpdateCatalogConfigResultEvent; + public event PlayFabRequestEvent OnEconomyUpdateDraftItemRequestEvent; + public event PlayFabResultEvent OnEconomyUpdateDraftItemResultEvent; + public event PlayFabRequestEvent OnEconomyUpdateInventoryItemsRequestEvent; + public event PlayFabResultEvent OnEconomyUpdateInventoryItemsResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Economy/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Economy/PlayFabEvents.cs.meta new file mode 100644 index 00000000..db4b7ba1 --- /dev/null +++ b/Assets/PlayFabSDK/Economy/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a2679e440c4893c4f9b6e5d5314c0465 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Entity.meta b/Assets/PlayFabSDK/Entity.meta new file mode 100644 index 00000000..a0fe5c37 --- /dev/null +++ b/Assets/PlayFabSDK/Entity.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0cc9862b1ce280447a524f5d4bcb3c30 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Entity/ScreenTimeTracker.cs b/Assets/PlayFabSDK/Entity/ScreenTimeTracker.cs new file mode 100644 index 00000000..3ed9f1a8 --- /dev/null +++ b/Assets/PlayFabSDK/Entity/ScreenTimeTracker.cs @@ -0,0 +1,255 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFABCLIENT_API +using System; +using System.Collections.Generic; +using UnityEngine; + +namespace PlayFab.Public +{ + /// + /// Interface which can be used to implement class responsible for gathering and sending information about session. + /// + public interface IScreenTimeTracker + { + // Unity MonoBehaviour callbacks + void OnEnable(); + void OnDisable(); + void OnDestroy(); + void OnApplicationQuit(); + void OnApplicationFocus(bool isFocused); + + // Class specific methods + void ClientSessionStart(string entityId, string entityType, string playFabUserId); + void Send(); + } + + /// + /// Class responsible for gathering and sending information about session, for example: focus duration, device info, etc. + /// + public class ScreenTimeTracker : IScreenTimeTracker + { + private Guid focusId; + private Guid gameSessionID = Guid.NewGuid(); + private bool initialFocus = true; + private bool isSending = false; + private DateTime focusOffDateTime = DateTime.UtcNow; + private DateTime focusOnDateTime = DateTime.UtcNow; + + private Queue eventsRequests = new Queue(); + + private EventsModels.EntityKey entityKey = new EventsModels.EntityKey(); + private const string eventNamespace = "com.playfab.events.sessions"; + private const int maxBatchSizeInEvents = 10; + + private PlayFabEventsInstanceAPI eventApi; + + public ScreenTimeTracker() + { + eventApi = new PlayFabEventsInstanceAPI(PlayFabSettings.staticPlayer); + } + + private void EnsureSingleGameSessionId() + { + if (gameSessionID == Guid.Empty) + { + gameSessionID = Guid.NewGuid(); + } + } + + /// + /// Start session, the function responsible for creating SessionID and gathering information about user and device + /// + /// Result of the user's login, represent user ID + public void ClientSessionStart(string entityId, string entityType, string playFabUserId) + { + EnsureSingleGameSessionId(); + + entityKey.Id = entityId; + entityKey.Type = entityType; + + EventsModels.EventContents eventInfo = new EventsModels.EventContents(); + + eventInfo.Name = "client_session_start"; + eventInfo.EventNamespace = eventNamespace; + eventInfo.Entity = entityKey; + eventInfo.OriginalTimestamp = DateTime.UtcNow; + + var payload = new Dictionary + { + { "UserID", playFabUserId}, + { "DeviceType", SystemInfo.deviceType}, + { "DeviceModel", SystemInfo.deviceModel}, + { "OS", SystemInfo.operatingSystem }, + { "ClientSessionID", gameSessionID }, + }; + + eventInfo.Payload = payload; + eventsRequests.Enqueue(eventInfo); + + // Fake a focus-on event at the time of the first login: + OnApplicationFocus(true); + } + + /// + /// Gather information about user's focus. Calculates interaction durations. + /// Name mimics MonoBehaviour method, for ease of integration. + /// + /// State of focus + public void OnApplicationFocus(bool isFocused) + { + EnsureSingleGameSessionId(); + EventsModels.EventContents eventInfo = new EventsModels.EventContents(); + DateTime currentUtcDateTime = DateTime.UtcNow; + + eventInfo.Name = "client_focus_change"; + eventInfo.EventNamespace = eventNamespace; + eventInfo.Entity = entityKey; + + double focusStateDuration = 0.0; + + if (initialFocus) + { + focusId = Guid.NewGuid(); + } + + if (isFocused) + { + // start counting focus-on time + focusOnDateTime = currentUtcDateTime; + + // new id per focus + focusId = Guid.NewGuid(); + + if (!initialFocus) + { + focusStateDuration = (currentUtcDateTime - focusOffDateTime).TotalSeconds; + + // this check safeguards from manual time changes while app is running + if (focusStateDuration < 0) + { + focusStateDuration = 0; + } + } + } + else + { + focusStateDuration = (currentUtcDateTime - focusOnDateTime).TotalSeconds; + + // this check safeguards from manual time changes while app is running + if (focusStateDuration < 0) + { + focusStateDuration = 0; + } + + // start counting focus-off time + focusOffDateTime = currentUtcDateTime; + } + + var payload = new Dictionary { + { "FocusID", focusId }, + { "FocusState", isFocused }, + { "FocusStateDuration", focusStateDuration }, + { "EventTimestamp", currentUtcDateTime }, + { "ClientSessionID", gameSessionID }, + }; + + eventInfo.OriginalTimestamp = currentUtcDateTime; + eventInfo.Payload = payload; + eventsRequests.Enqueue(eventInfo); + + initialFocus = false; + + if (!isFocused) + { + // Force the eventsRequests queue to empty. + // If we are losing focus we should make an attempt to push out a focus lost event ASAP + Send(); + } + + } + + /// + /// Sends events to server. + /// + public void Send() + { + if (PlayFabSettings.staticPlayer.IsClientLoggedIn() && (isSending == false)) + { + isSending = true; + + EventsModels.WriteEventsRequest request = new EventsModels.WriteEventsRequest(); + request.Events = new List(); + + while ((eventsRequests.Count > 0) && (request.Events.Count < maxBatchSizeInEvents)) + { + EventsModels.EventContents eventInfo = eventsRequests.Dequeue(); + request.Events.Add(eventInfo); + } + + if (request.Events.Count > 0) + { + eventApi.WriteEvents(request, EventSentSuccessfulCallback, EventSentErrorCallback); + } + + isSending = false; + } + } + + /// + /// Callback to handle successful server interaction. + /// + /// Server response + private void EventSentSuccessfulCallback(EventsModels.WriteEventsResponse response) + { + // add code to work with successful callback + } + + /// + /// Callback to handle unsuccessful server interaction. + /// + /// Server response + private void EventSentErrorCallback(PlayFabError response) + { + Debug.LogWarning("Failed to send session data. Error: " + response.GenerateErrorReport()); + } + + #region Unused MonoBehaviour compatibility methods + /// + /// Unused + /// Name mimics MonoBehaviour method, for ease of integration. + /// + public void OnEnable() + { + // add code sending events on enable + } + + /// + /// Unused + /// Name mimics MonoBehaviour method, for ease of integration. + /// + public void OnDisable() + { + // add code sending events on disable + } + + /// + /// Unused + /// Name mimics MonoBehaviour method, for ease of integration. + /// + public void OnDestroy() + { + // add code sending events on destroy + } + #endregion + + /// + /// Trying to send event during game exit. Note: works only on certain platforms. + /// Name mimics MonoBehaviour method, for ease of integration. + /// + public void OnApplicationQuit() + { + // trying to send events during game exit + Send(); + } + } +} +#endif diff --git a/Assets/PlayFabSDK/Entity/ScreenTimeTracker.cs.meta b/Assets/PlayFabSDK/Entity/ScreenTimeTracker.cs.meta new file mode 100644 index 00000000..d44c5305 --- /dev/null +++ b/Assets/PlayFabSDK/Entity/ScreenTimeTracker.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bb87bdc3f40216e419c8f1b76c4517d6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Events.meta b/Assets/PlayFabSDK/Events.meta new file mode 100644 index 00000000..bdd04680 --- /dev/null +++ b/Assets/PlayFabSDK/Events.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 752b9560d5da7b9439605b88f6e1cf82 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Events/PlayFabEvents.cs b/Assets/PlayFabSDK/Events/PlayFabEvents.cs new file mode 100644 index 00000000..ced12796 --- /dev/null +++ b/Assets/PlayFabSDK/Events/PlayFabEvents.cs @@ -0,0 +1,24 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.EventsModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnEventsCreateTelemetryKeyRequestEvent; + public event PlayFabResultEvent OnEventsCreateTelemetryKeyResultEvent; + public event PlayFabRequestEvent OnEventsDeleteTelemetryKeyRequestEvent; + public event PlayFabResultEvent OnEventsDeleteTelemetryKeyResultEvent; + public event PlayFabRequestEvent OnEventsGetTelemetryKeyRequestEvent; + public event PlayFabResultEvent OnEventsGetTelemetryKeyResultEvent; + public event PlayFabRequestEvent OnEventsListTelemetryKeysRequestEvent; + public event PlayFabResultEvent OnEventsListTelemetryKeysResultEvent; + public event PlayFabRequestEvent OnEventsSetTelemetryKeyActiveRequestEvent; + public event PlayFabResultEvent OnEventsSetTelemetryKeyActiveResultEvent; + public event PlayFabRequestEvent OnEventsWriteEventsRequestEvent; + public event PlayFabResultEvent OnEventsWriteEventsResultEvent; + public event PlayFabRequestEvent OnEventsWriteTelemetryEventsRequestEvent; + public event PlayFabResultEvent OnEventsWriteTelemetryEventsResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Events/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Events/PlayFabEvents.cs.meta new file mode 100644 index 00000000..b3fa18a3 --- /dev/null +++ b/Assets/PlayFabSDK/Events/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 816bf581b4b09c04bbf42adfea99a423 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Events/PlayFabEventsAPI.cs b/Assets/PlayFabSDK/Events/PlayFabEventsAPI.cs new file mode 100644 index 00000000..46ecbc6d --- /dev/null +++ b/Assets/PlayFabSDK/Events/PlayFabEventsAPI.cs @@ -0,0 +1,144 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.EventsModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// Write custom PlayStream and Telemetry events for any PlayFab entity. Telemetry events can be used for analytic, + /// reporting, or debugging. PlayStream events can do all of that and also trigger custom actions in near real-time. + /// + public static class PlayFabEventsAPI + { + static PlayFabEventsAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Creates a new telemetry key for the title. + /// + public static void CreateTelemetryKey(CreateTelemetryKeyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Event/CreateTelemetryKey", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a telemetry key configured for the title. + /// + public static void DeleteTelemetryKey(DeleteTelemetryKeyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Event/DeleteTelemetryKey", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information about a telemetry key configured for the title. + /// + public static void GetTelemetryKey(GetTelemetryKeyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Event/GetTelemetryKey", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all telemetry keys configured for the title. + /// + public static void ListTelemetryKeys(ListTelemetryKeysRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Event/ListTelemetryKeys", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets a telemetry key to the active or deactivated state. + /// + public static void SetTelemetryKeyActive(SetTelemetryKeyActiveRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Event/SetTelemetryKeyActive", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Write batches of entity based events to PlayStream. The namespace of the Event must be 'custom' or start with 'custom.'. + /// + public static void WriteEvents(WriteEventsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Event/WriteEvents", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Write batches of entity based events to as Telemetry events (bypass PlayStream). The namespace must be 'custom' or start + /// with 'custom.' + /// + public static void WriteTelemetryEvents(WriteEventsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Event/WriteTelemetryEvents", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Write batches of entity based events to as Telemetry events (bypass PlayStream) using a Telemetry Key. The namespace must be 'custom' or start + /// with 'custom.' + /// + public static void WriteTelemetryEventsWithTelemetryKey(WriteEventsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsTelemetryKeyProvided()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must provide a telemetry key to call this method"); + + PlayFabHttp.MakeApiCall("/Event/WriteTelemetryEvents", request, AuthType.TelemetryKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Events/PlayFabEventsAPI.cs.meta b/Assets/PlayFabSDK/Events/PlayFabEventsAPI.cs.meta new file mode 100644 index 00000000..f41b3427 --- /dev/null +++ b/Assets/PlayFabSDK/Events/PlayFabEventsAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6209aee5722aa2c46ba625e1944d6fa8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Events/PlayFabEventsInstanceAPI.cs b/Assets/PlayFabSDK/Events/PlayFabEventsInstanceAPI.cs new file mode 100644 index 00000000..63d0e104 --- /dev/null +++ b/Assets/PlayFabSDK/Events/PlayFabEventsInstanceAPI.cs @@ -0,0 +1,148 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.EventsModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// Write custom PlayStream and Telemetry events for any PlayFab entity. Telemetry events can be used for analytic, + /// reporting, or debugging. PlayStream events can do all of that and also trigger custom actions in near real-time. + /// + public class PlayFabEventsInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabEventsInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabEventsInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Creates a new telemetry key for the title. + /// + public void CreateTelemetryKey(CreateTelemetryKeyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Event/CreateTelemetryKey", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a telemetry key configured for the title. + /// + public void DeleteTelemetryKey(DeleteTelemetryKeyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Event/DeleteTelemetryKey", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information about a telemetry key configured for the title. + /// + public void GetTelemetryKey(GetTelemetryKeyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Event/GetTelemetryKey", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all telemetry keys configured for the title. + /// + public void ListTelemetryKeys(ListTelemetryKeysRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Event/ListTelemetryKeys", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets a telemetry key to the active or deactivated state. + /// + public void SetTelemetryKeyActive(SetTelemetryKeyActiveRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Event/SetTelemetryKeyActive", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Write batches of entity based events to PlayStream. The namespace of the Event must be 'custom' or start with 'custom.'. + /// + public void WriteEvents(WriteEventsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Event/WriteEvents", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Write batches of entity based events to as Telemetry events (bypass PlayStream). The namespace must be 'custom' or start + /// with 'custom.' + /// + public void WriteTelemetryEvents(WriteEventsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Event/WriteTelemetryEvents", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + /// + /// Write batches of entity based events to as Telemetry events (bypass PlayStream) using a Telemetry Key. The namespace must be 'custom' or start + /// with 'custom.' + /// + public void WriteTelemetryEventsWithTelemetryKey(WriteEventsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsTelemetryKeyProvided()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must provide a telemetry key to call this method"); + + PlayFabHttp.MakeApiCall("/Event/WriteTelemetryEvents", request, AuthType.TelemetryKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Events/PlayFabEventsInstanceAPI.cs.meta b/Assets/PlayFabSDK/Events/PlayFabEventsInstanceAPI.cs.meta new file mode 100644 index 00000000..38d0c3b7 --- /dev/null +++ b/Assets/PlayFabSDK/Events/PlayFabEventsInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: efc8181560ecd0748a12a6df7137998e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Events/PlayFabEventsModels.cs b/Assets/PlayFabSDK/Events/PlayFabEventsModels.cs new file mode 100644 index 00000000..4375615e --- /dev/null +++ b/Assets/PlayFabSDK/Events/PlayFabEventsModels.cs @@ -0,0 +1,248 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.EventsModels +{ + [Serializable] + public class CreateTelemetryKeyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The name of the new key. Telemetry key names must be unique within the scope of the title. + /// + public string KeyName; + } + + [Serializable] + public class CreateTelemetryKeyResponse : PlayFabResultCommon + { + /// + /// Details about the newly created telemetry key. + /// + public TelemetryKeyDetails NewKeyDetails; + } + + [Serializable] + public class DeleteTelemetryKeyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The name of the key to delete. + /// + public string KeyName; + } + + [Serializable] + public class DeleteTelemetryKeyResponse : PlayFabResultCommon + { + /// + /// Indicates whether or not the key was deleted. If false, no key with that name existed. + /// + public bool WasKeyDeleted; + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class EventContents : PlayFabBaseModel + { + /// + /// The optional custom tags associated with the event (e.g. build number, external trace identifiers, etc.). Before an + /// event is written, this collection and the base request custom tags will be merged, but not overriden. This enables the + /// caller to specify static tags and per event tags. + /// + public Dictionary CustomTags; + /// + /// Entity associated with the event. If null, the event will apply to the calling entity. + /// + public EntityKey Entity; + /// + /// The namespace in which the event is defined. Allowed namespaces can vary by API. + /// + public string EventNamespace; + /// + /// The name of this event. + /// + public string Name; + /// + /// The original unique identifier associated with this event before it was posted to PlayFab. The value might differ from + /// the EventId value, which is assigned when the event is received by the server. + /// + public string OriginalId; + /// + /// The time (in UTC) associated with this event when it occurred. If specified, this value is stored in the + /// OriginalTimestamp property of the PlayStream event. + /// + public DateTime? OriginalTimestamp; + /// + /// Arbitrary data associated with the event. Only one of Payload or PayloadJSON is allowed. + /// + public object Payload; + /// + /// Arbitrary data associated with the event, represented as a JSON serialized string. Only one of Payload or PayloadJSON is + /// allowed. + /// + public string PayloadJSON; + } + + [Serializable] + public class GetTelemetryKeyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The name of the key to retrieve. + /// + public string KeyName; + } + + [Serializable] + public class GetTelemetryKeyResponse : PlayFabResultCommon + { + /// + /// Details about the requested telemetry key. + /// + public TelemetryKeyDetails KeyDetails; + } + + [Serializable] + public class ListTelemetryKeysRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class ListTelemetryKeysResponse : PlayFabResultCommon + { + /// + /// The telemetry keys configured for the title. + /// + public List KeyDetails; + } + + [Serializable] + public class SetTelemetryKeyActiveRequest : PlayFabRequestCommon + { + /// + /// Whether to set the key to active (true) or deactivated (false). + /// + public bool Active; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The name of the key to update. + /// + public string KeyName; + } + + [Serializable] + public class SetTelemetryKeyActiveResponse : PlayFabResultCommon + { + /// + /// The most current details about the telemetry key that was to be updated. + /// + public TelemetryKeyDetails KeyDetails; + /// + /// Indicates whether or not the key was updated. If false, the key was already in the desired state. + /// + public bool WasKeyUpdated; + } + + [Serializable] + public class TelemetryKeyDetails : PlayFabBaseModel + { + /// + /// When the key was created. + /// + public DateTime CreateTime; + /// + /// Whether or not the key is currently active. Deactivated keys cannot be used for telemetry ingestion. + /// + public bool IsActive; + /// + /// The key that can be distributed to clients for use during telemetry ingestion. + /// + public string KeyValue; + /// + /// When the key was last updated. + /// + public DateTime LastUpdateTime; + /// + /// The name of the key. Telemetry key names are unique within the scope of the title. + /// + public string Name; + } + + [Serializable] + public class WriteEventsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The collection of events to write. Up to 200 events can be written per request. + /// + public List Events; + } + + [Serializable] + public class WriteEventsResponse : PlayFabResultCommon + { + /// + /// The unique identifiers assigned by the server to the events, in the same order as the events in the request. Only + /// returned if FlushToPlayStream option is true. + /// + public List AssignedEventIds; + } +} +#endif diff --git a/Assets/PlayFabSDK/Events/PlayFabEventsModels.cs.meta b/Assets/PlayFabSDK/Events/PlayFabEventsModels.cs.meta new file mode 100644 index 00000000..4e6f8cc4 --- /dev/null +++ b/Assets/PlayFabSDK/Events/PlayFabEventsModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9ee524faa41ee444ca207259e58e70a1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Experimentation.meta b/Assets/PlayFabSDK/Experimentation.meta new file mode 100644 index 00000000..b0c6ff9f --- /dev/null +++ b/Assets/PlayFabSDK/Experimentation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aaeb8bc2d6b1b3b47b1697d7043d654b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Experimentation/PlayFabEvents.cs b/Assets/PlayFabSDK/Experimentation/PlayFabEvents.cs new file mode 100644 index 00000000..816314ab --- /dev/null +++ b/Assets/PlayFabSDK/Experimentation/PlayFabEvents.cs @@ -0,0 +1,36 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.ExperimentationModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnExperimentationCreateExclusionGroupRequestEvent; + public event PlayFabResultEvent OnExperimentationCreateExclusionGroupResultEvent; + public event PlayFabRequestEvent OnExperimentationCreateExperimentRequestEvent; + public event PlayFabResultEvent OnExperimentationCreateExperimentResultEvent; + public event PlayFabRequestEvent OnExperimentationDeleteExclusionGroupRequestEvent; + public event PlayFabResultEvent OnExperimentationDeleteExclusionGroupResultEvent; + public event PlayFabRequestEvent OnExperimentationDeleteExperimentRequestEvent; + public event PlayFabResultEvent OnExperimentationDeleteExperimentResultEvent; + public event PlayFabRequestEvent OnExperimentationGetExclusionGroupsRequestEvent; + public event PlayFabResultEvent OnExperimentationGetExclusionGroupsResultEvent; + public event PlayFabRequestEvent OnExperimentationGetExclusionGroupTrafficRequestEvent; + public event PlayFabResultEvent OnExperimentationGetExclusionGroupTrafficResultEvent; + public event PlayFabRequestEvent OnExperimentationGetExperimentsRequestEvent; + public event PlayFabResultEvent OnExperimentationGetExperimentsResultEvent; + public event PlayFabRequestEvent OnExperimentationGetLatestScorecardRequestEvent; + public event PlayFabResultEvent OnExperimentationGetLatestScorecardResultEvent; + public event PlayFabRequestEvent OnExperimentationGetTreatmentAssignmentRequestEvent; + public event PlayFabResultEvent OnExperimentationGetTreatmentAssignmentResultEvent; + public event PlayFabRequestEvent OnExperimentationStartExperimentRequestEvent; + public event PlayFabResultEvent OnExperimentationStartExperimentResultEvent; + public event PlayFabRequestEvent OnExperimentationStopExperimentRequestEvent; + public event PlayFabResultEvent OnExperimentationStopExperimentResultEvent; + public event PlayFabRequestEvent OnExperimentationUpdateExclusionGroupRequestEvent; + public event PlayFabResultEvent OnExperimentationUpdateExclusionGroupResultEvent; + public event PlayFabRequestEvent OnExperimentationUpdateExperimentRequestEvent; + public event PlayFabResultEvent OnExperimentationUpdateExperimentResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Experimentation/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Experimentation/PlayFabEvents.cs.meta new file mode 100644 index 00000000..c97ee632 --- /dev/null +++ b/Assets/PlayFabSDK/Experimentation/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ad18b9280bb1a7f4c926eba4c1086b6e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationAPI.cs b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationAPI.cs new file mode 100644 index 00000000..22e41945 --- /dev/null +++ b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationAPI.cs @@ -0,0 +1,208 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.ExperimentationModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// APIs for managing experiments. + /// + public static class PlayFabExperimentationAPI + { + static PlayFabExperimentationAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Creates a new experiment exclusion group for a title. + /// + public static void CreateExclusionGroup(CreateExclusionGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/CreateExclusionGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a new experiment for a title. + /// + public static void CreateExperiment(CreateExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/CreateExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes an existing exclusion group for a title. + /// + public static void DeleteExclusionGroup(DeleteExclusionGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/DeleteExclusionGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes an existing experiment for a title. + /// + public static void DeleteExperiment(DeleteExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/DeleteExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the details of all exclusion groups for a title. + /// + public static void GetExclusionGroups(GetExclusionGroupsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/GetExclusionGroups", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the details of all exclusion groups for a title. + /// + public static void GetExclusionGroupTraffic(GetExclusionGroupTrafficRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/GetExclusionGroupTraffic", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the details of all experiments for a title. + /// + public static void GetExperiments(GetExperimentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/GetExperiments", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the latest scorecard of the experiment for the title. + /// + public static void GetLatestScorecard(GetLatestScorecardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/GetLatestScorecard", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the treatment assignments for a player for every running experiment in the title. + /// + public static void GetTreatmentAssignment(GetTreatmentAssignmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/GetTreatmentAssignment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Starts an existing experiment for a title. + /// + public static void StartExperiment(StartExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/StartExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Stops an existing experiment for a title. + /// + public static void StopExperiment(StopExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/StopExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates an existing exclusion group for a title. + /// + public static void UpdateExclusionGroup(UpdateExclusionGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/UpdateExclusionGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates an existing experiment for a title. + /// + public static void UpdateExperiment(UpdateExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Experimentation/UpdateExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationAPI.cs.meta b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationAPI.cs.meta new file mode 100644 index 00000000..c19eab74 --- /dev/null +++ b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9dbcafaa60e9f2a41930b9907fb0c133 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationInstanceAPI.cs b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationInstanceAPI.cs new file mode 100644 index 00000000..eab7baed --- /dev/null +++ b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationInstanceAPI.cs @@ -0,0 +1,200 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.ExperimentationModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// APIs for managing experiments. + /// + public class PlayFabExperimentationInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabExperimentationInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabExperimentationInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Creates a new experiment exclusion group for a title. + /// + public void CreateExclusionGroup(CreateExclusionGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/CreateExclusionGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a new experiment for a title. + /// + public void CreateExperiment(CreateExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/CreateExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes an existing exclusion group for a title. + /// + public void DeleteExclusionGroup(DeleteExclusionGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/DeleteExclusionGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes an existing experiment for a title. + /// + public void DeleteExperiment(DeleteExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/DeleteExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the details of all exclusion groups for a title. + /// + public void GetExclusionGroups(GetExclusionGroupsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/GetExclusionGroups", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the details of all exclusion groups for a title. + /// + public void GetExclusionGroupTraffic(GetExclusionGroupTrafficRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/GetExclusionGroupTraffic", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the details of all experiments for a title. + /// + public void GetExperiments(GetExperimentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/GetExperiments", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the latest scorecard of the experiment for the title. + /// + public void GetLatestScorecard(GetLatestScorecardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/GetLatestScorecard", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the treatment assignments for a player for every running experiment in the title. + /// + public void GetTreatmentAssignment(GetTreatmentAssignmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/GetTreatmentAssignment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Starts an existing experiment for a title. + /// + public void StartExperiment(StartExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/StartExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Stops an existing experiment for a title. + /// + public void StopExperiment(StopExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/StopExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates an existing exclusion group for a title. + /// + public void UpdateExclusionGroup(UpdateExclusionGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/UpdateExclusionGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates an existing experiment for a title. + /// + public void UpdateExperiment(UpdateExperimentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Experimentation/UpdateExperiment", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationInstanceAPI.cs.meta b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationInstanceAPI.cs.meta new file mode 100644 index 00000000..26f07683 --- /dev/null +++ b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ecc5b8d11fae41b4daaaf638349fdc78 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationModels.cs b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationModels.cs new file mode 100644 index 00000000..84087e99 --- /dev/null +++ b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationModels.cs @@ -0,0 +1,670 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.ExperimentationModels +{ + public enum AnalysisTaskState + { + Waiting, + ReadyForSubmission, + SubmittingToPipeline, + Running, + Completed, + Failed, + Canceled + } + + /// + /// Given a title entity token and exclusion group details, will create a new exclusion group for the title. + /// + [Serializable] + public class CreateExclusionGroupRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Description of the exclusion group. + /// + public string Description; + /// + /// Friendly name of the exclusion group. + /// + public string Name; + } + + [Serializable] + public class CreateExclusionGroupResult : PlayFabResultCommon + { + /// + /// Identifier of the exclusion group. + /// + public string ExclusionGroupId; + } + + /// + /// Given a title entity token and experiment details, will create a new experiment for the title. + /// + [Serializable] + public class CreateExperimentRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Description of the experiment. + /// + public string Description; + /// + /// When experiment should end. + /// + public DateTime? EndDate; + /// + /// Id of the exclusion group. + /// + public string ExclusionGroupId; + /// + /// Percentage of exclusion group traffic that will see this experiment. + /// + public uint? ExclusionGroupTrafficAllocation; + /// + /// Type of experiment. + /// + public ExperimentType? ExperimentType; + /// + /// Friendly name of the experiment. + /// + public string Name; + /// + /// Id of the segment to which this experiment applies. Defaults to the 'All Players' segment. + /// + public string SegmentId; + /// + /// When experiment should start. + /// + public DateTime StartDate; + /// + /// List of title player account IDs that automatically receive treatments in the experiment, but are not included when + /// calculating experiment metrics. + /// + public List TitlePlayerAccountTestIds; + /// + /// List of variants for the experiment. + /// + public List Variants; + } + + [Serializable] + public class CreateExperimentResult : PlayFabResultCommon + { + /// + /// The ID of the new experiment. + /// + public string ExperimentId; + } + + /// + /// Given an entity token and an exclusion group ID this API deletes the exclusion group. + /// + [Serializable] + public class DeleteExclusionGroupRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The ID of the exclusion group to delete. + /// + public string ExclusionGroupId; + } + + /// + /// Given an entity token and an experiment ID this API deletes the experiment. A running experiment must be stopped before + /// it can be deleted. + /// + [Serializable] + public class DeleteExperimentRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The ID of the experiment to delete. + /// + public string ExperimentId; + } + + [Serializable] + public class EmptyResponse : PlayFabResultCommon + { + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class ExclusionGroupTrafficAllocation : PlayFabBaseModel + { + /// + /// Id of the experiment. + /// + public string ExperimentId; + /// + /// Percentage of exclusion group traffic that will see this experiment. + /// + public uint TrafficAllocation; + } + + [Serializable] + public class Experiment : PlayFabBaseModel + { + /// + /// Description of the experiment. + /// + public string Description; + /// + /// When experiment should end/was ended. + /// + public DateTime? EndDate; + /// + /// Id of the exclusion group for this experiment. + /// + public string ExclusionGroupId; + /// + /// Percentage of exclusion group traffic that will see this experiment. + /// + public uint? ExclusionGroupTrafficAllocation; + /// + /// Type of experiment. + /// + public ExperimentType? ExperimentType; + /// + /// Id of the experiment. + /// + public string Id; + /// + /// Friendly name of the experiment. + /// + public string Name; + /// + /// Id of the segment to which this experiment applies. Defaults to the 'All Players' segment. + /// + public string SegmentId; + /// + /// When experiment should start/was started. + /// + public DateTime StartDate; + /// + /// State experiment is currently in. + /// + public ExperimentState? State; + /// + /// List of title player account IDs that automatically receive treatments in the experiment, but are not included when + /// calculating experiment metrics. + /// + public List TitlePlayerAccountTestIds; + /// + /// List of variants for the experiment. + /// + public List Variants; + } + + [Serializable] + public class ExperimentExclusionGroup : PlayFabBaseModel + { + /// + /// Description of the exclusion group. + /// + public string Description; + /// + /// Id of the exclusion group. + /// + public string ExclusionGroupId; + /// + /// Friendly name of the exclusion group. + /// + public string Name; + } + + public enum ExperimentState + { + New, + Started, + Stopped, + Deleted + } + + public enum ExperimentType + { + Active, + Snapshot + } + + /// + /// Given a title entity token will return the list of all exclusion groups for a title. + /// + [Serializable] + public class GetExclusionGroupsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetExclusionGroupsResult : PlayFabResultCommon + { + /// + /// List of exclusion groups for the title. + /// + public List ExclusionGroups; + } + + /// + /// Given a title entity token and an exclusion group ID, will return the list of traffic allocations for the exclusion + /// group. + /// + [Serializable] + public class GetExclusionGroupTrafficRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The ID of the exclusion group. + /// + public string ExclusionGroupId; + } + + [Serializable] + public class GetExclusionGroupTrafficResult : PlayFabResultCommon + { + /// + /// List of traffic allocations for the exclusion group. + /// + public List TrafficAllocations; + } + + /// + /// Given a title entity token will return the list of all experiments for a title, including scheduled, started, stopped or + /// completed experiments. + /// + [Serializable] + public class GetExperimentsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetExperimentsResult : PlayFabResultCommon + { + /// + /// List of experiments for the title. + /// + public List Experiments; + } + + /// + /// Given a title entity token and experiment details, will return the latest available scorecard. + /// + [Serializable] + public class GetLatestScorecardRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The ID of the experiment. + /// + public string ExperimentId; + } + + [Serializable] + public class GetLatestScorecardResult : PlayFabResultCommon + { + /// + /// Scorecard for the experiment of the title. + /// + public Scorecard Scorecard; + } + + /// + /// Given a title player or a title entity token, returns the treatment variants and variables assigned to the entity across + /// all running experiments + /// + [Serializable] + public class GetTreatmentAssignmentRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetTreatmentAssignmentResult : PlayFabResultCommon + { + /// + /// Treatment assignment for the entity. + /// + public TreatmentAssignment TreatmentAssignment; + } + + [Serializable] + public class MetricData : PlayFabBaseModel + { + /// + /// The upper bound of the confidence interval for the relative delta (Delta.RelativeValue). + /// + public double ConfidenceIntervalEnd; + /// + /// The lower bound of the confidence interval for the relative delta (Delta.RelativeValue). + /// + public double ConfidenceIntervalStart; + /// + /// The absolute delta between TreatmentStats.Average and ControlStats.Average. + /// + public float DeltaAbsoluteChange; + /// + /// The relative delta ratio between TreatmentStats.Average and ControlStats.Average. + /// + public float DeltaRelativeChange; + /// + /// The machine name of the metric. + /// + public string InternalName; + /// + /// Indicates if a movement was detected on that metric. + /// + public string Movement; + /// + /// The readable name of the metric. + /// + public string Name; + /// + /// The expectation that a movement is real + /// + public float PMove; + /// + /// The p-value resulting from the statistical test run for this metric + /// + public float PValue; + /// + /// The threshold for observing sample ratio mismatch. + /// + public float PValueThreshold; + /// + /// Indicates if the movement is statistically significant. + /// + public string StatSigLevel; + /// + /// Observed standard deviation value of the metric. + /// + public float StdDev; + /// + /// Observed average value of the metric. + /// + public float Value; + } + + [Serializable] + public class Scorecard : PlayFabBaseModel + { + /// + /// Represents the date the scorecard was generated. + /// + public string DateGenerated; + /// + /// Represents the duration of scorecard analysis. + /// + public string Duration; + /// + /// Represents the number of events processed for the generation of this scorecard + /// + public double EventsProcessed; + /// + /// Id of the experiment. + /// + public string ExperimentId; + /// + /// Friendly name of the experiment. + /// + public string ExperimentName; + /// + /// Represents the latest compute job status. + /// + public AnalysisTaskState? LatestJobStatus; + /// + /// Represents the presence of a sample ratio mismatch in the scorecard data. + /// + public bool SampleRatioMismatch; + /// + /// Scorecard containing list of analysis. + /// + public List ScorecardDataRows; + } + + [Serializable] + public class ScorecardDataRow : PlayFabBaseModel + { + /// + /// Represents whether the variant is control or not. + /// + public bool IsControl; + /// + /// Data of the analysis with the internal name of the metric as the key and an object of metric data as value. + /// + public Dictionary MetricDataRows; + /// + /// Represents the player count in the variant. + /// + public uint PlayerCount; + /// + /// Name of the variant of analysis. + /// + public string VariantName; + } + + /// + /// Given a title entity token and an experiment ID, this API starts the experiment. + /// + [Serializable] + public class StartExperimentRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The ID of the experiment to start. + /// + public string ExperimentId; + } + + /// + /// Given a title entity token and an experiment ID, this API stops the experiment if it is running. + /// + [Serializable] + public class StopExperimentRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The ID of the experiment to stop. + /// + public string ExperimentId; + } + + [Serializable] + public class TreatmentAssignment : PlayFabBaseModel + { + /// + /// List of the experiment variables. + /// + public List Variables; + /// + /// List of the experiment variants. + /// + public List Variants; + } + + /// + /// Given an entity token and exclusion group details this API updates the exclusion group. + /// + [Serializable] + public class UpdateExclusionGroupRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Description of the exclusion group. + /// + public string Description; + /// + /// The ID of the exclusion group to update. + /// + public string ExclusionGroupId; + /// + /// Friendly name of the exclusion group. + /// + public string Name; + } + + /// + /// Given a title entity token and experiment details, this API updates the experiment. If an experiment is already running, + /// only the description and duration properties can be updated. + /// + [Serializable] + public class UpdateExperimentRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Description of the experiment. + /// + public string Description; + /// + /// When experiment should end. + /// + public DateTime? EndDate; + /// + /// Id of the exclusion group. + /// + public string ExclusionGroupId; + /// + /// Percentage of exclusion group traffic that will see this experiment. + /// + public uint? ExclusionGroupTrafficAllocation; + /// + /// Type of experiment. + /// + public ExperimentType? ExperimentType; + /// + /// Id of the experiment. + /// + public string Id; + /// + /// Friendly name of the experiment. + /// + public string Name; + /// + /// Id of the segment to which this experiment applies. Defaults to the 'All Players' segment. + /// + public string SegmentId; + /// + /// When experiment should start. + /// + public DateTime StartDate; + /// + /// List of title player account IDs that automatically receive treatments in the experiment, but are not included when + /// calculating experiment metrics. + /// + public List TitlePlayerAccountTestIds; + /// + /// List of variants for the experiment. + /// + public List Variants; + } + + [Serializable] + public class Variable : PlayFabBaseModel + { + /// + /// Name of the variable. + /// + public string Name; + /// + /// Value of the variable. + /// + public string Value; + } + + [Serializable] + public class Variant : PlayFabBaseModel + { + /// + /// Description of the variant. + /// + public string Description; + /// + /// Id of the variant. + /// + public string Id; + /// + /// Specifies if variant is control for experiment. + /// + public bool IsControl; + /// + /// Name of the variant. + /// + public string Name; + /// + /// Id of the TitleDataOverride to use with this variant. + /// + public string TitleDataOverrideLabel; + /// + /// Percentage of target audience traffic that will see this variant. + /// + public uint TrafficPercentage; + /// + /// Variables returned by this variant. + /// + public List Variables; + } +} +#endif diff --git a/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationModels.cs.meta b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationModels.cs.meta new file mode 100644 index 00000000..45da40ec --- /dev/null +++ b/Assets/PlayFabSDK/Experimentation/PlayFabExperimentationModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0804132d8066c1440a5cfdd0e56bf63c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Groups.meta b/Assets/PlayFabSDK/Groups.meta new file mode 100644 index 00000000..0556954b --- /dev/null +++ b/Assets/PlayFabSDK/Groups.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4153a99f721a071478a755f86f7b44ac +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Groups/PlayFabEvents.cs b/Assets/PlayFabSDK/Groups/PlayFabEvents.cs new file mode 100644 index 00000000..90a7937c --- /dev/null +++ b/Assets/PlayFabSDK/Groups/PlayFabEvents.cs @@ -0,0 +1,60 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.GroupsModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnGroupsAcceptGroupApplicationRequestEvent; + public event PlayFabResultEvent OnGroupsAcceptGroupApplicationResultEvent; + public event PlayFabRequestEvent OnGroupsAcceptGroupInvitationRequestEvent; + public event PlayFabResultEvent OnGroupsAcceptGroupInvitationResultEvent; + public event PlayFabRequestEvent OnGroupsAddMembersRequestEvent; + public event PlayFabResultEvent OnGroupsAddMembersResultEvent; + public event PlayFabRequestEvent OnGroupsApplyToGroupRequestEvent; + public event PlayFabResultEvent OnGroupsApplyToGroupResultEvent; + public event PlayFabRequestEvent OnGroupsBlockEntityRequestEvent; + public event PlayFabResultEvent OnGroupsBlockEntityResultEvent; + public event PlayFabRequestEvent OnGroupsChangeMemberRoleRequestEvent; + public event PlayFabResultEvent OnGroupsChangeMemberRoleResultEvent; + public event PlayFabRequestEvent OnGroupsCreateGroupRequestEvent; + public event PlayFabResultEvent OnGroupsCreateGroupResultEvent; + public event PlayFabRequestEvent OnGroupsCreateRoleRequestEvent; + public event PlayFabResultEvent OnGroupsCreateRoleResultEvent; + public event PlayFabRequestEvent OnGroupsDeleteGroupRequestEvent; + public event PlayFabResultEvent OnGroupsDeleteGroupResultEvent; + public event PlayFabRequestEvent OnGroupsDeleteRoleRequestEvent; + public event PlayFabResultEvent OnGroupsDeleteRoleResultEvent; + public event PlayFabRequestEvent OnGroupsGetGroupRequestEvent; + public event PlayFabResultEvent OnGroupsGetGroupResultEvent; + public event PlayFabRequestEvent OnGroupsInviteToGroupRequestEvent; + public event PlayFabResultEvent OnGroupsInviteToGroupResultEvent; + public event PlayFabRequestEvent OnGroupsIsMemberRequestEvent; + public event PlayFabResultEvent OnGroupsIsMemberResultEvent; + public event PlayFabRequestEvent OnGroupsListGroupApplicationsRequestEvent; + public event PlayFabResultEvent OnGroupsListGroupApplicationsResultEvent; + public event PlayFabRequestEvent OnGroupsListGroupBlocksRequestEvent; + public event PlayFabResultEvent OnGroupsListGroupBlocksResultEvent; + public event PlayFabRequestEvent OnGroupsListGroupInvitationsRequestEvent; + public event PlayFabResultEvent OnGroupsListGroupInvitationsResultEvent; + public event PlayFabRequestEvent OnGroupsListGroupMembersRequestEvent; + public event PlayFabResultEvent OnGroupsListGroupMembersResultEvent; + public event PlayFabRequestEvent OnGroupsListMembershipRequestEvent; + public event PlayFabResultEvent OnGroupsListMembershipResultEvent; + public event PlayFabRequestEvent OnGroupsListMembershipOpportunitiesRequestEvent; + public event PlayFabResultEvent OnGroupsListMembershipOpportunitiesResultEvent; + public event PlayFabRequestEvent OnGroupsRemoveGroupApplicationRequestEvent; + public event PlayFabResultEvent OnGroupsRemoveGroupApplicationResultEvent; + public event PlayFabRequestEvent OnGroupsRemoveGroupInvitationRequestEvent; + public event PlayFabResultEvent OnGroupsRemoveGroupInvitationResultEvent; + public event PlayFabRequestEvent OnGroupsRemoveMembersRequestEvent; + public event PlayFabResultEvent OnGroupsRemoveMembersResultEvent; + public event PlayFabRequestEvent OnGroupsUnblockEntityRequestEvent; + public event PlayFabResultEvent OnGroupsUnblockEntityResultEvent; + public event PlayFabRequestEvent OnGroupsUpdateGroupRequestEvent; + public event PlayFabResultEvent OnGroupsUpdateGroupResultEvent; + public event PlayFabRequestEvent OnGroupsUpdateRoleRequestEvent; + public event PlayFabResultEvent OnGroupsUpdateRoleResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Groups/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Groups/PlayFabEvents.cs.meta new file mode 100644 index 00000000..5d2b754c --- /dev/null +++ b/Assets/PlayFabSDK/Groups/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 89aad6173ff54ed4092f14bd118f0652 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Groups/PlayFabGroupsAPI.cs b/Assets/PlayFabSDK/Groups/PlayFabGroupsAPI.cs new file mode 100644 index 00000000..82465f0d --- /dev/null +++ b/Assets/PlayFabSDK/Groups/PlayFabGroupsAPI.cs @@ -0,0 +1,366 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.GroupsModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// The Groups API is designed for any permanent or semi-permanent collections of Entities (players, or non-players). If you + /// want to make Guilds/Clans/Corporations/etc., then you should use groups. Groups can also be used to make chatrooms, + /// parties, or any other persistent collection of entities. + /// + public static class PlayFabGroupsAPI + { + static PlayFabGroupsAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Accepts an outstanding invitation to to join a group + /// + public static void AcceptGroupApplication(AcceptGroupApplicationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/AcceptGroupApplication", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Accepts an invitation to join a group + /// + public static void AcceptGroupInvitation(AcceptGroupInvitationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/AcceptGroupInvitation", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds members to a group or role. + /// + public static void AddMembers(AddMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/AddMembers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Applies to join a group + /// + public static void ApplyToGroup(ApplyToGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/ApplyToGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Blocks a list of entities from joining a group. + /// + public static void BlockEntity(BlockEntityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/BlockEntity", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Changes the role membership of a list of entities from one role to another. + /// + public static void ChangeMemberRole(ChangeMemberRoleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/ChangeMemberRole", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a new group. + /// + public static void CreateGroup(CreateGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/CreateGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a new group role. + /// + public static void CreateRole(CreateGroupRoleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/CreateRole", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a group and all roles, invitations, join requests, and blocks associated with it. + /// + public static void DeleteGroup(DeleteGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/DeleteGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes an existing role in a group. + /// + public static void DeleteRole(DeleteRoleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/DeleteRole", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets information about a group and its roles + /// + public static void GetGroup(GetGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/GetGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Invites a player to join a group + /// + public static void InviteToGroup(InviteToGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/InviteToGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Checks to see if an entity is a member of a group or role within the group + /// + public static void IsMember(IsMemberRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/IsMember", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all outstanding requests to join a group + /// + public static void ListGroupApplications(ListGroupApplicationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/ListGroupApplications", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all entities blocked from joining a group + /// + public static void ListGroupBlocks(ListGroupBlocksRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/ListGroupBlocks", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all outstanding invitations for a group + /// + public static void ListGroupInvitations(ListGroupInvitationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/ListGroupInvitations", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all members for a group + /// + public static void ListGroupMembers(ListGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/ListGroupMembers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all groups and roles for an entity + /// + public static void ListMembership(ListMembershipRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/ListMembership", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all outstanding invitations and group applications for an entity + /// + public static void ListMembershipOpportunities(ListMembershipOpportunitiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/ListMembershipOpportunities", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes an application to join a group + /// + public static void RemoveGroupApplication(RemoveGroupApplicationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/RemoveGroupApplication", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes an invitation join a group + /// + public static void RemoveGroupInvitation(RemoveGroupInvitationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/RemoveGroupInvitation", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes members from a group. + /// + public static void RemoveMembers(RemoveMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/RemoveMembers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unblocks a list of entities from joining a group + /// + public static void UnblockEntity(UnblockEntityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/UnblockEntity", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates non-membership data about a group. + /// + public static void UpdateGroup(UpdateGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/UpdateGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates metadata about a role. + /// + public static void UpdateRole(UpdateGroupRoleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Group/UpdateRole", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Groups/PlayFabGroupsAPI.cs.meta b/Assets/PlayFabSDK/Groups/PlayFabGroupsAPI.cs.meta new file mode 100644 index 00000000..c4945c8f --- /dev/null +++ b/Assets/PlayFabSDK/Groups/PlayFabGroupsAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 42170e999ab34f549ac03af203959176 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Groups/PlayFabGroupsInstanceAPI.cs b/Assets/PlayFabSDK/Groups/PlayFabGroupsInstanceAPI.cs new file mode 100644 index 00000000..2a6fe0bd --- /dev/null +++ b/Assets/PlayFabSDK/Groups/PlayFabGroupsInstanceAPI.cs @@ -0,0 +1,334 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.GroupsModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// The Groups API is designed for any permanent or semi-permanent collections of Entities (players, or non-players). If you + /// want to make Guilds/Clans/Corporations/etc., then you should use groups. Groups can also be used to make chatrooms, + /// parties, or any other persistent collection of entities. + /// + public class PlayFabGroupsInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabGroupsInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabGroupsInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Accepts an outstanding invitation to to join a group + /// + public void AcceptGroupApplication(AcceptGroupApplicationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/AcceptGroupApplication", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Accepts an invitation to join a group + /// + public void AcceptGroupInvitation(AcceptGroupInvitationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/AcceptGroupInvitation", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds members to a group or role. + /// + public void AddMembers(AddMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/AddMembers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Applies to join a group + /// + public void ApplyToGroup(ApplyToGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/ApplyToGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Blocks a list of entities from joining a group. + /// + public void BlockEntity(BlockEntityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/BlockEntity", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Changes the role membership of a list of entities from one role to another. + /// + public void ChangeMemberRole(ChangeMemberRoleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/ChangeMemberRole", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a new group. + /// + public void CreateGroup(CreateGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/CreateGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a new group role. + /// + public void CreateRole(CreateGroupRoleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/CreateRole", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a group and all roles, invitations, join requests, and blocks associated with it. + /// + public void DeleteGroup(DeleteGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/DeleteGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes an existing role in a group. + /// + public void DeleteRole(DeleteRoleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/DeleteRole", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets information about a group and its roles + /// + public void GetGroup(GetGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/GetGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Invites a player to join a group + /// + public void InviteToGroup(InviteToGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/InviteToGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Checks to see if an entity is a member of a group or role within the group + /// + public void IsMember(IsMemberRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/IsMember", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all outstanding requests to join a group + /// + public void ListGroupApplications(ListGroupApplicationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/ListGroupApplications", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all entities blocked from joining a group + /// + public void ListGroupBlocks(ListGroupBlocksRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/ListGroupBlocks", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all outstanding invitations for a group + /// + public void ListGroupInvitations(ListGroupInvitationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/ListGroupInvitations", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all members for a group + /// + public void ListGroupMembers(ListGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/ListGroupMembers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all groups and roles for an entity + /// + public void ListMembership(ListMembershipRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/ListMembership", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all outstanding invitations and group applications for an entity + /// + public void ListMembershipOpportunities(ListMembershipOpportunitiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/ListMembershipOpportunities", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes an application to join a group + /// + public void RemoveGroupApplication(RemoveGroupApplicationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/RemoveGroupApplication", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes an invitation join a group + /// + public void RemoveGroupInvitation(RemoveGroupInvitationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/RemoveGroupInvitation", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes members from a group. + /// + public void RemoveMembers(RemoveMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/RemoveMembers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unblocks a list of entities from joining a group + /// + public void UnblockEntity(UnblockEntityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/UnblockEntity", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates non-membership data about a group. + /// + public void UpdateGroup(UpdateGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/UpdateGroup", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates metadata about a role. + /// + public void UpdateRole(UpdateGroupRoleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Group/UpdateRole", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Groups/PlayFabGroupsInstanceAPI.cs.meta b/Assets/PlayFabSDK/Groups/PlayFabGroupsInstanceAPI.cs.meta new file mode 100644 index 00000000..2de4310f --- /dev/null +++ b/Assets/PlayFabSDK/Groups/PlayFabGroupsInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e14b336d534f60f4e911c8db52e74a86 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Groups/PlayFabGroupsModels.cs b/Assets/PlayFabSDK/Groups/PlayFabGroupsModels.cs new file mode 100644 index 00000000..e2ce9b30 --- /dev/null +++ b/Assets/PlayFabSDK/Groups/PlayFabGroupsModels.cs @@ -0,0 +1,985 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.GroupsModels +{ + /// + /// Accepts an outstanding invitation to to join a group if the invited entity is not blocked by the group. Nothing is + /// returned in the case of success. + /// + [Serializable] + public class AcceptGroupApplicationRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Type of the entity to accept as. Must be the same entity as the claimant or an entity that is a child of the claimant + /// entity. + /// + public EntityKey Entity; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + /// + /// Accepts an outstanding invitation to join the group if the invited entity is not blocked by the group. Only the invited + /// entity or a parent in its chain (e.g. title) may accept the invitation on the invited entity's behalf. Nothing is + /// returned in the case of success. + /// + [Serializable] + public class AcceptGroupInvitationRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + /// + /// Adds members to a group or role. Existing members of the group will added to roles within the group, but if the user is + /// not already a member of the group, only title claimants may add them to the group, and others must use the group + /// application or invite system to add new members to a group. Returns nothing if successful. + /// + [Serializable] + public class AddMembersRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// List of entities to add to the group. Only entities of type title_player_account and character may be added to groups. + /// + public List Members; + /// + /// Optional: The ID of the existing role to add the entities to. If this is not specified, the default member role for the + /// group will be used. Role IDs must be between 1 and 64 characters long. + /// + public string RoleId; + } + + /// + /// Creates an application to join a group. Calling this while a group application already exists will return the same + /// application instead of an error and will not refresh the time before the application expires. By default, if the entity + /// has an invitation to join the group outstanding, this will accept the invitation to join the group instead and return an + /// error indicating such, rather than creating a duplicate application to join that will need to be cleaned up later. + /// Returns information about the application or an error indicating an invitation was accepted instead. + /// + [Serializable] + public class ApplyToGroupRequest : PlayFabRequestCommon + { + /// + /// Optional, default true. Automatically accept an outstanding invitation if one exists instead of creating an application + /// + public bool? AutoAcceptOutstandingInvite; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + /// + /// Describes an application to join a group + /// + [Serializable] + public class ApplyToGroupResponse : PlayFabResultCommon + { + /// + /// Type of entity that requested membership + /// + public EntityWithLineage Entity; + /// + /// When the application to join will expire and be deleted + /// + public DateTime Expires; + /// + /// ID of the group that the entity requesting membership to + /// + public EntityKey Group; + } + + /// + /// Blocks a list of entities from joining a group. Blocked entities may not create new applications to join, be invited to + /// join, accept an invitation, or have an application accepted. Failure due to being blocked does not clean up existing + /// applications or invitations to the group. No data is returned in the case of success. + /// + [Serializable] + public class BlockEntityRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + /// + /// Changes the role membership of a list of entities from one role to another in in a single operation. The destination + /// role must already exist. This is equivalent to adding the entities to the destination role and removing from the origin + /// role. Returns nothing if successful. + /// + [Serializable] + public class ChangeMemberRoleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The ID of the role that the entities will become a member of. This must be an existing role. Role IDs must be between 1 + /// and 64 characters long. + /// + public string DestinationRoleId; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// List of entities to move between roles in the group. All entities in this list must be members of the group and origin + /// role. + /// + public List Members; + /// + /// The ID of the role that the entities currently are a member of. Role IDs must be between 1 and 64 characters long. + /// + public string OriginRoleId; + } + + /// + /// Creates a new group, as well as administration and member roles, based off of a title's group template. Returns + /// information about the group that was created. + /// + [Serializable] + public class CreateGroupRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The name of the group. This is unique at the title level by default. + /// + public string GroupName; + } + + [Serializable] + public class CreateGroupResponse : PlayFabResultCommon + { + /// + /// The ID of the administrator role for the group. + /// + public string AdminRoleId; + /// + /// The server date and time the group was created. + /// + public DateTime Created; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// The name of the group. + /// + public string GroupName; + /// + /// The ID of the default member role for the group. + /// + public string MemberRoleId; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + /// + /// The list of roles and names that belong to the group. + /// + public Dictionary Roles; + } + + /// + /// Creates a new role within an existing group, with no members. Both the role ID and role name must be unique within the + /// group, but the name can be the same as the ID. The role ID is set at creation and cannot be changed. Returns information + /// about the role that was created. + /// + [Serializable] + public class CreateGroupRoleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// The ID of the role. This must be unique within the group and cannot be changed. Role IDs must be between 1 and 64 + /// characters long and are restricted to a-Z, A-Z, 0-9, '(', ')', '_', '-' and '.'. + /// + public string RoleId; + /// + /// The name of the role. This must be unique within the group and can be changed later. Role names must be between 1 and + /// 100 characters long + /// + public string RoleName; + } + + [Serializable] + public class CreateGroupRoleResponse : PlayFabResultCommon + { + /// + /// The current version of the group profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + /// + /// ID for the role + /// + public string RoleId; + /// + /// The name of the role + /// + public string RoleName; + } + + /// + /// Deletes a group and all roles, invitations, join requests, and blocks associated with it. Permission to delete is only + /// required the group itself to execute this action. The group and data cannot be cannot be recovered once removed, but any + /// abuse reports about the group will remain. No data is returned in the case of success. + /// + [Serializable] + public class DeleteGroupRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// ID of the group or role to remove + /// + public EntityKey Group; + } + + /// + /// Returns information about the role + /// + [Serializable] + public class DeleteRoleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// The ID of the role to delete. Role IDs must be between 1 and 64 characters long. + /// + public string RoleId; + } + + [Serializable] + public class EmptyResponse : PlayFabResultCommon + { + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class EntityMemberRole : PlayFabBaseModel + { + /// + /// The list of members in the role + /// + public List Members; + /// + /// The ID of the role. + /// + public string RoleId; + /// + /// The name of the role + /// + public string RoleName; + } + + /// + /// Entity wrapper class that contains the entity key and the entities that make up the lineage of the entity. + /// + [Serializable] + public class EntityWithLineage : PlayFabBaseModel + { + /// + /// The entity key for the specified entity + /// + public EntityKey Key; + /// + /// Dictionary of entity keys for related entities. Dictionary key is entity type. + /// + public Dictionary Lineage; + } + + /// + /// Returns the ID, name, role list and other non-membership related information about a group. + /// + [Serializable] + public class GetGroupRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// The full name of the group + /// + public string GroupName; + } + + [Serializable] + public class GetGroupResponse : PlayFabResultCommon + { + /// + /// The ID of the administrator role for the group. + /// + public string AdminRoleId; + /// + /// The server date and time the group was created. + /// + public DateTime Created; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// The name of the group. + /// + public string GroupName; + /// + /// The ID of the default member role for the group. + /// + public string MemberRoleId; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + /// + /// The list of roles and names that belong to the group. + /// + public Dictionary Roles; + } + + /// + /// Describes an application to join a group + /// + [Serializable] + public class GroupApplication : PlayFabBaseModel + { + /// + /// Type of entity that requested membership + /// + public EntityWithLineage Entity; + /// + /// When the application to join will expire and be deleted + /// + public DateTime Expires; + /// + /// ID of the group that the entity requesting membership to + /// + public EntityKey Group; + } + + /// + /// Describes an entity that is blocked from joining a group. + /// + [Serializable] + public class GroupBlock : PlayFabBaseModel + { + /// + /// The entity that is blocked + /// + public EntityWithLineage Entity; + /// + /// ID of the group that the entity is blocked from + /// + public EntityKey Group; + } + + /// + /// Describes an invitation to a group. + /// + [Serializable] + public class GroupInvitation : PlayFabBaseModel + { + /// + /// When the invitation will expire and be deleted + /// + public DateTime Expires; + /// + /// The group that the entity invited to + /// + public EntityKey Group; + /// + /// The entity that created the invitation + /// + public EntityWithLineage InvitedByEntity; + /// + /// The entity that is invited + /// + public EntityWithLineage InvitedEntity; + /// + /// ID of the role in the group to assign the user to. + /// + public string RoleId; + } + + /// + /// Describes a group role + /// + [Serializable] + public class GroupRole : PlayFabBaseModel + { + /// + /// ID for the role + /// + public string RoleId; + /// + /// The name of the role + /// + public string RoleName; + } + + /// + /// Describes a group and the roles that it contains + /// + [Serializable] + public class GroupWithRoles : PlayFabBaseModel + { + /// + /// ID for the group + /// + public EntityKey Group; + /// + /// The name of the group + /// + public string GroupName; + /// + /// The current version of the profile, can be used for concurrency control during updates. + /// + public int ProfileVersion; + /// + /// The list of roles within the group + /// + public List Roles; + } + + /// + /// Invites a player to join a group, if they are not blocked by the group. An optional role can be provided to + /// automatically assign the player to the role if they accept the invitation. By default, if the entity has an application + /// to the group outstanding, this will accept the application instead and return an error indicating such, rather than + /// creating a duplicate invitation to join that will need to be cleaned up later. Returns information about the new + /// invitation or an error indicating an existing application to join was accepted. + /// + [Serializable] + public class InviteToGroupRequest : PlayFabRequestCommon + { + /// + /// Optional, default true. Automatically accept an application if one exists instead of creating an invitation + /// + public bool? AutoAcceptOutstandingApplication; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// Optional. ID of an existing a role in the group to assign the user to. The group's default member role is used if this + /// is not specified. Role IDs must be between 1 and 64 characters long. + /// + public string RoleId; + } + + /// + /// Describes an invitation to a group. + /// + [Serializable] + public class InviteToGroupResponse : PlayFabResultCommon + { + /// + /// When the invitation will expire and be deleted + /// + public DateTime Expires; + /// + /// The group that the entity invited to + /// + public EntityKey Group; + /// + /// The entity that created the invitation + /// + public EntityWithLineage InvitedByEntity; + /// + /// The entity that is invited + /// + public EntityWithLineage InvitedEntity; + /// + /// ID of the role in the group to assign the user to. + /// + public string RoleId; + } + + /// + /// Checks to see if an entity is a member of a group or role within the group. A result indicating if the entity is a + /// member of the group is returned, or a permission error if the caller does not have permission to read the group's member + /// list. + /// + [Serializable] + public class IsMemberRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// Optional: ID of the role to check membership of. Defaults to any role (that is, check to see if the entity is a member + /// of the group in any capacity) if not specified. + /// + public string RoleId; + } + + [Serializable] + public class IsMemberResponse : PlayFabResultCommon + { + /// + /// A value indicating whether or not the entity is a member. + /// + public bool IsMember; + } + + /// + /// Lists all outstanding requests to join a group. Returns a list of all requests to join, as well as when the request will + /// expire. To get the group applications for a specific entity, use ListMembershipOpportunities. + /// + [Serializable] + public class ListGroupApplicationsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + [Serializable] + public class ListGroupApplicationsResponse : PlayFabResultCommon + { + /// + /// The requested list of applications to the group. + /// + public List Applications; + } + + /// + /// Lists all entities blocked from joining a group. A list of blocked entities is returned + /// + [Serializable] + public class ListGroupBlocksRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + [Serializable] + public class ListGroupBlocksResponse : PlayFabResultCommon + { + /// + /// The requested list blocked entities. + /// + public List BlockedEntities; + } + + /// + /// Lists all outstanding invitations for a group. Returns a list of entities that have been invited, as well as when the + /// invitation will expire. To get the group invitations for a specific entity, use ListMembershipOpportunities. + /// + [Serializable] + public class ListGroupInvitationsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + [Serializable] + public class ListGroupInvitationsResponse : PlayFabResultCommon + { + /// + /// The requested list of group invitations. + /// + public List Invitations; + } + + /// + /// Gets a list of members and the roles they belong to within the group. If the caller does not have permission to view the + /// role, and the member is in no other role, the member is not displayed. Returns a list of entities that are members of + /// the group. + /// + [Serializable] + public class ListGroupMembersRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// ID of the group to list the members and roles for + /// + public EntityKey Group; + } + + [Serializable] + public class ListGroupMembersResponse : PlayFabResultCommon + { + /// + /// The requested list of roles and member entity IDs. + /// + public List Members; + } + + /// + /// Lists all outstanding group applications and invitations for an entity. Anyone may call this for any entity, but data + /// will only be returned for the entity or a parent of that entity. To list invitations or applications for a group to + /// check if a player is trying to join, use ListGroupInvitations and ListGroupApplications. + /// + [Serializable] + public class ListMembershipOpportunitiesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class ListMembershipOpportunitiesResponse : PlayFabResultCommon + { + /// + /// The requested list of group applications. + /// + public List Applications; + /// + /// The requested list of group invitations. + /// + public List Invitations; + } + + /// + /// Lists the groups and roles that an entity is a part of, checking to see if group and role metadata and memberships + /// should be visible to the caller. If the entity is not in any roles that are visible to the caller, the group is not + /// returned in the results, even if the caller otherwise has permission to see that the entity is a member of that group. + /// + [Serializable] + public class ListMembershipRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class ListMembershipResponse : PlayFabResultCommon + { + /// + /// The list of groups + /// + public List Groups; + } + + public enum OperationTypes + { + Created, + Updated, + Deleted, + None + } + + /// + /// Removes an existing application to join the group. This is used for both rejection of an application as well as + /// withdrawing an application. The applying entity or a parent in its chain (e.g. title) may withdraw the application, and + /// any caller with appropriate access in the group may reject an application. No data is returned in the case of success. + /// + [Serializable] + public class RemoveGroupApplicationRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + /// + /// Removes an existing invitation to join the group. This is used for both rejection of an invitation as well as rescinding + /// an invitation. The invited entity or a parent in its chain (e.g. title) may reject the invitation by calling this + /// method, and any caller with appropriate access in the group may rescind an invitation. No data is returned in the case + /// of success. + /// + [Serializable] + public class RemoveGroupInvitationRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + /// + /// Removes members from a group. A member can always remove themselves from a group, regardless of permissions. Returns + /// nothing if successful. + /// + [Serializable] + public class RemoveMembersRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// List of entities to remove + /// + public List Members; + /// + /// The ID of the role to remove the entities from. + /// + public string RoleId; + } + + /// + /// Unblocks a list of entities from joining a group. No data is returned in the case of success. + /// + [Serializable] + public class UnblockEntityRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The identifier of the group + /// + public EntityKey Group; + } + + /// + /// Updates data about a group, such as the name or default member role. Returns information about whether the update was + /// successful. Only title claimants may modify the administration role for a group. + /// + [Serializable] + public class UpdateGroupRequest : PlayFabRequestCommon + { + /// + /// Optional: the ID of an existing role to set as the new administrator role for the group + /// + public string AdminRoleId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Optional field used for concurrency control. By specifying the previously returned value of ProfileVersion from the + /// GetGroup API, you can ensure that the group data update will only be performed if the group has not been updated by any + /// other clients since the version you last loaded. + /// + public int? ExpectedProfileVersion; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// Optional: the new name of the group + /// + public string GroupName; + /// + /// Optional: the ID of an existing role to set as the new member role for the group + /// + public string MemberRoleId; + } + + [Serializable] + public class UpdateGroupResponse : PlayFabResultCommon + { + /// + /// Optional reason to explain why the operation was the result that it was. + /// + public string OperationReason; + /// + /// New version of the group data. + /// + public int ProfileVersion; + /// + /// Indicates which operation was completed, either Created, Updated, Deleted or None. + /// + public OperationTypes? SetResult; + } + + /// + /// Updates the role name. Returns information about whether the update was successful. + /// + [Serializable] + public class UpdateGroupRoleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Optional field used for concurrency control. By specifying the previously returned value of ProfileVersion from the + /// GetGroup API, you can ensure that the group data update will only be performed if the group has not been updated by any + /// other clients since the version you last loaded. + /// + public int? ExpectedProfileVersion; + /// + /// The identifier of the group + /// + public EntityKey Group; + /// + /// ID of the role to update. Role IDs must be between 1 and 64 characters long. + /// + public string RoleId; + /// + /// The new name of the role + /// + public string RoleName; + } + + [Serializable] + public class UpdateGroupRoleResponse : PlayFabResultCommon + { + /// + /// Optional reason to explain why the operation was the result that it was. + /// + public string OperationReason; + /// + /// New version of the role data. + /// + public int ProfileVersion; + /// + /// Indicates which operation was completed, either Created, Updated, Deleted or None. + /// + public OperationTypes? SetResult; + } +} +#endif diff --git a/Assets/PlayFabSDK/Groups/PlayFabGroupsModels.cs.meta b/Assets/PlayFabSDK/Groups/PlayFabGroupsModels.cs.meta new file mode 100644 index 00000000..c093d751 --- /dev/null +++ b/Assets/PlayFabSDK/Groups/PlayFabGroupsModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d73f86b427d81044bb2417ea3b5b03ac +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Insights.meta b/Assets/PlayFabSDK/Insights.meta new file mode 100644 index 00000000..64e17155 --- /dev/null +++ b/Assets/PlayFabSDK/Insights.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 235ba2563033d604387492e511b028ef +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Insights/PlayFabEvents.cs b/Assets/PlayFabSDK/Insights/PlayFabEvents.cs new file mode 100644 index 00000000..b07d1a5c --- /dev/null +++ b/Assets/PlayFabSDK/Insights/PlayFabEvents.cs @@ -0,0 +1,22 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.InsightsModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnInsightsGetDetailsRequestEvent; + public event PlayFabResultEvent OnInsightsGetDetailsResultEvent; + public event PlayFabRequestEvent OnInsightsGetLimitsRequestEvent; + public event PlayFabResultEvent OnInsightsGetLimitsResultEvent; + public event PlayFabRequestEvent OnInsightsGetOperationStatusRequestEvent; + public event PlayFabResultEvent OnInsightsGetOperationStatusResultEvent; + public event PlayFabRequestEvent OnInsightsGetPendingOperationsRequestEvent; + public event PlayFabResultEvent OnInsightsGetPendingOperationsResultEvent; + public event PlayFabRequestEvent OnInsightsSetPerformanceRequestEvent; + public event PlayFabResultEvent OnInsightsSetPerformanceResultEvent; + public event PlayFabRequestEvent OnInsightsSetStorageRetentionRequestEvent; + public event PlayFabResultEvent OnInsightsSetStorageRetentionResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Insights/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Insights/PlayFabEvents.cs.meta new file mode 100644 index 00000000..a7bdce18 --- /dev/null +++ b/Assets/PlayFabSDK/Insights/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f37defb20913be94a8d7b0e4ed5b97cf +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Insights/PlayFabInsightsAPI.cs b/Assets/PlayFabSDK/Insights/PlayFabInsightsAPI.cs new file mode 100644 index 00000000..b67e3883 --- /dev/null +++ b/Assets/PlayFabSDK/Insights/PlayFabInsightsAPI.cs @@ -0,0 +1,119 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.InsightsModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// Manage the Insights performance level and data storage retention settings. + /// + public static class PlayFabInsightsAPI + { + static PlayFabInsightsAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Gets the current values for the Insights performance and data storage retention, list of pending operations, and the + /// performance and data storage retention limits. + /// + public static void GetDetails(InsightsEmptyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Insights/GetDetails", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the range of allowed values for performance and data storage retention values as well as the submeter details + /// for each performance level. + /// + public static void GetLimits(InsightsEmptyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Insights/GetLimits", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the status of a SetPerformance or SetStorageRetention operation. + /// + public static void GetOperationStatus(InsightsGetOperationStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Insights/GetOperationStatus", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets a list of pending SetPerformance and/or SetStorageRetention operations for the title. + /// + public static void GetPendingOperations(InsightsGetPendingOperationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Insights/GetPendingOperations", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the Insights performance level value for the title. + /// + public static void SetPerformance(InsightsSetPerformanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Insights/SetPerformance", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the Insights data storage retention days value for the title. + /// + public static void SetStorageRetention(InsightsSetStorageRetentionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Insights/SetStorageRetention", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Insights/PlayFabInsightsAPI.cs.meta b/Assets/PlayFabSDK/Insights/PlayFabInsightsAPI.cs.meta new file mode 100644 index 00000000..51bd4edb --- /dev/null +++ b/Assets/PlayFabSDK/Insights/PlayFabInsightsAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 711d5cb10af3bcf44b9a605a7e7c03e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Insights/PlayFabInsightsInstanceAPI.cs b/Assets/PlayFabSDK/Insights/PlayFabInsightsInstanceAPI.cs new file mode 100644 index 00000000..5a6c4200 --- /dev/null +++ b/Assets/PlayFabSDK/Insights/PlayFabInsightsInstanceAPI.cs @@ -0,0 +1,125 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.InsightsModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// Manage the Insights performance level and data storage retention settings. + /// + public class PlayFabInsightsInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabInsightsInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabInsightsInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Gets the current values for the Insights performance and data storage retention, list of pending operations, and the + /// performance and data storage retention limits. + /// + public void GetDetails(InsightsEmptyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Insights/GetDetails", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the range of allowed values for performance and data storage retention values as well as the submeter details + /// for each performance level. + /// + public void GetLimits(InsightsEmptyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Insights/GetLimits", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the status of a SetPerformance or SetStorageRetention operation. + /// + public void GetOperationStatus(InsightsGetOperationStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Insights/GetOperationStatus", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets a list of pending SetPerformance and/or SetStorageRetention operations for the title. + /// + public void GetPendingOperations(InsightsGetPendingOperationsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Insights/GetPendingOperations", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the Insights performance level value for the title. + /// + public void SetPerformance(InsightsSetPerformanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Insights/SetPerformance", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the Insights data storage retention days value for the title. + /// + public void SetStorageRetention(InsightsSetStorageRetentionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Insights/SetStorageRetention", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Insights/PlayFabInsightsInstanceAPI.cs.meta b/Assets/PlayFabSDK/Insights/PlayFabInsightsInstanceAPI.cs.meta new file mode 100644 index 00000000..3007153c --- /dev/null +++ b/Assets/PlayFabSDK/Insights/PlayFabInsightsInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c2e7ee83796bb834cbd6263a7a6d65ca +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Insights/PlayFabInsightsModels.cs b/Assets/PlayFabSDK/Insights/PlayFabInsightsModels.cs new file mode 100644 index 00000000..fbfd2d62 --- /dev/null +++ b/Assets/PlayFabSDK/Insights/PlayFabInsightsModels.cs @@ -0,0 +1,235 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.InsightsModels +{ + [Serializable] + public class InsightsEmptyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class InsightsGetDetailsResponse : PlayFabResultCommon + { + /// + /// Amount of data (in MB) currently used by Insights. + /// + public uint DataUsageMb; + /// + /// Details of any error that occurred while retrieving Insights details. + /// + public string ErrorMessage; + /// + /// Allowed range of values for performance level and data storage retention. + /// + public InsightsGetLimitsResponse Limits; + /// + /// List of pending Insights operations for the title. + /// + public List PendingOperations; + /// + /// Current Insights performance level setting. + /// + public int PerformanceLevel; + /// + /// Current Insights data storage retention value in days. + /// + public int RetentionDays; + } + + [Serializable] + public class InsightsGetLimitsResponse : PlayFabResultCommon + { + /// + /// Default Insights performance level. + /// + public int DefaultPerformanceLevel; + /// + /// Default Insights data storage retention days. + /// + public int DefaultStorageRetentionDays; + /// + /// Maximum allowed data storage retention days. + /// + public int StorageMaxRetentionDays; + /// + /// Minimum allowed data storage retention days. + /// + public int StorageMinRetentionDays; + /// + /// List of Insights submeter limits for the allowed performance levels. + /// + public List SubMeters; + } + + /// + /// Returns the current status for the requested operation id. + /// + [Serializable] + public class InsightsGetOperationStatusRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Id of the Insights operation. + /// + public string OperationId; + } + + [Serializable] + public class InsightsGetOperationStatusResponse : PlayFabResultCommon + { + /// + /// Optional message related to the operation details. + /// + public string Message; + /// + /// Time the operation was completed. + /// + public DateTime OperationCompletedTime; + /// + /// Id of the Insights operation. + /// + public string OperationId; + /// + /// Time the operation status was last updated. + /// + public DateTime OperationLastUpdated; + /// + /// Time the operation started. + /// + public DateTime OperationStartedTime; + /// + /// The type of operation, SetPerformance or SetStorageRetention. + /// + public string OperationType; + /// + /// The value requested for the operation. + /// + public int OperationValue; + /// + /// Current status of the operation. + /// + public string Status; + } + + /// + /// Returns a list of operations that are in the pending state for the requested operation type. + /// + [Serializable] + public class InsightsGetPendingOperationsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The type of pending operations requested, or blank for all operation types. + /// + public string OperationType; + } + + [Serializable] + public class InsightsGetPendingOperationsResponse : PlayFabResultCommon + { + /// + /// List of pending Insights operations. + /// + public List PendingOperations; + } + + [Serializable] + public class InsightsOperationResponse : PlayFabResultCommon + { + /// + /// Optional message related to the operation details. + /// + public string Message; + /// + /// Id of the Insights operation. + /// + public string OperationId; + /// + /// The type of operation, SetPerformance or SetStorageRetention. + /// + public string OperationType; + } + + [Serializable] + public class InsightsPerformanceLevel : PlayFabBaseModel + { + /// + /// Number of allowed active event exports. + /// + public int ActiveEventExports; + /// + /// Maximum cache size. + /// + public int CacheSizeMB; + /// + /// Maximum number of concurrent queries. + /// + public int Concurrency; + /// + /// Number of Insights credits consumed per minute. + /// + public double CreditsPerMinute; + /// + /// Maximum events per second. + /// + public int EventsPerSecond; + /// + /// Performance level. + /// + public int Level; + /// + /// Maximum amount of memory allowed per query. + /// + public int MaxMemoryPerQueryMB; + /// + /// Amount of compute power allocated for queries and operations. + /// + public int VirtualCpuCores; + } + + /// + /// Sets the performance level to the requested value. Use the GetLimits method to get the allowed values. + /// + [Serializable] + public class InsightsSetPerformanceRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The Insights performance level to apply to the title. + /// + public int PerformanceLevel; + } + + /// + /// Sets the data storage retention to the requested value. Use the GetLimits method to get the range of allowed values. + /// + [Serializable] + public class InsightsSetStorageRetentionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The Insights data storage retention value (in days) to apply to the title. + /// + public int RetentionDays; + } +} +#endif diff --git a/Assets/PlayFabSDK/Insights/PlayFabInsightsModels.cs.meta b/Assets/PlayFabSDK/Insights/PlayFabInsightsModels.cs.meta new file mode 100644 index 00000000..ab052d03 --- /dev/null +++ b/Assets/PlayFabSDK/Insights/PlayFabInsightsModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0018df8cb03ec3a498320c2be74427e4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Localization.meta b/Assets/PlayFabSDK/Localization.meta new file mode 100644 index 00000000..6b6838ec --- /dev/null +++ b/Assets/PlayFabSDK/Localization.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 66902b25e3ba7714d880315c0d1ea67e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Localization/PlayFabEvents.cs b/Assets/PlayFabSDK/Localization/PlayFabEvents.cs new file mode 100644 index 00000000..02a262eb --- /dev/null +++ b/Assets/PlayFabSDK/Localization/PlayFabEvents.cs @@ -0,0 +1,12 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.LocalizationModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnLocalizationGetLanguageListRequestEvent; + public event PlayFabResultEvent OnLocalizationGetLanguageListResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Localization/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Localization/PlayFabEvents.cs.meta new file mode 100644 index 00000000..0edb54ce --- /dev/null +++ b/Assets/PlayFabSDK/Localization/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1c3bd18b65a5d8d4eb83e5ef98114e4d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Localization/PlayFabLocalizationAPI.cs b/Assets/PlayFabSDK/Localization/PlayFabLocalizationAPI.cs new file mode 100644 index 00000000..d16787fe --- /dev/null +++ b/Assets/PlayFabSDK/Localization/PlayFabLocalizationAPI.cs @@ -0,0 +1,52 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.LocalizationModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// The Localization APIs give you the tools needed to manage language setup in your title. + /// + public static class PlayFabLocalizationAPI + { + static PlayFabLocalizationAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Retrieves the list of allowed languages, only accessible by title entities + /// + public static void GetLanguageList(GetLanguageListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Locale/GetLanguageList", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Localization/PlayFabLocalizationAPI.cs.meta b/Assets/PlayFabSDK/Localization/PlayFabLocalizationAPI.cs.meta new file mode 100644 index 00000000..997fea20 --- /dev/null +++ b/Assets/PlayFabSDK/Localization/PlayFabLocalizationAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ca10b96ef3ce52644a989907c77d047f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Localization/PlayFabLocalizationInstanceAPI.cs b/Assets/PlayFabSDK/Localization/PlayFabLocalizationInstanceAPI.cs new file mode 100644 index 00000000..8797cfc7 --- /dev/null +++ b/Assets/PlayFabSDK/Localization/PlayFabLocalizationInstanceAPI.cs @@ -0,0 +1,68 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.LocalizationModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// The Localization APIs give you the tools needed to manage language setup in your title. + /// + public class PlayFabLocalizationInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabLocalizationInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabLocalizationInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Retrieves the list of allowed languages, only accessible by title entities + /// + public void GetLanguageList(GetLanguageListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Locale/GetLanguageList", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Localization/PlayFabLocalizationInstanceAPI.cs.meta b/Assets/PlayFabSDK/Localization/PlayFabLocalizationInstanceAPI.cs.meta new file mode 100644 index 00000000..ab52fccc --- /dev/null +++ b/Assets/PlayFabSDK/Localization/PlayFabLocalizationInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0e3a59c48c3c6fb45a9d83845b225dde +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Localization/PlayFabLocalizationModels.cs b/Assets/PlayFabSDK/Localization/PlayFabLocalizationModels.cs new file mode 100644 index 00000000..49d2d475 --- /dev/null +++ b/Assets/PlayFabSDK/Localization/PlayFabLocalizationModels.cs @@ -0,0 +1,26 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.LocalizationModels +{ + [Serializable] + public class GetLanguageListRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetLanguageListResponse : PlayFabResultCommon + { + /// + /// The list of allowed languages, in BCP47 two-letter format + /// + public List LanguageList; + } +} +#endif diff --git a/Assets/PlayFabSDK/Localization/PlayFabLocalizationModels.cs.meta b/Assets/PlayFabSDK/Localization/PlayFabLocalizationModels.cs.meta new file mode 100644 index 00000000..0e2da1e1 --- /dev/null +++ b/Assets/PlayFabSDK/Localization/PlayFabLocalizationModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 772d6350724839b498944cab1b377fb5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Matchmaker.meta b/Assets/PlayFabSDK/Matchmaker.meta new file mode 100644 index 00000000..532fb973 --- /dev/null +++ b/Assets/PlayFabSDK/Matchmaker.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 68b5c41b409fa1842b0ce5bf831d8540 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Matchmaker/PlayFabEvents.cs b/Assets/PlayFabSDK/Matchmaker/PlayFabEvents.cs new file mode 100644 index 00000000..9248067c --- /dev/null +++ b/Assets/PlayFabSDK/Matchmaker/PlayFabEvents.cs @@ -0,0 +1,18 @@ +#if ENABLE_PLAYFABSERVER_API +using PlayFab.MatchmakerModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnMatchmakerAuthUserRequestEvent; + public event PlayFabResultEvent OnMatchmakerAuthUserResultEvent; + public event PlayFabRequestEvent OnMatchmakerPlayerJoinedRequestEvent; + public event PlayFabResultEvent OnMatchmakerPlayerJoinedResultEvent; + public event PlayFabRequestEvent OnMatchmakerPlayerLeftRequestEvent; + public event PlayFabResultEvent OnMatchmakerPlayerLeftResultEvent; + public event PlayFabRequestEvent OnMatchmakerUserInfoRequestEvent; + public event PlayFabResultEvent OnMatchmakerUserInfoResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Matchmaker/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Matchmaker/PlayFabEvents.cs.meta new file mode 100644 index 00000000..e3a3343c --- /dev/null +++ b/Assets/PlayFabSDK/Matchmaker/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1055058934189914bac79666a289e9fd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerAPI.cs b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerAPI.cs new file mode 100644 index 00000000..6265d304 --- /dev/null +++ b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerAPI.cs @@ -0,0 +1,88 @@ +#if ENABLE_PLAYFABSERVER_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.MatchmakerModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// Enables the use of an external match-making service in conjunction with PlayFab hosted Game Server instances + /// + public static class PlayFabMatchmakerAPI + { + static PlayFabMatchmakerAPI() {} + + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Validates a user with the PlayFab service + /// + [Obsolete("No longer available", true)] + public static void AuthUser(AuthUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Matchmaker/AuthUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Informs the PlayFab game server hosting service that the indicated user has joined the Game Server Instance specified + /// + [Obsolete("No longer available", true)] + public static void PlayerJoined(PlayerJoinedRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Matchmaker/PlayerJoined", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Informs the PlayFab game server hosting service that the indicated user has left the Game Server Instance specified + /// + [Obsolete("No longer available", true)] + public static void PlayerLeft(PlayerLeftRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Matchmaker/PlayerLeft", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the relevant details for a specified user, which the external match-making service can then use to compute + /// effective matches + /// + [Obsolete("No longer available", true)] + public static void UserInfo(UserInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Matchmaker/UserInfo", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerAPI.cs.meta b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerAPI.cs.meta new file mode 100644 index 00000000..e6f48d33 --- /dev/null +++ b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerAPI.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: c712eeedbc85dfa4c80d30f8a2ed6cd9 +timeCreated: 1468524876 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerInstanceAPI.cs b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerInstanceAPI.cs new file mode 100644 index 00000000..b16f710d --- /dev/null +++ b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerInstanceAPI.cs @@ -0,0 +1,98 @@ +#if ENABLE_PLAYFABSERVER_API + +using System; +using System.Collections.Generic; +using PlayFab.MatchmakerModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// Enables the use of an external match-making service in conjunction with PlayFab hosted Game Server instances + /// + public class PlayFabMatchmakerInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabMatchmakerInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabMatchmakerInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Validates a user with the PlayFab service + /// + [Obsolete("No longer available", true)] + public void AuthUser(AuthUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Matchmaker/AuthUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Informs the PlayFab game server hosting service that the indicated user has joined the Game Server Instance specified + /// + [Obsolete("No longer available", true)] + public void PlayerJoined(PlayerJoinedRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Matchmaker/PlayerJoined", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Informs the PlayFab game server hosting service that the indicated user has left the Game Server Instance specified + /// + [Obsolete("No longer available", true)] + public void PlayerLeft(PlayerLeftRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Matchmaker/PlayerLeft", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the relevant details for a specified user, which the external match-making service can then use to compute + /// effective matches + /// + [Obsolete("No longer available", true)] + public void UserInfo(UserInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Matchmaker/UserInfo", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerInstanceAPI.cs.meta b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerInstanceAPI.cs.meta new file mode 100644 index 00000000..cb8059c9 --- /dev/null +++ b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 77057761a62cdb648960d924f1b322af +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerModels.cs b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerModels.cs new file mode 100644 index 00000000..ed6a7e22 --- /dev/null +++ b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerModels.cs @@ -0,0 +1,229 @@ +#if ENABLE_PLAYFABSERVER_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.MatchmakerModels +{ + /// + /// This API allows the external match-making service to confirm that the user has a valid Session Ticket for the title, in + /// order to securely enable match-making. The client passes the user's Session Ticket to the external match-making service, + /// which then passes the Session Ticket in as the AuthorizationTicket in this call. + /// + [Serializable] + public class AuthUserRequest : PlayFabRequestCommon + { + /// + /// Session Ticket provided by the client. + /// + public string AuthorizationTicket; + } + + [Serializable] + public class AuthUserResponse : PlayFabResultCommon + { + /// + /// Boolean indicating if the user has been authorized to use the external match-making service. + /// + public bool Authorized; + /// + /// PlayFab unique identifier of the account that has been authorized. + /// + public string PlayFabId; + } + + /// + /// A unique instance of an item in a user's inventory. Note, to retrieve additional information for an item such as Tags, + /// Description that are the same across all instances of the item, a call to GetCatalogItems is required. The ItemID of can + /// be matched to a catalog entry, which contains the additional information. Also note that Custom Data is only set when + /// the User's specific instance has updated the CustomData via a call to UpdateUserInventoryItemCustomData. Other fields + /// such as UnitPrice and UnitCurrency are only set when the item was granted via a purchase. + /// + [Serializable] + public class ItemInstance : PlayFabBaseModel + { + /// + /// Game specific comment associated with this instance when it was added to the user inventory. + /// + public string Annotation; + /// + /// Array of unique items that were awarded when this catalog item was purchased. + /// + public List BundleContents; + /// + /// Unique identifier for the parent inventory item, as defined in the catalog, for object which were added from a bundle or + /// container. + /// + public string BundleParent; + /// + /// Catalog version for the inventory item, when this instance was created. + /// + public string CatalogVersion; + /// + /// A set of custom key-value pairs on the instance of the inventory item, which is not to be confused with the catalog + /// item's custom data. + /// + public Dictionary CustomData; + /// + /// CatalogItem.DisplayName at the time this item was purchased. + /// + public string DisplayName; + /// + /// Timestamp for when this instance will expire. + /// + public DateTime? Expiration; + /// + /// Class name for the inventory item, as defined in the catalog. + /// + public string ItemClass; + /// + /// Unique identifier for the inventory item, as defined in the catalog. + /// + public string ItemId; + /// + /// Unique item identifier for this specific instance of the item. + /// + public string ItemInstanceId; + /// + /// Timestamp for when this instance was purchased. + /// + public DateTime? PurchaseDate; + /// + /// Total number of remaining uses, if this is a consumable item. + /// + public int? RemainingUses; + /// + /// Currency type for the cost of the catalog item. Not available when granting items. + /// + public string UnitCurrency; + /// + /// Cost of the catalog item in the given currency. Not available when granting items. + /// + public uint UnitPrice; + /// + /// The number of uses that were added or removed to this item in this call. + /// + public int? UsesIncrementedBy; + } + + [Serializable] + public class PlayerJoinedRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique identifier of the Game Server Instance the user is joining. This must be a Game Server Instance started with the + /// Matchmaker/StartGame API. + /// + public string LobbyId; + /// + /// PlayFab unique identifier for the player joining. + /// + public string PlayFabId; + } + + [Serializable] + public class PlayerJoinedResponse : PlayFabResultCommon + { + } + + [Serializable] + public class PlayerLeftRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique identifier of the Game Server Instance the user is leaving. This must be a Game Server Instance started with the + /// Matchmaker/StartGame API. + /// + public string LobbyId; + /// + /// PlayFab unique identifier for the player leaving. + /// + public string PlayFabId; + } + + [Serializable] + public class PlayerLeftResponse : PlayFabResultCommon + { + } + + [Serializable] + public class UserInfoRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Minimum catalog version for which data is requested (filters the results to only contain inventory items which have a + /// catalog version of this or higher). + /// + public int MinCatalogVersion; + /// + /// PlayFab unique identifier of the user whose information is being requested. + /// + public string PlayFabId; + } + + [Serializable] + public class UserInfoResponse : PlayFabResultCommon + { + /// + /// Array of inventory items in the user's current inventory. + /// + public List Inventory; + /// + /// Boolean indicating whether the user is a developer. + /// + public bool IsDeveloper; + /// + /// PlayFab unique identifier of the user whose information was requested. + /// + public string PlayFabId; + /// + /// Steam unique identifier, if the user has an associated Steam account. + /// + public string SteamId; + /// + /// Title specific display name, if set. + /// + public string TitleDisplayName; + /// + /// PlayFab unique user name. + /// + public string Username; + /// + /// Array of virtual currency balance(s) belonging to the user. + /// + public Dictionary VirtualCurrency; + /// + /// Array of remaining times and timestamps for virtual currencies. + /// + public Dictionary VirtualCurrencyRechargeTimes; + } + + [Serializable] + public class VirtualCurrencyRechargeTime : PlayFabBaseModel + { + /// + /// Maximum value to which the regenerating currency will automatically increment. Note that it can exceed this value + /// through use of the AddUserVirtualCurrency API call. However, it will not regenerate automatically until it has fallen + /// below this value. + /// + public int RechargeMax; + /// + /// Server timestamp in UTC indicating the next time the virtual currency will be incremented. + /// + public DateTime RechargeTime; + /// + /// Time remaining (in seconds) before the next recharge increment of the virtual currency. + /// + public int SecondsToRecharge; + } +} +#endif diff --git a/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerModels.cs.meta b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerModels.cs.meta new file mode 100644 index 00000000..ca305967 --- /dev/null +++ b/Assets/PlayFabSDK/Matchmaker/PlayFabMatchmakerModels.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: c7c60a1006c1e64499804ca82b2412ed +timeCreated: 1468524876 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Multiplayer.meta b/Assets/PlayFabSDK/Multiplayer.meta new file mode 100644 index 00000000..03232081 --- /dev/null +++ b/Assets/PlayFabSDK/Multiplayer.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: de90c696622c1834282ff91ab76f822c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Multiplayer/PlayFabEvents.cs b/Assets/PlayFabSDK/Multiplayer/PlayFabEvents.cs new file mode 100644 index 00000000..46607776 --- /dev/null +++ b/Assets/PlayFabSDK/Multiplayer/PlayFabEvents.cs @@ -0,0 +1,184 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.MultiplayerModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnMultiplayerCancelAllMatchmakingTicketsForPlayerRequestEvent; + public event PlayFabResultEvent OnMultiplayerCancelAllMatchmakingTicketsForPlayerResultEvent; + public event PlayFabRequestEvent OnMultiplayerCancelAllServerBackfillTicketsForPlayerRequestEvent; + public event PlayFabResultEvent OnMultiplayerCancelAllServerBackfillTicketsForPlayerResultEvent; + public event PlayFabRequestEvent OnMultiplayerCancelMatchmakingTicketRequestEvent; + public event PlayFabResultEvent OnMultiplayerCancelMatchmakingTicketResultEvent; + public event PlayFabRequestEvent OnMultiplayerCancelServerBackfillTicketRequestEvent; + public event PlayFabResultEvent OnMultiplayerCancelServerBackfillTicketResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateBuildAliasRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateBuildAliasResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateBuildWithCustomContainerRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateBuildWithCustomContainerResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateBuildWithManagedContainerRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateBuildWithManagedContainerResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateBuildWithProcessBasedServerRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateBuildWithProcessBasedServerResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateLobbyRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateLobbyResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateMatchmakingTicketRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateMatchmakingTicketResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateRemoteUserRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateRemoteUserResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateServerBackfillTicketRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateServerBackfillTicketResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateServerMatchmakingTicketRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateServerMatchmakingTicketResultEvent; + public event PlayFabRequestEvent OnMultiplayerCreateTitleMultiplayerServersQuotaChangeRequestEvent; + public event PlayFabResultEvent OnMultiplayerCreateTitleMultiplayerServersQuotaChangeResultEvent; + public event PlayFabRequestEvent OnMultiplayerDeleteAssetRequestEvent; + public event PlayFabResultEvent OnMultiplayerDeleteAssetResultEvent; + public event PlayFabRequestEvent OnMultiplayerDeleteBuildRequestEvent; + public event PlayFabResultEvent OnMultiplayerDeleteBuildResultEvent; + public event PlayFabRequestEvent OnMultiplayerDeleteBuildAliasRequestEvent; + public event PlayFabResultEvent OnMultiplayerDeleteBuildAliasResultEvent; + public event PlayFabRequestEvent OnMultiplayerDeleteBuildRegionRequestEvent; + public event PlayFabResultEvent OnMultiplayerDeleteBuildRegionResultEvent; + public event PlayFabRequestEvent OnMultiplayerDeleteCertificateRequestEvent; + public event PlayFabResultEvent OnMultiplayerDeleteCertificateResultEvent; + public event PlayFabRequestEvent OnMultiplayerDeleteContainerImageRepositoryRequestEvent; + public event PlayFabResultEvent OnMultiplayerDeleteContainerImageRepositoryResultEvent; + public event PlayFabRequestEvent OnMultiplayerDeleteLobbyRequestEvent; + public event PlayFabResultEvent OnMultiplayerDeleteLobbyResultEvent; + public event PlayFabRequestEvent OnMultiplayerDeleteRemoteUserRequestEvent; + public event PlayFabResultEvent OnMultiplayerDeleteRemoteUserResultEvent; + public event PlayFabRequestEvent OnMultiplayerDeleteSecretRequestEvent; + public event PlayFabResultEvent OnMultiplayerDeleteSecretResultEvent; + public event PlayFabRequestEvent OnMultiplayerEnableMultiplayerServersForTitleRequestEvent; + public event PlayFabResultEvent OnMultiplayerEnableMultiplayerServersForTitleResultEvent; + public event PlayFabRequestEvent OnMultiplayerFindFriendLobbiesRequestEvent; + public event PlayFabResultEvent OnMultiplayerFindFriendLobbiesResultEvent; + public event PlayFabRequestEvent OnMultiplayerFindLobbiesRequestEvent; + public event PlayFabResultEvent OnMultiplayerFindLobbiesResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetAssetDownloadUrlRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetAssetDownloadUrlResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetAssetUploadUrlRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetAssetUploadUrlResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetBuildRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetBuildResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetBuildAliasRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetBuildAliasResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetContainerRegistryCredentialsRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetContainerRegistryCredentialsResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetLobbyRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetLobbyResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetMatchRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetMatchResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetMatchmakingQueueRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetMatchmakingQueueResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetMatchmakingTicketRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetMatchmakingTicketResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetMultiplayerServerDetailsRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetMultiplayerServerDetailsResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetMultiplayerServerLogsRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetMultiplayerServerLogsResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetMultiplayerSessionLogsBySessionIdRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetMultiplayerSessionLogsBySessionIdResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetQueueStatisticsRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetQueueStatisticsResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetRemoteLoginEndpointRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetRemoteLoginEndpointResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetServerBackfillTicketRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetServerBackfillTicketResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetTitleEnabledForMultiplayerServersStatusRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetTitleEnabledForMultiplayerServersStatusResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetTitleMultiplayerServersQuotaChangeRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetTitleMultiplayerServersQuotaChangeResultEvent; + public event PlayFabRequestEvent OnMultiplayerGetTitleMultiplayerServersQuotasRequestEvent; + public event PlayFabResultEvent OnMultiplayerGetTitleMultiplayerServersQuotasResultEvent; + public event PlayFabRequestEvent OnMultiplayerInviteToLobbyRequestEvent; + public event PlayFabResultEvent OnMultiplayerInviteToLobbyResultEvent; + public event PlayFabRequestEvent OnMultiplayerJoinArrangedLobbyRequestEvent; + public event PlayFabResultEvent OnMultiplayerJoinArrangedLobbyResultEvent; + public event PlayFabRequestEvent OnMultiplayerJoinLobbyRequestEvent; + public event PlayFabResultEvent OnMultiplayerJoinLobbyResultEvent; + public event PlayFabRequestEvent OnMultiplayerJoinLobbyAsServerRequestEvent; + public event PlayFabResultEvent OnMultiplayerJoinLobbyAsServerResultEvent; + public event PlayFabRequestEvent OnMultiplayerJoinMatchmakingTicketRequestEvent; + public event PlayFabResultEvent OnMultiplayerJoinMatchmakingTicketResultEvent; + public event PlayFabRequestEvent OnMultiplayerLeaveLobbyRequestEvent; + public event PlayFabResultEvent OnMultiplayerLeaveLobbyResultEvent; + public event PlayFabRequestEvent OnMultiplayerLeaveLobbyAsServerRequestEvent; + public event PlayFabResultEvent OnMultiplayerLeaveLobbyAsServerResultEvent; + public event PlayFabRequestEvent OnMultiplayerListArchivedMultiplayerServersRequestEvent; + public event PlayFabResultEvent OnMultiplayerListArchivedMultiplayerServersResultEvent; + public event PlayFabRequestEvent OnMultiplayerListAssetSummariesRequestEvent; + public event PlayFabResultEvent OnMultiplayerListAssetSummariesResultEvent; + public event PlayFabRequestEvent OnMultiplayerListBuildAliasesRequestEvent; + public event PlayFabResultEvent OnMultiplayerListBuildAliasesResultEvent; + public event PlayFabRequestEvent OnMultiplayerListBuildSummariesV2RequestEvent; + public event PlayFabResultEvent OnMultiplayerListBuildSummariesV2ResultEvent; + public event PlayFabRequestEvent OnMultiplayerListCertificateSummariesRequestEvent; + public event PlayFabResultEvent OnMultiplayerListCertificateSummariesResultEvent; + public event PlayFabRequestEvent OnMultiplayerListContainerImagesRequestEvent; + public event PlayFabResultEvent OnMultiplayerListContainerImagesResultEvent; + public event PlayFabRequestEvent OnMultiplayerListContainerImageTagsRequestEvent; + public event PlayFabResultEvent OnMultiplayerListContainerImageTagsResultEvent; + public event PlayFabRequestEvent OnMultiplayerListMatchmakingQueuesRequestEvent; + public event PlayFabResultEvent OnMultiplayerListMatchmakingQueuesResultEvent; + public event PlayFabRequestEvent OnMultiplayerListMatchmakingTicketsForPlayerRequestEvent; + public event PlayFabResultEvent OnMultiplayerListMatchmakingTicketsForPlayerResultEvent; + public event PlayFabRequestEvent OnMultiplayerListMultiplayerServersRequestEvent; + public event PlayFabResultEvent OnMultiplayerListMultiplayerServersResultEvent; + public event PlayFabRequestEvent OnMultiplayerListPartyQosServersRequestEvent; + public event PlayFabResultEvent OnMultiplayerListPartyQosServersResultEvent; + public event PlayFabRequestEvent OnMultiplayerListQosServersForTitleRequestEvent; + public event PlayFabResultEvent OnMultiplayerListQosServersForTitleResultEvent; + public event PlayFabRequestEvent OnMultiplayerListSecretSummariesRequestEvent; + public event PlayFabResultEvent OnMultiplayerListSecretSummariesResultEvent; + public event PlayFabRequestEvent OnMultiplayerListServerBackfillTicketsForPlayerRequestEvent; + public event PlayFabResultEvent OnMultiplayerListServerBackfillTicketsForPlayerResultEvent; + public event PlayFabRequestEvent OnMultiplayerListTitleMultiplayerServersQuotaChangesRequestEvent; + public event PlayFabResultEvent OnMultiplayerListTitleMultiplayerServersQuotaChangesResultEvent; + public event PlayFabRequestEvent OnMultiplayerListVirtualMachineSummariesRequestEvent; + public event PlayFabResultEvent OnMultiplayerListVirtualMachineSummariesResultEvent; + public event PlayFabRequestEvent OnMultiplayerRemoveMatchmakingQueueRequestEvent; + public event PlayFabResultEvent OnMultiplayerRemoveMatchmakingQueueResultEvent; + public event PlayFabRequestEvent OnMultiplayerRemoveMemberRequestEvent; + public event PlayFabResultEvent OnMultiplayerRemoveMemberResultEvent; + public event PlayFabRequestEvent OnMultiplayerRequestMultiplayerServerRequestEvent; + public event PlayFabResultEvent OnMultiplayerRequestMultiplayerServerResultEvent; + public event PlayFabRequestEvent OnMultiplayerRequestPartyServiceRequestEvent; + public event PlayFabResultEvent OnMultiplayerRequestPartyServiceResultEvent; + public event PlayFabRequestEvent OnMultiplayerRolloverContainerRegistryCredentialsRequestEvent; + public event PlayFabResultEvent OnMultiplayerRolloverContainerRegistryCredentialsResultEvent; + public event PlayFabRequestEvent OnMultiplayerSetMatchmakingQueueRequestEvent; + public event PlayFabResultEvent OnMultiplayerSetMatchmakingQueueResultEvent; + public event PlayFabRequestEvent OnMultiplayerShutdownMultiplayerServerRequestEvent; + public event PlayFabResultEvent OnMultiplayerShutdownMultiplayerServerResultEvent; + public event PlayFabRequestEvent OnMultiplayerSubscribeToLobbyResourceRequestEvent; + public event PlayFabResultEvent OnMultiplayerSubscribeToLobbyResourceResultEvent; + public event PlayFabRequestEvent OnMultiplayerSubscribeToMatchmakingResourceRequestEvent; + public event PlayFabResultEvent OnMultiplayerSubscribeToMatchmakingResourceResultEvent; + public event PlayFabRequestEvent OnMultiplayerUnsubscribeFromLobbyResourceRequestEvent; + public event PlayFabResultEvent OnMultiplayerUnsubscribeFromLobbyResourceResultEvent; + public event PlayFabRequestEvent OnMultiplayerUnsubscribeFromMatchmakingResourceRequestEvent; + public event PlayFabResultEvent OnMultiplayerUnsubscribeFromMatchmakingResourceResultEvent; + public event PlayFabRequestEvent OnMultiplayerUntagContainerImageRequestEvent; + public event PlayFabResultEvent OnMultiplayerUntagContainerImageResultEvent; + public event PlayFabRequestEvent OnMultiplayerUpdateBuildAliasRequestEvent; + public event PlayFabResultEvent OnMultiplayerUpdateBuildAliasResultEvent; + public event PlayFabRequestEvent OnMultiplayerUpdateBuildNameRequestEvent; + public event PlayFabResultEvent OnMultiplayerUpdateBuildNameResultEvent; + public event PlayFabRequestEvent OnMultiplayerUpdateBuildRegionRequestEvent; + public event PlayFabResultEvent OnMultiplayerUpdateBuildRegionResultEvent; + public event PlayFabRequestEvent OnMultiplayerUpdateBuildRegionsRequestEvent; + public event PlayFabResultEvent OnMultiplayerUpdateBuildRegionsResultEvent; + public event PlayFabRequestEvent OnMultiplayerUpdateLobbyRequestEvent; + public event PlayFabResultEvent OnMultiplayerUpdateLobbyResultEvent; + public event PlayFabRequestEvent OnMultiplayerUpdateLobbyAsServerRequestEvent; + public event PlayFabResultEvent OnMultiplayerUpdateLobbyAsServerResultEvent; + public event PlayFabRequestEvent OnMultiplayerUploadCertificateRequestEvent; + public event PlayFabResultEvent OnMultiplayerUploadCertificateResultEvent; + public event PlayFabRequestEvent OnMultiplayerUploadSecretRequestEvent; + public event PlayFabResultEvent OnMultiplayerUploadSecretResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Multiplayer/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Multiplayer/PlayFabEvents.cs.meta new file mode 100644 index 00000000..90c0c090 --- /dev/null +++ b/Assets/PlayFabSDK/Multiplayer/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fe16c398171536247a7e4685790d4dac +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerAPI.cs b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerAPI.cs new file mode 100644 index 00000000..fd344674 --- /dev/null +++ b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerAPI.cs @@ -0,0 +1,1183 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.MultiplayerModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// API methods for managing multiplayer servers. API methods for managing parties. The lobby service helps players group + /// together to play multiplayer games. It is often used as a rendezvous point for players to share connection information. + /// The TrueSkill service helps titles to estimate a player's skill based on their match results. The player skill values + /// from this service are commonly used by a matchmaking service to provide players with balanced matches. + /// + public static partial class PlayFabMultiplayerAPI + { + static PlayFabMultiplayerAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Cancel all active tickets the player is a member of in a given queue. + /// + public static void CancelAllMatchmakingTicketsForPlayer(CancelAllMatchmakingTicketsForPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/CancelAllMatchmakingTicketsForPlayer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Cancel all active backfill tickets the player is a member of in a given queue. + /// + public static void CancelAllServerBackfillTicketsForPlayer(CancelAllServerBackfillTicketsForPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/CancelAllServerBackfillTicketsForPlayer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Cancel a matchmaking ticket. + /// + public static void CancelMatchmakingTicket(CancelMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/CancelMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Cancel a server backfill ticket. + /// + public static void CancelServerBackfillTicket(CancelServerBackfillTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/CancelServerBackfillTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a multiplayer server build alias. + /// + public static void CreateBuildAlias(CreateBuildAliasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateBuildAlias", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a multiplayer server build with a custom container. + /// + public static void CreateBuildWithCustomContainer(CreateBuildWithCustomContainerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateBuildWithCustomContainer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a multiplayer server build with a managed container. + /// + public static void CreateBuildWithManagedContainer(CreateBuildWithManagedContainerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateBuildWithManagedContainer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a multiplayer server build with the server running as a process. + /// + public static void CreateBuildWithProcessBasedServer(CreateBuildWithProcessBasedServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateBuildWithProcessBasedServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Create a lobby. + /// + public static void CreateLobby(CreateLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/CreateLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Create a matchmaking ticket as a client. + /// + public static void CreateMatchmakingTicket(CreateMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/CreateMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a remote user to log on to a VM for a multiplayer server build. + /// + public static void CreateRemoteUser(CreateRemoteUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateRemoteUser", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Create a backfill matchmaking ticket as a server. A backfill ticket represents an ongoing game. The matchmaking service + /// automatically starts matching the backfill ticket against other matchmaking tickets. Backfill tickets cannot match with + /// other backfill tickets. + /// + public static void CreateServerBackfillTicket(CreateServerBackfillTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/CreateServerBackfillTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Create a matchmaking ticket as a server. The matchmaking service automatically starts matching the ticket against other + /// matchmaking tickets. + /// + public static void CreateServerMatchmakingTicket(CreateServerMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/CreateServerMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a request to change a title's multiplayer server quotas. + /// + public static void CreateTitleMultiplayerServersQuotaChange(CreateTitleMultiplayerServersQuotaChangeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateTitleMultiplayerServersQuotaChange", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a multiplayer server game asset for a title. + /// + public static void DeleteAsset(DeleteAssetRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteAsset", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a multiplayer server build. + /// + public static void DeleteBuild(DeleteBuildRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteBuild", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a multiplayer server build alias. + /// + public static void DeleteBuildAlias(DeleteBuildAliasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteBuildAlias", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes a multiplayer server build's region. + /// + public static void DeleteBuildRegion(DeleteBuildRegionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteBuildRegion", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a multiplayer server game certificate. + /// + public static void DeleteCertificate(DeleteCertificateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteCertificate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a container image repository. + /// + public static void DeleteContainerImageRepository(DeleteContainerImageRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteContainerImageRepository", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Delete a lobby. + /// + public static void DeleteLobby(DeleteLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/DeleteLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a remote user to log on to a VM for a multiplayer server build. + /// + public static void DeleteRemoteUser(DeleteRemoteUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteRemoteUser", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a multiplayer server game secret. + /// + public static void DeleteSecret(DeleteSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteSecret", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Enables the multiplayer server feature for a title. + /// + public static void EnableMultiplayerServersForTitle(EnableMultiplayerServersForTitleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/EnableMultiplayerServersForTitle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Find lobbies which match certain criteria, and which friends are in. + /// + public static void FindFriendLobbies(FindFriendLobbiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/FindFriendLobbies", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Find all the lobbies that match certain criteria. + /// + public static void FindLobbies(FindLobbiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/FindLobbies", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets a URL that can be used to download the specified asset. A sample pre-authenticated url - + /// https://sampleStorageAccount.blob.core.windows.net/gameassets/gameserver.zip?sv=2015-04-05&ss=b&srt=sco&sp=rw&st=startDate&se=endDate&spr=https&sig=sampleSig&api-version=2017-07-29 + /// + public static void GetAssetDownloadUrl(GetAssetDownloadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetAssetDownloadUrl", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the URL to upload assets to. A sample pre-authenticated url - + /// https://sampleStorageAccount.blob.core.windows.net/gameassets/gameserver.zip?sv=2015-04-05&ss=b&srt=sco&sp=rw&st=startDate&se=endDate&spr=https&sig=sampleSig&api-version=2017-07-29 + /// + public static void GetAssetUploadUrl(GetAssetUploadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetAssetUploadUrl", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets a multiplayer server build. + /// + public static void GetBuild(GetBuildRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetBuild", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets a multiplayer server build alias. + /// + public static void GetBuildAlias(GetBuildAliasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetBuildAlias", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the credentials to the container registry. + /// + public static void GetContainerRegistryCredentials(GetContainerRegistryCredentialsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetContainerRegistryCredentials", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get a lobby. + /// + public static void GetLobby(GetLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/GetLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get a match. + /// + public static void GetMatch(GetMatchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/GetMatch", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// SDK support is limited to C# and Java for this API. Get a matchmaking queue configuration. + /// + public static void GetMatchmakingQueue(GetMatchmakingQueueRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/GetMatchmakingQueue", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get a matchmaking ticket by ticket Id. + /// + public static void GetMatchmakingTicket(GetMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/GetMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets multiplayer server session details for a build. + /// + public static void GetMultiplayerServerDetails(GetMultiplayerServerDetailsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetMultiplayerServerDetails", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets multiplayer server logs after a server has terminated. + /// + public static void GetMultiplayerServerLogs(GetMultiplayerServerLogsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetMultiplayerServerLogs", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets multiplayer server logs after a server has terminated. + /// + public static void GetMultiplayerSessionLogsBySessionId(GetMultiplayerSessionLogsBySessionIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetMultiplayerSessionLogsBySessionId", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get the statistics for a queue. + /// + public static void GetQueueStatistics(GetQueueStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/GetQueueStatistics", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets a remote login endpoint to a VM that is hosting a multiplayer server build. + /// + public static void GetRemoteLoginEndpoint(GetRemoteLoginEndpointRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetRemoteLoginEndpoint", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get a matchmaking backfill ticket by ticket Id. + /// + public static void GetServerBackfillTicket(GetServerBackfillTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/GetServerBackfillTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the status of whether a title is enabled for the multiplayer server feature. + /// + public static void GetTitleEnabledForMultiplayerServersStatus(GetTitleEnabledForMultiplayerServersStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetTitleEnabledForMultiplayerServersStatus", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets a title's server quota change request. + /// + public static void GetTitleMultiplayerServersQuotaChange(GetTitleMultiplayerServersQuotaChangeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetTitleMultiplayerServersQuotaChange", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the quotas for a title in relation to multiplayer servers. + /// + public static void GetTitleMultiplayerServersQuotas(GetTitleMultiplayerServersQuotasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetTitleMultiplayerServersQuotas", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Send a notification to invite a player to a lobby. + /// + public static void InviteToLobby(InviteToLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/InviteToLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Join an Arranged lobby. + /// + public static void JoinArrangedLobby(JoinArrangedLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/JoinArrangedLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Join a lobby. + /// + public static void JoinLobby(JoinLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/JoinLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Preview: Join a lobby as a server entity. This is restricted to client lobbies which are using connections. + /// + public static void JoinLobbyAsServer(JoinLobbyAsServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/JoinLobbyAsServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Join a matchmaking ticket. + /// + public static void JoinMatchmakingTicket(JoinMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/JoinMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Leave a lobby. + /// + public static void LeaveLobby(LeaveLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/LeaveLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Preview: Request for server to leave a lobby. This is restricted to client owned lobbies which are using connections. + /// + public static void LeaveLobbyAsServer(LeaveLobbyAsServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/LeaveLobbyAsServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists archived multiplayer server sessions for a build. + /// + public static void ListArchivedMultiplayerServers(ListMultiplayerServersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListArchivedMultiplayerServers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists multiplayer server game assets for a title. + /// + public static void ListAssetSummaries(ListAssetSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListAssetSummaries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists details of all build aliases for a title. Accepts tokens for title and if game client access is enabled, allows + /// game client to request list of builds with player entity token. + /// + public static void ListBuildAliases(ListBuildAliasesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListBuildAliases", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists summarized details of all multiplayer server builds for a title. Accepts tokens for title and if game client + /// access is enabled, allows game client to request list of builds with player entity token. + /// + public static void ListBuildSummariesV2(ListBuildSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListBuildSummariesV2", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists multiplayer server game certificates for a title. + /// + public static void ListCertificateSummaries(ListCertificateSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListCertificateSummaries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists custom container images for a title. + /// + public static void ListContainerImages(ListContainerImagesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListContainerImages", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists the tags for a custom container image. + /// + public static void ListContainerImageTags(ListContainerImageTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListContainerImageTags", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// SDK support is limited to C# and Java for this API. List all matchmaking queue configs. + /// + public static void ListMatchmakingQueues(ListMatchmakingQueuesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/ListMatchmakingQueues", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// List all matchmaking ticket Ids the user is a member of. + /// + public static void ListMatchmakingTicketsForPlayer(ListMatchmakingTicketsForPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/ListMatchmakingTicketsForPlayer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists multiplayer server sessions for a build. + /// + public static void ListMultiplayerServers(ListMultiplayerServersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListMultiplayerServers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists quality of service servers for party. + /// + public static void ListPartyQosServers(ListPartyQosServersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListPartyQosServers", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists quality of service servers for the title. By default, servers are only returned for regions where a Multiplayer + /// Servers build has been deployed. + /// + public static void ListQosServersForTitle(ListQosServersForTitleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListQosServersForTitle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists multiplayer server game secrets for a title. + /// + public static void ListSecretSummaries(ListSecretSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListSecretSummaries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// List all server backfill ticket Ids the user is a member of. + /// + public static void ListServerBackfillTicketsForPlayer(ListServerBackfillTicketsForPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/ListServerBackfillTicketsForPlayer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// List all server quota change requests for a title. + /// + public static void ListTitleMultiplayerServersQuotaChanges(ListTitleMultiplayerServersQuotaChangesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListTitleMultiplayerServersQuotaChanges", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists virtual machines for a title. + /// + public static void ListVirtualMachineSummaries(ListVirtualMachineSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListVirtualMachineSummaries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// SDK support is limited to C# and Java for this API. Remove a matchmaking queue config. + /// + public static void RemoveMatchmakingQueue(RemoveMatchmakingQueueRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/RemoveMatchmakingQueue", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Remove a member from a lobby. + /// + public static void RemoveMember(RemoveMemberFromLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/RemoveMember", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Request a multiplayer server session. Accepts tokens for title and if game client access is enabled, allows game client + /// to request a server with player entity token. + /// + public static void RequestMultiplayerServer(RequestMultiplayerServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/RequestMultiplayerServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Request a party session. + /// + public static void RequestPartyService(RequestPartyServiceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Party/RequestPartyService", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Rolls over the credentials to the container registry. + /// + public static void RolloverContainerRegistryCredentials(RolloverContainerRegistryCredentialsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/RolloverContainerRegistryCredentials", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// SDK support is limited to C# and Java for this API. Create or update a matchmaking queue configuration. + /// + public static void SetMatchmakingQueue(SetMatchmakingQueueRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/SetMatchmakingQueue", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Shuts down a multiplayer server session. + /// + public static void ShutdownMultiplayerServer(ShutdownMultiplayerServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/ShutdownMultiplayerServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Subscribe to lobby resource notifications. + /// + public static void SubscribeToLobbyResource(SubscribeToLobbyResourceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/SubscribeToLobbyResource", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Subscribe to match resource notifications. + /// + public static void SubscribeToMatchmakingResource(SubscribeToMatchResourceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/SubscribeToMatchmakingResource", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unsubscribe from lobby notifications. + /// + public static void UnsubscribeFromLobbyResource(UnsubscribeFromLobbyResourceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/UnsubscribeFromLobbyResource", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unsubscribe from match resource notifications. + /// + public static void UnsubscribeFromMatchmakingResource(UnsubscribeFromMatchResourceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Match/UnsubscribeFromMatchmakingResource", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Untags a container image. + /// + public static void UntagContainerImage(UntagContainerImageRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/UntagContainerImage", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Creates a multiplayer server build alias. + /// + public static void UpdateBuildAlias(UpdateBuildAliasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/UpdateBuildAlias", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates a multiplayer server build's name. + /// + public static void UpdateBuildName(UpdateBuildNameRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/UpdateBuildName", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates a multiplayer server build's region. If the region is not yet created, it will be created + /// + public static void UpdateBuildRegion(UpdateBuildRegionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/UpdateBuildRegion", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates a multiplayer server build's regions. + /// + public static void UpdateBuildRegions(UpdateBuildRegionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/UpdateBuildRegions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Update a lobby. + /// + public static void UpdateLobby(UpdateLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/UpdateLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Preview: Update fields related to a joined server in the lobby the server is in. Servers can keep a lobby from expiring + /// by being the one to "update" the lobby in some way. Servers have no impact on last member leave/last member disconnect + /// behavior. + /// + public static void UpdateLobbyAsServer(UpdateLobbyAsServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Lobby/UpdateLobbyAsServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Uploads a multiplayer server game certificate. + /// + public static void UploadCertificate(UploadCertificateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/UploadCertificate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Uploads a multiplayer server game secret. + /// + public static void UploadSecret(UploadSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/MultiplayerServer/UploadSecret", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerAPI.cs.meta b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerAPI.cs.meta new file mode 100644 index 00000000..d022d5dc --- /dev/null +++ b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a5dd863da40a92a46b55d58a56b8db93 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerInstanceAPI.cs b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerInstanceAPI.cs new file mode 100644 index 00000000..9d6c5519 --- /dev/null +++ b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerInstanceAPI.cs @@ -0,0 +1,1027 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.MultiplayerModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// API methods for managing multiplayer servers. API methods for managing parties. The lobby service helps players group + /// together to play multiplayer games. It is often used as a rendezvous point for players to share connection information. + /// The TrueSkill service helps titles to estimate a player's skill based on their match results. The player skill values + /// from this service are commonly used by a matchmaking service to provide players with balanced matches. + /// + public partial class PlayFabMultiplayerInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabMultiplayerInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabMultiplayerInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Cancel all active tickets the player is a member of in a given queue. + /// + public void CancelAllMatchmakingTicketsForPlayer(CancelAllMatchmakingTicketsForPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/CancelAllMatchmakingTicketsForPlayer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Cancel all active backfill tickets the player is a member of in a given queue. + /// + public void CancelAllServerBackfillTicketsForPlayer(CancelAllServerBackfillTicketsForPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/CancelAllServerBackfillTicketsForPlayer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Cancel a matchmaking ticket. + /// + public void CancelMatchmakingTicket(CancelMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/CancelMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Cancel a server backfill ticket. + /// + public void CancelServerBackfillTicket(CancelServerBackfillTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/CancelServerBackfillTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a multiplayer server build alias. + /// + public void CreateBuildAlias(CreateBuildAliasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateBuildAlias", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a multiplayer server build with a custom container. + /// + public void CreateBuildWithCustomContainer(CreateBuildWithCustomContainerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateBuildWithCustomContainer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a multiplayer server build with a managed container. + /// + public void CreateBuildWithManagedContainer(CreateBuildWithManagedContainerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateBuildWithManagedContainer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a multiplayer server build with the server running as a process. + /// + public void CreateBuildWithProcessBasedServer(CreateBuildWithProcessBasedServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateBuildWithProcessBasedServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Create a lobby. + /// + public void CreateLobby(CreateLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/CreateLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Create a matchmaking ticket as a client. + /// + public void CreateMatchmakingTicket(CreateMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/CreateMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a remote user to log on to a VM for a multiplayer server build. + /// + public void CreateRemoteUser(CreateRemoteUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateRemoteUser", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Create a backfill matchmaking ticket as a server. A backfill ticket represents an ongoing game. The matchmaking service + /// automatically starts matching the backfill ticket against other matchmaking tickets. Backfill tickets cannot match with + /// other backfill tickets. + /// + public void CreateServerBackfillTicket(CreateServerBackfillTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/CreateServerBackfillTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Create a matchmaking ticket as a server. The matchmaking service automatically starts matching the ticket against other + /// matchmaking tickets. + /// + public void CreateServerMatchmakingTicket(CreateServerMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/CreateServerMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a request to change a title's multiplayer server quotas. + /// + public void CreateTitleMultiplayerServersQuotaChange(CreateTitleMultiplayerServersQuotaChangeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/CreateTitleMultiplayerServersQuotaChange", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a multiplayer server game asset for a title. + /// + public void DeleteAsset(DeleteAssetRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteAsset", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a multiplayer server build. + /// + public void DeleteBuild(DeleteBuildRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteBuild", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a multiplayer server build alias. + /// + public void DeleteBuildAlias(DeleteBuildAliasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteBuildAlias", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes a multiplayer server build's region. + /// + public void DeleteBuildRegion(DeleteBuildRegionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteBuildRegion", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a multiplayer server game certificate. + /// + public void DeleteCertificate(DeleteCertificateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteCertificate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a container image repository. + /// + public void DeleteContainerImageRepository(DeleteContainerImageRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteContainerImageRepository", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Delete a lobby. + /// + public void DeleteLobby(DeleteLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/DeleteLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a remote user to log on to a VM for a multiplayer server build. + /// + public void DeleteRemoteUser(DeleteRemoteUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteRemoteUser", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a multiplayer server game secret. + /// + public void DeleteSecret(DeleteSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/DeleteSecret", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Enables the multiplayer server feature for a title. + /// + public void EnableMultiplayerServersForTitle(EnableMultiplayerServersForTitleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/EnableMultiplayerServersForTitle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Find lobbies which match certain criteria, and which friends are in. + /// + public void FindFriendLobbies(FindFriendLobbiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/FindFriendLobbies", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Find all the lobbies that match certain criteria. + /// + public void FindLobbies(FindLobbiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/FindLobbies", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets a URL that can be used to download the specified asset. A sample pre-authenticated url - + /// https://sampleStorageAccount.blob.core.windows.net/gameassets/gameserver.zip?sv=2015-04-05&ss=b&srt=sco&sp=rw&st=startDate&se=endDate&spr=https&sig=sampleSig&api-version=2017-07-29 + /// + public void GetAssetDownloadUrl(GetAssetDownloadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetAssetDownloadUrl", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the URL to upload assets to. A sample pre-authenticated url - + /// https://sampleStorageAccount.blob.core.windows.net/gameassets/gameserver.zip?sv=2015-04-05&ss=b&srt=sco&sp=rw&st=startDate&se=endDate&spr=https&sig=sampleSig&api-version=2017-07-29 + /// + public void GetAssetUploadUrl(GetAssetUploadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetAssetUploadUrl", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets a multiplayer server build. + /// + public void GetBuild(GetBuildRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetBuild", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets a multiplayer server build alias. + /// + public void GetBuildAlias(GetBuildAliasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetBuildAlias", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the credentials to the container registry. + /// + public void GetContainerRegistryCredentials(GetContainerRegistryCredentialsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetContainerRegistryCredentials", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get a lobby. + /// + public void GetLobby(GetLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/GetLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get a match. + /// + public void GetMatch(GetMatchRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/GetMatch", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// SDK support is limited to C# and Java for this API. Get a matchmaking queue configuration. + /// + public void GetMatchmakingQueue(GetMatchmakingQueueRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/GetMatchmakingQueue", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get a matchmaking ticket by ticket Id. + /// + public void GetMatchmakingTicket(GetMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/GetMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets multiplayer server session details for a build. + /// + public void GetMultiplayerServerDetails(GetMultiplayerServerDetailsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetMultiplayerServerDetails", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets multiplayer server logs after a server has terminated. + /// + public void GetMultiplayerServerLogs(GetMultiplayerServerLogsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetMultiplayerServerLogs", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets multiplayer server logs after a server has terminated. + /// + public void GetMultiplayerSessionLogsBySessionId(GetMultiplayerSessionLogsBySessionIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetMultiplayerSessionLogsBySessionId", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get the statistics for a queue. + /// + public void GetQueueStatistics(GetQueueStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/GetQueueStatistics", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets a remote login endpoint to a VM that is hosting a multiplayer server build. + /// + public void GetRemoteLoginEndpoint(GetRemoteLoginEndpointRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetRemoteLoginEndpoint", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get a matchmaking backfill ticket by ticket Id. + /// + public void GetServerBackfillTicket(GetServerBackfillTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/GetServerBackfillTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the status of whether a title is enabled for the multiplayer server feature. + /// + public void GetTitleEnabledForMultiplayerServersStatus(GetTitleEnabledForMultiplayerServersStatusRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetTitleEnabledForMultiplayerServersStatus", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets a title's server quota change request. + /// + public void GetTitleMultiplayerServersQuotaChange(GetTitleMultiplayerServersQuotaChangeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetTitleMultiplayerServersQuotaChange", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the quotas for a title in relation to multiplayer servers. + /// + public void GetTitleMultiplayerServersQuotas(GetTitleMultiplayerServersQuotasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/GetTitleMultiplayerServersQuotas", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Send a notification to invite a player to a lobby. + /// + public void InviteToLobby(InviteToLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/InviteToLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Join an Arranged lobby. + /// + public void JoinArrangedLobby(JoinArrangedLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/JoinArrangedLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Join a lobby. + /// + public void JoinLobby(JoinLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/JoinLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Preview: Join a lobby as a server entity. This is restricted to client lobbies which are using connections. + /// + public void JoinLobbyAsServer(JoinLobbyAsServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/JoinLobbyAsServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Join a matchmaking ticket. + /// + public void JoinMatchmakingTicket(JoinMatchmakingTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/JoinMatchmakingTicket", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Leave a lobby. + /// + public void LeaveLobby(LeaveLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/LeaveLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Preview: Request for server to leave a lobby. This is restricted to client owned lobbies which are using connections. + /// + public void LeaveLobbyAsServer(LeaveLobbyAsServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/LeaveLobbyAsServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists archived multiplayer server sessions for a build. + /// + public void ListArchivedMultiplayerServers(ListMultiplayerServersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListArchivedMultiplayerServers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists multiplayer server game assets for a title. + /// + public void ListAssetSummaries(ListAssetSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListAssetSummaries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists details of all build aliases for a title. Accepts tokens for title and if game client access is enabled, allows + /// game client to request list of builds with player entity token. + /// + public void ListBuildAliases(ListBuildAliasesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListBuildAliases", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists summarized details of all multiplayer server builds for a title. Accepts tokens for title and if game client + /// access is enabled, allows game client to request list of builds with player entity token. + /// + public void ListBuildSummariesV2(ListBuildSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListBuildSummariesV2", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists multiplayer server game certificates for a title. + /// + public void ListCertificateSummaries(ListCertificateSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListCertificateSummaries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists custom container images for a title. + /// + public void ListContainerImages(ListContainerImagesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListContainerImages", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists the tags for a custom container image. + /// + public void ListContainerImageTags(ListContainerImageTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListContainerImageTags", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// SDK support is limited to C# and Java for this API. List all matchmaking queue configs. + /// + public void ListMatchmakingQueues(ListMatchmakingQueuesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/ListMatchmakingQueues", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// List all matchmaking ticket Ids the user is a member of. + /// + public void ListMatchmakingTicketsForPlayer(ListMatchmakingTicketsForPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/ListMatchmakingTicketsForPlayer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists multiplayer server sessions for a build. + /// + public void ListMultiplayerServers(ListMultiplayerServersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListMultiplayerServers", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists quality of service servers for party. + /// + public void ListPartyQosServers(ListPartyQosServersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListPartyQosServers", request, AuthType.None, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists quality of service servers for the title. By default, servers are only returned for regions where a Multiplayer + /// Servers build has been deployed. + /// + public void ListQosServersForTitle(ListQosServersForTitleRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListQosServersForTitle", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists multiplayer server game secrets for a title. + /// + public void ListSecretSummaries(ListSecretSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListSecretSummaries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// List all server backfill ticket Ids the user is a member of. + /// + public void ListServerBackfillTicketsForPlayer(ListServerBackfillTicketsForPlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/ListServerBackfillTicketsForPlayer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// List all server quota change requests for a title. + /// + public void ListTitleMultiplayerServersQuotaChanges(ListTitleMultiplayerServersQuotaChangesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListTitleMultiplayerServersQuotaChanges", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists virtual machines for a title. + /// + public void ListVirtualMachineSummaries(ListVirtualMachineSummariesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ListVirtualMachineSummaries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// SDK support is limited to C# and Java for this API. Remove a matchmaking queue config. + /// + public void RemoveMatchmakingQueue(RemoveMatchmakingQueueRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/RemoveMatchmakingQueue", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Remove a member from a lobby. + /// + public void RemoveMember(RemoveMemberFromLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/RemoveMember", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Request a multiplayer server session. Accepts tokens for title and if game client access is enabled, allows game client + /// to request a server with player entity token. + /// + public void RequestMultiplayerServer(RequestMultiplayerServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/RequestMultiplayerServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Request a party session. + /// + public void RequestPartyService(RequestPartyServiceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Party/RequestPartyService", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Rolls over the credentials to the container registry. + /// + public void RolloverContainerRegistryCredentials(RolloverContainerRegistryCredentialsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/RolloverContainerRegistryCredentials", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// SDK support is limited to C# and Java for this API. Create or update a matchmaking queue configuration. + /// + public void SetMatchmakingQueue(SetMatchmakingQueueRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/SetMatchmakingQueue", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Shuts down a multiplayer server session. + /// + public void ShutdownMultiplayerServer(ShutdownMultiplayerServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/ShutdownMultiplayerServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Subscribe to lobby resource notifications. + /// + public void SubscribeToLobbyResource(SubscribeToLobbyResourceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/SubscribeToLobbyResource", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Subscribe to match resource notifications. + /// + public void SubscribeToMatchmakingResource(SubscribeToMatchResourceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/SubscribeToMatchmakingResource", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unsubscribe from lobby notifications. + /// + public void UnsubscribeFromLobbyResource(UnsubscribeFromLobbyResourceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/UnsubscribeFromLobbyResource", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unsubscribe from match resource notifications. + /// + public void UnsubscribeFromMatchmakingResource(UnsubscribeFromMatchResourceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Match/UnsubscribeFromMatchmakingResource", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Untags a container image. + /// + public void UntagContainerImage(UntagContainerImageRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/UntagContainerImage", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Creates a multiplayer server build alias. + /// + public void UpdateBuildAlias(UpdateBuildAliasRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/UpdateBuildAlias", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates a multiplayer server build's name. + /// + public void UpdateBuildName(UpdateBuildNameRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/UpdateBuildName", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates a multiplayer server build's region. If the region is not yet created, it will be created + /// + public void UpdateBuildRegion(UpdateBuildRegionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/UpdateBuildRegion", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates a multiplayer server build's regions. + /// + public void UpdateBuildRegions(UpdateBuildRegionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/UpdateBuildRegions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Update a lobby. + /// + public void UpdateLobby(UpdateLobbyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/UpdateLobby", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Preview: Update fields related to a joined server in the lobby the server is in. Servers can keep a lobby from expiring + /// by being the one to "update" the lobby in some way. Servers have no impact on last member leave/last member disconnect + /// behavior. + /// + public void UpdateLobbyAsServer(UpdateLobbyAsServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Lobby/UpdateLobbyAsServer", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Uploads a multiplayer server game certificate. + /// + public void UploadCertificate(UploadCertificateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/UploadCertificate", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Uploads a multiplayer server game secret. + /// + public void UploadSecret(UploadSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/MultiplayerServer/UploadSecret", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerInstanceAPI.cs.meta b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerInstanceAPI.cs.meta new file mode 100644 index 00000000..0d3c42fa --- /dev/null +++ b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a4dbb109fa8001b4b9fa53260ba50cf8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerModels.cs b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerModels.cs new file mode 100644 index 00000000..aae42535 --- /dev/null +++ b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerModels.cs @@ -0,0 +1,5357 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.MultiplayerModels +{ + public enum AccessPolicy + { + Public, + Friends, + Private + } + + [Serializable] + public class AssetReference : PlayFabBaseModel + { + /// + /// The asset's file name. This is a filename with the .zip, .tar, or .tar.gz extension. + /// + public string FileName; + /// + /// The asset's mount path. + /// + public string MountPath; + } + + [Serializable] + public class AssetReferenceParams : PlayFabBaseModel + { + /// + /// The asset's file name. + /// + public string FileName; + /// + /// The asset's mount path. + /// + public string MountPath; + } + + [Serializable] + public class AssetSummary : PlayFabBaseModel + { + /// + /// The asset's file name. This is a filename with the .zip, .tar, or .tar.gz extension. + /// + public string FileName; + /// + /// The metadata associated with the asset. + /// + public Dictionary Metadata; + } + + public enum AttributeMergeFunction + { + Min, + Max, + Average + } + + public enum AttributeNotSpecifiedBehavior + { + UseDefault, + MatchAny + } + + public enum AttributeSource + { + User, + PlayerEntity + } + + public enum AzureRegion + { + AustraliaEast, + AustraliaSoutheast, + BrazilSouth, + CentralUs, + EastAsia, + EastUs, + EastUs2, + JapanEast, + JapanWest, + NorthCentralUs, + NorthEurope, + SouthCentralUs, + SoutheastAsia, + WestEurope, + WestUs, + SouthAfricaNorth, + WestCentralUs, + KoreaCentral, + FranceCentral, + WestUs2, + CentralIndia, + UaeNorth, + UkSouth, + SwedenCentral + } + + public enum AzureVmFamily + { + A, + Av2, + Dv2, + Dv3, + F, + Fsv2, + Dasv4, + Dav4, + Dadsv5, + Eav4, + Easv4, + Ev4, + Esv4, + Dsv3, + Dsv2, + NCasT4_v3, + Ddv4, + Ddsv4, + HBv3, + Ddv5, + Ddsv5 + } + + public enum AzureVmSize + { + Standard_A1, + Standard_A2, + Standard_A3, + Standard_A4, + Standard_A1_v2, + Standard_A2_v2, + Standard_A4_v2, + Standard_A8_v2, + Standard_D1_v2, + Standard_D2_v2, + Standard_D3_v2, + Standard_D4_v2, + Standard_D5_v2, + Standard_D2_v3, + Standard_D4_v3, + Standard_D8_v3, + Standard_D16_v3, + Standard_F1, + Standard_F2, + Standard_F4, + Standard_F8, + Standard_F16, + Standard_F2s_v2, + Standard_F4s_v2, + Standard_F8s_v2, + Standard_F16s_v2, + Standard_D2as_v4, + Standard_D4as_v4, + Standard_D8as_v4, + Standard_D16as_v4, + Standard_D2a_v4, + Standard_D4a_v4, + Standard_D8a_v4, + Standard_D16a_v4, + Standard_D2ads_v5, + Standard_D4ads_v5, + Standard_D8ads_v5, + Standard_D16ads_v5, + Standard_E2a_v4, + Standard_E4a_v4, + Standard_E8a_v4, + Standard_E16a_v4, + Standard_E2as_v4, + Standard_E4as_v4, + Standard_E8as_v4, + Standard_E16as_v4, + Standard_D2s_v3, + Standard_D4s_v3, + Standard_D8s_v3, + Standard_D16s_v3, + Standard_DS1_v2, + Standard_DS2_v2, + Standard_DS3_v2, + Standard_DS4_v2, + Standard_DS5_v2, + Standard_NC4as_T4_v3, + Standard_D2d_v4, + Standard_D4d_v4, + Standard_D8d_v4, + Standard_D16d_v4, + Standard_D2ds_v4, + Standard_D4ds_v4, + Standard_D8ds_v4, + Standard_D16ds_v4, + Standard_HB120_16rs_v3, + Standard_HB120_32rs_v3, + Standard_HB120_64rs_v3, + Standard_HB120_96rs_v3, + Standard_HB120rs_v3, + Standard_D2d_v5, + Standard_D4d_v5, + Standard_D8d_v5, + Standard_D16d_v5, + Standard_D32d_v5, + Standard_D2ds_v5, + Standard_D4ds_v5, + Standard_D8ds_v5, + Standard_D16ds_v5, + Standard_D32ds_v5 + } + + [Serializable] + public class BuildAliasDetailsResponse : PlayFabResultCommon + { + /// + /// The guid string alias Id of the alias to be created or updated. + /// + public string AliasId; + /// + /// The alias name. + /// + public string AliasName; + /// + /// Array of build selection criteria. + /// + public List BuildSelectionCriteria; + } + + [Serializable] + public class BuildAliasParams : PlayFabBaseModel + { + /// + /// The guid string alias ID to use for the request. + /// + public string AliasId; + } + + [Serializable] + public class BuildRegion : PlayFabBaseModel + { + /// + /// The current multiplayer server stats for the region. + /// + public CurrentServerStats CurrentServerStats; + /// + /// Optional settings to control dynamic adjustment of standby target + /// + public DynamicStandbySettings DynamicStandbySettings; + /// + /// Whether the game assets provided for the build have been replicated to this region. + /// + public bool IsAssetReplicationComplete; + /// + /// The maximum number of multiplayer servers for the region. + /// + public int MaxServers; + /// + /// Regional override for the number of multiplayer servers to host on a single VM of the build. + /// + public int? MultiplayerServerCountPerVm; + /// + /// The build region. + /// + public string Region; + /// + /// Optional settings to set the standby target to specified values during the supplied schedules + /// + public ScheduledStandbySettings ScheduledStandbySettings; + /// + /// The target number of standby multiplayer servers for the region. + /// + public int StandbyServers; + /// + /// The status of multiplayer servers in the build region. Valid values are - Unknown, Initialized, Deploying, Deployed, + /// Unhealthy, Deleting, Deleted. + /// + public string Status; + /// + /// Regional override for the VM size the build was created on. + /// + public AzureVmSize? VmSize; + } + + [Serializable] + public class BuildRegionParams : PlayFabBaseModel + { + /// + /// Optional settings to control dynamic adjustment of standby target. If not specified, dynamic standby is disabled + /// + public DynamicStandbySettings DynamicStandbySettings; + /// + /// The maximum number of multiplayer servers for the region. + /// + public int MaxServers; + /// + /// Regional override for the number of multiplayer servers to host on a single VM of the build. + /// + public int? MultiplayerServerCountPerVm; + /// + /// The build region. + /// + public string Region; + /// + /// Optional settings to set the standby target to specified values during the supplied schedules + /// + public ScheduledStandbySettings ScheduledStandbySettings; + /// + /// The number of standby multiplayer servers for the region. + /// + public int StandbyServers; + /// + /// Regional override for the VM size the build was created on. + /// + public AzureVmSize? VmSize; + } + + [Serializable] + public class BuildSelectionCriterion : PlayFabBaseModel + { + /// + /// Dictionary of build ids and their respective weights for distribution of allocation requests. + /// + public Dictionary BuildWeightDistribution; + } + + [Serializable] + public class BuildSummary : PlayFabBaseModel + { + /// + /// The guid string build ID of the build. + /// + public string BuildId; + /// + /// The build name. + /// + public string BuildName; + /// + /// The time the build was created in UTC. + /// + public DateTime? CreationTime; + /// + /// The metadata of the build. + /// + public Dictionary Metadata; + /// + /// The configuration and status for each region in the build. + /// + public List RegionConfigurations; + } + + /// + /// Cancels all tickets of which the player is a member in a given queue that are not cancelled or matched. This API is + /// useful if you lose track of what tickets the player is a member of (if the title crashes for instance) and want to + /// "reset". The Entity field is optional if the caller is a player and defaults to that player. Players may not cancel + /// tickets for other people. The Entity field is required if the caller is a server (authenticated as the title). + /// + [Serializable] + public class CancelAllMatchmakingTicketsForPlayerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity key of the player whose tickets should be canceled. + /// + public EntityKey Entity; + /// + /// The name of the queue from which a player's tickets should be canceled. + /// + public string QueueName; + } + + [Serializable] + public class CancelAllMatchmakingTicketsForPlayerResult : PlayFabResultCommon + { + } + + /// + /// Cancels all backfill tickets of which the player is a member in a given queue that are not cancelled or matched. This + /// API is useful if you lose track of what tickets the player is a member of (if the server crashes for instance) and want + /// to "reset". + /// + [Serializable] + public class CancelAllServerBackfillTicketsForPlayerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity key of the player whose backfill tickets should be canceled. + /// + public EntityKey Entity; + /// + /// The name of the queue from which a player's backfill tickets should be canceled. + /// + public string QueueName; + } + + [Serializable] + public class CancelAllServerBackfillTicketsForPlayerResult : PlayFabResultCommon + { + } + + public enum CancellationReason + { + Requested, + Internal, + Timeout + } + + /// + /// Only servers and ticket members can cancel a ticket. The ticket can be in five different states when it is cancelled. 1: + /// the ticket is waiting for members to join it, and it has not started matching. If the ticket is cancelled at this stage, + /// it will never match. 2: the ticket is matching. If the ticket is cancelled, it will stop matching. 3: the ticket is + /// matched. A matched ticket cannot be cancelled. 4: the ticket is already cancelled and nothing happens. 5: the ticket is + /// waiting for a server. If the ticket is cancelled, server allocation will be stopped. A server may still be allocated due + /// to a race condition, but that will not be reflected in the ticket. There may be race conditions between the ticket + /// getting matched and the client making a cancellation request. The client must handle the possibility that the cancel + /// request fails if a match is found before the cancellation request is processed. We do not allow resubmitting a cancelled + /// ticket because players must consent to enter matchmaking again. Create a new ticket instead. + /// + [Serializable] + public class CancelMatchmakingTicketRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the queue the ticket is in. + /// + public string QueueName; + /// + /// The Id of the ticket to find a match for. + /// + public string TicketId; + } + + [Serializable] + public class CancelMatchmakingTicketResult : PlayFabResultCommon + { + } + + /// + /// Only servers can cancel a backfill ticket. The ticket can be in three different states when it is cancelled. 1: the + /// ticket is matching. If the ticket is cancelled, it will stop matching. 2: the ticket is matched. A matched ticket cannot + /// be cancelled. 3: the ticket is already cancelled and nothing happens. There may be race conditions between the ticket + /// getting matched and the server making a cancellation request. The server must handle the possibility that the cancel + /// request fails if a match is found before the cancellation request is processed. We do not allow resubmitting a cancelled + /// ticket. Create a new ticket instead. + /// + [Serializable] + public class CancelServerBackfillTicketRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the queue the ticket is in. + /// + public string QueueName; + /// + /// The Id of the ticket to find a match for. + /// + public string TicketId; + } + + [Serializable] + public class CancelServerBackfillTicketResult : PlayFabResultCommon + { + } + + [Serializable] + public class Certificate : PlayFabBaseModel + { + /// + /// Base64 encoded string contents of the certificate. + /// + public string Base64EncodedValue; + /// + /// A name for the certificate. This is used to reference certificates in build configurations. + /// + public string Name; + /// + /// If required for your PFX certificate, use this field to provide a password that will be used to install the certificate + /// on the container. + /// + public string Password; + } + + [Serializable] + public class CertificateSummary : PlayFabBaseModel + { + /// + /// The name of the certificate. + /// + public string Name; + /// + /// The thumbprint for the certificate. + /// + public string Thumbprint; + } + + [Serializable] + public class ConnectedPlayer : PlayFabBaseModel + { + /// + /// The player ID of the player connected to the multiplayer server. + /// + public string PlayerId; + } + + public enum ContainerFlavor + { + ManagedWindowsServerCore, + CustomLinux, + ManagedWindowsServerCorePreview, + Invalid + } + + [Serializable] + public class ContainerImageReference : PlayFabBaseModel + { + /// + /// The container image name. + /// + public string ImageName; + /// + /// The container tag. + /// + public string Tag; + } + + [Serializable] + public class CoreCapacity : PlayFabBaseModel + { + /// + /// The available core capacity for the (Region, VmFamily) + /// + public int Available; + /// + /// The AzureRegion + /// + public string Region; + /// + /// The total core capacity for the (Region, VmFamily) + /// + public int Total; + /// + /// The AzureVmFamily + /// + public AzureVmFamily? VmFamily; + } + + [Serializable] + public class CoreCapacityChange : PlayFabBaseModel + { + /// + /// New quota core limit for the given vm family/region. + /// + public int NewCoreLimit; + /// + /// Region to change. + /// + public string Region; + /// + /// Virtual machine family to change. + /// + public AzureVmFamily VmFamily; + } + + /// + /// Creates a multiplayer server build alias and returns the created alias. + /// + [Serializable] + public class CreateBuildAliasRequest : PlayFabRequestCommon + { + /// + /// The alias name. + /// + public string AliasName; + /// + /// Array of build selection criteria. + /// + public List BuildSelectionCriteria; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// Creates a multiplayer server build with a custom container and returns information about the build creation request. + /// + [Serializable] + public class CreateBuildWithCustomContainerRequest : PlayFabRequestCommon + { + /// + /// When true, assets will not be copied for each server inside the VM. All serverswill run from the same set of assets, or + /// will have the same assets mounted in the container. + /// + public bool? AreAssetsReadonly; + /// + /// The build name. + /// + public string BuildName; + /// + /// The flavor of container to create a build from. + /// + public ContainerFlavor? ContainerFlavor; + /// + /// The container reference, consisting of the image name and tag. + /// + public ContainerImageReference ContainerImageReference; + /// + /// The container command to run when the multiplayer server has been allocated, including any arguments. + /// + public string ContainerRunCommand; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The list of game assets related to the build. + /// + public List GameAssetReferences; + /// + /// The game certificates for the build. + /// + public List GameCertificateReferences; + /// + /// The game secrets for the build. + /// + public List GameSecretReferences; + /// + /// The Linux instrumentation configuration for the build. + /// + public LinuxInstrumentationConfiguration LinuxInstrumentationConfiguration; + /// + /// Metadata to tag the build. The keys are case insensitive. The build metadata is made available to the server through + /// Game Server SDK (GSDK).Constraints: Maximum number of keys: 30, Maximum key length: 50, Maximum value length: 100 + /// + public Dictionary Metadata; + /// + /// The configuration for the monitoring application on the build + /// + public MonitoringApplicationConfigurationParams MonitoringApplicationConfiguration; + /// + /// The number of multiplayer servers to host on a single VM. + /// + public int MultiplayerServerCountPerVm; + /// + /// The ports to map the build on. + /// + public List Ports; + /// + /// The region configurations for the build. + /// + public List RegionConfigurations; + /// + /// The resource constraints to apply to each server on the VM (EXPERIMENTAL API) + /// + public ServerResourceConstraintParams ServerResourceConstraints; + /// + /// The VM size to create the build on. + /// + public AzureVmSize? VmSize; + /// + /// The configuration for the VmStartupScript for the build + /// + public VmStartupScriptParams VmStartupScriptConfiguration; + } + + [Serializable] + public class CreateBuildWithCustomContainerResponse : PlayFabResultCommon + { + /// + /// When true, assets will not be copied for each server inside the VM. All serverswill run from the same set of assets, or + /// will have the same assets mounted in the container. + /// + public bool? AreAssetsReadonly; + /// + /// The guid string build ID. Must be unique for every build. + /// + public string BuildId; + /// + /// The build name. + /// + public string BuildName; + /// + /// The flavor of container of the build. + /// + public ContainerFlavor? ContainerFlavor; + /// + /// The container command to run when the multiplayer server has been allocated, including any arguments. + /// + public string ContainerRunCommand; + /// + /// The time the build was created in UTC. + /// + public DateTime? CreationTime; + /// + /// The custom game container image reference information. + /// + public ContainerImageReference CustomGameContainerImage; + /// + /// The game assets for the build. + /// + public List GameAssetReferences; + /// + /// The game certificates for the build. + /// + public List GameCertificateReferences; + /// + /// The game secrets for the build. + /// + public List GameSecretReferences; + /// + /// The Linux instrumentation configuration for this build. + /// + public LinuxInstrumentationConfiguration LinuxInstrumentationConfiguration; + /// + /// The metadata of the build. + /// + public Dictionary Metadata; + /// + /// The configuration for the monitoring application for the build + /// + public MonitoringApplicationConfiguration MonitoringApplicationConfiguration; + /// + /// The number of multiplayer servers to host on a single VM of the build. + /// + public int MultiplayerServerCountPerVm; + /// + /// The OS platform used for running the game process. + /// + public string OsPlatform; + /// + /// The ports the build is mapped on. + /// + public List Ports; + /// + /// The region configuration for the build. + /// + public List RegionConfigurations; + /// + /// The resource constraints to apply to each server on the VM (EXPERIMENTAL API) + /// + public ServerResourceConstraintParams ServerResourceConstraints; + /// + /// The type of game server being hosted. + /// + public string ServerType; + /// + /// When true, assets will be downloaded and uncompressed in memory, without the compressedversion being written first to + /// disc. + /// + public bool? UseStreamingForAssetDownloads; + /// + /// The VM size the build was created on. + /// + public AzureVmSize? VmSize; + /// + /// The configuration for the VmStartupScript feature for the build + /// + public VmStartupScriptConfiguration VmStartupScriptConfiguration; + } + + /// + /// Creates a multiplayer server build with a managed container and returns information about the build creation request. + /// + [Serializable] + public class CreateBuildWithManagedContainerRequest : PlayFabRequestCommon + { + /// + /// When true, assets will not be copied for each server inside the VM. All serverswill run from the same set of assets, or + /// will have the same assets mounted in the container. + /// + public bool? AreAssetsReadonly; + /// + /// The build name. + /// + public string BuildName; + /// + /// The flavor of container to create a build from. + /// + public ContainerFlavor? ContainerFlavor; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The list of game assets related to the build. + /// + public List GameAssetReferences; + /// + /// The game certificates for the build. + /// + public List GameCertificateReferences; + /// + /// The game secrets for the build. + /// + public List GameSecretReferences; + /// + /// The directory containing the game executable. This would be the start path of the game assets that contain the main game + /// server executable. If not provided, a best effort will be made to extract it from the start game command. + /// + public string GameWorkingDirectory; + /// + /// The instrumentation configuration for the build. + /// + public InstrumentationConfiguration InstrumentationConfiguration; + /// + /// Metadata to tag the build. The keys are case insensitive. The build metadata is made available to the server through + /// Game Server SDK (GSDK).Constraints: Maximum number of keys: 30, Maximum key length: 50, Maximum value length: 100 + /// + public Dictionary Metadata; + /// + /// The configuration for the monitoring application on the build + /// + public MonitoringApplicationConfigurationParams MonitoringApplicationConfiguration; + /// + /// The number of multiplayer servers to host on a single VM. + /// + public int MultiplayerServerCountPerVm; + /// + /// The ports to map the build on. + /// + public List Ports; + /// + /// The region configurations for the build. + /// + public List RegionConfigurations; + /// + /// The resource constraints to apply to each server on the VM (EXPERIMENTAL API) + /// + public ServerResourceConstraintParams ServerResourceConstraints; + /// + /// The command to run when the multiplayer server is started, including any arguments. + /// + public string StartMultiplayerServerCommand; + /// + /// The VM size to create the build on. + /// + public AzureVmSize? VmSize; + /// + /// The configuration for the VmStartupScript for the build + /// + public VmStartupScriptParams VmStartupScriptConfiguration; + /// + /// The crash dump configuration for the build. + /// + public WindowsCrashDumpConfiguration WindowsCrashDumpConfiguration; + } + + [Serializable] + public class CreateBuildWithManagedContainerResponse : PlayFabResultCommon + { + /// + /// When true, assets will not be copied for each server inside the VM. All serverswill run from the same set of assets, or + /// will have the same assets mounted in the container. + /// + public bool? AreAssetsReadonly; + /// + /// The guid string build ID. Must be unique for every build. + /// + public string BuildId; + /// + /// The build name. + /// + public string BuildName; + /// + /// The flavor of container of the build. + /// + public ContainerFlavor? ContainerFlavor; + /// + /// The time the build was created in UTC. + /// + public DateTime? CreationTime; + /// + /// The game assets for the build. + /// + public List GameAssetReferences; + /// + /// The game certificates for the build. + /// + public List GameCertificateReferences; + /// + /// The game secrets for the build. + /// + public List GameSecretReferences; + /// + /// The directory containing the game executable. This would be the start path of the game assets that contain the main game + /// server executable. If not provided, a best effort will be made to extract it from the start game command. + /// + public string GameWorkingDirectory; + /// + /// The instrumentation configuration for this build. + /// + public InstrumentationConfiguration InstrumentationConfiguration; + /// + /// The metadata of the build. + /// + public Dictionary Metadata; + /// + /// The configuration for the monitoring application for the build + /// + public MonitoringApplicationConfiguration MonitoringApplicationConfiguration; + /// + /// The number of multiplayer servers to host on a single VM of the build. + /// + public int MultiplayerServerCountPerVm; + /// + /// The OS platform used for running the game process. + /// + public string OsPlatform; + /// + /// The ports the build is mapped on. + /// + public List Ports; + /// + /// The region configuration for the build. + /// + public List RegionConfigurations; + /// + /// The resource constraints to apply to each server on the VM (EXPERIMENTAL API) + /// + public ServerResourceConstraintParams ServerResourceConstraints; + /// + /// The type of game server being hosted. + /// + public string ServerType; + /// + /// The command to run when the multiplayer server has been allocated, including any arguments. + /// + public string StartMultiplayerServerCommand; + /// + /// When true, assets will be downloaded and uncompressed in memory, without the compressedversion being written first to + /// disc. + /// + public bool? UseStreamingForAssetDownloads; + /// + /// The VM size the build was created on. + /// + public AzureVmSize? VmSize; + /// + /// The configuration for the VmStartupScript feature for the build + /// + public VmStartupScriptConfiguration VmStartupScriptConfiguration; + } + + /// + /// Creates a multiplayer server build with the game server running as a process and returns information about the build + /// creation request. + /// + [Serializable] + public class CreateBuildWithProcessBasedServerRequest : PlayFabRequestCommon + { + /// + /// When true, assets will not be copied for each server inside the VM. All serverswill run from the same set of assets, or + /// will have the same assets mounted in the container. + /// + public bool? AreAssetsReadonly; + /// + /// The build name. + /// + public string BuildName; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The list of game assets related to the build. + /// + public List GameAssetReferences; + /// + /// The game certificates for the build. + /// + public List GameCertificateReferences; + /// + /// The game secrets for the build. + /// + public List GameSecretReferences; + /// + /// The working directory for the game process. If this is not provided, the working directory will be set based on the + /// mount path of the game server executable. + /// + public string GameWorkingDirectory; + /// + /// The instrumentation configuration for the Build. Used only if it is a Windows Build. + /// + public InstrumentationConfiguration InstrumentationConfiguration; + /// + /// Indicates whether this build will be created using the OS Preview versionPreview OS is recommended for dev builds to + /// detect any breaking changes before they are released to retail. Retail builds should set this value to false. + /// + public bool? IsOSPreview; + /// + /// The Linux instrumentation configuration for the Build. Used only if it is a Linux Build. + /// + public LinuxInstrumentationConfiguration LinuxInstrumentationConfiguration; + /// + /// Metadata to tag the build. The keys are case insensitive. The build metadata is made available to the server through + /// Game Server SDK (GSDK).Constraints: Maximum number of keys: 30, Maximum key length: 50, Maximum value length: 100 + /// + public Dictionary Metadata; + /// + /// The configuration for the monitoring application on the build + /// + public MonitoringApplicationConfigurationParams MonitoringApplicationConfiguration; + /// + /// The number of multiplayer servers to host on a single VM. + /// + public int MultiplayerServerCountPerVm; + /// + /// The OS platform used for running the game process. + /// + public string OsPlatform; + /// + /// The ports to map the build on. + /// + public List Ports; + /// + /// The region configurations for the build. + /// + public List RegionConfigurations; + /// + /// The command to run when the multiplayer server is started, including any arguments. The path to any executable should be + /// relative to the root asset folder when unzipped. + /// + public string StartMultiplayerServerCommand; + /// + /// The VM size to create the build on. + /// + public AzureVmSize? VmSize; + /// + /// The configuration for the VmStartupScript for the build + /// + public VmStartupScriptParams VmStartupScriptConfiguration; + } + + [Serializable] + public class CreateBuildWithProcessBasedServerResponse : PlayFabResultCommon + { + /// + /// When true, assets will not be copied for each server inside the VM. All serverswill run from the same set of assets, or + /// will have the same assets mounted in the container. + /// + public bool? AreAssetsReadonly; + /// + /// The guid string build ID. Must be unique for every build. + /// + public string BuildId; + /// + /// The build name. + /// + public string BuildName; + /// + /// The flavor of container of the build. + /// + public ContainerFlavor? ContainerFlavor; + /// + /// The time the build was created in UTC. + /// + public DateTime? CreationTime; + /// + /// The game assets for the build. + /// + public List GameAssetReferences; + /// + /// The game certificates for the build. + /// + public List GameCertificateReferences; + /// + /// The game secrets for the build. + /// + public List GameSecretReferences; + /// + /// The working directory for the game process. If this is not provided, the working directory will be set based on the + /// mount path of the game server executable. + /// + public string GameWorkingDirectory; + /// + /// The instrumentation configuration for this build. + /// + public InstrumentationConfiguration InstrumentationConfiguration; + /// + /// Indicates whether this build will be created using the OS Preview versionPreview OS is recommended for dev builds to + /// detect any breaking changes before they are released to retail. Retail builds should set this value to false. + /// + public bool? IsOSPreview; + /// + /// The Linux instrumentation configuration for this build. + /// + public LinuxInstrumentationConfiguration LinuxInstrumentationConfiguration; + /// + /// The metadata of the build. + /// + public Dictionary Metadata; + /// + /// The configuration for the monitoring application for the build + /// + public MonitoringApplicationConfiguration MonitoringApplicationConfiguration; + /// + /// The number of multiplayer servers to host on a single VM of the build. + /// + public int MultiplayerServerCountPerVm; + /// + /// The OS platform used for running the game process. + /// + public string OsPlatform; + /// + /// The ports the build is mapped on. + /// + public List Ports; + /// + /// The region configuration for the build. + /// + public List RegionConfigurations; + /// + /// The type of game server being hosted. + /// + public string ServerType; + /// + /// The command to run when the multiplayer server is started, including any arguments. The path to any executable is + /// relative to the root asset folder when unzipped. + /// + public string StartMultiplayerServerCommand; + /// + /// When true, assets will be downloaded and uncompressed in memory, without the compressedversion being written first to + /// disc. + /// + public bool? UseStreamingForAssetDownloads; + /// + /// The VM size the build was created on. + /// + public AzureVmSize? VmSize; + /// + /// The configuration for the VmStartupScript feature for the build + /// + public VmStartupScriptConfiguration VmStartupScriptConfiguration; + } + + /// + /// Request to create a lobby. A Server or client can create a lobby. + /// + [Serializable] + public class CreateLobbyRequest : PlayFabRequestCommon + { + /// + /// The policy indicating who is allowed to join the lobby, and the visibility to queries. May be 'Public', 'Friends' or + /// 'Private'. Public means the lobby is both visible in queries and any player may join, including invited players. Friends + /// means that users who are bidirectional friends of members in the lobby may search to find friend lobbies, to retrieve + /// its connection string. Private means the lobby is not visible in queries, and a player must receive an invitation to + /// join. Defaults to 'Public' on creation. Can only be changed by the lobby owner. + /// + public AccessPolicy? AccessPolicy; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The private key-value pairs which are visible to all entities in the lobby. At most 30 key-value pairs may be stored + /// here, keys are limited to 30 characters and values to 1000. The total size of all lobbyData values may not exceed 4096 + /// bytes. Keys are case sensitive. + /// + public Dictionary LobbyData; + /// + /// The maximum number of players allowed in the lobby. The value must be between 2 and 128. + /// + public uint MaxPlayers; + /// + /// The member initially added to the lobby. Client must specify exactly one member, which is the creator's entity and + /// member data. Member PubSubConnectionHandle must be null or empty. Game servers must not specify any members. + /// + public List Members; + /// + /// The lobby owner. Must be the calling entity. + /// + public EntityKey Owner; + /// + /// The policy for how a new owner is chosen. May be 'Automatic', 'Manual' or 'None'. Can only be specified by clients. If + /// client-owned and 'Automatic' - The Lobby service will automatically assign another connected owner when the current + /// owner leaves or disconnects. The useConnections property must be true. If client - owned and 'Manual' - Ownership is + /// protected as long as the current owner is connected. If the current owner leaves or disconnects any member may set + /// themselves as the current owner. The useConnections property must be true. If client-owned and 'None' - Any member can + /// set ownership. The useConnections property can be either true or false. + /// + public OwnerMigrationPolicy? OwnerMigrationPolicy; + /// + /// The public key-value pairs which allow queries to differentiate between lobbies. Queries will refer to these key-value + /// pairs in their filter and order by clauses to retrieve lobbies fitting the specified criteria. At most 30 key-value + /// pairs may be stored here. Keys are of the format string_key1, string_key2 ... string_key30 for string values, or + /// number_key1, number_key2, ... number_key30 for numeric values.Numeric values are floats. Values can be at most 256 + /// characters long. The total size of all searchData values may not exceed 1024 bytes. + /// + public Dictionary SearchData; + /// + /// A setting to control whether connections are used. Defaults to true. When true, notifications are sent to subscribed + /// players, disconnect detection removes connectionHandles, only owner migration policies using connections are allowed, + /// and lobbies must have at least one connected member to be searchable or be a server hosted lobby with a connected + /// server. If false, then notifications are not sent, connections are not allowed, and lobbies do not need connections to + /// be searchable. + /// + public bool UseConnections; + } + + [Serializable] + public class CreateLobbyResult : PlayFabResultCommon + { + /// + /// A field which indicates which lobby the user will be joining. + /// + public string ConnectionString; + /// + /// Id to uniquely identify a lobby. + /// + public string LobbyId; + } + + /// + /// The client specifies the creator's attributes and optionally a list of other users to match with. + /// + [Serializable] + public class CreateMatchmakingTicketRequest : PlayFabRequestCommon + { + /// + /// The User who created this ticket. + /// + public MatchmakingPlayer Creator; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// How long to attempt matching this ticket in seconds. + /// + public int GiveUpAfterSeconds; + /// + /// A list of Entity Keys of other users to match with. + /// + public List MembersToMatchWith; + /// + /// The Id of a match queue. + /// + public string QueueName; + } + + [Serializable] + public class CreateMatchmakingTicketResult : PlayFabResultCommon + { + /// + /// The Id of the ticket to find a match for. + /// + public string TicketId; + } + + /// + /// Creates a remote user to log on to a VM for a multiplayer server build in a specific region. Returns user credential + /// information necessary to log on. + /// + [Serializable] + public class CreateRemoteUserRequest : PlayFabRequestCommon + { + /// + /// The guid string build ID of to create the remote user for. + /// + public string BuildId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The expiration time for the remote user created. Defaults to expiring in one day if not specified. + /// + public DateTime? ExpirationTime; + /// + /// The region of virtual machine to create the remote user for. + /// + public string Region; + /// + /// The username to create the remote user with. + /// + public string Username; + /// + /// The virtual machine ID the multiplayer server is located on. + /// + public string VmId; + } + + [Serializable] + public class CreateRemoteUserResponse : PlayFabResultCommon + { + /// + /// The expiration time for the remote user created. + /// + public DateTime? ExpirationTime; + /// + /// The generated password for the remote user that was created. + /// + public string Password; + /// + /// The username for the remote user that was created. + /// + public string Username; + } + + /// + /// The server specifies all the members, their teams and their attributes, and the server details if applicable. + /// + [Serializable] + public class CreateServerBackfillTicketRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// How long to attempt matching this ticket in seconds. + /// + public int GiveUpAfterSeconds; + /// + /// The users who will be part of this ticket, along with their team assignments. + /// + public List Members; + /// + /// The Id of a match queue. + /// + public string QueueName; + /// + /// The details of the server the members are connected to. + /// + public ServerDetails ServerDetails; + } + + [Serializable] + public class CreateServerBackfillTicketResult : PlayFabResultCommon + { + /// + /// The Id of the ticket to find a match for. + /// + public string TicketId; + } + + /// + /// The server specifies all the members and their attributes. + /// + [Serializable] + public class CreateServerMatchmakingTicketRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// How long to attempt matching this ticket in seconds. + /// + public int GiveUpAfterSeconds; + /// + /// The users who will be part of this ticket. + /// + public List Members; + /// + /// The Id of a match queue. + /// + public string QueueName; + } + + /// + /// Creates a request to change a title's multiplayer server quotas. + /// + [Serializable] + public class CreateTitleMultiplayerServersQuotaChangeRequest : PlayFabRequestCommon + { + /// + /// A brief description of the requested changes. + /// + public string ChangeDescription; + /// + /// Changes to make to the titles cores quota. + /// + public List Changes; + /// + /// Email to be contacted by our team about this request. Only required when a request is not approved. + /// + public string ContactEmail; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Additional information about this request that our team can use to better understand the requirements. + /// + public string Notes; + /// + /// When these changes would need to be in effect. Only required when a request is not approved. + /// + public DateTime? StartDate; + } + + [Serializable] + public class CreateTitleMultiplayerServersQuotaChangeResponse : PlayFabResultCommon + { + /// + /// Id of the change request that was created. + /// + public string RequestId; + /// + /// Determines if the request was approved or not. When false, our team is reviewing and may respond within 2 business days. + /// + public bool WasApproved; + } + + [Serializable] + public class CurrentServerStats : PlayFabBaseModel + { + /// + /// The number of active multiplayer servers. + /// + public int Active; + /// + /// The number of multiplayer servers still downloading game resources (such as assets). + /// + public int Propping; + /// + /// The number of standingby multiplayer servers. + /// + public int StandingBy; + /// + /// The total number of multiplayer servers. + /// + public int Total; + } + + [Serializable] + public class CustomDifferenceRuleExpansion : PlayFabBaseModel + { + /// + /// Manually specify the values to use for each expansion interval (this overrides Difference, Delta, and MaxDifference). + /// + public List DifferenceOverrides; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class CustomRegionSelectionRuleExpansion : PlayFabBaseModel + { + /// + /// Manually specify the maximum latency to use for each expansion interval. + /// + public List MaxLatencyOverrides; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class CustomSetIntersectionRuleExpansion : PlayFabBaseModel + { + /// + /// Manually specify the values to use for each expansion interval. + /// + public List MinIntersectionSizeOverrides; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class CustomTeamDifferenceRuleExpansion : PlayFabBaseModel + { + /// + /// Manually specify the team difference value to use for each expansion interval. + /// + public List DifferenceOverrides; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class CustomTeamSizeBalanceRuleExpansion : PlayFabBaseModel + { + /// + /// Manually specify the team size difference to use for each expansion interval. + /// + public List DifferenceOverrides; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + /// + /// Deletes a multiplayer server game asset for a title. + /// + [Serializable] + public class DeleteAssetRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The filename of the asset to delete. + /// + public string FileName; + } + + /// + /// Deletes a multiplayer server build alias. + /// + [Serializable] + public class DeleteBuildAliasRequest : PlayFabRequestCommon + { + /// + /// The guid string alias ID of the alias to perform the action on. + /// + public string AliasId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// Removes a multiplayer server build's region. + /// + [Serializable] + public class DeleteBuildRegionRequest : PlayFabRequestCommon + { + /// + /// The guid string ID of the build we want to update regions for. + /// + public string BuildId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The build region to delete. + /// + public string Region; + } + + /// + /// Deletes a multiplayer server build. + /// + [Serializable] + public class DeleteBuildRequest : PlayFabRequestCommon + { + /// + /// The guid string build ID of the build to delete. + /// + public string BuildId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// Deletes a multiplayer server game certificate. + /// + [Serializable] + public class DeleteCertificateRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the certificate. + /// + public string Name; + } + + /// + /// Removes the specified container image repository. After this operation, a 'docker pull' will fail for all the tags of + /// the specified image. Morever, ListContainerImages will not return the specified image. + /// + [Serializable] + public class DeleteContainerImageRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The container image repository we want to delete. + /// + public string ImageName; + } + + /// + /// Request to delete a lobby. Only servers can delete lobbies. + /// + [Serializable] + public class DeleteLobbyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The id of the lobby. + /// + public string LobbyId; + } + + /// + /// Deletes a remote user to log on to a VM for a multiplayer server build in a specific region. Returns user credential + /// information necessary to log on. + /// + [Serializable] + public class DeleteRemoteUserRequest : PlayFabRequestCommon + { + /// + /// The guid string build ID of the multiplayer server where the remote user is to delete. + /// + public string BuildId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The region of the multiplayer server where the remote user is to delete. + /// + public string Region; + /// + /// The username of the remote user to delete. + /// + public string Username; + /// + /// The virtual machine ID the multiplayer server is located on. + /// + public string VmId; + } + + /// + /// Deletes a multiplayer server game secret. + /// + [Serializable] + public class DeleteSecretRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the secret. + /// + public string Name; + } + + [Serializable] + public class DifferenceRule : PlayFabBaseModel + { + /// + /// Description of the attribute used by this rule to match tickets. + /// + public QueueRuleAttribute Attribute; + /// + /// Describes the behavior when an attribute is not specified in the ticket creation request or in the user's entity + /// profile. + /// + public AttributeNotSpecifiedBehavior AttributeNotSpecifiedBehavior; + /// + /// Collection of fields relating to expanding this rule at set intervals. Only one expansion can be set per rule. When this + /// is set, Difference is ignored. + /// + public CustomDifferenceRuleExpansion CustomExpansion; + /// + /// The default value assigned to tickets that are missing the attribute specified by AttributePath (assuming that + /// AttributeNotSpecifiedBehavior is false). Optional. + /// + public double? DefaultAttributeValue; + /// + /// The allowed difference between any two tickets at the start of matchmaking. + /// + public double Difference; + /// + /// Collection of fields relating to expanding this rule at set intervals. Only one expansion can be set per rule. + /// + public LinearDifferenceRuleExpansion LinearExpansion; + /// + /// How values are treated when there are multiple players in a single ticket. + /// + public AttributeMergeFunction MergeFunction; + /// + /// Friendly name chosen by developer. + /// + public string Name; + /// + /// How many seconds before this rule is no longer enforced (but tickets that comply with this rule will still be + /// prioritized over those that don't). Leave blank if this rule is always enforced. + /// + public uint? SecondsUntilOptional; + /// + /// The relative weight of this rule compared to others. + /// + public double Weight; + } + + public enum DirectPeerConnectivityOptions + { + None, + SamePlatformType, + DifferentPlatformType, + AnyPlatformType, + SameEntityLoginProvider, + DifferentEntityLoginProvider, + AnyEntityLoginProvider, + AnyPlatformTypeAndEntityLoginProvider, + OnlyServers + } + + [Serializable] + public class DynamicStandbySettings : PlayFabBaseModel + { + /// + /// List of auto standing by trigger values and corresponding standing by multiplier. Defaults to 1.5X at 50%, 3X at 25%, + /// and 4X at 5% + /// + public List DynamicFloorMultiplierThresholds; + /// + /// When true, dynamic standby will be enabled + /// + public bool IsEnabled; + /// + /// The time it takes to reduce target standing by to configured floor value after an increase. Defaults to 30 minutes + /// + public int? RampDownSeconds; + } + + [Serializable] + public class DynamicStandbyThreshold : PlayFabBaseModel + { + /// + /// When the trigger threshold is reached, multiply by this value + /// + public double Multiplier; + /// + /// The multiplier will be applied when the actual standby divided by target standby floor is less than this value + /// + public double TriggerThresholdPercentage; + } + + [Serializable] + public class EmptyResponse : PlayFabResultCommon + { + } + + /// + /// Enables the multiplayer server feature for a title and returns the enabled status. The enabled status can be + /// Initializing, Enabled, and Disabled. It can up to 20 minutes or more for the title to be enabled for the feature. On + /// average, it can take up to 20 minutes for the title to be enabled for the feature. + /// + [Serializable] + public class EnableMultiplayerServersForTitleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class EnableMultiplayerServersForTitleResponse : PlayFabResultCommon + { + /// + /// The enabled status for the multiplayer server features for the title. + /// + public TitleMultiplayerServerEnabledStatus? Status; + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + public enum ExternalFriendSources + { + None, + Steam, + Facebook, + Xbox, + Psn, + All + } + + /// + /// Request to find friends lobbies. Only a client can find friend lobbies. + /// + [Serializable] + public class FindFriendLobbiesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates which other platforms' friends this query should link to. + /// + public ExternalFriendSources? ExternalPlatformFriends; + /// + /// OData style string that contains one or more filters. Only the following operators are supported: "and" (logical and), + /// "eq" (equal), "ne" (not equals), "ge" (greater than or equal), "gt" (greater than), "le" (less than or equal), and "lt" + /// (less than). The left-hand side of each OData logical expression should be either a search property key (e.g. + /// string_key1, number_key3, etc) or one of the pre-defined search keys all of which must be prefixed by "lobby/": + /// lobby/memberCount (number of players in a lobby), lobby/maxMemberCount (maximum number of players allowed in a lobby), + /// lobby/memberCountRemaining (remaining number of players who can be allowed in a lobby), lobby/membershipLock (must equal + /// 'Unlocked' or 'Locked'), lobby/amOwner (required to equal "true"), lobby/amMember (required to equal "true"). + /// + public string Filter; + /// + /// OData style string that contains sorting for this query in either ascending ("asc") or descending ("desc") order. + /// OrderBy clauses are of the form "number_key1 asc" or the pre-defined search key "lobby/memberCount asc", + /// "lobby/memberCountRemaining desc" and "lobby/maxMemberCount desc". To sort by closest, a moniker `distance{number_key1 = + /// 5}` can be used to sort by distance from the given number. This field only supports either one sort clause or one + /// distance clause. + /// + public string OrderBy; + /// + /// Request pagination information. + /// + public PaginationRequest Pagination; + /// + /// Xbox token if Xbox friends should be included. Requires Xbox be configured on PlayFab. + /// + public string XboxToken; + } + + [Serializable] + public class FindFriendLobbiesResult : PlayFabResultCommon + { + /// + /// Array of lobbies found that matched FindFriendLobbies request. + /// + public List Lobbies; + /// + /// Pagination response for FindFriendLobbies request. + /// + public PaginationResponse Pagination; + } + + /// + /// Request to find lobbies. + /// + [Serializable] + public class FindLobbiesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// OData style string that contains one or more filters. Only the following operators are supported: "and" (logical and), + /// "eq" (equal), "ne" (not equals), "ge" (greater than or equal), "gt" (greater than), "le" (less than or equal), and "lt" + /// (less than). The left-hand side of each OData logical expression should be either a search property key (e.g. + /// string_key1, number_key3, etc) or one of the pre-defined search keys all of which must be prefixed by "lobby/": + /// lobby/memberCount (number of players in a lobby), lobby/maxMemberCount (maximum number of players allowed in a lobby), + /// lobby/memberCountRemaining (remaining number of players who can be allowed in a lobby), lobby/membershipLock (must equal + /// 'Unlocked' or 'Locked'), lobby/amOwner (required to equal "true"), lobby/amMember (required to equal "true"). + /// + public string Filter; + /// + /// OData style string that contains sorting for this query in either ascending ("asc") or descending ("desc") order. + /// OrderBy clauses are of the form "number_key1 asc" or the pre-defined search key "lobby/memberCount asc", + /// "lobby/memberCountRemaining desc" and "lobby/maxMemberCount desc". To sort by closest, a moniker `distance{number_key1 = + /// 5}` can be used to sort by distance from the given number. This field only supports either one sort clause or one + /// distance clause. + /// + public string OrderBy; + /// + /// Request pagination information. + /// + public PaginationRequest Pagination; + } + + [Serializable] + public class FindLobbiesResult : PlayFabResultCommon + { + /// + /// Array of lobbies found that matched FindLobbies request. + /// + public List Lobbies; + /// + /// Pagination response for FindLobbies request. + /// + public PaginationResponse Pagination; + } + + [Serializable] + public class FriendLobbySummary : PlayFabBaseModel + { + /// + /// A string used to join the lobby.This field is populated by the Lobby service.Invites are performed by communicating this + /// connectionString to other players. + /// + public string ConnectionString; + /// + /// The current number of players in the lobby. + /// + public uint CurrentPlayers; + /// + /// Friends in Lobby. + /// + public List Friends; + /// + /// Id to uniquely identify a lobby. + /// + public string LobbyId; + /// + /// The maximum number of players allowed in the lobby. + /// + public uint MaxPlayers; + /// + /// A setting indicating whether members are allowed to join this lobby. When Locked new members are prevented from joining. + /// + public MembershipLock? MembershipLock; + /// + /// The client or server entity which owns this lobby. + /// + public EntityKey Owner; + /// + /// Search data. + /// + public Dictionary SearchData; + } + + [Serializable] + public class GameCertificateReference : PlayFabBaseModel + { + /// + /// An alias for the game certificate. The game server will reference this alias via GSDK config to retrieve the game + /// certificate. This alias is used as an identifier in game server code to allow a new certificate with different Name + /// field to be uploaded without the need to change any game server code to reference the new Name. + /// + public string GsdkAlias; + /// + /// The name of the game certificate. This name should match the name of a certificate that was previously uploaded to this + /// title. + /// + public string Name; + } + + [Serializable] + public class GameCertificateReferenceParams : PlayFabBaseModel + { + /// + /// An alias for the game certificate. The game server will reference this alias via GSDK config to retrieve the game + /// certificate. This alias is used as an identifier in game server code to allow a new certificate with different Name + /// field to be uploaded without the need to change any game server code to reference the new Name. + /// + public string GsdkAlias; + /// + /// The name of the game certificate. This name should match the name of a certificate that was previously uploaded to this + /// title. + /// + public string Name; + } + + [Serializable] + public class GameSecretReference : PlayFabBaseModel + { + /// + /// The name of the game secret. This name should match the name of a secret that was previously added to this title. + /// + public string Name; + } + + [Serializable] + public class GameSecretReferenceParams : PlayFabBaseModel + { + /// + /// The name of the game secret. This name should match the name of a secret that was previously added to this title. + /// + public string Name; + } + + /// + /// Gets a URL that can be used to download the specified asset. + /// + [Serializable] + public class GetAssetDownloadUrlRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The asset's file name to get the download URL for. + /// + public string FileName; + } + + [Serializable] + public class GetAssetDownloadUrlResponse : PlayFabResultCommon + { + /// + /// The asset's download URL. + /// + public string AssetDownloadUrl; + /// + /// The asset's file name to get the download URL for. + /// + public string FileName; + } + + /// + /// Gets the URL to upload assets to. + /// + [Serializable] + public class GetAssetUploadUrlRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The asset's file name to get the upload URL for. + /// + public string FileName; + } + + [Serializable] + public class GetAssetUploadUrlResponse : PlayFabResultCommon + { + /// + /// The asset's upload URL. + /// + public string AssetUploadUrl; + /// + /// The asset's file name to get the upload URL for. + /// + public string FileName; + } + + /// + /// Returns the details about a multiplayer server build alias. + /// + [Serializable] + public class GetBuildAliasRequest : PlayFabRequestCommon + { + /// + /// The guid string alias ID of the alias to perform the action on. + /// + public string AliasId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// Returns the details about a multiplayer server build. + /// + [Serializable] + public class GetBuildRequest : PlayFabRequestCommon + { + /// + /// The guid string build ID of the build to get. + /// + public string BuildId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetBuildResponse : PlayFabResultCommon + { + /// + /// When true, assets will not be copied for each server inside the VM. All serverswill run from the same set of assets, or + /// will have the same assets mounted in the container. + /// + public bool? AreAssetsReadonly; + /// + /// The guid string build ID of the build. + /// + public string BuildId; + /// + /// The build name. + /// + public string BuildName; + /// + /// The current build status. Valid values are - Deploying, Deployed, DeletingRegion, Unhealthy. + /// + public string BuildStatus; + /// + /// The flavor of container of he build. + /// + public ContainerFlavor? ContainerFlavor; + /// + /// The container command to run when the multiplayer server has been allocated, including any arguments. This only applies + /// to custom builds. If the build is a managed build, this field will be null. + /// + public string ContainerRunCommand; + /// + /// The time the build was created in UTC. + /// + public DateTime? CreationTime; + /// + /// The custom game container image for a custom build. + /// + public ContainerImageReference CustomGameContainerImage; + /// + /// The game assets for the build. + /// + public List GameAssetReferences; + /// + /// The game certificates for the build. + /// + public List GameCertificateReferences; + /// + /// The instrumentation configuration of the build. + /// + public InstrumentationConfiguration InstrumentationConfiguration; + /// + /// Metadata of the build. The keys are case insensitive. The build metadata is made available to the server through Game + /// Server SDK (GSDK). + /// + public Dictionary Metadata; + /// + /// The number of multiplayer servers to hosted on a single VM of the build. + /// + public int MultiplayerServerCountPerVm; + /// + /// The OS platform used for running the game process. + /// + public string OsPlatform; + /// + /// The ports the build is mapped on. + /// + public List Ports; + /// + /// The region configuration for the build. + /// + public List RegionConfigurations; + /// + /// The resource constraints to apply to each server on the VM. + /// + public ServerResourceConstraintParams ServerResourceConstraints; + /// + /// The type of game server being hosted. + /// + public string ServerType; + /// + /// The command to run when the multiplayer server has been allocated, including any arguments. This only applies to managed + /// builds. If the build is a custom build, this field will be null. + /// + public string StartMultiplayerServerCommand; + /// + /// The VM size the build was created on. + /// + public AzureVmSize? VmSize; + /// + /// The configuration for the VmStartupScript feature for the build + /// + public VmStartupScriptConfiguration VmStartupScriptConfiguration; + } + + /// + /// Gets credentials to the container registry where game developers can upload custom container images to before creating a + /// new build. + /// + [Serializable] + public class GetContainerRegistryCredentialsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetContainerRegistryCredentialsResponse : PlayFabResultCommon + { + /// + /// The url of the container registry. + /// + public string DnsName; + /// + /// The password for accessing the container registry. + /// + public string Password; + /// + /// The username for accessing the container registry. + /// + public string Username; + } + + /// + /// Request to get a lobby. + /// + [Serializable] + public class GetLobbyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The id of the lobby. + /// + public string LobbyId; + } + + [Serializable] + public class GetLobbyResult : PlayFabResultCommon + { + /// + /// The information pertaining to the requested lobby. + /// + public Lobby Lobby; + } + + /// + /// Gets the current configuration for a queue. + /// + [Serializable] + public class GetMatchmakingQueueRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The Id of the matchmaking queue to retrieve. + /// + public string QueueName; + } + + [Serializable] + public class GetMatchmakingQueueResult : PlayFabResultCommon + { + /// + /// The matchmaking queue config. + /// + public MatchmakingQueueConfig MatchmakingQueue; + } + + /// + /// The ticket includes the invited players, their attributes if they have joined, the ticket status, the match Id when + /// applicable, etc. Only servers, the ticket creator and the invited players can get the ticket. + /// + [Serializable] + public class GetMatchmakingTicketRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Determines whether the matchmaking attributes will be returned as an escaped JSON string or as an un-escaped JSON + /// object. + /// + public bool EscapeObject; + /// + /// The name of the queue to find a match for. + /// + public string QueueName; + /// + /// The Id of the ticket to find a match for. + /// + public string TicketId; + } + + [Serializable] + public class GetMatchmakingTicketResult : PlayFabResultCommon + { + /// + /// The reason why the current ticket was canceled. This field is only set if the ticket is in canceled state. Please retry + /// if CancellationReason is RetryRequired. + /// + public string CancellationReasonString; + /// + /// Change number used for differentiating older matchmaking status updates from newer ones. + /// + public uint? ChangeNumber; + /// + /// The server date and time at which ticket was created. + /// + public DateTime Created; + /// + /// The Creator's entity key. + /// + public EntityKey Creator; + /// + /// How long to attempt matching this ticket in seconds. + /// + public int GiveUpAfterSeconds; + /// + /// The Id of a match. + /// + public string MatchId; + /// + /// A list of Users that have joined this ticket. + /// + public List Members; + /// + /// A list of PlayFab Ids of Users to match with. + /// + public List MembersToMatchWith; + /// + /// The Id of a match queue. + /// + public string QueueName; + /// + /// The current ticket status. Possible values are: WaitingForPlayers, WaitingForMatch, WaitingForServer, Canceled and + /// Matched. + /// + public string Status; + /// + /// The Id of the ticket to find a match for. + /// + public string TicketId; + } + + /// + /// When matchmaking has successfully matched together a collection of tickets, it produces a 'match' with an Id. The match + /// contains all of the players that were matched together, and their team assigments. Only servers and ticket members can + /// get the match. + /// + [Serializable] + public class GetMatchRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Determines whether the matchmaking attributes will be returned as an escaped JSON string or as an un-escaped JSON + /// object. + /// + public bool EscapeObject; + /// + /// The Id of a match. + /// + public string MatchId; + /// + /// The name of the queue to join. + /// + public string QueueName; + /// + /// Determines whether the matchmaking attributes for each user should be returned in the response for match request. + /// + public bool ReturnMemberAttributes; + } + + [Serializable] + public class GetMatchResult : PlayFabResultCommon + { + /// + /// A string that is used by players that are matched together to join an arranged lobby. + /// + public string ArrangementString; + /// + /// The Id of a match. + /// + public string MatchId; + /// + /// A list of Users that are matched together, along with their team assignments. + /// + public List Members; + /// + /// A list of regions that the match could be played in sorted by preference. This value is only set if the queue has a + /// region selection rule. + /// + public List RegionPreferences; + /// + /// The details of the server that the match has been allocated to. + /// + public ServerDetails ServerDetails; + } + + /// + /// Gets multiplayer server session details for a build in a specific region. + /// + [Serializable] + public class GetMultiplayerServerDetailsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The title generated guid string session ID of the multiplayer server to get details for. This is to keep track of + /// multiplayer server sessions. + /// + public string SessionId; + } + + [Serializable] + public class GetMultiplayerServerDetailsResponse : PlayFabResultCommon + { + /// + /// The identity of the build in which the server was allocated. + /// + public string BuildId; + /// + /// The connected players in the multiplayer server. + /// + public List ConnectedPlayers; + /// + /// The fully qualified domain name of the virtual machine that is hosting this multiplayer server. + /// + public string FQDN; + /// + /// The public IPv4 address of the virtual machine that is hosting this multiplayer server. + /// + public string IPV4Address; + /// + /// The time (UTC) at which a change in the multiplayer server state was observed. + /// + public DateTime? LastStateTransitionTime; + /// + /// The ports the multiplayer server uses. + /// + public List Ports; + /// + /// The list of public Ipv4 addresses associated with the server. + /// + public List PublicIPV4Addresses; + /// + /// The region the multiplayer server is located in. + /// + public string Region; + /// + /// The string server ID of the multiplayer server generated by PlayFab. + /// + public string ServerId; + /// + /// The guid string session ID of the multiplayer server. + /// + public string SessionId; + /// + /// The state of the multiplayer server. + /// + public string State; + /// + /// The virtual machine ID that the multiplayer server is located on. + /// + public string VmId; + } + + /// + /// Gets multiplayer server logs for a specific server id in a region. The logs are available only after a server has + /// terminated. + /// + [Serializable] + public class GetMultiplayerServerLogsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The server ID of multiplayer server to get logs for. + /// + public string ServerId; + } + + [Serializable] + public class GetMultiplayerServerLogsResponse : PlayFabResultCommon + { + /// + /// URL for logs download. + /// + public string LogDownloadUrl; + } + + /// + /// Gets multiplayer server logs for a specific server id in a region. The logs are available only after a server has + /// terminated. + /// + [Serializable] + public class GetMultiplayerSessionLogsBySessionIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The server ID of multiplayer server to get logs for. + /// + public string SessionId; + } + + /// + /// Returns the matchmaking statistics for a queue. These include the number of players matching and the statistics related + /// to the time to match statistics in seconds (average and percentiles). Statistics are refreshed once every 5 minutes. + /// Servers can access all statistics no matter what the ClientStatisticsVisibility is configured to. Clients can access + /// statistics according to the ClientStatisticsVisibility. Client requests are forbidden if all visibility fields are + /// false. + /// + [Serializable] + public class GetQueueStatisticsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the queue. + /// + public string QueueName; + } + + [Serializable] + public class GetQueueStatisticsResult : PlayFabResultCommon + { + /// + /// The current number of players in the matchmaking queue, who are waiting to be matched. + /// + public uint? NumberOfPlayersMatching; + /// + /// Statistics representing the time (in seconds) it takes for tickets to find a match. + /// + public Statistics TimeToMatchStatisticsInSeconds; + } + + /// + /// Gets a remote login endpoint to a VM that is hosting a multiplayer server build in a specific region. + /// + [Serializable] + public class GetRemoteLoginEndpointRequest : PlayFabRequestCommon + { + /// + /// The guid string build ID of the multiplayer server to get remote login information for. + /// + public string BuildId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The region of the multiplayer server to get remote login information for. + /// + public string Region; + /// + /// The virtual machine ID the multiplayer server is located on. + /// + public string VmId; + } + + [Serializable] + public class GetRemoteLoginEndpointResponse : PlayFabResultCommon + { + /// + /// The remote login IPV4 address of multiplayer server. + /// + public string IPV4Address; + /// + /// The remote login port of multiplayer server. + /// + public int Port; + } + + /// + /// The ticket includes the players, their attributes, their teams, the ticket status, the match Id and the server details + /// when applicable, etc. Only servers can get the ticket. + /// + [Serializable] + public class GetServerBackfillTicketRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Determines whether the matchmaking attributes will be returned as an escaped JSON string or as an un-escaped JSON + /// object. + /// + public bool EscapeObject; + /// + /// The name of the queue to find a match for. + /// + public string QueueName; + /// + /// The Id of the ticket to find a match for. + /// + public string TicketId; + } + + [Serializable] + public class GetServerBackfillTicketResult : PlayFabResultCommon + { + /// + /// The reason why the current ticket was canceled. This field is only set if the ticket is in canceled state. + /// + public string CancellationReasonString; + /// + /// The server date and time at which ticket was created. + /// + public DateTime Created; + /// + /// How long to attempt matching this ticket in seconds. + /// + public int GiveUpAfterSeconds; + /// + /// The Id of a match. + /// + public string MatchId; + /// + /// A list of Users that are part of this ticket, along with their team assignments. + /// + public List Members; + /// + /// The Id of a match queue. + /// + public string QueueName; + /// + /// The details of the server the members are connected to. + /// + public ServerDetails ServerDetails; + /// + /// The current ticket status. Possible values are: WaitingForMatch, Canceled and Matched. + /// + public string Status; + /// + /// The Id of the ticket to find a match for. + /// + public string TicketId; + } + + /// + /// Gets the status of whether a title is enabled for the multiplayer server feature. The enabled status can be + /// Initializing, Enabled, and Disabled. + /// + [Serializable] + public class GetTitleEnabledForMultiplayerServersStatusRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetTitleEnabledForMultiplayerServersStatusResponse : PlayFabResultCommon + { + /// + /// The enabled status for the multiplayer server features for the title. + /// + public TitleMultiplayerServerEnabledStatus? Status; + } + + /// + /// Gets a title's server quota change request. + /// + [Serializable] + public class GetTitleMultiplayerServersQuotaChangeRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Id of the change request to get. + /// + public string RequestId; + } + + [Serializable] + public class GetTitleMultiplayerServersQuotaChangeResponse : PlayFabResultCommon + { + /// + /// The change request for this title. + /// + public QuotaChange Change; + } + + /// + /// Gets the quotas for a title in relation to multiplayer servers. + /// + [Serializable] + public class GetTitleMultiplayerServersQuotasRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class GetTitleMultiplayerServersQuotasResponse : PlayFabResultCommon + { + /// + /// The various quotas for multiplayer servers for the title. + /// + public TitleMultiplayerServersQuotas Quotas; + } + + [Serializable] + public class InstrumentationConfiguration : PlayFabBaseModel + { + /// + /// Designates whether windows instrumentation configuration will be enabled for this Build + /// + public bool? IsEnabled; + /// + /// This property is deprecated, use IsEnabled. The list of processes to be monitored on a VM for this build. Providing + /// processes will turn on performance metrics collection for this build. Process names should not include extensions. If + /// the game server process is: GameServer.exe; then, ProcessesToMonitor = [ GameServer ] + /// + public List ProcessesToMonitor; + } + + /// + /// Request to invite a player to a lobby the caller is already a member of. Only a client can invite another player to a + /// lobby. + /// + [Serializable] + public class InviteToLobbyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity invited to the lobby. + /// + public EntityKey InviteeEntity; + /// + /// The id of the lobby. + /// + public string LobbyId; + /// + /// The member entity sending the invite. Must be a member of the lobby. + /// + public EntityKey MemberEntity; + } + + /// + /// Request to join an arranged lobby. Only a client can join an arranged lobby. + /// + [Serializable] + public class JoinArrangedLobbyRequest : PlayFabRequestCommon + { + /// + /// The policy indicating who is allowed to join the lobby, and the visibility to queries. May be 'Public', 'Friends' or + /// 'Private'. Public means the lobby is both visible in queries and any player may join, including invited players. Friends + /// means that users who are bidirectional friends of members in the lobby may search to find friend lobbies, to retrieve + /// its connection string. Private means the lobby is not visible in queries, and a player must receive an invitation to + /// join. Defaults to 'Public' on creation. Can only be changed by the lobby owner. + /// + public AccessPolicy? AccessPolicy; + /// + /// A field which indicates which lobby the user will be joining. This field is opaque to everyone except the Lobby service + /// and the creator of the arrangementString (Matchmaking). This string defines a unique identifier for the arranged lobby + /// as well as the title and member the string is valid for. Arrangement strings have an expiration. + /// + public string ArrangementString; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The maximum number of players allowed in the lobby. The value must be between 2 and 128. + /// + public uint MaxPlayers; + /// + /// The private key-value pairs used by the member to communicate information to other members and the owner. Visible to all + /// entities in the lobby. At most 30 key-value pairs may be stored here, keys are limited to 30 characters and values to + /// 1000. The total size of all memberData values may not exceed 4096 bytes. Keys are case sensitive. + /// + public Dictionary MemberData; + /// + /// The member entity who is joining the lobby. The first member to join will be the lobby owner. + /// + public EntityKey MemberEntity; + /// + /// The policy for how a new owner is chosen. May be 'Automatic', 'Manual' or 'None'. Can only be specified by clients. If + /// client-owned and 'Automatic' - The Lobby service will automatically assign another connected owner when the current + /// owner leaves or disconnects. The useConnections property must be true. If client - owned and 'Manual' - Ownership is + /// protected as long as the current owner is connected. If the current owner leaves or disconnects any member may set + /// themselves as the current owner. The useConnections property must be true. If client-owned and 'None' - Any member can + /// set ownership. The useConnections property can be either true or false. + /// + public OwnerMigrationPolicy? OwnerMigrationPolicy; + /// + /// A setting to control whether connections are used. Defaults to true. When true, notifications are sent to subscribed + /// players, disconnect detection removes connectionHandles, only owner migration policies using connections are allowed, + /// and lobbies must have at least one connected member to be searchable or be a server hosted lobby with a connected + /// server. If false, then notifications are not sent, connections are not allowed, and lobbies do not need connections to + /// be searchable. + /// + public bool UseConnections; + } + + /// + /// Preview: Request to join a lobby as a server. Only callable by a game_server entity and this is restricted to client + /// owned lobbies which are using connections. + /// + [Serializable] + public class JoinLobbyAsServerRequest : PlayFabRequestCommon + { + /// + /// A field which indicates which lobby the game_server will be joining. This field is opaque to everyone except the Lobby + /// service. + /// + public string ConnectionString; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The private key-value pairs which are visible to all entities in the lobby but can only be modified by the joined + /// server.At most 30 key - value pairs may be stored here, keys are limited to 30 characters and values to 1000.The total + /// size of all serverData values may not exceed 4096 bytes. + /// + public Dictionary ServerData; + /// + /// The game_server entity which is joining the Lobby. If a different game_server entity has already joined the request will + /// fail unless the joined entity is disconnected, in which case the incoming game_server entity will replace the + /// disconnected entity. + /// + public EntityKey ServerEntity; + } + + [Serializable] + public class JoinLobbyAsServerResult : PlayFabResultCommon + { + /// + /// Successfully joined lobby's id. + /// + public string LobbyId; + } + + /// + /// Request to join a lobby. Only a client can join a lobby. + /// + [Serializable] + public class JoinLobbyRequest : PlayFabRequestCommon + { + /// + /// A field which indicates which lobby the user will be joining. This field is opaque to everyone except the Lobby service. + /// + public string ConnectionString; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The private key-value pairs used by the member to communicate information to other members and the owner. Visible to all + /// entities in the lobby. At most 30 key-value pairs may be stored here, keys are limited to 30 characters and values to + /// 1000. The total size of all memberData values may not exceed 4096 bytes.Keys are case sensitive. + /// + public Dictionary MemberData; + /// + /// The member entity who is joining the lobby. + /// + public EntityKey MemberEntity; + } + + [Serializable] + public class JoinLobbyResult : PlayFabResultCommon + { + /// + /// Successfully joined lobby's id. + /// + public string LobbyId; + } + + /// + /// Add the player to a matchmaking ticket and specify all of its matchmaking attributes. Players can join a ticket if and + /// only if their EntityKeys are already listed in the ticket's Members list. The matchmaking service automatically starts + /// matching the ticket against other matchmaking tickets once all players have joined the ticket. It is not possible to + /// join a ticket once it has started matching. + /// + [Serializable] + public class JoinMatchmakingTicketRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The User who wants to join the ticket. Their Id must be listed in PlayFabIdsToMatchWith. + /// + public MatchmakingPlayer Member; + /// + /// The name of the queue to join. + /// + public string QueueName; + /// + /// The Id of the ticket to find a match for. + /// + public string TicketId; + } + + [Serializable] + public class JoinMatchmakingTicketResult : PlayFabResultCommon + { + } + + /// + /// Preview: Request for server to leave a lobby. Only a game_server entity can leave and this is restricted to client owned + /// lobbies which are using connections. + /// + [Serializable] + public class LeaveLobbyAsServerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The id of the lobby. + /// + public string LobbyId; + /// + /// The game_server entity leaving the lobby. If the game_server was subscribed to notifications, it will be unsubscribed. + /// If a the given game_server entity is not in the lobby, it will fail. + /// + public EntityKey ServerEntity; + } + + /// + /// Request to leave a lobby. Only a client can leave a lobby. + /// + [Serializable] + public class LeaveLobbyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The id of the lobby. + /// + public string LobbyId; + /// + /// The member entity leaving the lobby. + /// + public EntityKey MemberEntity; + } + + [Serializable] + public class LinearDifferenceRuleExpansion : PlayFabBaseModel + { + /// + /// This value gets added to Difference at every expansion interval. + /// + public double Delta; + /// + /// Once the total difference reaches this value, expansion stops. Optional. + /// + public double? Limit; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class LinearRegionSelectionRuleExpansion : PlayFabBaseModel + { + /// + /// This value gets added to MaxLatency at every expansion interval. + /// + public uint Delta; + /// + /// Once the max Latency reaches this value, expansion stops. + /// + public uint Limit; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class LinearSetIntersectionRuleExpansion : PlayFabBaseModel + { + /// + /// This value gets added to MinIntersectionSize at every expansion interval. + /// + public uint Delta; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class LinearTeamDifferenceRuleExpansion : PlayFabBaseModel + { + /// + /// This value gets added to Difference at every expansion interval. + /// + public double Delta; + /// + /// Once the total difference reaches this value, expansion stops. Optional. + /// + public double? Limit; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class LinearTeamSizeBalanceRuleExpansion : PlayFabBaseModel + { + /// + /// This value gets added to Difference at every expansion interval. + /// + public uint Delta; + /// + /// Once the total difference reaches this value, expansion stops. Optional. + /// + public uint? Limit; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class LinuxInstrumentationConfiguration : PlayFabBaseModel + { + /// + /// Designates whether Linux instrumentation configuration will be enabled for this Build + /// + public bool IsEnabled; + } + + /// + /// Returns a list of multiplayer server game asset summaries for a title. + /// + [Serializable] + public class ListAssetSummariesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The page size for the request. + /// + public int? PageSize; + /// + /// The skip token for the paged request. + /// + public string SkipToken; + } + + [Serializable] + public class ListAssetSummariesResponse : PlayFabResultCommon + { + /// + /// The list of asset summaries. + /// + public List AssetSummaries; + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + } + + /// + /// Returns a list of summarized details of all multiplayer server builds for a title. + /// + [Serializable] + public class ListBuildAliasesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The page size for the request. + /// + public int? PageSize; + /// + /// The skip token for the paged request. + /// + public string SkipToken; + } + + [Serializable] + public class ListBuildAliasesResponse : PlayFabResultCommon + { + /// + /// The list of build aliases for the title + /// + public List BuildAliases; + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + } + + /// + /// Returns a list of summarized details of all multiplayer server builds for a title. + /// + [Serializable] + public class ListBuildSummariesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The page size for the request. + /// + public int? PageSize; + /// + /// The skip token for the paged request. + /// + public string SkipToken; + } + + [Serializable] + public class ListBuildSummariesResponse : PlayFabResultCommon + { + /// + /// The list of build summaries for a title. + /// + public List BuildSummaries; + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + } + + /// + /// Returns a list of multiplayer server game certificates for a title. + /// + [Serializable] + public class ListCertificateSummariesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The page size for the request. + /// + public int? PageSize; + /// + /// The skip token for the paged request. + /// + public string SkipToken; + } + + [Serializable] + public class ListCertificateSummariesResponse : PlayFabResultCommon + { + /// + /// The list of game certificates. + /// + public List CertificateSummaries; + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + } + + /// + /// Returns a list of the container images that have been uploaded to the container registry for a title. + /// + [Serializable] + public class ListContainerImagesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The page size for the request. + /// + public int? PageSize; + /// + /// The skip token for the paged request. + /// + public string SkipToken; + } + + [Serializable] + public class ListContainerImagesResponse : PlayFabResultCommon + { + /// + /// The list of container images. + /// + public List Images; + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + } + + /// + /// Returns a list of the tags for a particular container image that exists in the container registry for a title. + /// + [Serializable] + public class ListContainerImageTagsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The container images we want to list tags for. + /// + public string ImageName; + /// + /// The page size for the request. + /// + public int? PageSize; + /// + /// The skip token for the paged request. + /// + public string SkipToken; + } + + [Serializable] + public class ListContainerImageTagsResponse : PlayFabResultCommon + { + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + /// + /// The list of tags for a particular container image. + /// + public List Tags; + } + + /// + /// Gets a list of all the matchmaking queue configurations for the title. + /// + [Serializable] + public class ListMatchmakingQueuesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class ListMatchmakingQueuesResult : PlayFabResultCommon + { + /// + /// The list of matchmaking queue configs for this title. + /// + public List MatchMakingQueues; + } + + /// + /// If the caller is a title, the EntityKey in the request is required. If the caller is a player, then it is optional. If + /// it is provided it must match the caller's entity. + /// + [Serializable] + public class ListMatchmakingTicketsForPlayerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity key for which to find the ticket Ids. + /// + public EntityKey Entity; + /// + /// The name of the queue to find a match for. + /// + public string QueueName; + } + + [Serializable] + public class ListMatchmakingTicketsForPlayerResult : PlayFabResultCommon + { + /// + /// The list of ticket Ids the user is a member of. + /// + public List TicketIds; + } + + /// + /// Returns a list of multiplayer servers for a build in a specific region. + /// + [Serializable] + public class ListMultiplayerServersRequest : PlayFabRequestCommon + { + /// + /// The guid string build ID of the multiplayer servers to list. + /// + public string BuildId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The page size for the request. + /// + public int? PageSize; + /// + /// The region the multiplayer servers to list. + /// + public string Region; + /// + /// The skip token for the paged request. + /// + public string SkipToken; + } + + [Serializable] + public class ListMultiplayerServersResponse : PlayFabResultCommon + { + /// + /// The list of multiplayer server summary details. + /// + public List MultiplayerServerSummaries; + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + } + + /// + /// Returns a list of quality of service servers for party. + /// + [Serializable] + public class ListPartyQosServersRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class ListPartyQosServersResponse : PlayFabResultCommon + { + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The list of QoS servers. + /// + public List QosServers; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + } + + /// + /// Returns a list of quality of service servers for a title. + /// + [Serializable] + public class ListQosServersForTitleRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates that the response should contain Qos servers for all regions, including those where there are no builds + /// deployed for the title. + /// + public bool? IncludeAllRegions; + /// + /// Indicates the Routing Preference used by the Qos servers. The default Routing Preference is Microsoft + /// + public string RoutingPreference; + } + + [Serializable] + public class ListQosServersForTitleResponse : PlayFabResultCommon + { + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The list of QoS servers. + /// + public List QosServers; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + } + + /// + /// Returns a list of multiplayer server game secrets for a title. + /// + [Serializable] + public class ListSecretSummariesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The page size for the request. + /// + public int? PageSize; + /// + /// The skip token for the paged request. + /// + public string SkipToken; + } + + [Serializable] + public class ListSecretSummariesResponse : PlayFabResultCommon + { + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The list of game secret. + /// + public List SecretSummaries; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + } + + /// + /// List all server backfill ticket Ids the user is a member of. + /// + [Serializable] + public class ListServerBackfillTicketsForPlayerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity key for which to find the ticket Ids. + /// + public EntityKey Entity; + /// + /// The name of the queue the tickets are in. + /// + public string QueueName; + } + + [Serializable] + public class ListServerBackfillTicketsForPlayerResult : PlayFabResultCommon + { + /// + /// The list of backfill ticket Ids the user is a member of. + /// + public List TicketIds; + } + + /// + /// List all server quota change requests for a title. + /// + [Serializable] + public class ListTitleMultiplayerServersQuotaChangesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class ListTitleMultiplayerServersQuotaChangesResponse : PlayFabResultCommon + { + /// + /// All change requests for this title. + /// + public List Changes; + } + + /// + /// Returns a list of virtual machines for a title. + /// + [Serializable] + public class ListVirtualMachineSummariesRequest : PlayFabRequestCommon + { + /// + /// The guid string build ID of the virtual machines to list. + /// + public string BuildId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The page size for the request. + /// + public int? PageSize; + /// + /// The region of the virtual machines to list. + /// + public string Region; + /// + /// The skip token for the paged request. + /// + public string SkipToken; + } + + [Serializable] + public class ListVirtualMachineSummariesResponse : PlayFabResultCommon + { + /// + /// The page size on the response. + /// + public int PageSize; + /// + /// The skip token for the paged response. + /// + public string SkipToken; + /// + /// The list of virtual machine summaries. + /// + public List VirtualMachines; + } + + [Serializable] + public class Lobby : PlayFabBaseModel + { + /// + /// A setting indicating who is allowed to join this lobby, as well as see it in queries. + /// + public AccessPolicy AccessPolicy; + /// + /// A number that increments once for each request that modifies the lobby. + /// + public uint ChangeNumber; + /// + /// A string used to join the lobby. This field is populated by the Lobby service. Invites are performed by communicating + /// this connectionString to other players. + /// + public string ConnectionString; + /// + /// Lobby data. + /// + public Dictionary LobbyData; + /// + /// Id to uniquely identify a lobby. + /// + public string LobbyId; + /// + /// The maximum number of players allowed in the lobby. + /// + public uint MaxPlayers; + /// + /// Array of all lobby members. + /// + public List Members; + /// + /// A setting indicating whether members are allowed to join this lobby. When Locked new members are prevented from joining. + /// + public MembershipLock MembershipLock; + /// + /// The client or server entity which owns this lobby. + /// + public EntityKey Owner; + /// + /// A setting indicating the owner migration policy. If server owned, this field is not present. + /// + public OwnerMigrationPolicy? OwnerMigrationPolicy; + /// + /// An opaque string stored on a SubscribeToLobbyResource call, which indicates the connection an owner or member has with + /// PubSub. + /// + public string PubSubConnectionHandle; + /// + /// Search data. + /// + public Dictionary SearchData; + /// + /// Preview: Lobby joined server. This is not the server owner, rather the server that has joined a client owned lobby. + /// + public LobbyServer Server; + /// + /// A flag which determines if connections are used. Defaults to true. Only set on create. + /// + public bool UseConnections; + } + + [Serializable] + public class LobbyEmptyResult : PlayFabResultCommon + { + } + + [Serializable] + public class LobbyServer : PlayFabBaseModel + { + /// + /// Opaque string, stored on a Subscribe call, which indicates the connection a joined server has with PubSub. + /// + public string PubSubConnectionHandle; + /// + /// Key-value pairs specific to the joined server. + /// + public Dictionary ServerData; + /// + /// The server entity key. + /// + public EntityKey ServerEntity; + } + + [Serializable] + public class LobbySummary : PlayFabBaseModel + { + /// + /// A string used to join the lobby.This field is populated by the Lobby service.Invites are performed by communicating this + /// connectionString to other players. + /// + public string ConnectionString; + /// + /// The current number of players in the lobby. + /// + public uint CurrentPlayers; + /// + /// Id to uniquely identify a lobby. + /// + public string LobbyId; + /// + /// The maximum number of players allowed in the lobby. + /// + public uint MaxPlayers; + /// + /// A setting indicating whether members are allowed to join this lobby. When Locked new members are prevented from joining. + /// + public MembershipLock? MembershipLock; + /// + /// The client or server entity which owns this lobby. + /// + public EntityKey Owner; + /// + /// Search data. + /// + public Dictionary SearchData; + } + + /// + /// A user in a matchmaking ticket. + /// + [Serializable] + public class MatchmakingPlayer : PlayFabBaseModel + { + /// + /// The user's attributes custom to the title. + /// + public MatchmakingPlayerAttributes Attributes; + /// + /// The entity key of the matchmaking user. + /// + public EntityKey Entity; + } + + /// + /// The matchmaking attributes for a user. + /// + [Serializable] + public class MatchmakingPlayerAttributes : PlayFabBaseModel + { + /// + /// A data object representing a user's attributes. + /// + public object DataObject; + /// + /// An escaped data object representing a user's attributes. + /// + public string EscapedDataObject; + } + + /// + /// A player in a created matchmaking match with a team assignment. + /// + [Serializable] + public class MatchmakingPlayerWithTeamAssignment : PlayFabBaseModel + { + /// + /// The user's attributes custom to the title. These attributes will be null unless the request has ReturnMemberAttributes + /// flag set to true. + /// + public MatchmakingPlayerAttributes Attributes; + /// + /// The entity key of the matchmaking user. + /// + public EntityKey Entity; + /// + /// The Id of the team the User is assigned to. + /// + public string TeamId; + } + + [Serializable] + public class MatchmakingQueueConfig : PlayFabBaseModel + { + /// + /// This is the buildAlias that will be used to allocate the multiplayer server for the match. + /// + public BuildAliasParams BuildAliasParams; + /// + /// This is the buildId that will be used to allocate the multiplayer server for the match. + /// + public string BuildId; + /// + /// List of difference rules used to find an optimal match. + /// + public List DifferenceRules; + /// + /// List of match total rules used to find an optimal match. + /// + public List MatchTotalRules; + /// + /// Maximum number of players in a match. + /// + public uint MaxMatchSize; + /// + /// Maximum number of players in a ticket. Optional. + /// + public uint? MaxTicketSize; + /// + /// Minimum number of players in a match. + /// + public uint MinMatchSize; + /// + /// Unique identifier for a Queue. Chosen by the developer. + /// + public string Name; + /// + /// Region selection rule used to find an optimal match. + /// + public RegionSelectionRule RegionSelectionRule; + /// + /// Boolean flag to enable server allocation for the queue. + /// + public bool ServerAllocationEnabled; + /// + /// List of set intersection rules used to find an optimal match. + /// + public List SetIntersectionRules; + /// + /// Controls which statistics are visible to players. + /// + public StatisticsVisibilityToPlayers StatisticsVisibilityToPlayers; + /// + /// List of string equality rules used to find an optimal match. + /// + public List StringEqualityRules; + /// + /// List of team difference rules used to find an optimal match. + /// + public List TeamDifferenceRules; + /// + /// The team configuration for a match. This may be null if there are no teams. + /// + public List Teams; + /// + /// Team size balance rule used to find an optimal match. + /// + public TeamSizeBalanceRule TeamSizeBalanceRule; + /// + /// Team ticket size similarity rule used to find an optimal match. + /// + public TeamTicketSizeSimilarityRule TeamTicketSizeSimilarityRule; + } + + [Serializable] + public class MatchmakingQueueTeam : PlayFabBaseModel + { + /// + /// The maximum number of players required for the team. + /// + public uint MaxTeamSize; + /// + /// The minimum number of players required for the team. + /// + public uint MinTeamSize; + /// + /// A name to identify the team. This is case insensitive. + /// + public string Name; + } + + [Serializable] + public class MatchTotalRule : PlayFabBaseModel + { + /// + /// Description of the attribute used by this rule to match tickets. + /// + public QueueRuleAttribute Attribute; + /// + /// Collection of fields relating to expanding this rule at set intervals. + /// + public MatchTotalRuleExpansion Expansion; + /// + /// The maximum total value for a group. Must be >= Min. + /// + public double Max; + /// + /// The minimum total value for a group. Must be >=2. + /// + public double Min; + /// + /// Friendly name chosen by developer. + /// + public string Name; + /// + /// How many seconds before this rule is no longer enforced (but tickets that comply with this rule will still be + /// prioritized over those that don't). Leave blank if this rule is always enforced. + /// + public uint? SecondsUntilOptional; + /// + /// The relative weight of this rule compared to others. + /// + public double Weight; + } + + [Serializable] + public class MatchTotalRuleExpansion : PlayFabBaseModel + { + /// + /// Manually specify the values to use for each expansion interval. When this is set, Max is ignored. + /// + public List MaxOverrides; + /// + /// Manually specify the values to use for each expansion interval. When this is set, Min is ignored. + /// + public List MinOverrides; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + [Serializable] + public class Member : PlayFabBaseModel + { + /// + /// Key-value pairs specific to member. + /// + public Dictionary MemberData; + /// + /// The member entity key. + /// + public EntityKey MemberEntity; + /// + /// Opaque string, stored on a Subscribe call, which indicates the connection an owner or member has with PubSub. + /// + public string PubSubConnectionHandle; + } + + public enum MembershipLock + { + Unlocked, + Locked + } + + [Serializable] + public class MonitoringApplicationConfiguration : PlayFabBaseModel + { + /// + /// Asset which contains the monitoring application files and scripts. + /// + public AssetReference AssetReference; + /// + /// Execution script name, this will be the main executable for the monitoring application. + /// + public string ExecutionScriptName; + /// + /// Installation script name, this will be run before the ExecutionScript. + /// + public string InstallationScriptName; + /// + /// Timespan the monitoring application will be kept alive when running from the start of the VM + /// + public double? OnStartRuntimeInMinutes; + } + + [Serializable] + public class MonitoringApplicationConfigurationParams : PlayFabBaseModel + { + /// + /// Asset which contains the monitoring application files and scripts. + /// + public AssetReferenceParams AssetReference; + /// + /// Execution script name, this will be the main executable for the monitoring application. + /// + public string ExecutionScriptName; + /// + /// Installation script name, this will be run before the ExecutionScript. + /// + public string InstallationScriptName; + /// + /// Timespan the monitoring application will be kept alive when running from the start of the VM + /// + public double? OnStartRuntimeInMinutes; + } + + [Serializable] + public class MultiplayerServerSummary : PlayFabBaseModel + { + /// + /// The connected players in the multiplayer server. + /// + public List ConnectedPlayers; + /// + /// The time (UTC) at which a change in the multiplayer server state was observed. + /// + public DateTime? LastStateTransitionTime; + /// + /// The region the multiplayer server is located in. + /// + public string Region; + /// + /// The string server ID of the multiplayer server generated by PlayFab. + /// + public string ServerId; + /// + /// The title generated guid string session ID of the multiplayer server. + /// + public string SessionId; + /// + /// The state of the multiplayer server. + /// + public string State; + /// + /// The virtual machine ID that the multiplayer server is located on. + /// + public string VmId; + } + + public enum OsPlatform + { + Windows, + Linux + } + + [Serializable] + public class OverrideDouble : PlayFabBaseModel + { + /// + /// The custom expansion value. + /// + public double Value; + } + + [Serializable] + public class OverrideUnsignedInt : PlayFabBaseModel + { + /// + /// The custom expansion value. + /// + public uint Value; + } + + public enum OwnerMigrationPolicy + { + None, + Automatic, + Manual, + Server + } + + [Serializable] + public class PaginationRequest : PlayFabBaseModel + { + /// + /// Continuation token returned as a result in a previous FindLobbies call. Cannot be specified by clients. + /// + public string ContinuationToken; + /// + /// The number of lobbies that should be retrieved. Cannot be specified by servers, clients may specify any value up to 50 + /// + public uint? PageSizeRequested; + } + + [Serializable] + public class PaginationResponse : PlayFabBaseModel + { + /// + /// Continuation token returned by server call. Not returned for clients + /// + public string ContinuationToken; + /// + /// The number of lobbies that matched the search request. + /// + public uint? TotalMatchedLobbyCount; + } + + [Serializable] + public class PartyInvitationConfiguration : PlayFabBaseModel + { + /// + /// The list of PlayFab EntityKeys that the invitation allows to authenticate into the network. If this list is empty, all + /// users are allowed to authenticate using the invitation's identifier. This list may contain no more than 1024 items. + /// + public List EntityKeys; + /// + /// The invite identifier for this party. If this value is specified, it must be no longer than 127 characters. + /// + public string Identifier; + /// + /// Controls which participants can revoke this invite. + /// + public string Revocability; + } + + public enum PartyInvitationRevocability + { + Creator, + Anyone + } + + [Serializable] + public class PartyNetworkConfiguration : PlayFabBaseModel + { + /// + /// Controls whether and how to support direct peer-to-peer connection attempts among devices in the network. + /// + public string DirectPeerConnectivityOptions; + /// + /// The maximum number of devices allowed to connect to the network. Must be between 1 and 128, inclusive. + /// + public uint MaxDevices; + /// + /// The maximum number of devices allowed per user. Must be greater than 0. + /// + public uint MaxDevicesPerUser; + /// + /// The maximum number of endpoints allowed per device. Must be between 0 and 32, inclusive. + /// + public uint MaxEndpointsPerDevice; + /// + /// The maximum number of unique users allowed in the network. Must be greater than 0. + /// + public uint MaxUsers; + /// + /// The maximum number of users allowed per device. Must be between 1 and 8, inclusive. + /// + public uint MaxUsersPerDevice; + /// + /// An optionally-specified configuration for the initial invitation for this party. If not provided, default configuration + /// values will be used: a title-unique invitation identifier will be generated, the revocability will be Anyone, and the + /// EntityID list will be empty. + /// + public PartyInvitationConfiguration PartyInvitationConfiguration; + } + + [Serializable] + public class Port : PlayFabBaseModel + { + /// + /// The name for the port. + /// + public string Name; + /// + /// The number for the port. + /// + public int Num; + /// + /// The protocol for the port. + /// + public ProtocolType Protocol; + } + + public enum ProtocolType + { + TCP, + UDP + } + + [Serializable] + public class PublicIpAddress : PlayFabBaseModel + { + /// + /// FQDN of the public IP + /// + public string FQDN; + /// + /// Server IP Address + /// + public string IpAddress; + /// + /// Routing Type of the public IP. + /// + public string RoutingType; + } + + [Serializable] + public class QosServer : PlayFabBaseModel + { + /// + /// The region the QoS server is located in. + /// + public string Region; + /// + /// The QoS server URL. + /// + public string ServerUrl; + } + + [Serializable] + public class QueueRuleAttribute : PlayFabBaseModel + { + /// + /// Specifies which attribute in a ticket to use. + /// + public string Path; + /// + /// Specifies which source the attribute comes from. + /// + public AttributeSource Source; + } + + [Serializable] + public class QuotaChange : PlayFabBaseModel + { + /// + /// A brief description of the requested changes. + /// + public string ChangeDescription; + /// + /// Requested changes to make to the titles cores quota. + /// + public List Changes; + /// + /// Whether or not this request is pending a review. + /// + public bool IsPendingReview; + /// + /// Additional information about this request that our team can use to better understand the requirements. + /// + public string Notes; + /// + /// Id of the change request. + /// + public string RequestId; + /// + /// Comments by our team when a request is reviewed. + /// + public string ReviewComments; + /// + /// Whether or not this request was approved. + /// + public bool WasApproved; + } + + [Serializable] + public class RegionSelectionRule : PlayFabBaseModel + { + /// + /// Controls how the Max Latency parameter expands over time. Only one expansion can be set per rule. When this is set, + /// MaxLatency is ignored. + /// + public CustomRegionSelectionRuleExpansion CustomExpansion; + /// + /// Controls how the Max Latency parameter expands over time. Only one expansion can be set per rule. + /// + public LinearRegionSelectionRuleExpansion LinearExpansion; + /// + /// Specifies the maximum latency that is allowed between the client and the selected server. The value is in milliseconds. + /// + public uint MaxLatency; + /// + /// Friendly name chosen by developer. + /// + public string Name; + /// + /// Specifies which attribute in a ticket to use. + /// + public string Path; + /// + /// How many seconds before this rule is no longer enforced (but tickets that comply with this rule will still be + /// prioritized over those that don't). Leave blank if this rule is always enforced. + /// + public uint? SecondsUntilOptional; + /// + /// The relative weight of this rule compared to others. + /// + public double Weight; + } + + /// + /// Deletes the configuration for a queue. This will permanently delete the configuration and players will no longer be able + /// to match in the queue. All outstanding matchmaking tickets will be cancelled. + /// + [Serializable] + public class RemoveMatchmakingQueueRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The Id of the matchmaking queue to remove. + /// + public string QueueName; + } + + [Serializable] + public class RemoveMatchmakingQueueResult : PlayFabResultCommon + { + } + + /// + /// Request to remove a member from a lobby. Owners may remove other members from a lobby. Members cannot remove themselves + /// (use LeaveLobby instead). + /// + [Serializable] + public class RemoveMemberFromLobbyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The id of the lobby. + /// + public string LobbyId; + /// + /// The member entity to be removed from the lobby. + /// + public EntityKey MemberEntity; + /// + /// If true, removed member can never rejoin this lobby. + /// + public bool PreventRejoin; + } + + /// + /// Requests a multiplayer server session from a particular build in any of the given preferred regions. + /// + [Serializable] + public class RequestMultiplayerServerRequest : PlayFabRequestCommon + { + /// + /// The identifiers of the build alias to use for the request. + /// + public BuildAliasParams BuildAliasParams; + /// + /// The guid string build ID of the multiplayer server to request. + /// + public string BuildId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Initial list of players (potentially matchmade) allowed to connect to the game. This list is passed to the game server + /// when requested (via GSDK) and can be used to validate players connecting to it. + /// + public List InitialPlayers; + /// + /// The preferred regions to request a multiplayer server from. The Multiplayer Service will iterate through the regions in + /// the specified order and allocate a server from the first one that has servers available. + /// + public List PreferredRegions; + /// + /// Data encoded as a string that is passed to the game server when requested. This can be used to to communicate + /// information such as game mode or map through the request flow. + /// + public string SessionCookie; + /// + /// A guid string session ID created track the multiplayer server session over its life. + /// + public string SessionId; + } + + [Serializable] + public class RequestMultiplayerServerResponse : PlayFabResultCommon + { + /// + /// The identity of the build in which the server was allocated. + /// + public string BuildId; + /// + /// The connected players in the multiplayer server. + /// + public List ConnectedPlayers; + /// + /// The fully qualified domain name of the virtual machine that is hosting this multiplayer server. + /// + public string FQDN; + /// + /// The public IPv4 address of the virtual machine that is hosting this multiplayer server. + /// + public string IPV4Address; + /// + /// The time (UTC) at which a change in the multiplayer server state was observed. + /// + public DateTime? LastStateTransitionTime; + /// + /// The ports the multiplayer server uses. + /// + public List Ports; + /// + /// The list of public Ipv4 addresses associated with the server. + /// + public List PublicIPV4Addresses; + /// + /// The region the multiplayer server is located in. + /// + public string Region; + /// + /// The string server ID of the multiplayer server generated by PlayFab. + /// + public string ServerId; + /// + /// The guid string session ID of the multiplayer server. + /// + public string SessionId; + /// + /// The state of the multiplayer server. + /// + public string State; + /// + /// The virtual machine ID that the multiplayer server is located on. + /// + public string VmId; + } + + /// + /// Requests a party session from a particular set of builds if build alias params is provided, in any of the given + /// preferred regions. + /// + [Serializable] + public class RequestPartyServiceRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The network configuration for this request. + /// + public PartyNetworkConfiguration NetworkConfiguration; + /// + /// A guid string party ID created track the party session over its life. + /// + public string PartyId; + /// + /// The preferred regions to request a party session from. The party service will iterate through the regions in the + /// specified order and allocate a party session from the first one that is available. + /// + public List PreferredRegions; + } + + [Serializable] + public class RequestPartyServiceResponse : PlayFabResultCommon + { + /// + /// The invitation identifier supplied in the PartyInvitationConfiguration, or the PlayFab-generated guid if none was + /// supplied. + /// + public string InvitationId; + /// + /// The guid string party ID of the party session. + /// + public string PartyId; + /// + /// A base-64 encoded string containing the serialized network descriptor for this party. + /// + public string SerializedNetworkDescriptor; + } + + /// + /// Gets new credentials to the container registry where game developers can upload custom container images to before + /// creating a new build. + /// + [Serializable] + public class RolloverContainerRegistryCredentialsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class RolloverContainerRegistryCredentialsResponse : PlayFabResultCommon + { + /// + /// The url of the container registry. + /// + public string DnsName; + /// + /// The password for accessing the container registry. + /// + public string Password; + /// + /// The username for accessing the container registry. + /// + public string Username; + } + + public enum RoutingType + { + Microsoft, + Internet + } + + [Serializable] + public class Schedule : PlayFabBaseModel + { + /// + /// A short description about this schedule. For example, "Game launch on July 15th". + /// + public string Description; + /// + /// The date and time in UTC at which the schedule ends. If IsRecurringWeekly is true, this schedule will keep renewing for + /// future weeks until disabled or removed. + /// + public DateTime EndTime; + /// + /// Disables the schedule. + /// + public bool IsDisabled; + /// + /// If true, the StartTime and EndTime will get renewed every week. + /// + public bool IsRecurringWeekly; + /// + /// The date and time in UTC at which the schedule starts. + /// + public DateTime StartTime; + /// + /// The standby target to maintain for the duration of the schedule. + /// + public int TargetStandby; + } + + [Serializable] + public class ScheduledStandbySettings : PlayFabBaseModel + { + /// + /// When true, scheduled standby will be enabled + /// + public bool IsEnabled; + /// + /// A list of non-overlapping schedules + /// + public List ScheduleList; + } + + [Serializable] + public class Secret : PlayFabBaseModel + { + /// + /// Optional secret expiration date. + /// + public DateTime? ExpirationDate; + /// + /// A name for the secret. This is used to reference secrets in build configurations. + /// + public string Name; + /// + /// Secret value. + /// + public string Value; + } + + [Serializable] + public class SecretSummary : PlayFabBaseModel + { + /// + /// Optional secret expiration date. + /// + public DateTime? ExpirationDate; + /// + /// The name of the secret. + /// + public string Name; + /// + /// The secret version auto-generated after upload. + /// + public string Version; + } + + [Serializable] + public class ServerDetails : PlayFabBaseModel + { + /// + /// The fully qualified domain name of the virtual machine that is hosting this multiplayer server. + /// + public string Fqdn; + /// + /// The IPv4 address of the virtual machine that is hosting this multiplayer server. + /// + public string IPV4Address; + /// + /// The ports the multiplayer server uses. + /// + public List Ports; + /// + /// The server's region. + /// + public string Region; + /// + /// The string server ID of the multiplayer server generated by PlayFab. + /// + public string ServerId; + } + + [Serializable] + public class ServerResourceConstraintParams : PlayFabBaseModel + { + /// + /// The maximum number of cores that each server is allowed to use. + /// + public double CpuLimit; + /// + /// The maximum number of GiB of memory that each server is allowed to use. WARNING: After exceeding this limit, the server + /// will be killed + /// + public double MemoryLimitGB; + } + + public enum ServerType + { + Container, + Process + } + + [Serializable] + public class SetIntersectionRule : PlayFabBaseModel + { + /// + /// Description of the attribute used by this rule to match tickets. + /// + public QueueRuleAttribute Attribute; + /// + /// Describes the behavior when an attribute is not specified in the ticket creation request or in the user's entity + /// profile. + /// + public AttributeNotSpecifiedBehavior AttributeNotSpecifiedBehavior; + /// + /// Collection of fields relating to expanding this rule at set intervals. Only one expansion can be set per rule. When this + /// is set, MinIntersectionSize is ignored. + /// + public CustomSetIntersectionRuleExpansion CustomExpansion; + /// + /// The default value assigned to tickets that are missing the attribute specified by AttributePath (assuming that + /// AttributeNotSpecifiedBehavior is UseDefault). Values must be unique. + /// + public List DefaultAttributeValue; + /// + /// Collection of fields relating to expanding this rule at set intervals. Only one expansion can be set per rule. + /// + public LinearSetIntersectionRuleExpansion LinearExpansion; + /// + /// The minimum number of values that must match between sets. + /// + public uint MinIntersectionSize; + /// + /// Friendly name chosen by developer. + /// + public string Name; + /// + /// How many seconds before this rule is no longer enforced (but tickets that comply with this rule will still be + /// prioritized over those that don't). Leave blank if this rule is always enforced. + /// + public uint? SecondsUntilOptional; + /// + /// The relative weight of this rule compared to others. + /// + public double Weight; + } + + /// + /// Use this API to create or update matchmaking queue configurations. The queue configuration defines the matchmaking + /// rules. The matchmaking service will match tickets together according to the configured rules. Queue resources are not + /// spun up by calling this API. Queues are created when the first ticket is submitted. + /// + [Serializable] + public class SetMatchmakingQueueRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The matchmaking queue config. + /// + public MatchmakingQueueConfig MatchmakingQueue; + } + + [Serializable] + public class SetMatchmakingQueueResult : PlayFabResultCommon + { + } + + /// + /// Executes the shutdown callback from the GSDK and terminates the multiplayer server session. The callback in the GSDK + /// will allow for graceful shutdown with a 15 minute timeoutIf graceful shutdown has not been completed before 15 minutes + /// have elapsed, the multiplayer server session will be forcefully terminated on it's own. + /// + [Serializable] + public class ShutdownMultiplayerServerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// A guid string session ID of the multiplayer server to shut down. + /// + public string SessionId; + } + + [Serializable] + public class Statistics : PlayFabBaseModel + { + /// + /// The average. + /// + public double Average; + /// + /// The 50th percentile. + /// + public double Percentile50; + /// + /// The 90th percentile. + /// + public double Percentile90; + /// + /// The 99th percentile. + /// + public double Percentile99; + } + + [Serializable] + public class StatisticsVisibilityToPlayers : PlayFabBaseModel + { + /// + /// Whether to allow players to view the current number of players in the matchmaking queue. + /// + public bool ShowNumberOfPlayersMatching; + /// + /// Whether to allow players to view statistics representing the time it takes for tickets to find a match. + /// + public bool ShowTimeToMatch; + } + + [Serializable] + public class StringEqualityRule : PlayFabBaseModel + { + /// + /// Description of the attribute used by this rule to match tickets. + /// + public QueueRuleAttribute Attribute; + /// + /// Describes the behavior when an attribute is not specified in the ticket creation request or in the user's entity + /// profile. + /// + public AttributeNotSpecifiedBehavior AttributeNotSpecifiedBehavior; + /// + /// The default value assigned to tickets that are missing the attribute specified by AttributePath (assuming that + /// AttributeNotSpecifiedBehavior is false). + /// + public string DefaultAttributeValue; + /// + /// Collection of fields relating to expanding this rule at set intervals. For StringEqualityRules, this is limited to + /// turning the rule off or on during different intervals. + /// + public StringEqualityRuleExpansion Expansion; + /// + /// Friendly name chosen by developer. + /// + public string Name; + /// + /// How many seconds before this rule is no longer enforced (but tickets that comply with this rule will still be + /// prioritized over those that don't). Leave blank if this rule is always enforced. + /// + public uint? SecondsUntilOptional; + /// + /// The relative weight of this rule compared to others. + /// + public double Weight; + } + + [Serializable] + public class StringEqualityRuleExpansion : PlayFabBaseModel + { + /// + /// List of bools specifying whether the rule is applied during this expansion. + /// + public List EnabledOverrides; + /// + /// How many seconds before this rule is expanded. + /// + public uint SecondsBetweenExpansions; + } + + /// + /// Request to subscribe to lobby resource notifications. + /// + [Serializable] + public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity performing the subscription. + /// + public EntityKey EntityKey; + /// + /// Opaque string, given to a client upon creating a connection with PubSub. + /// + public string PubSubConnectionHandle; + /// + /// The name of the resource to subscribe to. + /// + public string ResourceId; + /// + /// Version number for the subscription of this resource. + /// + public uint SubscriptionVersion; + /// + /// Subscription type. + /// + public SubscriptionType Type; + } + + [Serializable] + public class SubscribeToLobbyResourceResult : PlayFabResultCommon + { + /// + /// Topic will be returned in all notifications that are the result of this subscription. + /// + public string Topic; + } + + /// + /// Subscribe to match resource notifications. Match subscriptions have two types; MatchInvite and MatchTicketStatusChange + /// + [Serializable] + public class SubscribeToMatchResourceRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity performing the subscription. The entity must be authorized to use this connectionHandle. + /// + public EntityKey EntityKey; + /// + /// Opaque string, given to a client upon creating a connection with PubSub. Notifications will be sent to the connection + /// associated with this handle. + /// + public string PubSubConnectionHandle; + /// + /// The name of the resource to subscribe to. It follows the format {queueName}|{ticketId} for MatchTicketStatusChange. For + /// MatchInvite, ResourceId is @me. + /// + public string ResourceId; + /// + /// Version number for the subscription of this resource. Current supported version must be 1. + /// + public uint SubscriptionVersion; + /// + /// Subscription type. MatchInvite subscriptions are per-player. MatchTicketStatusChange subscriptions are per-ticket. + /// Subscribe calls are idempotent. Subscribing on the same resource for the same connection results in success. + /// + public string Type; + } + + [Serializable] + public class SubscribeToMatchResourceResult : PlayFabResultCommon + { + /// + /// Matchmaking resource + /// + public string Topic; + } + + public enum SubscriptionType + { + LobbyChange, + LobbyInvite + } + + [Serializable] + public class TeamDifferenceRule : PlayFabBaseModel + { + /// + /// Description of the attribute used by this rule to match teams. + /// + public QueueRuleAttribute Attribute; + /// + /// Collection of fields relating to expanding this rule at set intervals. Only one expansion can be set per rule. When this + /// is set, Difference is ignored. + /// + public CustomTeamDifferenceRuleExpansion CustomExpansion; + /// + /// The default value assigned to tickets that are missing the attribute specified by AttributePath (assuming that + /// AttributeNotSpecifiedBehavior is false). + /// + public double DefaultAttributeValue; + /// + /// The allowed difference between any two teams at the start of matchmaking. + /// + public double Difference; + /// + /// Collection of fields relating to expanding this rule at set intervals. Only one expansion can be set per rule. + /// + public LinearTeamDifferenceRuleExpansion LinearExpansion; + /// + /// Friendly name chosen by developer. + /// + public string Name; + /// + /// How many seconds before this rule is no longer enforced (but tickets that comply with this rule will still be + /// prioritized over those that don't). Leave blank if this rule is always enforced. + /// + public uint? SecondsUntilOptional; + } + + [Serializable] + public class TeamSizeBalanceRule : PlayFabBaseModel + { + /// + /// Controls how the Difference parameter expands over time. Only one expansion can be set per rule. When this is set, + /// Difference is ignored. + /// + public CustomTeamSizeBalanceRuleExpansion CustomExpansion; + /// + /// The allowed difference in team size between any two teams. + /// + public uint Difference; + /// + /// Controls how the Difference parameter expands over time. Only one expansion can be set per rule. + /// + public LinearTeamSizeBalanceRuleExpansion LinearExpansion; + /// + /// Friendly name chosen by developer. + /// + public string Name; + /// + /// How many seconds before this rule is no longer enforced (but tickets that comply with this rule will still be + /// prioritized over those that don't). Leave blank if this rule is always enforced. + /// + public uint? SecondsUntilOptional; + } + + [Serializable] + public class TeamTicketSizeSimilarityRule : PlayFabBaseModel + { + /// + /// Friendly name chosen by developer. + /// + public string Name; + /// + /// How many seconds before this rule is no longer enforced (but tickets that comply with this rule will still be + /// prioritized over those that don't). Leave blank if this rule is always enforced. + /// + public uint? SecondsUntilOptional; + } + + public enum TitleMultiplayerServerEnabledStatus + { + Initializing, + Enabled, + Disabled + } + + [Serializable] + public class TitleMultiplayerServersQuotas : PlayFabBaseModel + { + /// + /// The core capacity for the various regions and VM Family + /// + public List CoreCapacities; + } + + /// + /// Request to unsubscribe from lobby notifications. + /// + [Serializable] + public class UnsubscribeFromLobbyResourceRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity which performed the subscription. + /// + public EntityKey EntityKey; + /// + /// Opaque string, given to a client upon creating a connection with PubSub. + /// + public string PubSubConnectionHandle; + /// + /// The name of the resource to unsubscribe from. + /// + public string ResourceId; + /// + /// Version number passed for the subscription of this resource. + /// + public uint SubscriptionVersion; + /// + /// Subscription type. + /// + public SubscriptionType Type; + } + + /// + /// Unsubscribe from a Match resource's notifications. For MatchInvite, players are expected to unsubscribe once they can no + /// longer accept invites. For MatchTicketStatusChange, players are expected to unsusbcribe once the ticket has reached a + /// canceled or matched state. + /// + [Serializable] + public class UnsubscribeFromMatchResourceRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity performing the unsubscription. The entity must be authorized to use this connectionHandle. + /// + public EntityKey EntityKey; + /// + /// Opaque string, given to a client upon creating a connection with PubSub. + /// + public string PubSubConnectionHandle; + /// + /// The name of the resource to unsubscribe from. It follows the format {queueName}|{ticketId} for MatchTicketStatusChange. + /// For MatchInvite, ResourceId is @me. + /// + public string ResourceId; + /// + /// Version number for the unsubscription from this resource. + /// + public uint SubscriptionVersion; + /// + /// Type of the subscription to be canceled. + /// + public string Type; + } + + [Serializable] + public class UnsubscribeFromMatchResourceResult : PlayFabResultCommon + { + } + + /// + /// Removes the specified tag from the image. After this operation, a 'docker pull' will fail for the specified image and + /// tag combination. Morever, ListContainerImageTags will not return the specified tag. + /// + [Serializable] + public class UntagContainerImageRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The container image which tag we want to remove. + /// + public string ImageName; + /// + /// The tag we want to remove. + /// + public string Tag; + } + + /// + /// Creates a multiplayer server build alias and returns the created alias. + /// + [Serializable] + public class UpdateBuildAliasRequest : PlayFabRequestCommon + { + /// + /// The guid string alias Id of the alias to be updated. + /// + public string AliasId; + /// + /// The alias name. + /// + public string AliasName; + /// + /// Array of build selection criteria. + /// + public List BuildSelectionCriteria; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// Updates a multiplayer server build's name. + /// + [Serializable] + public class UpdateBuildNameRequest : PlayFabRequestCommon + { + /// + /// The guid string ID of the build we want to update the name of. + /// + public string BuildId; + /// + /// The build name. + /// + public string BuildName; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// Updates a multiplayer server build's region. + /// + [Serializable] + public class UpdateBuildRegionRequest : PlayFabRequestCommon + { + /// + /// The guid string ID of the build we want to update regions for. + /// + public string BuildId; + /// + /// The updated region configuration that should be applied to the specified build. + /// + public BuildRegionParams BuildRegion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// Updates a multiplayer server build's regions. + /// + [Serializable] + public class UpdateBuildRegionsRequest : PlayFabRequestCommon + { + /// + /// The guid string ID of the build we want to update regions for. + /// + public string BuildId; + /// + /// The updated region configuration that should be applied to the specified build. + /// + public List BuildRegions; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + /// + /// Preview: Request to update the serverData and serverEntity in case of migration. Only a game_server entity can update + /// this information and this is restricted to client owned lobbies which are using connections. + /// + [Serializable] + public class UpdateLobbyAsServerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The id of the lobby. + /// + public string LobbyId; + /// + /// The private key-value pairs which are visible to all entities in the lobby and modifiable by the joined server. + /// Optional. Sets or updates key-value pairs on the lobby. Only the current lobby lobby server can set serverData. Keys may + /// be an arbitrary string of at most 30 characters. The total size of all serverData values may not exceed 4096 bytes. + /// Values are not individually limited. There can be up to 30 key-value pairs stored here. Keys are case sensitive. + /// + public Dictionary ServerData; + /// + /// The keys to delete from the lobby serverData. Optional. Optional. Deletes key-value pairs on the lobby. Only the current + /// joined lobby server can delete serverData. All the specified keys will be removed from the serverData. Keys that do not + /// exist in the lobby are a no-op. If the key to delete exists in the serverData (same request) it will result in a bad + /// request. + /// + public List ServerDataToDelete; + /// + /// The lobby server. Optional. Set a different server as the joined server of the lobby (there can only be 1 joined + /// server). When changing the server the previous server will automatically be unsubscribed. + /// + public EntityKey ServerEntity; + } + + /// + /// Request to update a lobby. + /// + [Serializable] + public class UpdateLobbyRequest : PlayFabRequestCommon + { + /// + /// The policy indicating who is allowed to join the lobby, and the visibility to queries. May be 'Public', 'Friends' or + /// 'Private'. Public means the lobby is both visible in queries and any player may join, including invited players. Friends + /// means that users who are bidirectional friends of members in the lobby may search to find friend lobbies, to retrieve + /// its connection string. Private means the lobby is not visible in queries, and a player must receive an invitation to + /// join. Defaults to 'Public' on creation. Can only be changed by the lobby owner. + /// + public AccessPolicy? AccessPolicy; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The private key-value pairs which are visible to all entities in the lobby. Optional. Sets or updates key-value pairs on + /// the lobby. Only the current lobby owner can set lobby data. Keys may be an arbitrary string of at most 30 characters. + /// The total size of all lobbyData values may not exceed 4096 bytes. Values are not individually limited. There can be up + /// to 30 key-value pairs stored here. Keys are case sensitive. + /// + public Dictionary LobbyData; + /// + /// The keys to delete from the lobby LobbyData. Optional. Behaves similar to searchDataToDelete, but applies to lobbyData. + /// + public List LobbyDataToDelete; + /// + /// The id of the lobby. + /// + public string LobbyId; + /// + /// The maximum number of players allowed in the lobby. Updates the maximum allowed number of players in the lobby. Only the + /// current lobby owner can set this. If set, the value must be greater than or equal to the number of members currently in + /// the lobby. + /// + public uint? MaxPlayers; + /// + /// The private key-value pairs used by the member to communicate information to other members and the owner. Optional. Sets + /// or updates new key-value pairs on the caller's member data. New keys will be added with their values and existing keys + /// will be updated with the new values. Visible to all entities in the lobby. At most 30 key-value pairs may be stored + /// here, keys are limited to 30 characters and values to 1000. The total size of all memberData values may not exceed 4096 + /// bytes. Keys are case sensitive. Servers cannot specifiy this. + /// + public Dictionary MemberData; + /// + /// The keys to delete from the lobby MemberData. Optional. Deletes key-value pairs on the caller's member data. All the + /// specified keys will be removed from the caller's member data. Keys that do not exist are a no-op. If the key to delete + /// exists in the memberData (same request) it will result in a bad request. Servers cannot specifiy this. + /// + public List MemberDataToDelete; + /// + /// The member entity whose data is being modified. Servers cannot specify this. + /// + public EntityKey MemberEntity; + /// + /// A setting indicating whether the lobby is locked. May be 'Unlocked' or 'Locked'. When Locked new members are not allowed + /// to join. Defaults to 'Unlocked' on creation. Can only be changed by the lobby owner. + /// + public MembershipLock? MembershipLock; + /// + /// The lobby owner. Optional. Set to transfer ownership of the lobby. If client - owned and 'Automatic' - The Lobby service + /// will automatically assign another connected owner when the current owner leaves or disconnects. useConnections must be + /// true. If client - owned and 'Manual' - Ownership is protected as long as the current owner is connected. If the current + /// owner leaves or disconnects any member may set themselves as the current owner. The useConnections property must be + /// true. If client-owned and 'None' - Any member can set ownership. The useConnections property can be either true or + /// false. For all client-owned lobbies when the owner leaves and a new owner can not be automatically selected - The owner + /// field is set to null. For all client-owned lobbies when the owner disconnects and a new owner can not be automatically + /// selected - The owner field remains unchanged and the current owner retains all owner abilities for the lobby. If + /// server-owned (must be 'Server') - Any server can set ownership. The useConnections property must be true. + /// + public EntityKey Owner; + /// + /// The public key-value pairs which allow queries to differentiate between lobbies. Optional. Sets or updates key-value + /// pairs on the lobby for use with queries. Only the current lobby owner can set search data. New keys will be added with + /// their values and existing keys will be updated with the new values. There can be up to 30 key-value pairs stored here. + /// Keys are of the format string_key1, string_key2... string_key30 for string values, or number_key1, number_key2, ... + /// number_key30 for numeric values. Numeric values are floats. Values can be at most 256 characters long. The total size of + /// all searchData values may not exceed 1024 bytes.Keys are case sensitive. + /// + public Dictionary SearchData; + /// + /// The keys to delete from the lobby SearchData. Optional. Deletes key-value pairs on the lobby. Only the current lobby + /// owner can delete search data. All the specified keys will be removed from the search data. Keys that do not exist in the + /// lobby are a no-op.If the key to delete exists in the searchData (same request) it will result in a bad request. + /// + public List SearchDataToDelete; + } + + /// + /// Uploads a multiplayer server game certificate. + /// + [Serializable] + public class UploadCertificateRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Forces the certificate renewal if the certificate already exists. Default is false + /// + public bool? ForceUpdate; + /// + /// The game certificate to upload. + /// + public Certificate GameCertificate; + } + + /// + /// Uploads a multiplayer server game secret. + /// + [Serializable] + public class UploadSecretRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Forces the secret renewal if the secret already exists. Default is false + /// + public bool? ForceUpdate; + /// + /// The game secret to add. + /// + public Secret GameSecret; + } + + [Serializable] + public class VirtualMachineSummary : PlayFabBaseModel + { + /// + /// The virtual machine health status. + /// + public string HealthStatus; + /// + /// The virtual machine state. + /// + public string State; + /// + /// The virtual machine ID. + /// + public string VmId; + } + + [Serializable] + public class VmStartupScriptConfiguration : PlayFabBaseModel + { + /// + /// Optional port requests (name/protocol) that will be used by the VmStartupScript. Max of 5 requests. + /// + public List PortRequests; + /// + /// Asset which contains the VmStartupScript script and any other required files. + /// + public AssetReference VmStartupScriptAssetReference; + } + + [Serializable] + public class VmStartupScriptParams : PlayFabBaseModel + { + /// + /// Optional port requests (name/protocol) that will be used by the VmStartupScript. Max of 5 requests. + /// + public List PortRequests; + /// + /// Asset which contains the VmStartupScript script and any other required files. + /// + public AssetReferenceParams VmStartupScriptAssetReference; + } + + [Serializable] + public class VmStartupScriptPortRequest : PlayFabBaseModel + { + /// + /// The name for the port. + /// + public string Name; + /// + /// The protocol for the port. + /// + public ProtocolType Protocol; + } + + [Serializable] + public class VmStartupScriptPortRequestParams : PlayFabBaseModel + { + /// + /// The name for the port. + /// + public string Name; + /// + /// The protocol for the port. + /// + public ProtocolType Protocol; + } + + [Serializable] + public class WindowsCrashDumpConfiguration : PlayFabBaseModel + { + /// + /// See https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps for valid values. + /// + public int? CustomDumpFlags; + /// + /// See https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps for valid values. + /// + public int? DumpType; + /// + /// Designates whether automatic crash dump capturing will be enabled for this Build. + /// + public bool IsEnabled; + } +} +#endif diff --git a/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerModels.cs.meta b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerModels.cs.meta new file mode 100644 index 00000000..f6ca95fd --- /dev/null +++ b/Assets/PlayFabSDK/Multiplayer/PlayFabMultiplayerModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c9c53dd06e97f414cafc09e35d9f24aa +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Profiles.meta b/Assets/PlayFabSDK/Profiles.meta new file mode 100644 index 00000000..b4e35e5f --- /dev/null +++ b/Assets/PlayFabSDK/Profiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7fe6baad6b1791b479d6cf5082f56c5d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Profiles/PlayFabEvents.cs b/Assets/PlayFabSDK/Profiles/PlayFabEvents.cs new file mode 100644 index 00000000..069ee41a --- /dev/null +++ b/Assets/PlayFabSDK/Profiles/PlayFabEvents.cs @@ -0,0 +1,28 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.ProfilesModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnProfilesGetGlobalPolicyRequestEvent; + public event PlayFabResultEvent OnProfilesGetGlobalPolicyResultEvent; + public event PlayFabRequestEvent OnProfilesGetProfileRequestEvent; + public event PlayFabResultEvent OnProfilesGetProfileResultEvent; + public event PlayFabRequestEvent OnProfilesGetProfilesRequestEvent; + public event PlayFabResultEvent OnProfilesGetProfilesResultEvent; + public event PlayFabRequestEvent OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequestEvent; + public event PlayFabResultEvent OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsResultEvent; + public event PlayFabRequestEvent OnProfilesGetTitlePlayersFromXboxLiveIDsRequestEvent; + public event PlayFabResultEvent OnProfilesGetTitlePlayersFromXboxLiveIDsResultEvent; + public event PlayFabRequestEvent OnProfilesSetDisplayNameRequestEvent; + public event PlayFabResultEvent OnProfilesSetDisplayNameResultEvent; + public event PlayFabRequestEvent OnProfilesSetGlobalPolicyRequestEvent; + public event PlayFabResultEvent OnProfilesSetGlobalPolicyResultEvent; + public event PlayFabRequestEvent OnProfilesSetProfileLanguageRequestEvent; + public event PlayFabResultEvent OnProfilesSetProfileLanguageResultEvent; + public event PlayFabRequestEvent OnProfilesSetProfilePolicyRequestEvent; + public event PlayFabResultEvent OnProfilesSetProfilePolicyResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Profiles/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Profiles/PlayFabEvents.cs.meta new file mode 100644 index 00000000..7b89c240 --- /dev/null +++ b/Assets/PlayFabSDK/Profiles/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 108a292bd382f6c4a88576ed2173cb93 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Profiles/PlayFabProfilesAPI.cs b/Assets/PlayFabSDK/Profiles/PlayFabProfilesAPI.cs new file mode 100644 index 00000000..aec3d21d --- /dev/null +++ b/Assets/PlayFabSDK/Profiles/PlayFabProfilesAPI.cs @@ -0,0 +1,158 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.ProfilesModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// All PlayFab entities have profiles, which hold top-level properties about the entity. These APIs give you the tools + /// needed to manage entity profiles. + /// + public static class PlayFabProfilesAPI + { + static PlayFabProfilesAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Gets the global title access policy + /// + public static void GetGlobalPolicy(GetGlobalPolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Profile/GetGlobalPolicy", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the entity's profile. + /// + public static void GetProfile(GetEntityProfileRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Profile/GetProfile", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the entity's profile. + /// + public static void GetProfiles(GetEntityProfilesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Profile/GetProfiles", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title player accounts associated with the given master player account. + /// + public static void GetTitlePlayersFromMasterPlayerAccountIds(GetTitlePlayersFromMasterPlayerAccountIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Profile/GetTitlePlayersFromMasterPlayerAccountIds", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title player accounts associated with the given XUIDs. + /// + public static void GetTitlePlayersFromXboxLiveIDs(GetTitlePlayersFromXboxLiveIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Profile/GetTitlePlayersFromXboxLiveIDs", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Update the display name of the entity + /// + public static void SetDisplayName(SetDisplayNameRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Profile/SetDisplayName", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the global title access policy + /// + public static void SetGlobalPolicy(SetGlobalPolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Profile/SetGlobalPolicy", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the entity's language. The precedence hierarchy for communication to the player is Title Player Account + /// language, Master Player Account language, and then title default language if the first two aren't set or supported. + /// + public static void SetProfileLanguage(SetProfileLanguageRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Profile/SetProfileLanguage", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the profiles access policy + /// + public static void SetProfilePolicy(SetEntityProfilePolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Profile/SetProfilePolicy", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Profiles/PlayFabProfilesAPI.cs.meta b/Assets/PlayFabSDK/Profiles/PlayFabProfilesAPI.cs.meta new file mode 100644 index 00000000..eb3d8cb1 --- /dev/null +++ b/Assets/PlayFabSDK/Profiles/PlayFabProfilesAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 04039b10ae9eebd46a8c4a5b401ea567 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Profiles/PlayFabProfilesInstanceAPI.cs b/Assets/PlayFabSDK/Profiles/PlayFabProfilesInstanceAPI.cs new file mode 100644 index 00000000..d332f6f4 --- /dev/null +++ b/Assets/PlayFabSDK/Profiles/PlayFabProfilesInstanceAPI.cs @@ -0,0 +1,158 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.ProfilesModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// All PlayFab entities have profiles, which hold top-level properties about the entity. These APIs give you the tools + /// needed to manage entity profiles. + /// + public class PlayFabProfilesInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabProfilesInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabProfilesInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Gets the global title access policy + /// + public void GetGlobalPolicy(GetGlobalPolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Profile/GetGlobalPolicy", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the entity's profile. + /// + public void GetProfile(GetEntityProfileRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Profile/GetProfile", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the entity's profile. + /// + public void GetProfiles(GetEntityProfilesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Profile/GetProfiles", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title player accounts associated with the given master player account. + /// + public void GetTitlePlayersFromMasterPlayerAccountIds(GetTitlePlayersFromMasterPlayerAccountIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Profile/GetTitlePlayersFromMasterPlayerAccountIds", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title player accounts associated with the given XUIDs. + /// + public void GetTitlePlayersFromXboxLiveIDs(GetTitlePlayersFromXboxLiveIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Profile/GetTitlePlayersFromXboxLiveIDs", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Update the display name of the entity + /// + public void SetDisplayName(SetDisplayNameRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Profile/SetDisplayName", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the global title access policy + /// + public void SetGlobalPolicy(SetGlobalPolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Profile/SetGlobalPolicy", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the entity's language. The precedence hierarchy for communication to the player is Title Player Account + /// language, Master Player Account language, and then title default language if the first two aren't set or supported. + /// + public void SetProfileLanguage(SetProfileLanguageRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Profile/SetProfileLanguage", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the profiles access policy + /// + public void SetProfilePolicy(SetEntityProfilePolicyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Profile/SetProfilePolicy", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Profiles/PlayFabProfilesInstanceAPI.cs.meta b/Assets/PlayFabSDK/Profiles/PlayFabProfilesInstanceAPI.cs.meta new file mode 100644 index 00000000..ffd238a7 --- /dev/null +++ b/Assets/PlayFabSDK/Profiles/PlayFabProfilesInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ef2cfc8d3e49a7e479e1fe8c2cf18478 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Profiles/PlayFabProfilesModels.cs b/Assets/PlayFabSDK/Profiles/PlayFabProfilesModels.cs new file mode 100644 index 00000000..76cebbbd --- /dev/null +++ b/Assets/PlayFabSDK/Profiles/PlayFabProfilesModels.cs @@ -0,0 +1,508 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.ProfilesModels +{ + public enum EffectType + { + Allow, + Deny + } + + /// + /// An entity object and its associated meta data. + /// + [Serializable] + public class EntityDataObject : PlayFabBaseModel + { + /// + /// Un-escaped JSON object, if DataAsObject is true. + /// + public object DataObject; + /// + /// Escaped string JSON body of the object, if DataAsObject is default or false. + /// + public string EscapedDataObject; + /// + /// Name of this object. + /// + public string ObjectName; + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class EntityLineage : PlayFabBaseModel + { + /// + /// The Character Id of the associated entity. + /// + public string CharacterId; + /// + /// The Group Id of the associated entity. + /// + public string GroupId; + /// + /// The Master Player Account Id of the associated entity. + /// + public string MasterPlayerAccountId; + /// + /// The Namespace Id of the associated entity. + /// + public string NamespaceId; + /// + /// The Title Id of the associated entity. + /// + public string TitleId; + /// + /// The Title Player Account Id of the associated entity. + /// + public string TitlePlayerAccountId; + } + + [Serializable] + public class EntityPermissionStatement : PlayFabBaseModel + { + /// + /// The action this statement effects. May be 'Read', 'Write' or '*' for both read and write. + /// + public string Action; + /// + /// A comment about the statement. Intended solely for bookkeeping and debugging. + /// + public string Comment; + /// + /// Additional conditions to be applied for entity resources. + /// + public object Condition; + /// + /// The effect this statement will have. It may be either Allow or Deny + /// + public EffectType Effect; + /// + /// The principal this statement will effect. + /// + public object Principal; + /// + /// The resource this statements effects. Similar to 'pfrn:data--title![Title ID]/Profile/*' + /// + public string Resource; + } + + [Serializable] + public class EntityProfileBody : PlayFabBaseModel + { + /// + /// Avatar URL for the entity. + /// + public string AvatarUrl; + /// + /// The creation time of this profile in UTC. + /// + public DateTime Created; + /// + /// The display name of the entity. This field may serve different purposes for different entity types. i.e.: for a title + /// player account it could represent the display name of the player, whereas on a character it could be character's name. + /// + public string DisplayName; + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// The chain of responsibility for this entity. Use Lineage. + /// + public string EntityChain; + /// + /// The experiment variants of this profile. + /// + public List ExperimentVariants; + /// + /// The files on this profile. + /// + public Dictionary Files; + /// + /// The language on this profile. + /// + public string Language; + /// + /// The lineage of this profile. + /// + public EntityLineage Lineage; + /// + /// The objects on this profile. + /// + public Dictionary Objects; + /// + /// The permissions that govern access to this entity profile and its properties. Only includes permissions set on this + /// profile, not global statements from titles and namespaces. + /// + public List Permissions; + /// + /// The statistics on this profile. + /// + public Dictionary Statistics; + /// + /// The version number of the profile in persistent storage at the time of the read. Used for optional optimistic + /// concurrency during update. + /// + public int VersionNumber; + } + + /// + /// An entity file's meta data. To get a download URL call File/GetFiles API. + /// + [Serializable] + public class EntityProfileFileMetadata : PlayFabBaseModel + { + /// + /// Checksum value for the file, can be used to check if the file on the server has changed. + /// + public string Checksum; + /// + /// Name of the file + /// + public string FileName; + /// + /// Last UTC time the file was modified + /// + public DateTime LastModified; + /// + /// Storage service's reported byte count + /// + public int Size; + } + + [Serializable] + public class EntityStatisticValue : PlayFabBaseModel + { + /// + /// Metadata associated with the Statistic. + /// + public string Metadata; + /// + /// Statistic name + /// + public string Name; + /// + /// Statistic scores + /// + public List Scores; + /// + /// Statistic version + /// + public int Version; + } + + /// + /// Given an entity type and entity identifier will retrieve the profile from the entity store. If the profile being + /// retrieved is the caller's, then the read operation is consistent, if not it is an inconsistent read. An inconsistent + /// read means that we do not guarantee all committed writes have occurred before reading the profile, allowing for a stale + /// read. If consistency is important the Version Number on the result can be used to compare which version of the profile + /// any reader has. + /// + [Serializable] + public class GetEntityProfileRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Determines whether the objects will be returned as an escaped JSON string or as a un-escaped JSON object. Default is + /// JSON string. + /// + public bool? DataAsObject; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetEntityProfileResponse : PlayFabResultCommon + { + /// + /// Entity profile + /// + public EntityProfileBody Profile; + } + + /// + /// Given a set of entity types and entity identifiers will retrieve all readable profiles properties for the caller. + /// Profiles that the caller is not allowed to read will silently not be included in the results. + /// + [Serializable] + public class GetEntityProfilesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Determines whether the objects will be returned as an escaped JSON string or as a un-escaped JSON object. Default is + /// JSON string. + /// + public bool? DataAsObject; + /// + /// Entity keys of the profiles to load. Must be between 1 and 25 + /// + public List Entities; + } + + [Serializable] + public class GetEntityProfilesResponse : PlayFabResultCommon + { + /// + /// Entity profiles + /// + public List Profiles; + } + + /// + /// Retrieves the title access policy that is used before the profile's policy is inspected during a request. If never + /// customized this will return the default starter policy built by PlayFab. + /// + [Serializable] + public class GetGlobalPolicyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetGlobalPolicyResponse : PlayFabResultCommon + { + /// + /// The permissions that govern access to all entities under this title or namespace. + /// + public List Permissions; + } + + /// + /// Given a master player account id (PlayFab ID), returns all title player accounts associated with it. + /// + [Serializable] + public class GetTitlePlayersFromMasterPlayerAccountIdsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Master player account ids. + /// + public List MasterPlayerAccountIds; + /// + /// Id of title to get players from. + /// + public string TitleId; + } + + [Serializable] + public class GetTitlePlayersFromMasterPlayerAccountIdsResponse : PlayFabResultCommon + { + /// + /// Optional id of title to get players from, required if calling using a master_player_account. + /// + public string TitleId; + /// + /// Dictionary of master player ids mapped to title player entity keys and id pairs + /// + public Dictionary TitlePlayerAccounts; + } + + [Serializable] + public class GetTitlePlayersFromProviderIDsResponse : PlayFabResultCommon + { + /// + /// Dictionary of provider identifiers mapped to title_player_account lineage. Missing lineage indicates the player either + /// doesn't exist or doesn't play the requested title. + /// + public Dictionary TitlePlayerAccounts; + } + + /// + /// Given a collection of Xbox IDs (XUIDs), returns all title player accounts. + /// + [Serializable] + public class GetTitlePlayersFromXboxLiveIDsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Xbox Sandbox the players had on their Xbox tokens. + /// + public string Sandbox; + /// + /// Optional ID of title to get players from, required if calling using a master_player_account. + /// + public string TitleId; + /// + /// List of Xbox Live XUIDs + /// + public List XboxLiveIds; + } + + public enum OperationTypes + { + Created, + Updated, + Deleted, + None + } + + /// + /// Given an entity profile, will update its display name to the one passed in if the profile's version is equal to the + /// specified value + /// + [Serializable] + public class SetDisplayNameRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The new value to be set on Entity Profile's display name + /// + public string DisplayName; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The expected version of a profile to perform this update on + /// + public int? ExpectedVersion; + } + + [Serializable] + public class SetDisplayNameResponse : PlayFabResultCommon + { + /// + /// The type of operation that occured on the profile's display name + /// + public OperationTypes? OperationResult; + /// + /// The updated version of the profile after the display name update + /// + public int? VersionNumber; + } + + /// + /// This will set the access policy statements on the given entity profile. This is not additive, any existing statements + /// will be replaced with the statements in this request. + /// + [Serializable] + public class SetEntityProfilePolicyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity to perform this action on. + /// + public EntityKey Entity; + /// + /// The statements to include in the access policy. + /// + public List Statements; + } + + [Serializable] + public class SetEntityProfilePolicyResponse : PlayFabResultCommon + { + /// + /// The permissions that govern access to this entity profile and its properties. Only includes permissions set on this + /// profile, not global statements from titles and namespaces. + /// + public List Permissions; + } + + /// + /// Updates the title access policy that is used before the profile's policy is inspected during a request. Policies are + /// compiled and cached for several minutes so an update here may not be reflected in behavior for a short time. + /// + [Serializable] + public class SetGlobalPolicyRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The permissions that govern access to all entities under this title or namespace. + /// + public List Permissions; + } + + [Serializable] + public class SetGlobalPolicyResponse : PlayFabResultCommon + { + } + + /// + /// Given an entity profile, will update its language to the one passed in if the profile's version is equal to the one + /// passed in. + /// + [Serializable] + public class SetProfileLanguageRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// The expected version of a profile to perform this update on + /// + public int? ExpectedVersion; + /// + /// The language to set on the given entity. Deletes the profile's language if passed in a null string. + /// + public string Language; + } + + [Serializable] + public class SetProfileLanguageResponse : PlayFabResultCommon + { + /// + /// The type of operation that occured on the profile's language + /// + public OperationTypes? OperationResult; + /// + /// The updated version of the profile after the language update + /// + public int? VersionNumber; + } +} +#endif diff --git a/Assets/PlayFabSDK/Profiles/PlayFabProfilesModels.cs.meta b/Assets/PlayFabSDK/Profiles/PlayFabProfilesModels.cs.meta new file mode 100644 index 00000000..9250c5c9 --- /dev/null +++ b/Assets/PlayFabSDK/Profiles/PlayFabProfilesModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d7cf1e15acb646e4eaf8ef5d951b1477 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Progression.meta b/Assets/PlayFabSDK/Progression.meta new file mode 100644 index 00000000..0fb2ad1a --- /dev/null +++ b/Assets/PlayFabSDK/Progression.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7c7a9aa122eeea84480c18f1fc5cdeb4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Progression/PlayFabEvents.cs b/Assets/PlayFabSDK/Progression/PlayFabEvents.cs new file mode 100644 index 00000000..ee302234 --- /dev/null +++ b/Assets/PlayFabSDK/Progression/PlayFabEvents.cs @@ -0,0 +1,52 @@ +#if !DISABLE_PLAYFABENTITY_API +using PlayFab.ProgressionModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnProgressionCreateLeaderboardDefinitionRequestEvent; + public event PlayFabResultEvent OnProgressionCreateLeaderboardDefinitionResultEvent; + public event PlayFabRequestEvent OnProgressionCreateStatisticDefinitionRequestEvent; + public event PlayFabResultEvent OnProgressionCreateStatisticDefinitionResultEvent; + public event PlayFabRequestEvent OnProgressionDeleteLeaderboardDefinitionRequestEvent; + public event PlayFabResultEvent OnProgressionDeleteLeaderboardDefinitionResultEvent; + public event PlayFabRequestEvent OnProgressionDeleteLeaderboardEntriesRequestEvent; + public event PlayFabResultEvent OnProgressionDeleteLeaderboardEntriesResultEvent; + public event PlayFabRequestEvent OnProgressionDeleteStatisticDefinitionRequestEvent; + public event PlayFabResultEvent OnProgressionDeleteStatisticDefinitionResultEvent; + public event PlayFabRequestEvent OnProgressionDeleteStatisticsRequestEvent; + public event PlayFabResultEvent OnProgressionDeleteStatisticsResultEvent; + public event PlayFabRequestEvent OnProgressionGetFriendLeaderboardForEntityRequestEvent; + public event PlayFabResultEvent OnProgressionGetFriendLeaderboardForEntityResultEvent; + public event PlayFabRequestEvent OnProgressionGetLeaderboardRequestEvent; + public event PlayFabResultEvent OnProgressionGetLeaderboardResultEvent; + public event PlayFabRequestEvent OnProgressionGetLeaderboardAroundEntityRequestEvent; + public event PlayFabResultEvent OnProgressionGetLeaderboardAroundEntityResultEvent; + public event PlayFabRequestEvent OnProgressionGetLeaderboardDefinitionRequestEvent; + public event PlayFabResultEvent OnProgressionGetLeaderboardDefinitionResultEvent; + public event PlayFabRequestEvent OnProgressionGetLeaderboardForEntitiesRequestEvent; + public event PlayFabResultEvent OnProgressionGetLeaderboardForEntitiesResultEvent; + public event PlayFabRequestEvent OnProgressionGetStatisticDefinitionRequestEvent; + public event PlayFabResultEvent OnProgressionGetStatisticDefinitionResultEvent; + public event PlayFabRequestEvent OnProgressionGetStatisticsRequestEvent; + public event PlayFabResultEvent OnProgressionGetStatisticsResultEvent; + public event PlayFabRequestEvent OnProgressionGetStatisticsForEntitiesRequestEvent; + public event PlayFabResultEvent OnProgressionGetStatisticsForEntitiesResultEvent; + public event PlayFabRequestEvent OnProgressionIncrementLeaderboardVersionRequestEvent; + public event PlayFabResultEvent OnProgressionIncrementLeaderboardVersionResultEvent; + public event PlayFabRequestEvent OnProgressionIncrementStatisticVersionRequestEvent; + public event PlayFabResultEvent OnProgressionIncrementStatisticVersionResultEvent; + public event PlayFabRequestEvent OnProgressionListLeaderboardDefinitionsRequestEvent; + public event PlayFabResultEvent OnProgressionListLeaderboardDefinitionsResultEvent; + public event PlayFabRequestEvent OnProgressionListStatisticDefinitionsRequestEvent; + public event PlayFabResultEvent OnProgressionListStatisticDefinitionsResultEvent; + public event PlayFabRequestEvent OnProgressionUnlinkLeaderboardFromStatisticRequestEvent; + public event PlayFabResultEvent OnProgressionUnlinkLeaderboardFromStatisticResultEvent; + public event PlayFabRequestEvent OnProgressionUpdateLeaderboardEntriesRequestEvent; + public event PlayFabResultEvent OnProgressionUpdateLeaderboardEntriesResultEvent; + public event PlayFabRequestEvent OnProgressionUpdateStatisticsRequestEvent; + public event PlayFabResultEvent OnProgressionUpdateStatisticsResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Progression/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Progression/PlayFabEvents.cs.meta new file mode 100644 index 00000000..03f473a1 --- /dev/null +++ b/Assets/PlayFabSDK/Progression/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0baf01ae0e5700e41a23409b4e548524 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Progression/PlayFabProgressionAPI.cs b/Assets/PlayFabSDK/Progression/PlayFabProgressionAPI.cs new file mode 100644 index 00000000..a8f83eea --- /dev/null +++ b/Assets/PlayFabSDK/Progression/PlayFabProgressionAPI.cs @@ -0,0 +1,313 @@ +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.ProgressionModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// Manage entity statistics Manage entity leaderboards + /// + public static class PlayFabProgressionAPI + { + static PlayFabProgressionAPI() {} + + + /// + /// Verify entity login. + /// + public static bool IsEntityLoggedIn() + { + return PlayFabSettings.staticPlayer.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// Creates a new leaderboard definition. + /// + public static void CreateLeaderboardDefinition(CreateLeaderboardDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/CreateLeaderboardDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Create a new entity statistic definition. + /// + public static void CreateStatisticDefinition(CreateStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Statistic/CreateStatisticDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a leaderboard definition. + /// + public static void DeleteLeaderboardDefinition(DeleteLeaderboardDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/DeleteLeaderboardDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the specified entries from the given leaderboard. + /// + public static void DeleteLeaderboardEntries(DeleteLeaderboardEntriesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/DeleteLeaderboardEntries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Delete an entity statistic definition. Will delete all statistics on entity profiles and leaderboards. + /// + public static void DeleteStatisticDefinition(DeleteStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Statistic/DeleteStatisticDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Delete statistics on an entity profile. This will remove all rankings from associated leaderboards. + /// + public static void DeleteStatistics(DeleteStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Statistic/DeleteStatistics", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get the friend leaderboard for the specified entity. A maximum of 25 friend entries are listed in the leaderboard. + /// + public static void GetFriendLeaderboardForEntity(GetFriendLeaderboardForEntityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/GetFriendLeaderboardForEntity", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get the leaderboard for a specific entity type and statistic. + /// + public static void GetLeaderboard(GetEntityLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/GetLeaderboard", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get the leaderboard around a specific entity. + /// + public static void GetLeaderboardAroundEntity(GetLeaderboardAroundEntityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/GetLeaderboardAroundEntity", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets the specified leaderboard definition. + /// + public static void GetLeaderboardDefinition(GetLeaderboardDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/GetLeaderboardDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get the leaderboard limited to a set of entities. + /// + public static void GetLeaderboardForEntities(GetLeaderboardForEntitiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/GetLeaderboardForEntities", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get current statistic definition information + /// + public static void GetStatisticDefinition(GetStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Statistic/GetStatisticDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets statistics for the specified entity. + /// + public static void GetStatistics(GetStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Statistic/GetStatistics", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets statistics for the specified collection of entities. + /// + public static void GetStatisticsForEntities(GetStatisticsForEntitiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Statistic/GetStatisticsForEntities", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Increment a leaderboard version. + /// + public static void IncrementLeaderboardVersion(IncrementLeaderboardVersionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/IncrementLeaderboardVersion", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Increment an entity statistic definition version. + /// + public static void IncrementStatisticVersion(IncrementStatisticVersionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Statistic/IncrementStatisticVersion", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists the leaderboard definitions defined for the Title. + /// + public static void ListLeaderboardDefinitions(ListLeaderboardDefinitionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/ListLeaderboardDefinitions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get all current statistic definitions information + /// + public static void ListStatisticDefinitions(ListStatisticDefinitionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Statistic/ListStatisticDefinitions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks a leaderboard definition from it's linked statistic definition. + /// + public static void UnlinkLeaderboardFromStatistic(UnlinkLeaderboardFromStatisticRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/UnlinkLeaderboardFromStatistic", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds or updates entries on the specified leaderboard. + /// + public static void UpdateLeaderboardEntries(UpdateLeaderboardEntriesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Leaderboard/UpdateLeaderboardEntries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Update statistics on an entity profile. Depending on the statistic definition, this may result in entity being ranked on + /// various leaderboards. + /// + public static void UpdateStatistics(UpdateStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + + + PlayFabHttp.MakeApiCall("/Statistic/UpdateStatistics", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Progression/PlayFabProgressionAPI.cs.meta b/Assets/PlayFabSDK/Progression/PlayFabProgressionAPI.cs.meta new file mode 100644 index 00000000..ea6b3eb0 --- /dev/null +++ b/Assets/PlayFabSDK/Progression/PlayFabProgressionAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 77a7d66f0cc99ad40a5068f8a1e2865f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Progression/PlayFabProgressionInstanceAPI.cs b/Assets/PlayFabSDK/Progression/PlayFabProgressionInstanceAPI.cs new file mode 100644 index 00000000..30470ddd --- /dev/null +++ b/Assets/PlayFabSDK/Progression/PlayFabProgressionInstanceAPI.cs @@ -0,0 +1,289 @@ +#if !DISABLE_PLAYFABENTITY_API + +using System; +using System.Collections.Generic; +using PlayFab.ProgressionModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// Manage entity statistics Manage entity leaderboards + /// + public class PlayFabProgressionInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabProgressionInstanceAPI(PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + authenticationContext = context; + } + + public PlayFabProgressionInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + if (context == null) + throw new PlayFabException(PlayFabExceptionCode.AuthContextRequired, "Context cannot be null, create a PlayFabAuthenticationContext for each player in advance, or call .GetAuthenticationContext()"); + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Verify entity login. + /// + public bool IsEntityLoggedIn() + { + return authenticationContext == null ? false : authenticationContext.IsEntityLoggedIn(); + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// Creates a new leaderboard definition. + /// + public void CreateLeaderboardDefinition(CreateLeaderboardDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/CreateLeaderboardDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Create a new entity statistic definition. + /// + public void CreateStatisticDefinition(CreateStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Statistic/CreateStatisticDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a leaderboard definition. + /// + public void DeleteLeaderboardDefinition(DeleteLeaderboardDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/DeleteLeaderboardDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the specified entries from the given leaderboard. + /// + public void DeleteLeaderboardEntries(DeleteLeaderboardEntriesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/DeleteLeaderboardEntries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Delete an entity statistic definition. Will delete all statistics on entity profiles and leaderboards. + /// + public void DeleteStatisticDefinition(DeleteStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Statistic/DeleteStatisticDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Delete statistics on an entity profile. This will remove all rankings from associated leaderboards. + /// + public void DeleteStatistics(DeleteStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Statistic/DeleteStatistics", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get the friend leaderboard for the specified entity. A maximum of 25 friend entries are listed in the leaderboard. + /// + public void GetFriendLeaderboardForEntity(GetFriendLeaderboardForEntityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/GetFriendLeaderboardForEntity", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get the leaderboard for a specific entity type and statistic. + /// + public void GetLeaderboard(GetEntityLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/GetLeaderboard", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get the leaderboard around a specific entity. + /// + public void GetLeaderboardAroundEntity(GetLeaderboardAroundEntityRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/GetLeaderboardAroundEntity", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets the specified leaderboard definition. + /// + public void GetLeaderboardDefinition(GetLeaderboardDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/GetLeaderboardDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get the leaderboard limited to a set of entities. + /// + public void GetLeaderboardForEntities(GetLeaderboardForEntitiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/GetLeaderboardForEntities", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get current statistic definition information + /// + public void GetStatisticDefinition(GetStatisticDefinitionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Statistic/GetStatisticDefinition", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets statistics for the specified entity. + /// + public void GetStatistics(GetStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Statistic/GetStatistics", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets statistics for the specified collection of entities. + /// + public void GetStatisticsForEntities(GetStatisticsForEntitiesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Statistic/GetStatisticsForEntities", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Increment a leaderboard version. + /// + public void IncrementLeaderboardVersion(IncrementLeaderboardVersionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/IncrementLeaderboardVersion", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Increment an entity statistic definition version. + /// + public void IncrementStatisticVersion(IncrementStatisticVersionRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Statistic/IncrementStatisticVersion", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists the leaderboard definitions defined for the Title. + /// + public void ListLeaderboardDefinitions(ListLeaderboardDefinitionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/ListLeaderboardDefinitions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get all current statistic definitions information + /// + public void ListStatisticDefinitions(ListStatisticDefinitionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Statistic/ListStatisticDefinitions", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks a leaderboard definition from it's linked statistic definition. + /// + public void UnlinkLeaderboardFromStatistic(UnlinkLeaderboardFromStatisticRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/UnlinkLeaderboardFromStatistic", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds or updates entries on the specified leaderboard. + /// + public void UpdateLeaderboardEntries(UpdateLeaderboardEntriesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Leaderboard/UpdateLeaderboardEntries", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Update statistics on an entity profile. Depending on the statistic definition, this may result in entity being ranked on + /// various leaderboards. + /// + public void UpdateStatistics(UpdateStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (!context.IsEntityLoggedIn()) throw new PlayFabException(PlayFabExceptionCode.NotLoggedIn,"Must be logged in to call this method"); + PlayFabHttp.MakeApiCall("/Statistic/UpdateStatistics", request, AuthType.EntityToken, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Progression/PlayFabProgressionInstanceAPI.cs.meta b/Assets/PlayFabSDK/Progression/PlayFabProgressionInstanceAPI.cs.meta new file mode 100644 index 00000000..cb592500 --- /dev/null +++ b/Assets/PlayFabSDK/Progression/PlayFabProgressionInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9b633860fe71fc24dacbbfe3f943e227 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Progression/PlayFabProgressionModels.cs b/Assets/PlayFabSDK/Progression/PlayFabProgressionModels.cs new file mode 100644 index 00000000..f8e91df7 --- /dev/null +++ b/Assets/PlayFabSDK/Progression/PlayFabProgressionModels.cs @@ -0,0 +1,897 @@ +#if !DISABLE_PLAYFABENTITY_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.ProgressionModels +{ + [Serializable] + public class CreateLeaderboardDefinitionRequest : PlayFabRequestCommon + { + /// + /// Leaderboard columns describing the sort directions, cannot be changed after creation. + /// + public List Columns; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity type being represented on the leaderboard. If it doesn't correspond to the PlayFab entity types, use + /// 'external' as the type. + /// + public string EntityType; + /// + /// A name for the leaderboard, unique per title. + /// + public string Name; + /// + /// Maximum number of entries on this leaderboard + /// + public int SizeLimit; + /// + /// The version reset configuration for the leaderboard definition. + /// + public VersionConfiguration VersionConfiguration; + } + + [Serializable] + public class CreateStatisticDefinitionRequest : PlayFabRequestCommon + { + /// + /// The columns for the statistic defining the aggregation method for each column. + /// + public List Columns; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entity type allowed to have score(s) for this statistic. + /// + public string EntityType; + /// + /// Name of the statistic. Must be less than 150 characters. Restricted to a-Z, 0-9, '(', ')', '_', '-' and '.'. + /// + public string Name; + /// + /// The version reset configuration for the statistic definition. + /// + public VersionConfiguration VersionConfiguration; + } + + [Serializable] + public class DeleteLeaderboardDefinitionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the leaderboard definition to delete. + /// + public string Name; + } + + [Serializable] + public class DeleteLeaderboardEntriesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The unique Ids of the entries to delete from the leaderboard. + /// + public List EntityIds; + /// + /// The name of the leaderboard. + /// + public string Name; + } + + [Serializable] + public class DeleteStatisticDefinitionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Name of the statistic to delete. + /// + public string Name; + } + + [Serializable] + public class DeleteStatisticsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// Collection of statistics to remove from this entity. + /// + public List Statistics; + } + + [Serializable] + public class DeleteStatisticsResponse : PlayFabResultCommon + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + } + + [Serializable] + public class EmptyResponse : PlayFabResultCommon + { + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + /// + /// Individual rank of an entity in a leaderboard + /// + [Serializable] + public class EntityLeaderboardEntry : PlayFabBaseModel + { + /// + /// Entity's display name. + /// + public string DisplayName; + /// + /// Entity identifier. + /// + public EntityKey Entity; + /// + /// The time at which the last update to the entry was recorded on the server. + /// + public DateTime LastUpdated; + /// + /// An opaque blob of data stored on the leaderboard entry. Note that the metadata is not used for ranking purposes. + /// + public string Metadata; + /// + /// Position on the leaderboard. + /// + public int Rank; + /// + /// Scores for the entry. + /// + public List Scores; + } + + [Serializable] + public class EntityStatistics : PlayFabBaseModel + { + /// + /// Entity key + /// + public EntityKey EntityKey; + /// + /// All statistics for the given entitykey + /// + public List Statistics; + } + + [Serializable] + public class EntityStatisticValue : PlayFabBaseModel + { + /// + /// Metadata associated with the Statistic. + /// + public string Metadata; + /// + /// Statistic name + /// + public string Name; + /// + /// Statistic scores + /// + public List Scores; + /// + /// Statistic version + /// + public int Version; + } + + public enum ExternalFriendSources + { + None, + Steam, + Facebook, + Xbox, + Psn, + All + } + + /// + /// Request to load a leaderboard. + /// + [Serializable] + public class GetEntityLeaderboardRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Name of the leaderboard. + /// + public string LeaderboardName; + /// + /// Maximum number of results to return from the leaderboard. Minimum 1, maximum 1,000. + /// + public uint PageSize; + /// + /// Index position to start from. 1 is beginning of leaderboard. + /// + public uint? StartingPosition; + /// + /// Optional version of the leaderboard, defaults to current version. + /// + public uint? Version; + } + + /// + /// Leaderboard response + /// + [Serializable] + public class GetEntityLeaderboardResponse : PlayFabResultCommon + { + /// + /// Leaderboard columns describing the sort directions. + /// + public List Columns; + /// + /// The number of entries on the leaderboard. + /// + public uint EntryCount; + /// + /// Individual entity rankings in the leaderboard, in sorted order by rank. + /// + public List Rankings; + /// + /// Version of the leaderboard being returned. + /// + public uint Version; + } + + [Serializable] + public class GetFriendLeaderboardForEntityRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// Indicates which other platforms' friends should be included in the response. In HTTP, it is represented as a + /// comma-separated list of platforms. + /// + public ExternalFriendSources? ExternalFriendSources; + /// + /// Name of the leaderboard. + /// + public string LeaderboardName; + /// + /// Optional version of the leaderboard, defaults to current version. + /// + public uint? Version; + /// + /// Xbox token if Xbox friends should be included. Requires Xbox be configured on PlayFab. + /// + public string XboxToken; + } + + /// + /// Request to load a section of a leaderboard centered on a specific entity. + /// + [Serializable] + public class GetLeaderboardAroundEntityRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// Name of the leaderboard. + /// + public string LeaderboardName; + /// + /// Number of surrounding entries to return (in addition to specified entity). In general, the number of ranks above and + /// below will be split into half. For example, if the specified value is 10, 5 ranks above and 5 ranks below will be + /// retrieved. However, the numbers will get skewed in either direction when the specified entity is towards the top or + /// bottom of the leaderboard. Also, the number of entries returned can be lower than the value specified for entries at the + /// bottom of the leaderboard. + /// + public uint MaxSurroundingEntries; + /// + /// Optional version of the leaderboard, defaults to current. + /// + public uint? Version; + } + + [Serializable] + public class GetLeaderboardDefinitionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the leaderboard to retrieve the definition for. + /// + public string Name; + } + + [Serializable] + public class GetLeaderboardDefinitionResponse : PlayFabResultCommon + { + /// + /// Sort direction of the leaderboard columns, cannot be changed after creation. + /// + public List Columns; + /// + /// Created time, in UTC + /// + public DateTime Created; + /// + /// The entity type being represented on the leaderboard. If it doesn't correspond to the PlayFab entity types, use + /// 'external' as the type. + /// + public string EntityType; + /// + /// Last time, in UTC, leaderboard version was incremented. + /// + public DateTime? LastResetTime; + /// + /// A name for the leaderboard, unique per title. + /// + public string Name; + /// + /// Maximum number of entries on this leaderboard + /// + public int SizeLimit; + /// + /// Latest Leaderboard version. + /// + public uint Version; + /// + /// The version reset configuration for the leaderboard definition. + /// + public VersionConfiguration VersionConfiguration; + } + + /// + /// Request a leaderboard limited to a collection of entities. + /// + [Serializable] + public class GetLeaderboardForEntitiesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Collection of Entity IDs to include in the leaderboard. + /// + public List EntityIds; + /// + /// Name of the leaderboard. + /// + public string LeaderboardName; + /// + /// Optional version of the leaderboard, defaults to current. + /// + public uint? Version; + } + + [Serializable] + public class GetStatisticDefinitionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Name of the statistic. Must be less than 150 characters. + /// + public string Name; + } + + [Serializable] + public class GetStatisticDefinitionResponse : PlayFabResultCommon + { + /// + /// The columns for the statistic defining the aggregation method for each column. + /// + public List Columns; + /// + /// Created time, in UTC + /// + public DateTime Created; + /// + /// The entity type that can have this statistic. + /// + public string EntityType; + /// + /// Last time, in UTC, statistic version was incremented. + /// + public DateTime? LastResetTime; + /// + /// The list of leaderboards that are linked to this statistic definition. + /// + public List LinkedLeaderboardNames; + /// + /// Name of the statistic. + /// + public string Name; + /// + /// Statistic version. + /// + public uint Version; + /// + /// The version reset configuration for the leaderboard definition. + /// + public VersionConfiguration VersionConfiguration; + } + + [Serializable] + public class GetStatisticsForEntitiesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Collection of Entity IDs to retrieve statistics for. + /// + public List Entities; + } + + [Serializable] + public class GetStatisticsForEntitiesResponse : PlayFabResultCommon + { + /// + /// A mapping of statistic name to the columns defined in the corresponding definition. + /// + public Dictionary ColumnDetails; + /// + /// List of entities mapped to their statistics. Only the latest version of a statistic is returned. + /// + public List EntitiesStatistics; + } + + [Serializable] + public class GetStatisticsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + } + + [Serializable] + public class GetStatisticsResponse : PlayFabResultCommon + { + /// + /// A mapping of statistic name to the columns defined in the corresponding definition. + /// + public Dictionary ColumnDetails; + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// List of statistics keyed by Name. Only the latest version of a statistic is returned. + /// + public Dictionary Statistics; + } + + [Serializable] + public class IncrementLeaderboardVersionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the leaderboard to increment the version for. + /// + public string Name; + } + + [Serializable] + public class IncrementLeaderboardVersionResponse : PlayFabResultCommon + { + /// + /// New Leaderboard version. + /// + public uint Version; + } + + [Serializable] + public class IncrementStatisticVersionRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Name of the statistic to increment the version of. + /// + public string Name; + } + + [Serializable] + public class IncrementStatisticVersionResponse : PlayFabResultCommon + { + /// + /// New statistic version. + /// + public uint Version; + } + + [Serializable] + public class LeaderboardColumn : PlayFabBaseModel + { + /// + /// If the value for this column is sourced from a statistic, details of the linked column. Null if the leaderboard is not + /// linked. + /// + public LinkedStatisticColumn LinkedStatisticColumn; + /// + /// A name for the leaderboard column, unique per leaderboard definition. + /// + public string Name; + /// + /// The sort direction for this column. + /// + public LeaderboardSortDirection SortDirection; + } + + [Serializable] + public class LeaderboardDefinition : PlayFabBaseModel + { + /// + /// Sort direction of the leaderboard columns, cannot be changed after creation. + /// + public List Columns; + /// + /// Created time, in UTC + /// + public DateTime Created; + /// + /// The entity type being represented on the leaderboard. If it doesn't correspond to the PlayFab entity types, use + /// 'external' as the type. + /// + public string EntityType; + /// + /// Last time, in UTC, leaderboard version was incremented. + /// + public DateTime? LastResetTime; + /// + /// A name for the leaderboard, unique per title. + /// + public string Name; + /// + /// Maximum number of entries on this leaderboard + /// + public int SizeLimit; + /// + /// Latest Leaderboard version. + /// + public uint Version; + /// + /// The version reset configuration for the leaderboard definition. + /// + public VersionConfiguration VersionConfiguration; + } + + [Serializable] + public class LeaderboardEntryUpdate : PlayFabBaseModel + { + /// + /// The unique Id for the entry. If using PlayFab Entities, this would be the entityId of the entity. + /// + public string EntityId; + /// + /// Arbitrary metadata to store along side the leaderboard entry, will be returned by all Leaderboard APIs. Must be less + /// than 50 UTF8 encoded characters. + /// + public string Metadata; + /// + /// The scores for the leaderboard. The number of values provided here must match the number of columns in the Leaderboard + /// definition. + /// + public List Scores; + } + + public enum LeaderboardSortDirection + { + Descending, + Ascending + } + + [Serializable] + public class LinkedStatisticColumn : PlayFabBaseModel + { + /// + /// The name of the statistic column that this leaderboard column is sourced from. + /// + public string LinkedStatisticColumnName; + /// + /// The name of the statistic. + /// + public string LinkedStatisticName; + } + + [Serializable] + public class ListLeaderboardDefinitionsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class ListLeaderboardDefinitionsResponse : PlayFabResultCommon + { + /// + /// List of leaderboard definitions for the title. + /// + public List LeaderboardDefinitions; + } + + [Serializable] + public class ListStatisticDefinitionsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class ListStatisticDefinitionsResponse : PlayFabResultCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// List of statistic definitions for the title. + /// + public List StatisticDefinitions; + } + + public enum ResetInterval + { + Manual, + Hour, + Day, + Week, + Month + } + + public enum StatisticAggregationMethod + { + Last, + Min, + Max, + Sum + } + + [Serializable] + public class StatisticColumn : PlayFabBaseModel + { + /// + /// Aggregation method for calculating new value of a statistic. + /// + public StatisticAggregationMethod AggregationMethod; + /// + /// Name of the statistic column, as originally configured. + /// + public string Name; + } + + [Serializable] + public class StatisticColumnCollection : PlayFabBaseModel + { + /// + /// Columns for the statistic defining the aggregation method for each column. + /// + public List Columns; + } + + [Serializable] + public class StatisticDefinition : PlayFabBaseModel + { + /// + /// The columns for the statistic defining the aggregation method for each column. + /// + public List Columns; + /// + /// Created time, in UTC + /// + public DateTime Created; + /// + /// The entity type that can have this statistic. + /// + public string EntityType; + /// + /// Last time, in UTC, statistic version was incremented. + /// + public DateTime? LastResetTime; + /// + /// The list of leaderboards that are linked to this statistic definition. + /// + public List LinkedLeaderboardNames; + /// + /// Name of the statistic. + /// + public string Name; + /// + /// Statistic version. + /// + public uint Version; + /// + /// The version reset configuration for the leaderboard definition. + /// + public VersionConfiguration VersionConfiguration; + } + + [Serializable] + public class StatisticDelete : PlayFabBaseModel + { + /// + /// Name of the statistic, as originally configured. + /// + public string Name; + } + + [Serializable] + public class StatisticUpdate : PlayFabBaseModel + { + /// + /// Arbitrary metadata to store along side the statistic, will be returned by all Leaderboard APIs. Must be less than 50 + /// UTF8 encoded characters. + /// + public string Metadata; + /// + /// Name of the statistic, as originally configured. + /// + public string Name; + /// + /// Statistic scores for the entity. This will be used in accordance with the aggregation method configured for the + /// statistics.The maximum value allowed for each individual score is 9223372036854775807. The minimum value for each + /// individual score is -9223372036854775807The values are formatted as strings to avoid interop issues with client + /// libraries unable to handle 64bit integers. + /// + public List Scores; + /// + /// Optional field to indicate the version of the statistic to set. When empty defaults to the statistic's current version. + /// + public uint? Version; + } + + [Serializable] + public class UnlinkLeaderboardFromStatisticRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the leaderboard definition to unlink. + /// + public string Name; + /// + /// The name of the statistic definition to unlink. + /// + public string StatisticName; + } + + [Serializable] + public class UpdateLeaderboardEntriesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The entries to add or update on the leaderboard. + /// + public List Entries; + /// + /// The name of the leaderboard. + /// + public string LeaderboardName; + } + + [Serializable] + public class UpdateStatisticsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The optional entity to perform this action on. Defaults to the currently logged in entity. + /// + public EntityKey Entity; + /// + /// Collection of statistics to update, maximum 50. + /// + public List Statistics; + } + + [Serializable] + public class UpdateStatisticsResponse : PlayFabResultCommon + { + /// + /// A mapping of statistic name to the columns defined in the corresponding definition. + /// + public Dictionary ColumnDetails; + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// Updated entity profile statistics. + /// + public Dictionary Statistics; + } + + [Serializable] + public class VersionConfiguration : PlayFabBaseModel + { + /// + /// The maximum number of versions of this leaderboard/statistic that can be queried. + /// + public int MaxQueryableVersions; + /// + /// Reset interval that statistics or leaderboards will reset on. When using Manual intervalthe reset can only be increased + /// by calling the Increase version API. When using Hour interval the resetwill occur at the start of the next hour UTC + /// time. When using Day interval the reset will occur at thestart of the next day in UTC time. When using the Week interval + /// the reset will occur at the start ofthe next Monday in UTC time. When using Month interval the reset will occur at the + /// start of the nextmonth in UTC time. + /// + public ResetInterval ResetInterval; + } +} +#endif diff --git a/Assets/PlayFabSDK/Progression/PlayFabProgressionModels.cs.meta b/Assets/PlayFabSDK/Progression/PlayFabProgressionModels.cs.meta new file mode 100644 index 00000000..382d715d --- /dev/null +++ b/Assets/PlayFabSDK/Progression/PlayFabProgressionModels.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 98dd4b7b25d8a1c4481a206e643cb9e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Server.meta b/Assets/PlayFabSDK/Server.meta new file mode 100644 index 00000000..662e8e33 --- /dev/null +++ b/Assets/PlayFabSDK/Server.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 786fe1734d049a549bcfddfa85763635 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Server/PlayFabEvents.cs b/Assets/PlayFabSDK/Server/PlayFabEvents.cs new file mode 100644 index 00000000..f64b6b39 --- /dev/null +++ b/Assets/PlayFabSDK/Server/PlayFabEvents.cs @@ -0,0 +1,284 @@ +#if ENABLE_PLAYFABSERVER_API +using PlayFab.ServerModels; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public event PlayFabRequestEvent OnServerAddCharacterVirtualCurrencyRequestEvent; + public event PlayFabResultEvent OnServerAddCharacterVirtualCurrencyResultEvent; + public event PlayFabRequestEvent OnServerAddFriendRequestEvent; + public event PlayFabResultEvent OnServerAddFriendResultEvent; + public event PlayFabRequestEvent OnServerAddGenericIDRequestEvent; + public event PlayFabResultEvent OnServerAddGenericIDResultEvent; + public event PlayFabRequestEvent OnServerAddPlayerTagRequestEvent; + public event PlayFabResultEvent OnServerAddPlayerTagResultEvent; + public event PlayFabRequestEvent OnServerAddSharedGroupMembersRequestEvent; + public event PlayFabResultEvent OnServerAddSharedGroupMembersResultEvent; + public event PlayFabRequestEvent OnServerAddUserVirtualCurrencyRequestEvent; + public event PlayFabResultEvent OnServerAddUserVirtualCurrencyResultEvent; + public event PlayFabRequestEvent OnServerAuthenticateSessionTicketRequestEvent; + public event PlayFabResultEvent OnServerAuthenticateSessionTicketResultEvent; + public event PlayFabRequestEvent OnServerAwardSteamAchievementRequestEvent; + public event PlayFabResultEvent OnServerAwardSteamAchievementResultEvent; + public event PlayFabRequestEvent OnServerBanUsersRequestEvent; + public event PlayFabResultEvent OnServerBanUsersResultEvent; + public event PlayFabRequestEvent OnServerConsumeItemRequestEvent; + public event PlayFabResultEvent OnServerConsumeItemResultEvent; + public event PlayFabRequestEvent OnServerCreateSharedGroupRequestEvent; + public event PlayFabResultEvent OnServerCreateSharedGroupResultEvent; + public event PlayFabRequestEvent OnServerDeleteCharacterFromUserRequestEvent; + public event PlayFabResultEvent OnServerDeleteCharacterFromUserResultEvent; + public event PlayFabRequestEvent OnServerDeletePlayerRequestEvent; + public event PlayFabResultEvent OnServerDeletePlayerResultEvent; + public event PlayFabRequestEvent OnServerDeletePushNotificationTemplateRequestEvent; + public event PlayFabResultEvent OnServerDeletePushNotificationTemplateResultEvent; + public event PlayFabRequestEvent OnServerDeleteSharedGroupRequestEvent; + public event PlayFabResultEvent OnServerDeleteSharedGroupResultEvent; + public event PlayFabRequestEvent OnServerEvaluateRandomResultTableRequestEvent; + public event PlayFabResultEvent OnServerEvaluateRandomResultTableResultEvent; + public event PlayFabRequestEvent OnServerExecuteCloudScriptRequestEvent; + public event PlayFabResultEvent OnServerExecuteCloudScriptResultEvent; + public event PlayFabRequestEvent OnServerGetAllSegmentsRequestEvent; + public event PlayFabResultEvent OnServerGetAllSegmentsResultEvent; + public event PlayFabRequestEvent OnServerGetAllUsersCharactersRequestEvent; + public event PlayFabResultEvent OnServerGetAllUsersCharactersResultEvent; + public event PlayFabRequestEvent OnServerGetCatalogItemsRequestEvent; + public event PlayFabResultEvent OnServerGetCatalogItemsResultEvent; + public event PlayFabRequestEvent OnServerGetCharacterDataRequestEvent; + public event PlayFabResultEvent OnServerGetCharacterDataResultEvent; + public event PlayFabRequestEvent OnServerGetCharacterInternalDataRequestEvent; + public event PlayFabResultEvent OnServerGetCharacterInternalDataResultEvent; + public event PlayFabRequestEvent OnServerGetCharacterInventoryRequestEvent; + public event PlayFabResultEvent OnServerGetCharacterInventoryResultEvent; + public event PlayFabRequestEvent OnServerGetCharacterLeaderboardRequestEvent; + public event PlayFabResultEvent OnServerGetCharacterLeaderboardResultEvent; + public event PlayFabRequestEvent OnServerGetCharacterReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnServerGetCharacterReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnServerGetCharacterStatisticsRequestEvent; + public event PlayFabResultEvent OnServerGetCharacterStatisticsResultEvent; + public event PlayFabRequestEvent OnServerGetContentDownloadUrlRequestEvent; + public event PlayFabResultEvent OnServerGetContentDownloadUrlResultEvent; + public event PlayFabRequestEvent OnServerGetFriendLeaderboardRequestEvent; + public event PlayFabResultEvent OnServerGetFriendLeaderboardResultEvent; + public event PlayFabRequestEvent OnServerGetFriendsListRequestEvent; + public event PlayFabResultEvent OnServerGetFriendsListResultEvent; + public event PlayFabRequestEvent OnServerGetLeaderboardRequestEvent; + public event PlayFabResultEvent OnServerGetLeaderboardResultEvent; + public event PlayFabRequestEvent OnServerGetLeaderboardAroundCharacterRequestEvent; + public event PlayFabResultEvent OnServerGetLeaderboardAroundCharacterResultEvent; + public event PlayFabRequestEvent OnServerGetLeaderboardAroundUserRequestEvent; + public event PlayFabResultEvent OnServerGetLeaderboardAroundUserResultEvent; + public event PlayFabRequestEvent OnServerGetLeaderboardForUserCharactersRequestEvent; + public event PlayFabResultEvent OnServerGetLeaderboardForUserCharactersResultEvent; + public event PlayFabRequestEvent OnServerGetPlayerCombinedInfoRequestEvent; + public event PlayFabResultEvent OnServerGetPlayerCombinedInfoResultEvent; + public event PlayFabRequestEvent OnServerGetPlayerProfileRequestEvent; + public event PlayFabResultEvent OnServerGetPlayerProfileResultEvent; + public event PlayFabRequestEvent OnServerGetPlayerSegmentsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayerSegmentsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayersInSegmentRequestEvent; + public event PlayFabResultEvent OnServerGetPlayersInSegmentResultEvent; + public event PlayFabRequestEvent OnServerGetPlayerStatisticsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayerStatisticsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayerStatisticVersionsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayerStatisticVersionsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayerTagsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayerTagsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromFacebookIDsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromFacebookIDsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromGenericIDsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromGenericIDsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromPSNAccountIDsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromPSNAccountIDsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromPSNOnlineIDsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromPSNOnlineIDsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromSteamIDsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromSteamIDsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromTwitchIDsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromTwitchIDsResultEvent; + public event PlayFabRequestEvent OnServerGetPlayFabIDsFromXboxLiveIDsRequestEvent; + public event PlayFabResultEvent OnServerGetPlayFabIDsFromXboxLiveIDsResultEvent; + public event PlayFabRequestEvent OnServerGetPublisherDataRequestEvent; + public event PlayFabResultEvent OnServerGetPublisherDataResultEvent; + public event PlayFabRequestEvent OnServerGetRandomResultTablesRequestEvent; + public event PlayFabResultEvent OnServerGetRandomResultTablesResultEvent; + public event PlayFabRequestEvent OnServerGetServerCustomIDsFromPlayFabIDsRequestEvent; + public event PlayFabResultEvent OnServerGetServerCustomIDsFromPlayFabIDsResultEvent; + public event PlayFabRequestEvent OnServerGetSharedGroupDataRequestEvent; + public event PlayFabResultEvent OnServerGetSharedGroupDataResultEvent; + public event PlayFabRequestEvent OnServerGetStoreItemsRequestEvent; + public event PlayFabResultEvent OnServerGetStoreItemsResultEvent; + public event PlayFabRequestEvent OnServerGetTimeRequestEvent; + public event PlayFabResultEvent OnServerGetTimeResultEvent; + public event PlayFabRequestEvent OnServerGetTitleDataRequestEvent; + public event PlayFabResultEvent OnServerGetTitleDataResultEvent; + public event PlayFabRequestEvent OnServerGetTitleInternalDataRequestEvent; + public event PlayFabResultEvent OnServerGetTitleInternalDataResultEvent; + public event PlayFabRequestEvent OnServerGetTitleNewsRequestEvent; + public event PlayFabResultEvent OnServerGetTitleNewsResultEvent; + public event PlayFabRequestEvent OnServerGetUserAccountInfoRequestEvent; + public event PlayFabResultEvent OnServerGetUserAccountInfoResultEvent; + public event PlayFabRequestEvent OnServerGetUserBansRequestEvent; + public event PlayFabResultEvent OnServerGetUserBansResultEvent; + public event PlayFabRequestEvent OnServerGetUserDataRequestEvent; + public event PlayFabResultEvent OnServerGetUserDataResultEvent; + public event PlayFabRequestEvent OnServerGetUserInternalDataRequestEvent; + public event PlayFabResultEvent OnServerGetUserInternalDataResultEvent; + public event PlayFabRequestEvent OnServerGetUserInventoryRequestEvent; + public event PlayFabResultEvent OnServerGetUserInventoryResultEvent; + public event PlayFabRequestEvent OnServerGetUserPublisherDataRequestEvent; + public event PlayFabResultEvent OnServerGetUserPublisherDataResultEvent; + public event PlayFabRequestEvent OnServerGetUserPublisherInternalDataRequestEvent; + public event PlayFabResultEvent OnServerGetUserPublisherInternalDataResultEvent; + public event PlayFabRequestEvent OnServerGetUserPublisherReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnServerGetUserPublisherReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnServerGetUserReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnServerGetUserReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnServerGrantCharacterToUserRequestEvent; + public event PlayFabResultEvent OnServerGrantCharacterToUserResultEvent; + public event PlayFabRequestEvent OnServerGrantItemsToCharacterRequestEvent; + public event PlayFabResultEvent OnServerGrantItemsToCharacterResultEvent; + public event PlayFabRequestEvent OnServerGrantItemsToUserRequestEvent; + public event PlayFabResultEvent OnServerGrantItemsToUserResultEvent; + public event PlayFabRequestEvent OnServerGrantItemsToUsersRequestEvent; + public event PlayFabResultEvent OnServerGrantItemsToUsersResultEvent; + public event PlayFabRequestEvent OnServerLinkNintendoServiceAccountRequestEvent; + public event PlayFabResultEvent OnServerLinkNintendoServiceAccountResultEvent; + public event PlayFabRequestEvent OnServerLinkNintendoServiceAccountSubjectRequestEvent; + public event PlayFabResultEvent OnServerLinkNintendoServiceAccountSubjectResultEvent; + public event PlayFabRequestEvent OnServerLinkNintendoSwitchDeviceIdRequestEvent; + public event PlayFabResultEvent OnServerLinkNintendoSwitchDeviceIdResultEvent; + public event PlayFabRequestEvent OnServerLinkPSNAccountRequestEvent; + public event PlayFabResultEvent OnServerLinkPSNAccountResultEvent; + public event PlayFabRequestEvent OnServerLinkPSNIdRequestEvent; + public event PlayFabResultEvent OnServerLinkPSNIdResultEvent; + public event PlayFabRequestEvent OnServerLinkServerCustomIdRequestEvent; + public event PlayFabResultEvent OnServerLinkServerCustomIdResultEvent; + public event PlayFabRequestEvent OnServerLinkSteamIdRequestEvent; + public event PlayFabResultEvent OnServerLinkSteamIdResultEvent; + public event PlayFabRequestEvent OnServerLinkXboxAccountRequestEvent; + public event PlayFabResultEvent OnServerLinkXboxAccountResultEvent; + public event PlayFabRequestEvent OnServerLoginWithPSNRequestEvent; + public event PlayFabResultEvent OnServerLoginWithPSNResultEvent; + public event PlayFabRequestEvent OnServerLoginWithServerCustomIdRequestEvent; + public event PlayFabResultEvent OnServerLoginWithServerCustomIdResultEvent; + public event PlayFabRequestEvent OnServerLoginWithSteamIdRequestEvent; + public event PlayFabResultEvent OnServerLoginWithSteamIdResultEvent; + public event PlayFabRequestEvent OnServerLoginWithXboxRequestEvent; + public event PlayFabResultEvent OnServerLoginWithXboxResultEvent; + public event PlayFabRequestEvent OnServerLoginWithXboxIdRequestEvent; + public event PlayFabResultEvent OnServerLoginWithXboxIdResultEvent; + public event PlayFabRequestEvent OnServerModifyItemUsesRequestEvent; + public event PlayFabResultEvent OnServerModifyItemUsesResultEvent; + public event PlayFabRequestEvent OnServerMoveItemToCharacterFromCharacterRequestEvent; + public event PlayFabResultEvent OnServerMoveItemToCharacterFromCharacterResultEvent; + public event PlayFabRequestEvent OnServerMoveItemToCharacterFromUserRequestEvent; + public event PlayFabResultEvent OnServerMoveItemToCharacterFromUserResultEvent; + public event PlayFabRequestEvent OnServerMoveItemToUserFromCharacterRequestEvent; + public event PlayFabResultEvent OnServerMoveItemToUserFromCharacterResultEvent; + public event PlayFabRequestEvent OnServerRedeemCouponRequestEvent; + public event PlayFabResultEvent OnServerRedeemCouponResultEvent; + public event PlayFabRequestEvent OnServerRemoveFriendRequestEvent; + public event PlayFabResultEvent OnServerRemoveFriendResultEvent; + public event PlayFabRequestEvent OnServerRemoveGenericIDRequestEvent; + public event PlayFabResultEvent OnServerRemoveGenericIDResultEvent; + public event PlayFabRequestEvent OnServerRemovePlayerTagRequestEvent; + public event PlayFabResultEvent OnServerRemovePlayerTagResultEvent; + public event PlayFabRequestEvent OnServerRemoveSharedGroupMembersRequestEvent; + public event PlayFabResultEvent OnServerRemoveSharedGroupMembersResultEvent; + public event PlayFabRequestEvent OnServerReportPlayerRequestEvent; + public event PlayFabResultEvent OnServerReportPlayerResultEvent; + public event PlayFabRequestEvent OnServerRevokeAllBansForUserRequestEvent; + public event PlayFabResultEvent OnServerRevokeAllBansForUserResultEvent; + public event PlayFabRequestEvent OnServerRevokeBansRequestEvent; + public event PlayFabResultEvent OnServerRevokeBansResultEvent; + public event PlayFabRequestEvent OnServerRevokeInventoryItemRequestEvent; + public event PlayFabResultEvent OnServerRevokeInventoryItemResultEvent; + public event PlayFabRequestEvent OnServerRevokeInventoryItemsRequestEvent; + public event PlayFabResultEvent OnServerRevokeInventoryItemsResultEvent; + public event PlayFabRequestEvent OnServerSavePushNotificationTemplateRequestEvent; + public event PlayFabResultEvent OnServerSavePushNotificationTemplateResultEvent; + public event PlayFabRequestEvent OnServerSendCustomAccountRecoveryEmailRequestEvent; + public event PlayFabResultEvent OnServerSendCustomAccountRecoveryEmailResultEvent; + public event PlayFabRequestEvent OnServerSendEmailFromTemplateRequestEvent; + public event PlayFabResultEvent OnServerSendEmailFromTemplateResultEvent; + public event PlayFabRequestEvent OnServerSendPushNotificationRequestEvent; + public event PlayFabResultEvent OnServerSendPushNotificationResultEvent; + public event PlayFabRequestEvent OnServerSendPushNotificationFromTemplateRequestEvent; + public event PlayFabResultEvent OnServerSendPushNotificationFromTemplateResultEvent; + public event PlayFabRequestEvent OnServerSetFriendTagsRequestEvent; + public event PlayFabResultEvent OnServerSetFriendTagsResultEvent; + public event PlayFabRequestEvent OnServerSetPlayerSecretRequestEvent; + public event PlayFabResultEvent OnServerSetPlayerSecretResultEvent; + public event PlayFabRequestEvent OnServerSetPublisherDataRequestEvent; + public event PlayFabResultEvent OnServerSetPublisherDataResultEvent; + public event PlayFabRequestEvent OnServerSetTitleDataRequestEvent; + public event PlayFabResultEvent OnServerSetTitleDataResultEvent; + public event PlayFabRequestEvent OnServerSetTitleInternalDataRequestEvent; + public event PlayFabResultEvent OnServerSetTitleInternalDataResultEvent; + public event PlayFabRequestEvent OnServerSubtractCharacterVirtualCurrencyRequestEvent; + public event PlayFabResultEvent OnServerSubtractCharacterVirtualCurrencyResultEvent; + public event PlayFabRequestEvent OnServerSubtractUserVirtualCurrencyRequestEvent; + public event PlayFabResultEvent OnServerSubtractUserVirtualCurrencyResultEvent; + public event PlayFabRequestEvent OnServerUnlinkNintendoServiceAccountRequestEvent; + public event PlayFabResultEvent OnServerUnlinkNintendoServiceAccountResultEvent; + public event PlayFabRequestEvent OnServerUnlinkNintendoSwitchDeviceIdRequestEvent; + public event PlayFabResultEvent OnServerUnlinkNintendoSwitchDeviceIdResultEvent; + public event PlayFabRequestEvent OnServerUnlinkPSNAccountRequestEvent; + public event PlayFabResultEvent OnServerUnlinkPSNAccountResultEvent; + public event PlayFabRequestEvent OnServerUnlinkServerCustomIdRequestEvent; + public event PlayFabResultEvent OnServerUnlinkServerCustomIdResultEvent; + public event PlayFabRequestEvent OnServerUnlinkSteamIdRequestEvent; + public event PlayFabResultEvent OnServerUnlinkSteamIdResultEvent; + public event PlayFabRequestEvent OnServerUnlinkXboxAccountRequestEvent; + public event PlayFabResultEvent OnServerUnlinkXboxAccountResultEvent; + public event PlayFabRequestEvent OnServerUnlockContainerInstanceRequestEvent; + public event PlayFabResultEvent OnServerUnlockContainerInstanceResultEvent; + public event PlayFabRequestEvent OnServerUnlockContainerItemRequestEvent; + public event PlayFabResultEvent OnServerUnlockContainerItemResultEvent; + public event PlayFabRequestEvent OnServerUpdateAvatarUrlRequestEvent; + public event PlayFabResultEvent OnServerUpdateAvatarUrlResultEvent; + public event PlayFabRequestEvent OnServerUpdateBansRequestEvent; + public event PlayFabResultEvent OnServerUpdateBansResultEvent; + public event PlayFabRequestEvent OnServerUpdateCharacterDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateCharacterDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateCharacterInternalDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateCharacterInternalDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateCharacterReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateCharacterReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateCharacterStatisticsRequestEvent; + public event PlayFabResultEvent OnServerUpdateCharacterStatisticsResultEvent; + public event PlayFabRequestEvent OnServerUpdatePlayerStatisticsRequestEvent; + public event PlayFabResultEvent OnServerUpdatePlayerStatisticsResultEvent; + public event PlayFabRequestEvent OnServerUpdateSharedGroupDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateSharedGroupDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateUserDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateUserDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateUserInternalDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateUserInternalDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateUserInventoryItemCustomDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateUserInventoryItemCustomDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateUserPublisherDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateUserPublisherDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateUserPublisherInternalDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateUserPublisherInternalDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateUserPublisherReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateUserPublisherReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnServerUpdateUserReadOnlyDataRequestEvent; + public event PlayFabResultEvent OnServerUpdateUserReadOnlyDataResultEvent; + public event PlayFabRequestEvent OnServerWriteCharacterEventRequestEvent; + public event PlayFabResultEvent OnServerWriteCharacterEventResultEvent; + public event PlayFabRequestEvent OnServerWritePlayerEventRequestEvent; + public event PlayFabResultEvent OnServerWritePlayerEventResultEvent; + public event PlayFabRequestEvent OnServerWriteTitleEventRequestEvent; + public event PlayFabResultEvent OnServerWriteTitleEventResultEvent; + } +} +#endif diff --git a/Assets/PlayFabSDK/Server/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Server/PlayFabEvents.cs.meta new file mode 100644 index 00000000..0cac239c --- /dev/null +++ b/Assets/PlayFabSDK/Server/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0d5076be1f923f141a2a5ea2a53a1385 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Server/PlayFabServerAPI.cs b/Assets/PlayFabSDK/Server/PlayFabServerAPI.cs new file mode 100644 index 00000000..317d6b70 --- /dev/null +++ b/Assets/PlayFabSDK/Server/PlayFabServerAPI.cs @@ -0,0 +1,1921 @@ +#if ENABLE_PLAYFABSERVER_API && !DISABLE_PLAYFAB_STATIC_API + +using System; +using System.Collections.Generic; +using PlayFab.ServerModels; +using PlayFab.Internal; + +namespace PlayFab +{ + /// + /// Provides functionality to allow external (developer-controlled) servers to interact with user inventories and data in a + /// trusted manner, and to handle matchmaking and client connection orchestration + /// + public static class PlayFabServerAPI + { + static PlayFabServerAPI() {} + + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public static void ForgetAllCredentials() + { + PlayFabSettings.staticPlayer.ForgetAllCredentials(); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increments the character's balance of the specified virtual currency by the stated amount + /// + public static void AddCharacterVirtualCurrency(AddCharacterVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/AddCharacterVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds the Friend user to the friendlist of the user with PlayFabId. At least one of + /// FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized. + /// + public static void AddFriend(AddFriendRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/AddFriend", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds the specified generic service identifier to the player's PlayFab account. This is designed to allow for a PlayFab + /// ID lookup of any arbitrary service identifier a title wants to add. This identifier should never be used as + /// authentication credentials, as the intent is that it is easily accessible by other players. + /// + public static void AddGenericID(AddGenericIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/AddGenericID", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds a given tag to a player profile. The tag's namespace is automatically generated based on the source of the tag. + /// + public static void AddPlayerTag(AddPlayerTagRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/AddPlayerTag", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds users to the set of those able to update both the shared data, as well as the set of users in the group. Only users + /// in the group (and the server) can add new members. Shared Groups are designed for sharing data between a very small + /// number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void AddSharedGroupMembers(AddSharedGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/AddSharedGroupMembers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increments the user's balance of the specified virtual currency by the stated amount + /// + public static void AddUserVirtualCurrency(AddUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/AddUserVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Validated a client's session ticket, and if successful, returns details for that user + /// + public static void AuthenticateSessionTicket(AuthenticateSessionTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/AuthenticateSessionTicket", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Awards the specified users the specified Steam achievements + /// + public static void AwardSteamAchievement(AwardSteamAchievementRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/AwardSteamAchievement", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Bans users by PlayFab ID with optional IP address, or MAC address for the provided game. + /// + public static void BanUsers(BanUsersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/BanUsers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Consume uses of a consumable item. When all uses are consumed, it will be removed from the player's + /// inventory. + /// + public static void ConsumeItem(ConsumeItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/ConsumeItem", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Requests the creation of a shared group object, containing key/value pairs which may be updated by all members of the + /// group. When created by a server, the group will initially have no members. Shared Groups are designed for sharing data + /// between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void CreateSharedGroup(CreateSharedGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/CreateSharedGroup", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes the specific character ID from the specified user. + /// + public static void DeleteCharacterFromUser(DeleteCharacterFromUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/DeleteCharacterFromUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes a user's player account from a title and deletes all associated data + /// + public static void DeletePlayer(DeletePlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/DeletePlayer", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes push notification template for title + /// + public static void DeletePushNotificationTemplate(DeletePushNotificationTemplateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/DeletePushNotificationTemplate", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Deletes a shared group, freeing up the shared group ID to be reused for a new group. Shared Groups are designed for + /// sharing data between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void DeleteSharedGroup(DeleteSharedGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/DeleteSharedGroup", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Returns the result of an evaluation of a Random Result Table - the ItemId from the game Catalog which would + /// have been added to the player inventory, if the Random Result Table were added via a Bundle or a call to + /// UnlockContainer. + /// + public static void EvaluateRandomResultTable(EvaluateRandomResultTableRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/EvaluateRandomResultTable", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Executes a CloudScript function, with the 'currentPlayerId' set to the PlayFab ID of the authenticated player. The + /// PlayFab ID is the entity ID of the player's master_player_account entity. + /// + public static void ExecuteCloudScript(ExecuteCloudScriptServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/ExecuteCloudScript", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + public static void ExecuteCloudScript(ExecuteCloudScriptServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); + Action wrappedResultCallback = (wrappedResult) => + { + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var wrappedJson = serializer.SerializeObject(wrappedResult.FunctionResult); + try { + wrappedResult.FunctionResult = serializer.DeserializeObject(wrappedJson); + } catch (Exception) { + wrappedResult.FunctionResult = wrappedJson; + wrappedResult.Logs.Add(new LogStatement { Level = "Warning", Data = wrappedJson, Message = "Sdk Message: Could not deserialize result as: " + typeof(TOut).Name }); + } + resultCallback(wrappedResult); + }; + PlayFabHttp.MakeApiCall("/Server/ExecuteCloudScript", request, AuthType.DevSecretKey, wrappedResultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves an array of player segment definitions. Results from this can be used in subsequent API calls such as + /// GetPlayersInSegment which requires a Segment ID. While segment names can change the ID for that segment will not change. + /// + public static void GetAllSegments(GetAllSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetAllSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Lists all of the characters that belong to a specific user. CharacterIds are not globally unique; characterId must be + /// evaluated with the parent PlayFabId to guarantee uniqueness. + /// + public static void GetAllUsersCharacters(ListUsersCharactersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetAllUsersCharacters", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified version of the title's catalog of virtual goods, including all defined properties + /// + public static void GetCatalogItems(GetCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetCatalogItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user which is readable and writable by the client + /// + public static void GetCharacterData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetCharacterData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user's character which cannot be accessed by the client + /// + public static void GetCharacterInternalData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetCharacterInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified character's current inventory of virtual goods + /// + public static void GetCharacterInventory(GetCharacterInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetCharacterInventory", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked characters for the given statistic, starting from the indicated point in the leaderboard + /// + public static void GetCharacterLeaderboard(GetCharacterLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetCharacterLeaderboard", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user's character which can only be read by the client + /// + public static void GetCharacterReadOnlyData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetCharacterReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the details of all title-specific statistics for the specific character + /// + public static void GetCharacterStatistics(GetCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetCharacterStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned + /// URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the + /// content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, + /// the query to retrieve the data will fail. See this post for more information: + /// https://community.playfab.com/hc/community/posts/205469488-How-to-upload-files-to-PlayFab-s-Content-Service. Also, + /// please be aware that the Content service is specifically PlayFab's CDN offering, for which standard CDN rates apply. + /// + public static void GetContentDownloadUrl(GetContentDownloadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetContentDownloadUrl", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked friends of the given player for the given statistic, starting from the indicated point in the + /// leaderboard + /// + public static void GetFriendLeaderboard(GetFriendLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetFriendLeaderboard", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the current friends for the user with PlayFabId, constrained to users who have PlayFab accounts. Friends from + /// linked accounts (Facebook, Steam) are also included. You may optionally exclude some linked services' friends. + /// + public static void GetFriendsList(GetFriendsListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetFriendsList", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked users for the given statistic, starting from the indicated point in the leaderboard + /// + public static void GetLeaderboard(GetLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetLeaderboard", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked characters for the given statistic, centered on the requested user + /// + public static void GetLeaderboardAroundCharacter(GetLeaderboardAroundCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetLeaderboardAroundCharacter", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of ranked users for the given statistic, centered on the currently signed-in user + /// + public static void GetLeaderboardAroundUser(GetLeaderboardAroundUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetLeaderboardAroundUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves a list of all of the user's characters for the given statistic. + /// + public static void GetLeaderboardForUserCharacters(GetLeaderboardForUsersCharactersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetLeaderboardForUserCharacters", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Returns whatever info is requested in the response for the user. Note that PII (like email address, facebook id) may be + /// returned. All parameters default to false. + /// + public static void GetPlayerCombinedInfo(GetPlayerCombinedInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayerCombinedInfo", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the player's profile + /// + public static void GetPlayerProfile(GetPlayerProfileRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayerProfile", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// List all segments that a player currently belongs to at this moment in time. + /// + public static void GetPlayerSegments(GetPlayersSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayerSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Allows for paging through all players in a given segment. This API creates a snapshot of all player profiles that match + /// the segment definition at the time of its creation and lives through the Total Seconds to Live, refreshing its life span + /// on each subsequent use of the Continuation Token. Profiles that change during the course of paging will not be reflected + /// in the results. AB Test segments are currently not supported by this operation. NOTE: This API is limited to being + /// called 30 times in one minute. You will be returned an error if you exceed this threshold. + /// + public static void GetPlayersInSegment(GetPlayersInSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayersInSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the current version and values for the indicated statistics, for the local player. + /// + public static void GetPlayerStatistics(GetPlayerStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayerStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the information on the available versions of the specified statistic. + /// + public static void GetPlayerStatisticVersions(GetPlayerStatisticVersionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayerStatisticVersions", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Get all tags with a given Namespace (optional) from a player profile. + /// + public static void GetPlayerTags(GetPlayerTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayerTags", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Facebook identifiers. + /// + public static void GetPlayFabIDsFromFacebookIDs(GetPlayFabIDsFromFacebookIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromFacebookIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Facebook Instant Games identifiers. + /// + public static void GetPlayFabIDsFromFacebookInstantGamesIds(GetPlayFabIDsFromFacebookInstantGamesIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromFacebookInstantGamesIds", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of generic service identifiers. A generic identifier is the + /// service name plus the service-specific ID for the player, as specified by the title when the generic identifier was + /// added to the player account. + /// + public static void GetPlayFabIDsFromGenericIDs(GetPlayFabIDsFromGenericIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromGenericIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Nintendo Service Account identifiers. + /// + public static void GetPlayFabIDsFromNintendoServiceAccountIds(GetPlayFabIDsFromNintendoServiceAccountIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromNintendoServiceAccountIds", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Nintendo Switch Device identifiers. + /// + public static void GetPlayFabIDsFromNintendoSwitchDeviceIds(GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromNintendoSwitchDeviceIds", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers. + /// + public static void GetPlayFabIDsFromPSNAccountIDs(GetPlayFabIDsFromPSNAccountIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromPSNAccountIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers. + /// + public static void GetPlayFabIDsFromPSNOnlineIDs(GetPlayFabIDsFromPSNOnlineIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromPSNOnlineIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Steam identifiers. The Steam identifiers are the profile + /// IDs for the user accounts, available as SteamId in the Steamworks Community API calls. + /// + public static void GetPlayFabIDsFromSteamIDs(GetPlayFabIDsFromSteamIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromSteamIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Twitch identifiers. The Twitch identifiers are the IDs for + /// the user accounts, available as "_id" from the Twitch API methods (ex: + /// https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md#get-usersuser). + /// + public static void GetPlayFabIDsFromTwitchIDs(GetPlayFabIDsFromTwitchIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromTwitchIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of XboxLive identifiers. + /// + public static void GetPlayFabIDsFromXboxLiveIDs(GetPlayFabIDsFromXboxLiveIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromXboxLiveIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the key-value store of custom publisher settings + /// + public static void GetPublisherData(GetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the configuration information for the specified random results tables for the title, including all + /// ItemId values and weights + /// + public static void GetRandomResultTables(GetRandomResultTablesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetRandomResultTables", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the associated PlayFab account identifiers for the given set of server custom identifiers. + /// + public static void GetServerCustomIDsFromPlayFabIDs(GetServerCustomIDsFromPlayFabIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetServerCustomIDsFromPlayFabIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves data stored in a shared group object, as well as the list of members in the group. The server can access all + /// public and private group data. Shared Groups are designed for sharing data between a very small number of players, + /// please see our guide: https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void GetSharedGroupData(GetSharedGroupDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetSharedGroupData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the set of items defined for the specified store, including all prices defined, for the specified + /// player + /// + public static void GetStoreItems(GetStoreItemsServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetStoreItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the current server time + /// + public static void GetTime(GetTimeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetTime", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the key-value store of custom title settings + /// + public static void GetTitleData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetTitleData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the key-value store of custom internal title settings + /// + public static void GetTitleInternalData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetTitleInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title news feed, as configured in the developer portal + /// + public static void GetTitleNews(GetTitleNewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetTitleNews", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the relevant details for a specified user + /// + public static void GetUserAccountInfo(GetUserAccountInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetUserAccountInfo", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Gets all bans for a user. + /// + public static void GetUserBans(GetUserBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetUserBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user which is readable and writable by the client + /// + public static void GetUserData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetUserData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user which cannot be accessed by the client + /// + public static void GetUserInternalData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetUserInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified user's current inventory of virtual goods + /// + public static void GetUserInventory(GetUserInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetUserInventory", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the publisher-specific custom data for the user which is readable and writable by the client + /// + public static void GetUserPublisherData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetUserPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the publisher-specific custom data for the user which cannot be accessed by the client + /// + public static void GetUserPublisherInternalData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetUserPublisherInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the publisher-specific custom data for the user which can only be read by the client + /// + public static void GetUserPublisherReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetUserPublisherReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Retrieves the title-specific custom data for the user which can only be read by the client + /// + public static void GetUserReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GetUserReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Grants the specified character type to the user. CharacterIds are not globally unique; characterId must be evaluated + /// with the parent PlayFabId to guarantee uniqueness. + /// + public static void GrantCharacterToUser(GrantCharacterToUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GrantCharacterToUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the specified items to the specified character's inventory + /// + public static void GrantItemsToCharacter(GrantItemsToCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GrantItemsToCharacter", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the specified items to the specified user's inventory + /// + public static void GrantItemsToUser(GrantItemsToUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GrantItemsToUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the specified items to the specified user inventories + /// + public static void GrantItemsToUsers(GrantItemsToUsersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/GrantItemsToUsers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Nintendo account associated with the token to the user's PlayFab account + /// + public static void LinkNintendoServiceAccount(LinkNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LinkNintendoServiceAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Nintendo account associated with the Nintendo Service Account subject or id to the user's PlayFab account + /// + public static void LinkNintendoServiceAccountSubject(LinkNintendoServiceAccountSubjectRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LinkNintendoServiceAccountSubject", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the NintendoSwitchDeviceId to the user's PlayFab account + /// + public static void LinkNintendoSwitchDeviceId(LinkNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LinkNintendoSwitchDeviceId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the PlayStation :tm: Network account associated with the provided access code to the user's PlayFab account + /// + public static void LinkPSNAccount(LinkPSNAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LinkPSNAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the PlayStation :tm: Network account associated with the provided user id to the user's PlayFab account + /// + public static void LinkPSNId(LinkPSNIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LinkPSNId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the custom server identifier, generated by the title, to the user's PlayFab account. + /// + public static void LinkServerCustomId(LinkServerCustomIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LinkServerCustomId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Steam account associated with the provided Steam ID to the user's PlayFab account + /// + public static void LinkSteamId(LinkSteamIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LinkSteamId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Links the Xbox Live account associated with the provided access code to the user's PlayFab account + /// + public static void LinkXboxAccount(LinkXboxAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LinkXboxAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a PlayStation :tm: Network authentication code, returning a session identifier that can + /// subsequently be used for API calls which require an authenticated user + /// + public static void LoginWithPSN(LoginWithPSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LoginWithPSN", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Securely login a game client from an external server backend using a custom identifier for that player. Server Custom ID + /// and Client Custom ID are mutually exclusive and cannot be used to retrieve the same player account. + /// + public static void LoginWithServerCustomId(LoginWithServerCustomIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LoginWithServerCustomId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using an Steam ID, returning a session identifier that can subsequently be used for API calls which + /// require an authenticated user + /// + public static void LoginWithSteamId(LoginWithSteamIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LoginWithSteamId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using a Xbox Live Token from an external server backend, returning a session identifier that can + /// subsequently be used for API calls which require an authenticated user + /// + public static void LoginWithXbox(LoginWithXboxRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LoginWithXbox", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Signs the user in using an Xbox ID and Sandbox ID, returning a session identifier that can subsequently be used for API + /// calls which require an authenticated user + /// + public static void LoginWithXboxId(LoginWithXboxIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/LoginWithXboxId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Modifies the number of remaining uses of a player's inventory item + /// + public static void ModifyItemUses(ModifyItemUsesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/ModifyItemUses", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Moves an item from a character's inventory into another of the users's character's inventory. + /// + public static void MoveItemToCharacterFromCharacter(MoveItemToCharacterFromCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/MoveItemToCharacterFromCharacter", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Moves an item from a user's inventory into their character's inventory. + /// + public static void MoveItemToCharacterFromUser(MoveItemToCharacterFromUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/MoveItemToCharacterFromUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Moves an item from a character's inventory into the owning user's inventory. + /// + public static void MoveItemToUserFromCharacter(MoveItemToUserFromCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/MoveItemToUserFromCharacter", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the virtual goods associated with the coupon to the user's inventory. Coupons can be generated via the + /// Economy->Catalogs tab in the PlayFab Game Manager. + /// + public static void RedeemCoupon(RedeemCouponRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/RedeemCoupon", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes the specified friend from the the user's friend list + /// + public static void RemoveFriend(RemoveFriendRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/RemoveFriend", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes the specified generic service identifier from the player's PlayFab account. + /// + public static void RemoveGenericID(RemoveGenericIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/RemoveGenericID", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Remove a given tag from a player profile. The tag's namespace is automatically generated based on the source of the tag. + /// + public static void RemovePlayerTag(RemovePlayerTagRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/RemovePlayerTag", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Removes users from the set of those able to update the shared data and the set of users in the group. Only users in the + /// group can remove members. If as a result of the call, zero users remain with access, the group and its associated data + /// will be deleted. Shared Groups are designed for sharing data between a very small number of players, please see our + /// guide: https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void RemoveSharedGroupMembers(RemoveSharedGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/RemoveSharedGroupMembers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Submit a report about a player (due to bad bahavior, etc.) on behalf of another player, so that customer service + /// representatives for the title can take action concerning potentially toxic players. + /// + public static void ReportPlayer(ReportPlayerServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/ReportPlayer", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Revoke all active bans for a user. + /// + public static void RevokeAllBansForUser(RevokeAllBansForUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/RevokeAllBansForUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Revoke all active bans specified with BanId. + /// + public static void RevokeBans(RevokeBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/RevokeBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Revokes access to an item in a user's inventory + /// + public static void RevokeInventoryItem(RevokeInventoryItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/RevokeInventoryItem", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Revokes access for up to 25 items across multiple users and characters. + /// + public static void RevokeInventoryItems(RevokeInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/RevokeInventoryItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Saves push notification template for title + /// + public static void SavePushNotificationTemplate(SavePushNotificationTemplateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SavePushNotificationTemplate", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Forces an email to be sent to the registered contact email address for the user's account based on an account recovery + /// email template + /// + public static void SendCustomAccountRecoveryEmail(SendCustomAccountRecoveryEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SendCustomAccountRecoveryEmail", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sends an email based on an email template to a player's contact email + /// + public static void SendEmailFromTemplate(SendEmailFromTemplateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SendEmailFromTemplate", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sends an iOS/Android Push Notification to a specific user, if that user's device has been configured for Push + /// Notifications in PlayFab. If a user has linked both Android and iOS devices, both will be notified. + /// + public static void SendPushNotification(SendPushNotificationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SendPushNotification", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sends an iOS/Android Push Notification template to a specific user, if that user's device has been configured for Push + /// Notifications in PlayFab. If a user has linked both Android and iOS devices, both will be notified. + /// + public static void SendPushNotificationFromTemplate(SendPushNotificationFromTemplateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SendPushNotificationFromTemplate", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the tag list for a specified user in the friend list of another user + /// + public static void SetFriendTags(SetFriendTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SetFriendTags", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Sets the player's secret if it is not already set. Player secrets are used to sign API requests. To reset a player's + /// secret use the Admin or Server API method SetPlayerSecret. + /// + public static void SetPlayerSecret(SetPlayerSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SetPlayerSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the key-value store of custom publisher settings + /// + public static void SetPublisherData(SetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SetPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the key-value store of custom title settings + /// + public static void SetTitleData(SetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SetTitleData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the key-value store of custom title settings + /// + public static void SetTitleInternalData(SetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SetTitleInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Decrements the character's balance of the specified virtual currency by the stated amount. It is possible to + /// make a VC balance negative with this API. + /// + public static void SubtractCharacterVirtualCurrency(SubtractCharacterVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SubtractCharacterVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Decrements the user's balance of the specified virtual currency by the stated amount. It is possible to make + /// a VC balance negative with this API. + /// + public static void SubtractUserVirtualCurrency(SubtractUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/SubtractUserVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Nintendo account from the user's PlayFab account + /// + public static void UnlinkNintendoServiceAccount(UnlinkNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UnlinkNintendoServiceAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related NintendoSwitchDeviceId from the user's PlayFab account + /// + public static void UnlinkNintendoSwitchDeviceId(UnlinkNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UnlinkNintendoSwitchDeviceId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related PlayStation :tm: Network account from the user's PlayFab account + /// + public static void UnlinkPSNAccount(UnlinkPSNAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UnlinkPSNAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the custom server identifier from the user's PlayFab account. + /// + public static void UnlinkServerCustomId(UnlinkServerCustomIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UnlinkServerCustomId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the Steam account associated with the provided Steam ID to the user's PlayFab account + /// + public static void UnlinkSteamId(UnlinkSteamIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UnlinkSteamId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Unlinks the related Xbox Live account from the user's PlayFab account + /// + public static void UnlinkXboxAccount(UnlinkXboxAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UnlinkXboxAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Opens a specific container (ContainerItemInstanceId), with a specific key (KeyItemInstanceId, when + /// required), and returns the contents of the opened container. If the container (and key when relevant) are consumable + /// (RemainingUses > 0), their RemainingUses will be decremented, consistent with the operation of ConsumeItem. + /// + public static void UnlockContainerInstance(UnlockContainerInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UnlockContainerInstance", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Searches Player or Character inventory for any ItemInstance matching the given CatalogItemId, if necessary + /// unlocks it using any appropriate key, and returns the contents of the opened container. If the container (and key when + /// relevant) are consumable (RemainingUses > 0), their RemainingUses will be decremented, consistent with the operation of + /// ConsumeItem. + /// + public static void UnlockContainerItem(UnlockContainerItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UnlockContainerItem", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Update the avatar URL of the specified player + /// + public static void UpdateAvatarUrl(UpdateAvatarUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateAvatarUrl", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates information of a list of existing bans specified with Ban Ids. + /// + public static void UpdateBans(UpdateBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title-specific custom data for the user's character which is readable and writable by the client + /// + public static void UpdateCharacterData(UpdateCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateCharacterData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title-specific custom data for the user's character which cannot be accessed by the client + /// + public static void UpdateCharacterInternalData(UpdateCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateCharacterInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title-specific custom data for the user's character which can only be read by the client + /// + public static void UpdateCharacterReadOnlyData(UpdateCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateCharacterReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the values of the specified title-specific statistics for the specific character + /// + public static void UpdateCharacterStatistics(UpdateCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateCharacterStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the values of the specified title-specific statistics for the user + /// + public static void UpdatePlayerStatistics(UpdatePlayerStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdatePlayerStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Adds, updates, and removes data keys for a shared group object. If the permission is set to Public, all fields updated + /// or added in this call will be readable by users not in the group. By default, data permissions are set to Private. + /// Regardless of the permission setting, only members of the group (and the server) can update the data. Shared Groups are + /// designed for sharing data between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public static void UpdateSharedGroupData(UpdateSharedGroupDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateSharedGroupData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title-specific custom data for the user which is readable and writable by the client + /// + public static void UpdateUserData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateUserData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title-specific custom data for the user which cannot be accessed by the client + /// + public static void UpdateUserInternalData(UpdateUserInternalDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateUserInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Updates the key-value pair data tagged to the specified item, which is read-only from the client. + /// + public static void UpdateUserInventoryItemCustomData(UpdateUserInventoryItemDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateUserInventoryItemCustomData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the publisher-specific custom data for the user which is readable and writable by the client + /// + public static void UpdateUserPublisherData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateUserPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the publisher-specific custom data for the user which cannot be accessed by the client + /// + public static void UpdateUserPublisherInternalData(UpdateUserInternalDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateUserPublisherInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the publisher-specific custom data for the user which can only be read by the client + /// + public static void UpdateUserPublisherReadOnlyData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateUserPublisherReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Updates the title-specific custom data for the user which can only be read by the client + /// + public static void UpdateUserReadOnlyData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/UpdateUserReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Writes a character-based event into PlayStream. + /// + public static void WriteCharacterEvent(WriteServerCharacterEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/WriteCharacterEvent", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Writes a player-based event into PlayStream. + /// + public static void WritePlayerEvent(WriteServerPlayerEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/WritePlayerEvent", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + /// + /// Writes a title-based event into PlayStream. + /// + public static void WriteTitleEvent(WriteTitleEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? PlayFabSettings.staticPlayer; + var callSettings = PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + + + PlayFabHttp.MakeApiCall("/Server/WriteTitleEvent", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings); + } + + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Server/PlayFabServerAPI.cs.meta b/Assets/PlayFabSDK/Server/PlayFabServerAPI.cs.meta new file mode 100644 index 00000000..259a32e7 --- /dev/null +++ b/Assets/PlayFabSDK/Server/PlayFabServerAPI.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: d1e12172e1632754fa9cf42f58d7bc9e +timeCreated: 1468524876 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Server/PlayFabServerInstanceAPI.cs b/Assets/PlayFabSDK/Server/PlayFabServerInstanceAPI.cs new file mode 100644 index 00000000..7c7771d2 --- /dev/null +++ b/Assets/PlayFabSDK/Server/PlayFabServerInstanceAPI.cs @@ -0,0 +1,1668 @@ +#if ENABLE_PLAYFABSERVER_API + +using System; +using System.Collections.Generic; +using PlayFab.ServerModels; +using PlayFab.Internal; +using PlayFab.SharedModels; + +namespace PlayFab +{ + /// + /// Provides functionality to allow external (developer-controlled) servers to interact with user inventories and data in a + /// trusted manner, and to handle matchmaking and client connection orchestration + /// + public class PlayFabServerInstanceAPI : IPlayFabInstanceApi + { + public readonly PlayFabApiSettings apiSettings = null; + public readonly PlayFabAuthenticationContext authenticationContext = null; + + public PlayFabServerInstanceAPI() { } + + public PlayFabServerInstanceAPI(PlayFabApiSettings settings) + { + apiSettings = settings; + } + + public PlayFabServerInstanceAPI(PlayFabAuthenticationContext context) + { + authenticationContext = context; + } + + public PlayFabServerInstanceAPI(PlayFabApiSettings settings, PlayFabAuthenticationContext context) + { + apiSettings = settings; + authenticationContext = context; + } + + /// + /// Clear the Client SessionToken which allows this Client to call API calls requiring login. + /// A new/fresh login will be required after calling this. + /// + public void ForgetAllCredentials() + { + if (authenticationContext != null) + { + authenticationContext.ForgetAllCredentials(); + } + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increments the character's balance of the specified virtual currency by the stated amount + /// + public void AddCharacterVirtualCurrency(AddCharacterVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/AddCharacterVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds the Friend user to the friendlist of the user with PlayFabId. At least one of + /// FriendPlayFabId,FriendUsername,FriendEmail, or FriendTitleDisplayName should be initialized. + /// + public void AddFriend(AddFriendRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/AddFriend", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds the specified generic service identifier to the player's PlayFab account. This is designed to allow for a PlayFab + /// ID lookup of any arbitrary service identifier a title wants to add. This identifier should never be used as + /// authentication credentials, as the intent is that it is easily accessible by other players. + /// + public void AddGenericID(AddGenericIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/AddGenericID", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds a given tag to a player profile. The tag's namespace is automatically generated based on the source of the tag. + /// + public void AddPlayerTag(AddPlayerTagRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/AddPlayerTag", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds users to the set of those able to update both the shared data, as well as the set of users in the group. Only users + /// in the group (and the server) can add new members. Shared Groups are designed for sharing data between a very small + /// number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void AddSharedGroupMembers(AddSharedGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/AddSharedGroupMembers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Increments the user's balance of the specified virtual currency by the stated amount + /// + public void AddUserVirtualCurrency(AddUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/AddUserVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Validated a client's session ticket, and if successful, returns details for that user + /// + public void AuthenticateSessionTicket(AuthenticateSessionTicketRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/AuthenticateSessionTicket", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Awards the specified users the specified Steam achievements + /// + public void AwardSteamAchievement(AwardSteamAchievementRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/AwardSteamAchievement", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Bans users by PlayFab ID with optional IP address, or MAC address for the provided game. + /// + public void BanUsers(BanUsersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/BanUsers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Consume uses of a consumable item. When all uses are consumed, it will be removed from the player's + /// inventory. + /// + public void ConsumeItem(ConsumeItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/ConsumeItem", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Requests the creation of a shared group object, containing key/value pairs which may be updated by all members of the + /// group. When created by a server, the group will initially have no members. Shared Groups are designed for sharing data + /// between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void CreateSharedGroup(CreateSharedGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/CreateSharedGroup", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes the specific character ID from the specified user. + /// + public void DeleteCharacterFromUser(DeleteCharacterFromUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/DeleteCharacterFromUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes a user's player account from a title and deletes all associated data + /// + public void DeletePlayer(DeletePlayerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/DeletePlayer", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes push notification template for title + /// + public void DeletePushNotificationTemplate(DeletePushNotificationTemplateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/DeletePushNotificationTemplate", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Deletes a shared group, freeing up the shared group ID to be reused for a new group. Shared Groups are designed for + /// sharing data between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void DeleteSharedGroup(DeleteSharedGroupRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/DeleteSharedGroup", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Returns the result of an evaluation of a Random Result Table - the ItemId from the game Catalog which would + /// have been added to the player inventory, if the Random Result Table were added via a Bundle or a call to + /// UnlockContainer. + /// + public void EvaluateRandomResultTable(EvaluateRandomResultTableRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/EvaluateRandomResultTable", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Executes a CloudScript function, with the 'currentPlayerId' set to the PlayFab ID of the authenticated player. The + /// PlayFab ID is the entity ID of the player's master_player_account entity. + /// + public void ExecuteCloudScript(ExecuteCloudScriptServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/ExecuteCloudScript", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + public void ExecuteCloudScript(ExecuteCloudScriptServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); + Action wrappedResultCallback = (wrappedResult) => + { + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var wrappedJson = serializer.SerializeObject(wrappedResult.FunctionResult); + try { + wrappedResult.FunctionResult = serializer.DeserializeObject(wrappedJson); + } catch (Exception) { + wrappedResult.FunctionResult = wrappedJson; + wrappedResult.Logs.Add(new LogStatement { Level = "Warning", Data = wrappedJson, Message = "Sdk Message: Could not deserialize result as: " + typeof(TOut).Name }); + } + resultCallback(wrappedResult); + }; + PlayFabHttp.MakeApiCall("/Server/ExecuteCloudScript", request, AuthType.DevSecretKey, wrappedResultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves an array of player segment definitions. Results from this can be used in subsequent API calls such as + /// GetPlayersInSegment which requires a Segment ID. While segment names can change the ID for that segment will not change. + /// + public void GetAllSegments(GetAllSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetAllSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Lists all of the characters that belong to a specific user. CharacterIds are not globally unique; characterId must be + /// evaluated with the parent PlayFabId to guarantee uniqueness. + /// + public void GetAllUsersCharacters(ListUsersCharactersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetAllUsersCharacters", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified version of the title's catalog of virtual goods, including all defined properties + /// + public void GetCatalogItems(GetCatalogItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetCatalogItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user which is readable and writable by the client + /// + public void GetCharacterData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetCharacterData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user's character which cannot be accessed by the client + /// + public void GetCharacterInternalData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetCharacterInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified character's current inventory of virtual goods + /// + public void GetCharacterInventory(GetCharacterInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetCharacterInventory", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked characters for the given statistic, starting from the indicated point in the leaderboard + /// + public void GetCharacterLeaderboard(GetCharacterLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetCharacterLeaderboard", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user's character which can only be read by the client + /// + public void GetCharacterReadOnlyData(GetCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetCharacterReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the details of all title-specific statistics for the specific character + /// + public void GetCharacterStatistics(GetCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetCharacterStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned + /// URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the + /// content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, + /// the query to retrieve the data will fail. See this post for more information: + /// https://community.playfab.com/hc/community/posts/205469488-How-to-upload-files-to-PlayFab-s-Content-Service. Also, + /// please be aware that the Content service is specifically PlayFab's CDN offering, for which standard CDN rates apply. + /// + public void GetContentDownloadUrl(GetContentDownloadUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetContentDownloadUrl", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked friends of the given player for the given statistic, starting from the indicated point in the + /// leaderboard + /// + public void GetFriendLeaderboard(GetFriendLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetFriendLeaderboard", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the current friends for the user with PlayFabId, constrained to users who have PlayFab accounts. Friends from + /// linked accounts (Facebook, Steam) are also included. You may optionally exclude some linked services' friends. + /// + public void GetFriendsList(GetFriendsListRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetFriendsList", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked users for the given statistic, starting from the indicated point in the leaderboard + /// + public void GetLeaderboard(GetLeaderboardRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetLeaderboard", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked characters for the given statistic, centered on the requested user + /// + public void GetLeaderboardAroundCharacter(GetLeaderboardAroundCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetLeaderboardAroundCharacter", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of ranked users for the given statistic, centered on the currently signed-in user + /// + public void GetLeaderboardAroundUser(GetLeaderboardAroundUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetLeaderboardAroundUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves a list of all of the user's characters for the given statistic. + /// + public void GetLeaderboardForUserCharacters(GetLeaderboardForUsersCharactersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetLeaderboardForUserCharacters", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Returns whatever info is requested in the response for the user. Note that PII (like email address, facebook id) may be + /// returned. All parameters default to false. + /// + public void GetPlayerCombinedInfo(GetPlayerCombinedInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayerCombinedInfo", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the player's profile + /// + public void GetPlayerProfile(GetPlayerProfileRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayerProfile", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// List all segments that a player currently belongs to at this moment in time. + /// + public void GetPlayerSegments(GetPlayersSegmentsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayerSegments", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Allows for paging through all players in a given segment. This API creates a snapshot of all player profiles that match + /// the segment definition at the time of its creation and lives through the Total Seconds to Live, refreshing its life span + /// on each subsequent use of the Continuation Token. Profiles that change during the course of paging will not be reflected + /// in the results. AB Test segments are currently not supported by this operation. NOTE: This API is limited to being + /// called 30 times in one minute. You will be returned an error if you exceed this threshold. + /// + public void GetPlayersInSegment(GetPlayersInSegmentRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayersInSegment", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the current version and values for the indicated statistics, for the local player. + /// + public void GetPlayerStatistics(GetPlayerStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayerStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the information on the available versions of the specified statistic. + /// + public void GetPlayerStatisticVersions(GetPlayerStatisticVersionsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayerStatisticVersions", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Get all tags with a given Namespace (optional) from a player profile. + /// + public void GetPlayerTags(GetPlayerTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayerTags", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Facebook identifiers. + /// + public void GetPlayFabIDsFromFacebookIDs(GetPlayFabIDsFromFacebookIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromFacebookIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Facebook Instant Games identifiers. + /// + public void GetPlayFabIDsFromFacebookInstantGamesIds(GetPlayFabIDsFromFacebookInstantGamesIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromFacebookInstantGamesIds", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of generic service identifiers. A generic identifier is the + /// service name plus the service-specific ID for the player, as specified by the title when the generic identifier was + /// added to the player account. + /// + public void GetPlayFabIDsFromGenericIDs(GetPlayFabIDsFromGenericIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromGenericIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Nintendo Service Account identifiers. + /// + public void GetPlayFabIDsFromNintendoServiceAccountIds(GetPlayFabIDsFromNintendoServiceAccountIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromNintendoServiceAccountIds", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Nintendo Switch Device identifiers. + /// + public void GetPlayFabIDsFromNintendoSwitchDeviceIds(GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromNintendoSwitchDeviceIds", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers. + /// + public void GetPlayFabIDsFromPSNAccountIDs(GetPlayFabIDsFromPSNAccountIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromPSNAccountIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers. + /// + public void GetPlayFabIDsFromPSNOnlineIDs(GetPlayFabIDsFromPSNOnlineIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromPSNOnlineIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Steam identifiers. The Steam identifiers are the profile + /// IDs for the user accounts, available as SteamId in the Steamworks Community API calls. + /// + public void GetPlayFabIDsFromSteamIDs(GetPlayFabIDsFromSteamIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromSteamIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of Twitch identifiers. The Twitch identifiers are the IDs for + /// the user accounts, available as "_id" from the Twitch API methods (ex: + /// https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md#get-usersuser). + /// + public void GetPlayFabIDsFromTwitchIDs(GetPlayFabIDsFromTwitchIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromTwitchIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the unique PlayFab identifiers for the given set of XboxLive identifiers. + /// + public void GetPlayFabIDsFromXboxLiveIDs(GetPlayFabIDsFromXboxLiveIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPlayFabIDsFromXboxLiveIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the key-value store of custom publisher settings + /// + public void GetPublisherData(GetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the configuration information for the specified random results tables for the title, including all + /// ItemId values and weights + /// + public void GetRandomResultTables(GetRandomResultTablesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetRandomResultTables", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the associated PlayFab account identifiers for the given set of server custom identifiers. + /// + public void GetServerCustomIDsFromPlayFabIDs(GetServerCustomIDsFromPlayFabIDsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetServerCustomIDsFromPlayFabIDs", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves data stored in a shared group object, as well as the list of members in the group. The server can access all + /// public and private group data. Shared Groups are designed for sharing data between a very small number of players, + /// please see our guide: https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void GetSharedGroupData(GetSharedGroupDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetSharedGroupData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the set of items defined for the specified store, including all prices defined, for the specified + /// player + /// + public void GetStoreItems(GetStoreItemsServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetStoreItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the current server time + /// + public void GetTime(GetTimeRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetTime", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the key-value store of custom title settings + /// + public void GetTitleData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetTitleData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the key-value store of custom internal title settings + /// + public void GetTitleInternalData(GetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetTitleInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title news feed, as configured in the developer portal + /// + public void GetTitleNews(GetTitleNewsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetTitleNews", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the relevant details for a specified user + /// + public void GetUserAccountInfo(GetUserAccountInfoRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetUserAccountInfo", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Gets all bans for a user. + /// + public void GetUserBans(GetUserBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetUserBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user which is readable and writable by the client + /// + public void GetUserData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetUserData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user which cannot be accessed by the client + /// + public void GetUserInternalData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetUserInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Retrieves the specified user's current inventory of virtual goods + /// + public void GetUserInventory(GetUserInventoryRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetUserInventory", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the publisher-specific custom data for the user which is readable and writable by the client + /// + public void GetUserPublisherData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetUserPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the publisher-specific custom data for the user which cannot be accessed by the client + /// + public void GetUserPublisherInternalData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetUserPublisherInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the publisher-specific custom data for the user which can only be read by the client + /// + public void GetUserPublisherReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetUserPublisherReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Retrieves the title-specific custom data for the user which can only be read by the client + /// + public void GetUserReadOnlyData(GetUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GetUserReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Grants the specified character type to the user. CharacterIds are not globally unique; characterId must be evaluated + /// with the parent PlayFabId to guarantee uniqueness. + /// + public void GrantCharacterToUser(GrantCharacterToUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GrantCharacterToUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the specified items to the specified character's inventory + /// + public void GrantItemsToCharacter(GrantItemsToCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GrantItemsToCharacter", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the specified items to the specified user's inventory + /// + public void GrantItemsToUser(GrantItemsToUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GrantItemsToUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the specified items to the specified user inventories + /// + public void GrantItemsToUsers(GrantItemsToUsersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/GrantItemsToUsers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Nintendo account associated with the token to the user's PlayFab account + /// + public void LinkNintendoServiceAccount(LinkNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LinkNintendoServiceAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Nintendo account associated with the Nintendo Service Account subject or id to the user's PlayFab account + /// + public void LinkNintendoServiceAccountSubject(LinkNintendoServiceAccountSubjectRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LinkNintendoServiceAccountSubject", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the NintendoSwitchDeviceId to the user's PlayFab account + /// + public void LinkNintendoSwitchDeviceId(LinkNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LinkNintendoSwitchDeviceId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the PlayStation :tm: Network account associated with the provided access code to the user's PlayFab account + /// + public void LinkPSNAccount(LinkPSNAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LinkPSNAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the PlayStation :tm: Network account associated with the provided user id to the user's PlayFab account + /// + public void LinkPSNId(LinkPSNIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LinkPSNId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the custom server identifier, generated by the title, to the user's PlayFab account. + /// + public void LinkServerCustomId(LinkServerCustomIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LinkServerCustomId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Steam account associated with the provided Steam ID to the user's PlayFab account + /// + public void LinkSteamId(LinkSteamIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LinkSteamId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Links the Xbox Live account associated with the provided access code to the user's PlayFab account + /// + public void LinkXboxAccount(LinkXboxAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LinkXboxAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a PlayStation :tm: Network authentication code, returning a session identifier that can + /// subsequently be used for API calls which require an authenticated user + /// + public void LoginWithPSN(LoginWithPSNRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LoginWithPSN", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Securely login a game client from an external server backend using a custom identifier for that player. Server Custom ID + /// and Client Custom ID are mutually exclusive and cannot be used to retrieve the same player account. + /// + public void LoginWithServerCustomId(LoginWithServerCustomIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LoginWithServerCustomId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using an Steam ID, returning a session identifier that can subsequently be used for API calls which + /// require an authenticated user + /// + public void LoginWithSteamId(LoginWithSteamIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LoginWithSteamId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using a Xbox Live Token from an external server backend, returning a session identifier that can + /// subsequently be used for API calls which require an authenticated user + /// + public void LoginWithXbox(LoginWithXboxRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LoginWithXbox", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Signs the user in using an Xbox ID and Sandbox ID, returning a session identifier that can subsequently be used for API + /// calls which require an authenticated user + /// + public void LoginWithXboxId(LoginWithXboxIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/LoginWithXboxId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Modifies the number of remaining uses of a player's inventory item + /// + public void ModifyItemUses(ModifyItemUsesRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/ModifyItemUses", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Moves an item from a character's inventory into another of the users's character's inventory. + /// + public void MoveItemToCharacterFromCharacter(MoveItemToCharacterFromCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/MoveItemToCharacterFromCharacter", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Moves an item from a user's inventory into their character's inventory. + /// + public void MoveItemToCharacterFromUser(MoveItemToCharacterFromUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/MoveItemToCharacterFromUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Moves an item from a character's inventory into the owning user's inventory. + /// + public void MoveItemToUserFromCharacter(MoveItemToUserFromCharacterRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/MoveItemToUserFromCharacter", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Adds the virtual goods associated with the coupon to the user's inventory. Coupons can be generated via the + /// Economy->Catalogs tab in the PlayFab Game Manager. + /// + public void RedeemCoupon(RedeemCouponRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/RedeemCoupon", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes the specified friend from the the user's friend list + /// + public void RemoveFriend(RemoveFriendRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/RemoveFriend", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes the specified generic service identifier from the player's PlayFab account. + /// + public void RemoveGenericID(RemoveGenericIDRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/RemoveGenericID", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Remove a given tag from a player profile. The tag's namespace is automatically generated based on the source of the tag. + /// + public void RemovePlayerTag(RemovePlayerTagRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/RemovePlayerTag", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Removes users from the set of those able to update the shared data and the set of users in the group. Only users in the + /// group can remove members. If as a result of the call, zero users remain with access, the group and its associated data + /// will be deleted. Shared Groups are designed for sharing data between a very small number of players, please see our + /// guide: https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void RemoveSharedGroupMembers(RemoveSharedGroupMembersRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/RemoveSharedGroupMembers", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Submit a report about a player (due to bad bahavior, etc.) on behalf of another player, so that customer service + /// representatives for the title can take action concerning potentially toxic players. + /// + public void ReportPlayer(ReportPlayerServerRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/ReportPlayer", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Revoke all active bans for a user. + /// + public void RevokeAllBansForUser(RevokeAllBansForUserRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/RevokeAllBansForUser", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Revoke all active bans specified with BanId. + /// + public void RevokeBans(RevokeBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/RevokeBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Revokes access to an item in a user's inventory + /// + public void RevokeInventoryItem(RevokeInventoryItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/RevokeInventoryItem", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Revokes access for up to 25 items across multiple users and characters. + /// + public void RevokeInventoryItems(RevokeInventoryItemsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/RevokeInventoryItems", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Saves push notification template for title + /// + public void SavePushNotificationTemplate(SavePushNotificationTemplateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SavePushNotificationTemplate", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Forces an email to be sent to the registered contact email address for the user's account based on an account recovery + /// email template + /// + public void SendCustomAccountRecoveryEmail(SendCustomAccountRecoveryEmailRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SendCustomAccountRecoveryEmail", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sends an email based on an email template to a player's contact email + /// + public void SendEmailFromTemplate(SendEmailFromTemplateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SendEmailFromTemplate", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sends an iOS/Android Push Notification to a specific user, if that user's device has been configured for Push + /// Notifications in PlayFab. If a user has linked both Android and iOS devices, both will be notified. + /// + public void SendPushNotification(SendPushNotificationRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SendPushNotification", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sends an iOS/Android Push Notification template to a specific user, if that user's device has been configured for Push + /// Notifications in PlayFab. If a user has linked both Android and iOS devices, both will be notified. + /// + public void SendPushNotificationFromTemplate(SendPushNotificationFromTemplateRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SendPushNotificationFromTemplate", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the tag list for a specified user in the friend list of another user + /// + public void SetFriendTags(SetFriendTagsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SetFriendTags", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Sets the player's secret if it is not already set. Player secrets are used to sign API requests. To reset a player's + /// secret use the Admin or Server API method SetPlayerSecret. + /// + public void SetPlayerSecret(SetPlayerSecretRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SetPlayerSecret", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the key-value store of custom publisher settings + /// + public void SetPublisherData(SetPublisherDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SetPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the key-value store of custom title settings + /// + public void SetTitleData(SetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SetTitleData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the key-value store of custom title settings + /// + public void SetTitleInternalData(SetTitleDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SetTitleInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Decrements the character's balance of the specified virtual currency by the stated amount. It is possible to + /// make a VC balance negative with this API. + /// + public void SubtractCharacterVirtualCurrency(SubtractCharacterVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SubtractCharacterVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Decrements the user's balance of the specified virtual currency by the stated amount. It is possible to make + /// a VC balance negative with this API. + /// + public void SubtractUserVirtualCurrency(SubtractUserVirtualCurrencyRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/SubtractUserVirtualCurrency", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Nintendo account from the user's PlayFab account + /// + public void UnlinkNintendoServiceAccount(UnlinkNintendoServiceAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UnlinkNintendoServiceAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related NintendoSwitchDeviceId from the user's PlayFab account + /// + public void UnlinkNintendoSwitchDeviceId(UnlinkNintendoSwitchDeviceIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UnlinkNintendoSwitchDeviceId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related PlayStation :tm: Network account from the user's PlayFab account + /// + public void UnlinkPSNAccount(UnlinkPSNAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UnlinkPSNAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the custom server identifier from the user's PlayFab account. + /// + public void UnlinkServerCustomId(UnlinkServerCustomIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UnlinkServerCustomId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the Steam account associated with the provided Steam ID to the user's PlayFab account + /// + public void UnlinkSteamId(UnlinkSteamIdRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UnlinkSteamId", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Unlinks the related Xbox Live account from the user's PlayFab account + /// + public void UnlinkXboxAccount(UnlinkXboxAccountRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UnlinkXboxAccount", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Opens a specific container (ContainerItemInstanceId), with a specific key (KeyItemInstanceId, when + /// required), and returns the contents of the opened container. If the container (and key when relevant) are consumable + /// (RemainingUses > 0), their RemainingUses will be decremented, consistent with the operation of ConsumeItem. + /// + public void UnlockContainerInstance(UnlockContainerInstanceRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UnlockContainerInstance", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Searches Player or Character inventory for any ItemInstance matching the given CatalogItemId, if necessary + /// unlocks it using any appropriate key, and returns the contents of the opened container. If the container (and key when + /// relevant) are consumable (RemainingUses > 0), their RemainingUses will be decremented, consistent with the operation of + /// ConsumeItem. + /// + public void UnlockContainerItem(UnlockContainerItemRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UnlockContainerItem", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Update the avatar URL of the specified player + /// + public void UpdateAvatarUrl(UpdateAvatarUrlRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateAvatarUrl", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates information of a list of existing bans specified with Ban Ids. + /// + public void UpdateBans(UpdateBansRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateBans", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title-specific custom data for the user's character which is readable and writable by the client + /// + public void UpdateCharacterData(UpdateCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateCharacterData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title-specific custom data for the user's character which cannot be accessed by the client + /// + public void UpdateCharacterInternalData(UpdateCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateCharacterInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title-specific custom data for the user's character which can only be read by the client + /// + public void UpdateCharacterReadOnlyData(UpdateCharacterDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateCharacterReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the values of the specified title-specific statistics for the specific character + /// + public void UpdateCharacterStatistics(UpdateCharacterStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateCharacterStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the values of the specified title-specific statistics for the user + /// + public void UpdatePlayerStatistics(UpdatePlayerStatisticsRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdatePlayerStatistics", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Adds, updates, and removes data keys for a shared group object. If the permission is set to Public, all fields updated + /// or added in this call will be readable by users not in the group. By default, data permissions are set to Private. + /// Regardless of the permission setting, only members of the group (and the server) can update the data. Shared Groups are + /// designed for sharing data between a very small number of players, please see our guide: + /// https://docs.microsoft.com/gaming/playfab/features/social/groups/using-shared-group-data + /// + public void UpdateSharedGroupData(UpdateSharedGroupDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateSharedGroupData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title-specific custom data for the user which is readable and writable by the client + /// + public void UpdateUserData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateUserData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title-specific custom data for the user which cannot be accessed by the client + /// + public void UpdateUserInternalData(UpdateUserInternalDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateUserInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for + /// version 2._ Updates the key-value pair data tagged to the specified item, which is read-only from the client. + /// + public void UpdateUserInventoryItemCustomData(UpdateUserInventoryItemDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateUserInventoryItemCustomData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the publisher-specific custom data for the user which is readable and writable by the client + /// + public void UpdateUserPublisherData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateUserPublisherData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the publisher-specific custom data for the user which cannot be accessed by the client + /// + public void UpdateUserPublisherInternalData(UpdateUserInternalDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateUserPublisherInternalData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the publisher-specific custom data for the user which can only be read by the client + /// + public void UpdateUserPublisherReadOnlyData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateUserPublisherReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Updates the title-specific custom data for the user which can only be read by the client + /// + public void UpdateUserReadOnlyData(UpdateUserDataRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/UpdateUserReadOnlyData", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Writes a character-based event into PlayStream. + /// + public void WriteCharacterEvent(WriteServerCharacterEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/WriteCharacterEvent", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Writes a player-based event into PlayStream. + /// + public void WritePlayerEvent(WriteServerPlayerEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/WritePlayerEvent", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + /// + /// Writes a title-based event into PlayStream. + /// + public void WriteTitleEvent(WriteTitleEventRequest request, Action resultCallback, Action errorCallback, object customData = null, Dictionary extraHeaders = null) + { + var context = (request == null ? null : request.AuthenticationContext) ?? authenticationContext; + var callSettings = apiSettings ?? PlayFabSettings.staticSettings; + if (string.IsNullOrEmpty(callSettings.DeveloperSecretKey)) { throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "Must set DeveloperSecretKey in settings to call this method"); } + PlayFabHttp.MakeApiCall("/Server/WriteTitleEvent", request, AuthType.DevSecretKey, resultCallback, errorCallback, customData, extraHeaders, context, callSettings, this); + } + + } +} + +#endif diff --git a/Assets/PlayFabSDK/Server/PlayFabServerInstanceAPI.cs.meta b/Assets/PlayFabSDK/Server/PlayFabServerInstanceAPI.cs.meta new file mode 100644 index 00000000..c087b059 --- /dev/null +++ b/Assets/PlayFabSDK/Server/PlayFabServerInstanceAPI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 76d4a622fa263d34b9f73488c0095f8b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Server/PlayFabServerModels.cs b/Assets/PlayFabSDK/Server/PlayFabServerModels.cs new file mode 100644 index 00000000..518490d5 --- /dev/null +++ b/Assets/PlayFabSDK/Server/PlayFabServerModels.cs @@ -0,0 +1,7374 @@ +#if ENABLE_PLAYFABSERVER_API +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.ServerModels +{ + [Serializable] + public class AdCampaignAttribution : PlayFabBaseModel + { + /// + /// UTC time stamp of attribution + /// + public DateTime AttributedAt; + /// + /// Attribution campaign identifier + /// + public string CampaignId; + /// + /// Attribution network name + /// + public string Platform; + } + + [Serializable] + public class AdCampaignAttributionModel : PlayFabBaseModel + { + /// + /// UTC time stamp of attribution + /// + public DateTime AttributedAt; + /// + /// Attribution campaign identifier + /// + public string CampaignId; + /// + /// Attribution network name + /// + public string Platform; + } + + [Serializable] + public class AddCharacterVirtualCurrencyRequest : PlayFabRequestCommon + { + /// + /// Amount to be added to the character balance of the specified virtual currency. Maximum VC balance is Int32 + /// (2,147,483,647). Any increase over this value will be discarded. + /// + public int Amount; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// PlayFab unique identifier of the user whose virtual currency balance is to be incremented. + /// + public string PlayFabId; + /// + /// Name of the virtual currency which is to be incremented. + /// + public string VirtualCurrency; + } + + [Serializable] + public class AddFriendRequest : PlayFabRequestCommon + { + /// + /// Email address of the user being added. + /// + public string FriendEmail; + /// + /// The PlayFab identifier of the user being added. + /// + public string FriendPlayFabId; + /// + /// Title-specific display name of the user to being added. + /// + public string FriendTitleDisplayName; + /// + /// The PlayFab username of the user being added + /// + public string FriendUsername; + /// + /// PlayFab identifier of the player to add a new friend. + /// + public string PlayFabId; + } + + [Serializable] + public class AddGenericIDRequest : PlayFabRequestCommon + { + /// + /// Generic service identifier to add to the player account. + /// + public GenericServiceId GenericId; + /// + /// PlayFabId of the user to link. + /// + public string PlayFabId; + } + + /// + /// This API will trigger a player_tag_added event and add a tag with the given TagName and PlayFabID to the corresponding + /// player profile. TagName can be used for segmentation and it is limited to 256 characters. Also there is a limit on the + /// number of tags a title can have. + /// + [Serializable] + public class AddPlayerTagRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Unique tag for player profile. + /// + public string TagName; + } + + [Serializable] + public class AddPlayerTagResult : PlayFabResultCommon + { + } + + [Serializable] + public class AddSharedGroupMembersRequest : PlayFabRequestCommon + { + /// + /// An array of unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public List PlayFabIds; + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + [Serializable] + public class AddSharedGroupMembersResult : PlayFabResultCommon + { + } + + [Serializable] + public class AddUserVirtualCurrencyRequest : PlayFabRequestCommon + { + /// + /// Amount to be added to the user balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). + /// Any increase over this value will be discarded. + /// + public int Amount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// PlayFab unique identifier of the user whose virtual currency balance is to be increased. + /// + public string PlayFabId; + /// + /// Name of the virtual currency which is to be incremented. + /// + public string VirtualCurrency; + } + + [Serializable] + public class AdvancedPushPlatformMsg : PlayFabBaseModel + { + /// + /// Stops GoogleCloudMessaging notifications from including both notification and data properties and instead only sends the + /// data property. + /// + public bool? GCMDataOnly; + /// + /// The Json the platform should receive. + /// + public string Json; + /// + /// The platform that should receive the Json. + /// + public PushNotificationPlatform Platform; + } + + /// + /// Note that data returned may be Personally Identifying Information (PII), such as email address, and so care should be + /// taken in how this data is stored and managed. Since this call will always return the relevant information for users who + /// have accessed the title, the recommendation is to not store this data locally. + /// + [Serializable] + public class AuthenticateSessionTicketRequest : PlayFabRequestCommon + { + /// + /// Session ticket as issued by a PlayFab client login API. + /// + public string SessionTicket; + } + + [Serializable] + public class AuthenticateSessionTicketResult : PlayFabResultCommon + { + /// + /// Indicates if token was expired at request time. + /// + public bool? IsSessionTicketExpired; + /// + /// Account info for the user whose session ticket was supplied. + /// + public UserAccountInfo UserInfo; + } + + [Serializable] + public class AwardSteamAchievementItem : PlayFabBaseModel + { + /// + /// Unique Steam achievement name. + /// + public string AchievementName; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Result of the award attempt (only valid on response, not on request). + /// + public bool Result; + } + + [Serializable] + public class AwardSteamAchievementRequest : PlayFabRequestCommon + { + /// + /// Array of achievements to grant and the users to whom they are to be granted. + /// + public List Achievements; + } + + [Serializable] + public class AwardSteamAchievementResult : PlayFabResultCommon + { + /// + /// Array of achievements granted. + /// + public List AchievementResults; + } + + /// + /// Contains information for a ban. + /// + [Serializable] + public class BanInfo : PlayFabBaseModel + { + /// + /// The active state of this ban. Expired bans may still have this value set to true but they will have no effect. + /// + public bool Active; + /// + /// The unique Ban Id associated with this ban. + /// + public string BanId; + /// + /// The time when this ban was applied. + /// + public DateTime? Created; + /// + /// The time when this ban expires. Permanent bans do not have expiration date. + /// + public DateTime? Expires; + /// + /// The IP address on which the ban was applied. May affect multiple players. + /// + public string IPAddress; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// The reason why this ban was applied. + /// + public string Reason; + /// + /// The family type of the suer that is included in the ban. + /// + public string UserFamilyType; + } + + /// + /// Represents a single ban request. + /// + [Serializable] + public class BanRequest : PlayFabBaseModel + { + /// + /// The duration in hours for the ban. Leave this blank for a permanent ban. + /// + public uint? DurationInHours; + /// + /// IP address to be banned. May affect multiple players. + /// + public string IPAddress; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// The reason for this ban. Maximum 140 characters. + /// + public string Reason; + /// + /// The family type of the user that should be included in the ban if applicable. May affect multiple players. + /// + public UserFamilyType? UserFamilyType; + } + + /// + /// The existence of each user will not be verified. When banning by IP or MAC address, multiple players may be affected, so + /// use this feature with caution. Returns information about the new bans. + /// + [Serializable] + public class BanUsersRequest : PlayFabRequestCommon + { + /// + /// List of ban requests to be applied. Maximum 100. + /// + public List Bans; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + } + + [Serializable] + public class BanUsersResult : PlayFabResultCommon + { + /// + /// Information on the bans that were applied + /// + public List BanData; + } + + /// + /// A purchasable item from the item catalog + /// + [Serializable] + public class CatalogItem : PlayFabBaseModel + { + /// + /// defines the bundle properties for the item - bundles are items which contain other items, including random drop tables + /// and virtual currencies + /// + public CatalogItemBundleInfo Bundle; + /// + /// if true, then an item instance of this type can be used to grant a character to a user. + /// + public bool CanBecomeCharacter; + /// + /// catalog version for this item + /// + public string CatalogVersion; + /// + /// defines the consumable properties (number of uses, timeout) for the item + /// + public CatalogItemConsumableInfo Consumable; + /// + /// defines the container properties for the item - what items it contains, including random drop tables and virtual + /// currencies, and what item (if any) is required to open it via the UnlockContainerItem API + /// + public CatalogItemContainerInfo Container; + /// + /// game specific custom data + /// + public string CustomData; + /// + /// text description of item, to show in-game + /// + public string Description; + /// + /// text name for the item, to show in-game + /// + public string DisplayName; + /// + /// If the item has IsLImitedEdition set to true, and this is the first time this ItemId has been defined as a limited + /// edition item, this value determines the total number of instances to allocate for the title. Once this limit has been + /// reached, no more instances of this ItemId can be created, and attempts to purchase or grant it will return a Result of + /// false for that ItemId. If the item has already been defined to have a limited edition count, or if this value is less + /// than zero, it will be ignored. + /// + public int InitialLimitedEditionCount; + /// + /// BETA: If true, then only a fixed number can ever be granted. + /// + public bool IsLimitedEdition; + /// + /// if true, then only one item instance of this type will exist and its remaininguses will be incremented instead. + /// RemainingUses will cap out at Int32.Max (2,147,483,647). All subsequent increases will be discarded + /// + public bool IsStackable; + /// + /// if true, then an item instance of this type can be traded between players using the trading APIs + /// + public bool IsTradable; + /// + /// class to which the item belongs + /// + public string ItemClass; + /// + /// unique identifier for this item + /// + public string ItemId; + /// + /// URL to the item image. For Facebook purchase to display the image on the item purchase page, this must be set to an HTTP + /// URL. + /// + public string ItemImageUrl; + /// + /// override prices for this item for specific currencies + /// + public Dictionary RealCurrencyPrices; + /// + /// list of item tags + /// + public List Tags; + /// + /// price of this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies) + /// + public Dictionary VirtualCurrencyPrices; + } + + [Serializable] + public class CatalogItemBundleInfo : PlayFabBaseModel + { + /// + /// unique ItemId values for all items which will be added to the player inventory when the bundle is added + /// + public List BundledItems; + /// + /// unique TableId values for all RandomResultTable objects which are part of the bundle (random tables will be resolved and + /// add the relevant items to the player inventory when the bundle is added) + /// + public List BundledResultTables; + /// + /// virtual currency types and balances which will be added to the player inventory when the bundle is added + /// + public Dictionary BundledVirtualCurrencies; + } + + [Serializable] + public class CatalogItemConsumableInfo : PlayFabBaseModel + { + /// + /// number of times this object can be used, after which it will be removed from the player inventory + /// + public uint? UsageCount; + /// + /// duration in seconds for how long the item will remain in the player inventory - once elapsed, the item will be removed + /// (recommended minimum value is 5 seconds, as lower values can cause the item to expire before operations depending on + /// this item's details have completed) + /// + public uint? UsagePeriod; + /// + /// all inventory item instances in the player inventory sharing a non-null UsagePeriodGroup have their UsagePeriod values + /// added together, and share the result - when that period has elapsed, all the items in the group will be removed + /// + public string UsagePeriodGroup; + } + + /// + /// Containers are inventory items that can hold other items defined in the catalog, as well as virtual currency, which is + /// added to the player inventory when the container is unlocked, using the UnlockContainerItem API. The items can be + /// anything defined in the catalog, as well as RandomResultTable objects which will be resolved when the container is + /// unlocked. Containers and their keys should be defined as Consumable (having a limited number of uses) in their catalog + /// defintiions, unless the intent is for the player to be able to re-use them infinitely. + /// + [Serializable] + public class CatalogItemContainerInfo : PlayFabBaseModel + { + /// + /// unique ItemId values for all items which will be added to the player inventory, once the container has been unlocked + /// + public List ItemContents; + /// + /// ItemId for the catalog item used to unlock the container, if any (if not specified, a call to UnlockContainerItem will + /// open the container, adding the contents to the player inventory and currency balances) + /// + public string KeyItemId; + /// + /// unique TableId values for all RandomResultTable objects which are part of the container (once unlocked, random tables + /// will be resolved and add the relevant items to the player inventory) + /// + public List ResultTableContents; + /// + /// virtual currency types and balances which will be added to the player inventory when the container is unlocked + /// + public Dictionary VirtualCurrencyContents; + } + + [Serializable] + public class CharacterInventory : PlayFabBaseModel + { + /// + /// The id of this character. + /// + public string CharacterId; + /// + /// The inventory of this character. + /// + public List Inventory; + } + + [Serializable] + public class CharacterLeaderboardEntry : PlayFabBaseModel + { + /// + /// PlayFab unique identifier of the character that belongs to the user for this leaderboard entry. + /// + public string CharacterId; + /// + /// Title-specific display name of the character for this leaderboard entry. + /// + public string CharacterName; + /// + /// Name of the character class for this entry. + /// + public string CharacterType; + /// + /// Title-specific display name of the user for this leaderboard entry. + /// + public string DisplayName; + /// + /// PlayFab unique identifier of the user for this leaderboard entry. + /// + public string PlayFabId; + /// + /// User's overall position in the leaderboard. + /// + public int Position; + /// + /// Specific value of the user's statistic. + /// + public int StatValue; + } + + [Serializable] + public class CharacterResult : PlayFabBaseModel + { + /// + /// The id for this character on this player. + /// + public string CharacterId; + /// + /// The name of this character. + /// + public string CharacterName; + /// + /// The type-string that was given to this character on creation. + /// + public string CharacterType; + } + + public enum ChurnRiskLevel + { + NoData, + LowRisk, + MediumRisk, + HighRisk + } + + public enum CloudScriptRevisionOption + { + Live, + Latest, + Specific + } + + [Serializable] + public class ConsumeItemRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Number of uses to consume from the item. + /// + public int ConsumeCount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique instance identifier of the item to be consumed. + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class ConsumeItemResult : PlayFabResultCommon + { + /// + /// Unique instance identifier of the item with uses consumed. + /// + public string ItemInstanceId; + /// + /// Number of uses remaining on the item. + /// + public int RemainingUses; + } + + [Serializable] + public class ContactEmailInfo : PlayFabBaseModel + { + /// + /// The email address + /// + public string EmailAddress; + /// + /// The name of the email info data + /// + public string Name; + /// + /// The verification status of the email + /// + public EmailVerificationStatus? VerificationStatus; + } + + [Serializable] + public class ContactEmailInfoModel : PlayFabBaseModel + { + /// + /// The email address + /// + public string EmailAddress; + /// + /// The name of the email info data + /// + public string Name; + /// + /// The verification status of the email + /// + public EmailVerificationStatus? VerificationStatus; + } + + public enum ContinentCode + { + AF, + AN, + AS, + EU, + NA, + OC, + SA, + Unknown + } + + public enum CountryCode + { + AF, + AX, + AL, + DZ, + AS, + AD, + AO, + AI, + AQ, + AG, + AR, + AM, + AW, + AU, + AT, + AZ, + BS, + BH, + BD, + BB, + BY, + BE, + BZ, + BJ, + BM, + BT, + BO, + BQ, + BA, + BW, + BV, + BR, + IO, + BN, + BG, + BF, + BI, + KH, + CM, + CA, + CV, + KY, + CF, + TD, + CL, + CN, + CX, + CC, + CO, + KM, + CG, + CD, + CK, + CR, + CI, + HR, + CU, + CW, + CY, + CZ, + DK, + DJ, + DM, + DO, + EC, + EG, + SV, + GQ, + ER, + EE, + ET, + FK, + FO, + FJ, + FI, + FR, + GF, + PF, + TF, + GA, + GM, + GE, + DE, + GH, + GI, + GR, + GL, + GD, + GP, + GU, + GT, + GG, + GN, + GW, + GY, + HT, + HM, + VA, + HN, + HK, + HU, + IS, + IN, + ID, + IR, + IQ, + IE, + IM, + IL, + IT, + JM, + JP, + JE, + JO, + KZ, + KE, + KI, + KP, + KR, + KW, + KG, + LA, + LV, + LB, + LS, + LR, + LY, + LI, + LT, + LU, + MO, + MK, + MG, + MW, + MY, + MV, + ML, + MT, + MH, + MQ, + MR, + MU, + YT, + MX, + FM, + MD, + MC, + MN, + ME, + MS, + MA, + MZ, + MM, + NA, + NR, + NP, + NL, + NC, + NZ, + NI, + NE, + NG, + NU, + NF, + MP, + NO, + OM, + PK, + PW, + PS, + PA, + PG, + PY, + PE, + PH, + PN, + PL, + PT, + PR, + QA, + RE, + RO, + RU, + RW, + BL, + SH, + KN, + LC, + MF, + PM, + VC, + WS, + SM, + ST, + SA, + SN, + RS, + SC, + SL, + SG, + SX, + SK, + SI, + SB, + SO, + ZA, + GS, + SS, + ES, + LK, + SD, + SR, + SJ, + SZ, + SE, + CH, + SY, + TW, + TJ, + TZ, + TH, + TL, + TG, + TK, + TO, + TT, + TN, + TR, + TM, + TC, + TV, + UG, + UA, + AE, + GB, + US, + UM, + UY, + UZ, + VU, + VE, + VN, + VG, + VI, + WF, + EH, + YE, + ZM, + ZW, + Unknown + } + + /// + /// If SharedGroupId is specified, the service will attempt to create a group with that identifier, and will return an error + /// if it is already in use. If no SharedGroupId is specified, a random identifier will be assigned. + /// + [Serializable] + public class CreateSharedGroupRequest : PlayFabRequestCommon + { + /// + /// Unique identifier for the shared group (a random identifier will be assigned, if one is not specified). + /// + public string SharedGroupId; + } + + [Serializable] + public class CreateSharedGroupResult : PlayFabResultCommon + { + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + public enum Currency + { + AED, + AFN, + ALL, + AMD, + ANG, + AOA, + ARS, + AUD, + AWG, + AZN, + BAM, + BBD, + BDT, + BGN, + BHD, + BIF, + BMD, + BND, + BOB, + BRL, + BSD, + BTN, + BWP, + BYR, + BZD, + CAD, + CDF, + CHF, + CLP, + CNY, + COP, + CRC, + CUC, + CUP, + CVE, + CZK, + DJF, + DKK, + DOP, + DZD, + EGP, + ERN, + ETB, + EUR, + FJD, + FKP, + GBP, + GEL, + GGP, + GHS, + GIP, + GMD, + GNF, + GTQ, + GYD, + HKD, + HNL, + HRK, + HTG, + HUF, + IDR, + ILS, + IMP, + INR, + IQD, + IRR, + ISK, + JEP, + JMD, + JOD, + JPY, + KES, + KGS, + KHR, + KMF, + KPW, + KRW, + KWD, + KYD, + KZT, + LAK, + LBP, + LKR, + LRD, + LSL, + LYD, + MAD, + MDL, + MGA, + MKD, + MMK, + MNT, + MOP, + MRO, + MUR, + MVR, + MWK, + MXN, + MYR, + MZN, + NAD, + NGN, + NIO, + NOK, + NPR, + NZD, + OMR, + PAB, + PEN, + PGK, + PHP, + PKR, + PLN, + PYG, + QAR, + RON, + RSD, + RUB, + RWF, + SAR, + SBD, + SCR, + SDG, + SEK, + SGD, + SHP, + SLL, + SOS, + SPL, + SRD, + STD, + SVC, + SYP, + SZL, + THB, + TJS, + TMT, + TND, + TOP, + TRY, + TTD, + TVD, + TWD, + TZS, + UAH, + UGX, + USD, + UYU, + UZS, + VEF, + VND, + VUV, + WST, + XAF, + XCD, + XDR, + XOF, + XPF, + YER, + ZAR, + ZMW, + ZWD + } + + /// + /// This function will delete the specified character from the list allowed by the user, and will also delete any inventory + /// or VC currently held by that character. It will NOT delete any statistics associated for this character, in order to + /// preserve leaderboard integrity. + /// + [Serializable] + public class DeleteCharacterFromUserRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// If true, the character's inventory will be transferred up to the owning user; otherwise, this request will purge those + /// items. + /// + public bool SaveCharacterInventory; + } + + [Serializable] + public class DeleteCharacterFromUserResult : PlayFabResultCommon + { + } + + /// + /// Deletes all data associated with the player, including statistics, custom data, inventory, purchases, virtual currency + /// balances, characters and shared group memberships. Removes the player from all leaderboards and player search indexes. + /// Does not delete PlayStream event history associated with the player. Does not delete the publisher user account that + /// created the player in the title nor associated data such as username, password, email address, account linkages, or + /// friends list. Note, this API queues the player for deletion and returns immediately. It may take several minutes or more + /// before all player data is fully deleted. Until the player data is fully deleted, attempts to recreate the player with + /// the same user account in the same title will fail with the 'AccountDeleted' error. This API must be enabled for use as + /// an option in the game manager website. It is disabled by default. + /// + [Serializable] + public class DeletePlayerRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class DeletePlayerResult : PlayFabResultCommon + { + } + + /// + /// Represents the request to delete a push notification template. + /// + [Serializable] + public class DeletePushNotificationTemplateRequest : PlayFabRequestCommon + { + /// + /// Id of the push notification template to be deleted. + /// + public string PushNotificationTemplateId; + } + + [Serializable] + public class DeletePushNotificationTemplateResult : PlayFabResultCommon + { + } + + [Serializable] + public class DeleteSharedGroupRequest : PlayFabRequestCommon + { + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + public enum EmailVerificationStatus + { + Unverified, + Pending, + Confirmed + } + + [Serializable] + public class EmptyResponse : PlayFabResultCommon + { + } + + [Serializable] + public class EmptyResult : PlayFabResultCommon + { + } + + /// + /// Combined entity type and ID structure which uniquely identifies a single entity. + /// + [Serializable] + public class EntityKey : PlayFabBaseModel + { + /// + /// Unique ID of the entity. + /// + public string Id; + /// + /// Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types + /// + public string Type; + } + + [Serializable] + public class EntityTokenResponse : PlayFabBaseModel + { + /// + /// The entity id and type. + /// + public EntityKey Entity; + /// + /// The token used to set X-EntityToken for all entity based API calls. + /// + public string EntityToken; + /// + /// The time the token will expire, if it is an expiring token, in UTC. + /// + public DateTime? TokenExpiration; + } + + [Serializable] + public class EvaluateRandomResultTableRequest : PlayFabRequestCommon + { + /// + /// Specifies the catalog version that should be used to evaluate the Random Result Table. If unspecified, uses + /// default/primary catalog. + /// + public string CatalogVersion; + /// + /// The unique identifier of the Random Result Table to use. + /// + public string TableId; + } + + /// + /// Note that if the Random Result Table contains no entries, or does not exist for the catalog specified (the Primary + /// catalog if one is not specified), an InvalidDropTable error will be returned. + /// + [Serializable] + public class EvaluateRandomResultTableResult : PlayFabResultCommon + { + /// + /// Unique identifier for the item returned from the Random Result Table evaluation, for the given catalog. + /// + public string ResultItemId; + } + + [Serializable] + public class ExecuteCloudScriptResult : PlayFabResultCommon + { + /// + /// Number of PlayFab API requests issued by the CloudScript function + /// + public int APIRequestsIssued; + /// + /// Information about the error, if any, that occurred during execution + /// + public ScriptExecutionError Error; + public double ExecutionTimeSeconds; + /// + /// The name of the function that executed + /// + public string FunctionName; + /// + /// The object returned from the CloudScript function, if any + /// + public object FunctionResult; + /// + /// Flag indicating if the FunctionResult was too large and was subsequently dropped from this event. This only occurs if + /// the total event size is larger than 350KB. + /// + public bool? FunctionResultTooLarge; + /// + /// Number of external HTTP requests issued by the CloudScript function + /// + public int HttpRequestsIssued; + /// + /// Entries logged during the function execution. These include both entries logged in the function code using log.info() + /// and log.error() and error entries for API and HTTP request failures. + /// + public List Logs; + /// + /// Flag indicating if the logs were too large and were subsequently dropped from this event. This only occurs if the total + /// event size is larger than 350KB after the FunctionResult was removed. + /// + public bool? LogsTooLarge; + public uint MemoryConsumedBytes; + /// + /// Processor time consumed while executing the function. This does not include time spent waiting on API calls or HTTP + /// requests. + /// + public double ProcessorTimeSeconds; + /// + /// The revision of the CloudScript that executed + /// + public int Revision; + } + + [Serializable] + public class ExecuteCloudScriptServerRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the CloudScript function to execute + /// + public string FunctionName; + /// + /// Object that is passed in to the function as the first argument + /// + public object FunctionParameter; + /// + /// Generate a 'player_executed_cloudscript' PlayStream event containing the results of the function execution and other + /// contextual information. This event will show up in the PlayStream debugger console for the player in Game Manager. + /// + public bool? GeneratePlayStreamEvent; + /// + /// The unique user identifier for the player on whose behalf the script is being run + /// + public string PlayFabId; + /// + /// Option for which revision of the CloudScript to execute. 'Latest' executes the most recently created revision, 'Live' + /// executes the current live, published revision, and 'Specific' executes the specified revision. The default value is + /// 'Specific', if the SpeificRevision parameter is specified, otherwise it is 'Live'. + /// + public CloudScriptRevisionOption? RevisionSelection; + /// + /// The specivic revision to execute, when RevisionSelection is set to 'Specific' + /// + public int? SpecificRevision; + } + + public enum ExternalFriendSources + { + None, + Steam, + Facebook, + Xbox, + Psn, + All + } + + [Serializable] + public class FacebookInstantGamesPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Facebook Instant Games identifier for a user. + /// + public string FacebookInstantGamesId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Facebook Instant Games identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class FacebookPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Facebook identifier for a user. + /// + public string FacebookId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Facebook identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class FriendInfo : PlayFabBaseModel + { + /// + /// Available Facebook information (if the user and connected Facebook friend both have PlayFab Accounts in the same title). + /// + public UserFacebookInfo FacebookInfo; + /// + /// PlayFab unique identifier for this friend. + /// + public string FriendPlayFabId; + /// + /// Available Game Center information (if the user and connected Game Center friend both have PlayFab Accounts in the same + /// title). + /// + public UserGameCenterInfo GameCenterInfo; + /// + /// The profile of the user, if requested. + /// + public PlayerProfileModel Profile; + /// + /// Available PlayStation :tm: Network information, if the user connected PlayStation :tm Network friend both have PlayFab + /// Accounts in the same title. + /// + public UserPsnInfo PSNInfo; + /// + /// Available Steam information (if the user and connected Steam friend both have PlayFab Accounts in the same title). + /// + public UserSteamInfo SteamInfo; + /// + /// Tags which have been associated with this friend. + /// + public List Tags; + /// + /// Title-specific display name for this friend. + /// + public string TitleDisplayName; + /// + /// PlayFab unique username for this friend. + /// + public string Username; + /// + /// Available Xbox information, (if the user and connected Xbox Live friend both have PlayFab Accounts in the same title). + /// + public UserXboxInfo XboxInfo; + } + + public enum GenericErrorCodes + { + Success, + UnkownError, + InvalidParams, + AccountNotFound, + AccountBanned, + InvalidUsernameOrPassword, + InvalidTitleId, + InvalidEmailAddress, + EmailAddressNotAvailable, + InvalidUsername, + InvalidPassword, + UsernameNotAvailable, + InvalidSteamTicket, + AccountAlreadyLinked, + LinkedAccountAlreadyClaimed, + InvalidFacebookToken, + AccountNotLinked, + FailedByPaymentProvider, + CouponCodeNotFound, + InvalidContainerItem, + ContainerNotOwned, + KeyNotOwned, + InvalidItemIdInTable, + InvalidReceipt, + ReceiptAlreadyUsed, + ReceiptCancelled, + GameNotFound, + GameModeNotFound, + InvalidGoogleToken, + UserIsNotPartOfDeveloper, + InvalidTitleForDeveloper, + TitleNameConflicts, + UserisNotValid, + ValueAlreadyExists, + BuildNotFound, + PlayerNotInGame, + InvalidTicket, + InvalidDeveloper, + InvalidOrderInfo, + RegistrationIncomplete, + InvalidPlatform, + UnknownError, + SteamApplicationNotOwned, + WrongSteamAccount, + TitleNotActivated, + RegistrationSessionNotFound, + NoSuchMod, + FileNotFound, + DuplicateEmail, + ItemNotFound, + ItemNotOwned, + ItemNotRecycleable, + ItemNotAffordable, + InvalidVirtualCurrency, + WrongVirtualCurrency, + WrongPrice, + NonPositiveValue, + InvalidRegion, + RegionAtCapacity, + ServerFailedToStart, + NameNotAvailable, + InsufficientFunds, + InvalidDeviceID, + InvalidPushNotificationToken, + NoRemainingUses, + InvalidPaymentProvider, + PurchaseInitializationFailure, + DuplicateUsername, + InvalidBuyerInfo, + NoGameModeParamsSet, + BodyTooLarge, + ReservedWordInBody, + InvalidTypeInBody, + InvalidRequest, + ReservedEventName, + InvalidUserStatistics, + NotAuthenticated, + StreamAlreadyExists, + ErrorCreatingStream, + StreamNotFound, + InvalidAccount, + PurchaseDoesNotExist, + InvalidPurchaseTransactionStatus, + APINotEnabledForGameClientAccess, + NoPushNotificationARNForTitle, + BuildAlreadyExists, + BuildPackageDoesNotExist, + CustomAnalyticsEventsNotEnabledForTitle, + InvalidSharedGroupId, + NotAuthorized, + MissingTitleGoogleProperties, + InvalidItemProperties, + InvalidPSNAuthCode, + InvalidItemId, + PushNotEnabledForAccount, + PushServiceError, + ReceiptDoesNotContainInAppItems, + ReceiptContainsMultipleInAppItems, + InvalidBundleID, + JavascriptException, + InvalidSessionTicket, + UnableToConnectToDatabase, + InternalServerError, + InvalidReportDate, + ReportNotAvailable, + DatabaseThroughputExceeded, + InvalidGameTicket, + ExpiredGameTicket, + GameTicketDoesNotMatchLobby, + LinkedDeviceAlreadyClaimed, + DeviceAlreadyLinked, + DeviceNotLinked, + PartialFailure, + PublisherNotSet, + ServiceUnavailable, + VersionNotFound, + RevisionNotFound, + InvalidPublisherId, + DownstreamServiceUnavailable, + APINotIncludedInTitleUsageTier, + DAULimitExceeded, + APIRequestLimitExceeded, + InvalidAPIEndpoint, + BuildNotAvailable, + ConcurrentEditError, + ContentNotFound, + CharacterNotFound, + CloudScriptNotFound, + ContentQuotaExceeded, + InvalidCharacterStatistics, + PhotonNotEnabledForTitle, + PhotonApplicationNotFound, + PhotonApplicationNotAssociatedWithTitle, + InvalidEmailOrPassword, + FacebookAPIError, + InvalidContentType, + KeyLengthExceeded, + DataLengthExceeded, + TooManyKeys, + FreeTierCannotHaveVirtualCurrency, + MissingAmazonSharedKey, + AmazonValidationError, + InvalidPSNIssuerId, + PSNInaccessible, + ExpiredAuthToken, + FailedToGetEntitlements, + FailedToConsumeEntitlement, + TradeAcceptingUserNotAllowed, + TradeInventoryItemIsAssignedToCharacter, + TradeInventoryItemIsBundle, + TradeStatusNotValidForCancelling, + TradeStatusNotValidForAccepting, + TradeDoesNotExist, + TradeCancelled, + TradeAlreadyFilled, + TradeWaitForStatusTimeout, + TradeInventoryItemExpired, + TradeMissingOfferedAndAcceptedItems, + TradeAcceptedItemIsBundle, + TradeAcceptedItemIsStackable, + TradeInventoryItemInvalidStatus, + TradeAcceptedCatalogItemInvalid, + TradeAllowedUsersInvalid, + TradeInventoryItemDoesNotExist, + TradeInventoryItemIsConsumed, + TradeInventoryItemIsStackable, + TradeAcceptedItemsMismatch, + InvalidKongregateToken, + FeatureNotConfiguredForTitle, + NoMatchingCatalogItemForReceipt, + InvalidCurrencyCode, + NoRealMoneyPriceForCatalogItem, + TradeInventoryItemIsNotTradable, + TradeAcceptedCatalogItemIsNotTradable, + UsersAlreadyFriends, + LinkedIdentifierAlreadyClaimed, + CustomIdNotLinked, + TotalDataSizeExceeded, + DeleteKeyConflict, + InvalidXboxLiveToken, + ExpiredXboxLiveToken, + ResettableStatisticVersionRequired, + NotAuthorizedByTitle, + NoPartnerEnabled, + InvalidPartnerResponse, + APINotEnabledForGameServerAccess, + StatisticNotFound, + StatisticNameConflict, + StatisticVersionClosedForWrites, + StatisticVersionInvalid, + APIClientRequestRateLimitExceeded, + InvalidJSONContent, + InvalidDropTable, + StatisticVersionAlreadyIncrementedForScheduledInterval, + StatisticCountLimitExceeded, + StatisticVersionIncrementRateExceeded, + ContainerKeyInvalid, + CloudScriptExecutionTimeLimitExceeded, + NoWritePermissionsForEvent, + CloudScriptFunctionArgumentSizeExceeded, + CloudScriptAPIRequestCountExceeded, + CloudScriptAPIRequestError, + CloudScriptHTTPRequestError, + InsufficientGuildRole, + GuildNotFound, + OverLimit, + EventNotFound, + InvalidEventField, + InvalidEventName, + CatalogNotConfigured, + OperationNotSupportedForPlatform, + SegmentNotFound, + StoreNotFound, + InvalidStatisticName, + TitleNotQualifiedForLimit, + InvalidServiceLimitLevel, + ServiceLimitLevelInTransition, + CouponAlreadyRedeemed, + GameServerBuildSizeLimitExceeded, + GameServerBuildCountLimitExceeded, + VirtualCurrencyCountLimitExceeded, + VirtualCurrencyCodeExists, + TitleNewsItemCountLimitExceeded, + InvalidTwitchToken, + TwitchResponseError, + ProfaneDisplayName, + UserAlreadyAdded, + InvalidVirtualCurrencyCode, + VirtualCurrencyCannotBeDeleted, + IdentifierAlreadyClaimed, + IdentifierNotLinked, + InvalidContinuationToken, + ExpiredContinuationToken, + InvalidSegment, + InvalidSessionId, + SessionLogNotFound, + InvalidSearchTerm, + TwoFactorAuthenticationTokenRequired, + GameServerHostCountLimitExceeded, + PlayerTagCountLimitExceeded, + RequestAlreadyRunning, + ActionGroupNotFound, + MaximumSegmentBulkActionJobsRunning, + NoActionsOnPlayersInSegmentJob, + DuplicateStatisticName, + ScheduledTaskNameConflict, + ScheduledTaskCreateConflict, + InvalidScheduledTaskName, + InvalidTaskSchedule, + SteamNotEnabledForTitle, + LimitNotAnUpgradeOption, + NoSecretKeyEnabledForCloudScript, + TaskNotFound, + TaskInstanceNotFound, + InvalidIdentityProviderId, + MisconfiguredIdentityProvider, + InvalidScheduledTaskType, + BillingInformationRequired, + LimitedEditionItemUnavailable, + InvalidAdPlacementAndReward, + AllAdPlacementViewsAlreadyConsumed, + GoogleOAuthNotConfiguredForTitle, + GoogleOAuthError, + UserNotFriend, + InvalidSignature, + InvalidPublicKey, + GoogleOAuthNoIdTokenIncludedInResponse, + StatisticUpdateInProgress, + LeaderboardVersionNotAvailable, + StatisticAlreadyHasPrizeTable, + PrizeTableHasOverlappingRanks, + PrizeTableHasMissingRanks, + PrizeTableRankStartsAtZero, + InvalidStatistic, + ExpressionParseFailure, + ExpressionInvokeFailure, + ExpressionTooLong, + DataUpdateRateExceeded, + RestrictedEmailDomain, + EncryptionKeyDisabled, + EncryptionKeyMissing, + EncryptionKeyBroken, + NoSharedSecretKeyConfigured, + SecretKeyNotFound, + PlayerSecretAlreadyConfigured, + APIRequestsDisabledForTitle, + InvalidSharedSecretKey, + PrizeTableHasNoRanks, + ProfileDoesNotExist, + ContentS3OriginBucketNotConfigured, + InvalidEnvironmentForReceipt, + EncryptedRequestNotAllowed, + SignedRequestNotAllowed, + RequestViewConstraintParamsNotAllowed, + BadPartnerConfiguration, + XboxBPCertificateFailure, + XboxXASSExchangeFailure, + InvalidEntityId, + StatisticValueAggregationOverflow, + EmailMessageFromAddressIsMissing, + EmailMessageToAddressIsMissing, + SmtpServerAuthenticationError, + SmtpServerLimitExceeded, + SmtpServerInsufficientStorage, + SmtpServerCommunicationError, + SmtpServerGeneralFailure, + EmailClientTimeout, + EmailClientCanceledTask, + EmailTemplateMissing, + InvalidHostForTitleId, + EmailConfirmationTokenDoesNotExist, + EmailConfirmationTokenExpired, + AccountDeleted, + PlayerSecretNotConfigured, + InvalidSignatureTime, + NoContactEmailAddressFound, + InvalidAuthToken, + AuthTokenDoesNotExist, + AuthTokenExpired, + AuthTokenAlreadyUsedToResetPassword, + MembershipNameTooLong, + MembershipNotFound, + GoogleServiceAccountInvalid, + GoogleServiceAccountParseFailure, + EntityTokenMissing, + EntityTokenInvalid, + EntityTokenExpired, + EntityTokenRevoked, + InvalidProductForSubscription, + XboxInaccessible, + SubscriptionAlreadyTaken, + SmtpAddonNotEnabled, + APIConcurrentRequestLimitExceeded, + XboxRejectedXSTSExchangeRequest, + VariableNotDefined, + TemplateVersionNotDefined, + FileTooLarge, + TitleDeleted, + TitleContainsUserAccounts, + TitleDeletionPlayerCleanupFailure, + EntityFileOperationPending, + NoEntityFileOperationPending, + EntityProfileVersionMismatch, + TemplateVersionTooOld, + MembershipDefinitionInUse, + PaymentPageNotConfigured, + FailedLoginAttemptRateLimitExceeded, + EntityBlockedByGroup, + RoleDoesNotExist, + EntityIsAlreadyMember, + DuplicateRoleId, + GroupInvitationNotFound, + GroupApplicationNotFound, + OutstandingInvitationAcceptedInstead, + OutstandingApplicationAcceptedInstead, + RoleIsGroupDefaultMember, + RoleIsGroupAdmin, + RoleNameNotAvailable, + GroupNameNotAvailable, + EmailReportAlreadySent, + EmailReportRecipientBlacklisted, + EventNamespaceNotAllowed, + EventEntityNotAllowed, + InvalidEntityType, + NullTokenResultFromAad, + InvalidTokenResultFromAad, + NoValidCertificateForAad, + InvalidCertificateForAad, + DuplicateDropTableId, + MultiplayerServerError, + MultiplayerServerTooManyRequests, + MultiplayerServerNoContent, + MultiplayerServerBadRequest, + MultiplayerServerUnauthorized, + MultiplayerServerForbidden, + MultiplayerServerNotFound, + MultiplayerServerConflict, + MultiplayerServerInternalServerError, + MultiplayerServerUnavailable, + ExplicitContentDetected, + PIIContentDetected, + InvalidScheduledTaskParameter, + PerEntityEventRateLimitExceeded, + TitleDefaultLanguageNotSet, + EmailTemplateMissingDefaultVersion, + FacebookInstantGamesIdNotLinked, + InvalidFacebookInstantGamesSignature, + FacebookInstantGamesAuthNotConfiguredForTitle, + EntityProfileConstraintValidationFailed, + TelemetryIngestionKeyPending, + TelemetryIngestionKeyNotFound, + StatisticChildNameInvalid, + DataIntegrityError, + VirtualCurrencyCannotBeSetToOlderVersion, + VirtualCurrencyMustBeWithinIntegerRange, + EmailTemplateInvalidSyntax, + EmailTemplateMissingCallback, + PushNotificationTemplateInvalidPayload, + InvalidLocalizedPushNotificationLanguage, + MissingLocalizedPushNotificationMessage, + PushNotificationTemplateMissingPlatformPayload, + PushNotificationTemplatePayloadContainsInvalidJson, + PushNotificationTemplateContainsInvalidIosPayload, + PushNotificationTemplateContainsInvalidAndroidPayload, + PushNotificationTemplateIosPayloadMissingNotificationBody, + PushNotificationTemplateAndroidPayloadMissingNotificationBody, + PushNotificationTemplateNotFound, + PushNotificationTemplateMissingDefaultVersion, + PushNotificationTemplateInvalidSyntax, + PushNotificationTemplateNoCustomPayloadForV1, + NoLeaderboardForStatistic, + TitleNewsMissingDefaultLanguage, + TitleNewsNotFound, + TitleNewsDuplicateLanguage, + TitleNewsMissingTitleOrBody, + TitleNewsInvalidLanguage, + EmailRecipientBlacklisted, + InvalidGameCenterAuthRequest, + GameCenterAuthenticationFailed, + CannotEnablePartiesForTitle, + PartyError, + PartyRequests, + PartyNoContent, + PartyBadRequest, + PartyUnauthorized, + PartyForbidden, + PartyNotFound, + PartyConflict, + PartyInternalServerError, + PartyUnavailable, + PartyTooManyRequests, + PushNotificationTemplateMissingName, + CannotEnableMultiplayerServersForTitle, + WriteAttemptedDuringExport, + MultiplayerServerTitleQuotaCoresExceeded, + AutomationRuleNotFound, + EntityAPIKeyLimitExceeded, + EntityAPIKeyNotFound, + EntityAPIKeyOrSecretInvalid, + EconomyServiceUnavailable, + EconomyServiceInternalError, + QueryRateLimitExceeded, + EntityAPIKeyCreationDisabledForEntity, + ForbiddenByEntityPolicy, + UpdateInventoryRateLimitExceeded, + StudioCreationRateLimited, + StudioCreationInProgress, + DuplicateStudioName, + StudioNotFound, + StudioDeleted, + StudioDeactivated, + StudioActivated, + TitleCreationRateLimited, + TitleCreationInProgress, + DuplicateTitleName, + TitleActivationRateLimited, + TitleActivationInProgress, + TitleDeactivated, + TitleActivated, + CloudScriptAzureFunctionsExecutionTimeLimitExceeded, + CloudScriptAzureFunctionsArgumentSizeExceeded, + CloudScriptAzureFunctionsReturnSizeExceeded, + CloudScriptAzureFunctionsHTTPRequestError, + VirtualCurrencyBetaGetError, + VirtualCurrencyBetaCreateError, + VirtualCurrencyBetaInitialDepositSaveError, + VirtualCurrencyBetaSaveError, + VirtualCurrencyBetaDeleteError, + VirtualCurrencyBetaRestoreError, + VirtualCurrencyBetaSaveConflict, + VirtualCurrencyBetaUpdateError, + InsightsManagementDatabaseNotFound, + InsightsManagementOperationNotFound, + InsightsManagementErrorPendingOperationExists, + InsightsManagementSetPerformanceLevelInvalidParameter, + InsightsManagementSetStorageRetentionInvalidParameter, + InsightsManagementGetStorageUsageInvalidParameter, + InsightsManagementGetOperationStatusInvalidParameter, + DuplicatePurchaseTransactionId, + EvaluationModePlayerCountExceeded, + GetPlayersInSegmentRateLimitExceeded, + CloudScriptFunctionNameSizeExceeded, + PaidInsightsFeaturesNotEnabled, + CloudScriptAzureFunctionsQueueRequestError, + EvaluationModeTitleCountExceeded, + InsightsManagementTitleNotInFlight, + LimitNotFound, + LimitNotAvailableViaAPI, + InsightsManagementSetStorageRetentionBelowMinimum, + InsightsManagementSetStorageRetentionAboveMaximum, + AppleNotEnabledForTitle, + InsightsManagementNewActiveEventExportLimitInvalid, + InsightsManagementSetPerformanceRateLimited, + PartyRequestsThrottledFromRateLimiter, + XboxServiceTooManyRequests, + NintendoSwitchNotEnabledForTitle, + RequestMultiplayerServersThrottledFromRateLimiter, + TitleDataOverrideNotFound, + DuplicateKeys, + WasNotCreatedWithCloudRoot, + LegacyMultiplayerServersDeprecated, + VirtualCurrencyCurrentlyUnavailable, + SteamUserNotFound, + ElasticSearchOperationFailed, + NotImplemented, + PublisherNotFound, + PublisherDeleted, + ApiDisabledForMigration, + ResourceNameUpdateNotAllowed, + ApiNotEnabledForTitle, + DuplicateTitleNameForPublisher, + AzureTitleCreationInProgress, + TitleConstraintsPublisherDeletion, + InvalidPlayerAccountPoolId, + PlayerAccountPoolNotFound, + PlayerAccountPoolDeleted, + TitleCleanupInProgress, + AzureResourceConcurrentOperationInProgress, + TitlePublisherUpdateNotAllowed, + AzureResourceManagerNotSupportedInStamp, + ApiNotIncludedInAzurePlayFabFeatureSet, + GoogleServiceAccountFailedAuth, + GoogleAPIServiceUnavailable, + GoogleAPIServiceUnknownError, + NoValidIdentityForAad, + PlayerIdentityLinkNotFound, + PhotonApplicationIdAlreadyInUse, + CloudScriptUnableToDeleteProductionRevision, + CustomIdNotFound, + AutomationInvalidInput, + AutomationInvalidRuleName, + AutomationRuleAlreadyExists, + AutomationRuleLimitExceeded, + InvalidGooglePlayGamesServerAuthCode, + PlayStreamConnectionFailed, + InvalidEventContents, + InsightsV1Deprecated, + AnalysisSubscriptionNotFound, + AnalysisSubscriptionFailed, + AnalysisSubscriptionFoundAlready, + AnalysisSubscriptionManagementInvalidInput, + InvalidGameCenterId, + InvalidNintendoSwitchAccountId, + EntityAPIKeysNotSupported, + IpAddressBanned, + EntityLineageBanned, + NamespaceMismatch, + InvalidServiceConfiguration, + InvalidNamespaceMismatch, + LeaderboardColumnLengthMismatch, + InvalidStatisticScore, + LeaderboardColumnsNotSpecified, + LeaderboardMaxSizeTooLarge, + InvalidAttributeStatisticsSpecified, + LeaderboardNotFound, + TokenSigningKeyNotFound, + LeaderboardNameConflict, + LinkedStatisticColumnMismatch, + NoLinkedStatisticToLeaderboard, + StatDefinitionAlreadyLinkedToLeaderboard, + LinkingStatsNotAllowedForEntityType, + LeaderboardCountLimitExceeded, + LeaderboardSizeLimitExceeded, + LeaderboardDefinitionModificationNotAllowedWhileLinked, + StatisticDefinitionModificationNotAllowedWhileLinked, + LeaderboardUpdateNotAllowedWhileLinked, + CloudScriptAzureFunctionsEventHubRequestError, + ExternalEntityNotAllowedForTier, + InvalidBaseTimeForInterval, + EntityTypeMismatchWithStatDefinition, + SpecifiedVersionLeaderboardNotFound, + LeaderboardColumnLengthMismatchWithStatDefinition, + DuplicateColumnNameFound, + LinkedStatisticColumnNotFound, + LinkedStatisticColumnRequired, + MultipleLinkedStatisticsNotAllowed, + DuplicateLinkedStatisticColumnNameFound, + AggregationTypeNotAllowedForMultiColumnStatistic, + MaxQueryableVersionsValueNotAllowedForTier, + StatisticDefinitionHasNullOrEmptyVersionConfiguration, + StatisticColumnLengthMismatch, + MatchmakingEntityInvalid, + MatchmakingPlayerAttributesInvalid, + MatchmakingQueueNotFound, + MatchmakingMatchNotFound, + MatchmakingTicketNotFound, + MatchmakingAlreadyJoinedTicket, + MatchmakingTicketAlreadyCompleted, + MatchmakingQueueConfigInvalid, + MatchmakingMemberProfileInvalid, + NintendoSwitchDeviceIdNotLinked, + MatchmakingNotEnabled, + MatchmakingPlayerAttributesTooLarge, + MatchmakingNumberOfPlayersInTicketTooLarge, + MatchmakingAttributeInvalid, + MatchmakingPlayerHasNotJoinedTicket, + MatchmakingRateLimitExceeded, + MatchmakingTicketMembershipLimitExceeded, + MatchmakingUnauthorized, + MatchmakingQueueLimitExceeded, + MatchmakingRequestTypeMismatch, + MatchmakingBadRequest, + PubSubFeatureNotEnabledForTitle, + PubSubTooManyRequests, + PubSubConnectionNotFoundForEntity, + PubSubConnectionHandleInvalid, + PubSubSubscriptionLimitExceeded, + TitleConfigNotFound, + TitleConfigUpdateConflict, + TitleConfigSerializationError, + CatalogApiNotImplemented, + CatalogEntityInvalid, + CatalogTitleIdMissing, + CatalogPlayerIdMissing, + CatalogClientIdentityInvalid, + CatalogOneOrMoreFilesInvalid, + CatalogItemMetadataInvalid, + CatalogItemIdInvalid, + CatalogSearchParameterInvalid, + CatalogFeatureDisabled, + CatalogConfigInvalid, + CatalogItemTypeInvalid, + CatalogBadRequest, + CatalogTooManyRequests, + InvalidCatalogItemConfiguration, + ExportInvalidStatusUpdate, + ExportInvalidPrefix, + ExportBlobContainerDoesNotExist, + ExportNotFound, + ExportCouldNotUpdate, + ExportInvalidStorageType, + ExportAmazonBucketDoesNotExist, + ExportInvalidBlobStorage, + ExportKustoException, + ExportKustoConnectionFailed, + ExportUnknownError, + ExportCantEditPendingExport, + ExportLimitExports, + ExportLimitEvents, + ExportInvalidPartitionStatusModification, + ExportCouldNotCreate, + ExportNoBackingDatabaseFound, + ExportCouldNotDelete, + ExportCannotDetermineEventQuery, + ExportInvalidQuerySchemaModification, + ExportQuerySchemaMissingRequiredColumns, + ExportCannotParseQuery, + ExportControlCommandsNotAllowed, + ExportQueryMissingTableReference, + ExportInsightsV1Deprecated, + ExplorerBasicInvalidQueryName, + ExplorerBasicInvalidQueryDescription, + ExplorerBasicInvalidQueryConditions, + ExplorerBasicInvalidQueryStartDate, + ExplorerBasicInvalidQueryEndDate, + ExplorerBasicInvalidQueryGroupBy, + ExplorerBasicInvalidQueryAggregateType, + ExplorerBasicInvalidQueryAggregateProperty, + ExplorerBasicLoadQueriesError, + ExplorerBasicLoadQueryError, + ExplorerBasicCreateQueryError, + ExplorerBasicDeleteQueryError, + ExplorerBasicUpdateQueryError, + ExplorerBasicSavedQueriesLimit, + ExplorerBasicSavedQueryNotFound, + TenantShardMapperShardNotFound, + TitleNotEnabledForParty, + PartyVersionNotFound, + MultiplayerServerBuildReferencedByMatchmakingQueue, + MultiplayerServerBuildReferencedByBuildAlias, + MultiplayerServerBuildAliasReferencedByMatchmakingQueue, + PartySerializationError, + ExperimentationExperimentStopped, + ExperimentationExperimentRunning, + ExperimentationExperimentNotFound, + ExperimentationExperimentNeverStarted, + ExperimentationExperimentDeleted, + ExperimentationClientTimeout, + ExperimentationInvalidVariantConfiguration, + ExperimentationInvalidVariableConfiguration, + ExperimentInvalidId, + ExperimentationNoScorecard, + ExperimentationTreatmentAssignmentFailed, + ExperimentationTreatmentAssignmentDisabled, + ExperimentationInvalidDuration, + ExperimentationMaxExperimentsReached, + ExperimentationExperimentSchedulingInProgress, + ExperimentationInvalidEndDate, + ExperimentationInvalidStartDate, + ExperimentationMaxDurationExceeded, + ExperimentationExclusionGroupNotFound, + ExperimentationExclusionGroupInsufficientCapacity, + ExperimentationExclusionGroupCannotDelete, + ExperimentationExclusionGroupInvalidTrafficAllocation, + ExperimentationExclusionGroupInvalidName, + MaxActionDepthExceeded, + TitleNotOnUpdatedPricingPlan, + SegmentManagementTitleNotInFlight, + SegmentManagementNoExpressionTree, + SegmentManagementTriggerActionCountOverLimit, + SegmentManagementSegmentCountOverLimit, + SegmentManagementInvalidSegmentId, + SegmentManagementInvalidInput, + SegmentManagementInvalidSegmentName, + DeleteSegmentRateLimitExceeded, + CreateSegmentRateLimitExceeded, + UpdateSegmentRateLimitExceeded, + GetSegmentsRateLimitExceeded, + AsyncExportNotInFlight, + AsyncExportNotFound, + AsyncExportRateLimitExceeded, + AnalyticsSegmentCountOverLimit, + SnapshotNotFound, + InventoryApiNotImplemented, + LobbyDoesNotExist, + LobbyRateLimitExceeded, + LobbyPlayerAlreadyJoined, + LobbyNotJoinable, + LobbyMemberCannotRejoin, + LobbyCurrentPlayersMoreThanMaxPlayers, + LobbyPlayerNotPresent, + LobbyBadRequest, + LobbyPlayerMaxLobbyLimitExceeded, + LobbyNewOwnerMustBeConnected, + LobbyCurrentOwnerStillConnected, + LobbyMemberIsNotOwner, + LobbyServerMismatch, + LobbyServerNotFound, + LobbyDifferentServerAlreadyJoined, + LobbyServerAlreadyJoined, + LobbyIsNotClientOwned, + LobbyDoesNotUseConnections, + EventSamplingInvalidRatio, + EventSamplingInvalidEventNamespace, + EventSamplingInvalidEventName, + EventSamplingRatioNotFound, + TelemetryKeyNotFound, + TelemetryKeyInvalidName, + TelemetryKeyAlreadyExists, + TelemetryKeyInvalid, + TelemetryKeyCountOverLimit, + TelemetryKeyDeactivated, + TelemetryKeyLongInsightsRetentionNotAllowed, + EventSinkConnectionInvalid, + EventSinkConnectionUnauthorized, + EventSinkRegionInvalid, + EventSinkLimitExceeded, + EventSinkSasTokenInvalid, + EventSinkNotFound, + EventSinkNameInvalid, + EventSinkSasTokenPermissionInvalid, + EventSinkSecretInvalid, + EventSinkTenantNotFound, + EventSinkAadNotFound, + EventSinkDatabaseNotFound, + EventSinkTitleUnauthorized, + EventSinkInsufficientRoleAssignment, + EventSinkContainerNotFound, + EventSinkTenantIdInvalid, + OperationCanceled, + InvalidDisplayNameRandomSuffixLength, + AllowNonUniquePlayerDisplayNamesDisableNotAllowed, + PartitionedEventInvalid, + PartitionedEventCountOverLimit, + ManageEventNamespaceInvalid, + ManageEventNameInvalid, + ManagedEventNotFound, + ManageEventsInvalidRatio, + ManagedEventInvalid, + PlayerCustomPropertiesPropertyNameTooLong, + PlayerCustomPropertiesPropertyNameIsInvalid, + PlayerCustomPropertiesStringPropertyValueTooLong, + PlayerCustomPropertiesValueIsInvalidType, + PlayerCustomPropertiesVersionMismatch, + PlayerCustomPropertiesPropertyCountTooHigh, + PlayerCustomPropertiesDuplicatePropertyName, + PlayerCustomPropertiesPropertyDoesNotExist, + AddonAlreadyExists, + AddonDoesntExist, + CopilotDisabled, + CopilotInvalidRequest, + TrueSkillUnauthorized, + TrueSkillInvalidTitleId, + TrueSkillInvalidScenarioId, + TrueSkillInvalidModelId, + TrueSkillInvalidModelName, + TrueSkillInvalidPlayerIds, + TrueSkillInvalidEntityKey, + TrueSkillInvalidConditionKey, + TrueSkillInvalidConditionValue, + TrueSkillInvalidConditionAffinityWeight, + TrueSkillInvalidEventName, + TrueSkillMatchResultCreated, + TrueSkillMatchResultAlreadySubmitted, + TrueSkillBadPlayerIdInMatchResult, + TrueSkillInvalidBotIdInMatchResult, + TrueSkillDuplicatePlayerInMatchResult, + TrueSkillNoPlayerInMatchResultTeam, + TrueSkillPlayersInMatchResultExceedingLimit, + TrueSkillInvalidPreMatchPartyInMatchResult, + TrueSkillInvalidTimestampInMatchResult, + TrueSkillStartTimeMissingInMatchResult, + TrueSkillEndTimeMissingInMatchResult, + TrueSkillInvalidPlayerSecondsPlayedInMatchResult, + TrueSkillNoTeamInMatchResult, + TrueSkillNotEnoughTeamsInMatchResult, + TrueSkillInvalidRanksInMatchResult, + TrueSkillNoWinnerInMatchResult, + TrueSkillMissingRequiredCondition, + TrueSkillMissingRequiredEvent, + TrueSkillUnknownEventName, + TrueSkillInvalidEventCount, + TrueSkillUnknownConditionKey, + TrueSkillUnknownConditionValue, + TrueSkillScenarioConfigDoesNotExist, + TrueSkillUnknownModelId, + TrueSkillNoModelInScenario, + TrueSkillNotSupportedForTitle, + TrueSkillModelIsNotActive, + TrueSkillUnauthorizedToQueryOtherPlayerSkills, + TrueSkillInvalidMaxIterations, + TrueSkillEndTimeBeforeStartTime, + TrueSkillInvalidJobId, + TrueSkillInvalidMetadataId, + TrueSkillMissingBuildVerison, + TrueSkillJobAlreadyExists, + TrueSkillJobNotFound, + TrueSkillOperationCanceled, + TrueSkillActiveModelLimitExceeded, + TrueSkillTotalModelLimitExceeded, + TrueSkillUnknownInitialModelId, + TrueSkillUnauthorizedForJob, + TrueSkillInvalidScenarioName, + TrueSkillConditionStateIsRequired, + TrueSkillEventStateIsRequired, + TrueSkillDuplicateEvent, + TrueSkillDuplicateCondition, + TrueSkillInvalidAnomalyThreshold, + TrueSkillConditionKeyLimitExceeded, + TrueSkillConditionValuePerKeyLimitExceeded, + TrueSkillInvalidTimestamp, + TrueSkillEventLimitExceeded, + TrueSkillInvalidPlayers, + TrueSkillTrueSkillPlayerNull, + TrueSkillInvalidPlayerId, + TrueSkillInvalidSquadSize, + TrueSkillConditionSetNotInModel, + TrueSkillModelStateInvalidForOperation, + TrueSkillScenarioContainsActiveModel, + GameSaveManifestNotFound, + GameSaveManifestVersionAlreadyExists, + GameSaveConflictUpdatingManifest, + GameSaveManifestUpdatesNotAllowed, + GameSaveFileAlreadyExists, + GameSaveManifestVersionNotFinalized, + GameSaveUnknownFileInManifest, + GameSaveFileExceededReportedSize, + GameSaveFileNotUploaded, + GameSaveBadRequest, + GameSaveOperationNotAllowed, + StateShareForbidden, + StateShareTitleNotInFlight, + StateShareStateNotFound, + StateShareLinkNotFound, + StateShareStateRedemptionLimitExceeded, + StateShareStateRedemptionLimitNotUpdated, + StateShareCreatedStatesLimitExceeded, + StateShareIdMissingOrMalformed + } + + [Serializable] + public class GenericPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique generic service identifier for a user. + /// + public GenericServiceId GenericId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the given generic identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class GenericServiceId : PlayFabBaseModel + { + /// + /// Name of the service for which the player has a unique identifier. + /// + public string ServiceName; + /// + /// Unique identifier of the player in that service. + /// + public string UserId; + } + + /// + /// Request has no paramaters. + /// + [Serializable] + public class GetAllSegmentsRequest : PlayFabRequestCommon + { + } + + [Serializable] + public class GetAllSegmentsResult : PlayFabResultCommon + { + /// + /// Array of segments for this title. + /// + public List Segments; + } + + [Serializable] + public class GetCatalogItemsRequest : PlayFabRequestCommon + { + /// + /// Which catalog is being requested. If null, uses the default catalog. + /// + public string CatalogVersion; + } + + [Serializable] + public class GetCatalogItemsResult : PlayFabResultCommon + { + /// + /// Array of items which can be purchased. + /// + public List Catalog; + } + + /// + /// Data is stored as JSON key-value pairs. If the Keys parameter is provided, the data object returned will only contain + /// the data specific to the indicated Keys. Otherwise, the full set of custom user data will be returned. + /// + [Serializable] + public class GetCharacterDataRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The version that currently exists according to the caller. The call will return the data for all of the keys if the + /// version in the system is greater than this. + /// + public uint? IfChangedFromDataVersion; + /// + /// Specific keys to search for in the custom user data. + /// + public List Keys; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetCharacterDataResult : PlayFabResultCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// User specific data for this title. + /// + public Dictionary Data; + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// All items currently in the character inventory will be returned, irrespective of how they were acquired (via purchasing, + /// grants, coupons, etc.). Items that are expired, fully consumed, or are no longer valid are not considered to be in the + /// user's current inventory, and so will not be not included. Also returns their virtual currency balances. + /// + [Serializable] + public class GetCharacterInventoryRequest : PlayFabRequestCommon + { + /// + /// Used to limit results to only those from a specific catalog version. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetCharacterInventoryResult : PlayFabResultCommon + { + /// + /// Unique identifier of the character for this inventory. + /// + public string CharacterId; + /// + /// Array of inventory items belonging to the character. + /// + public List Inventory; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Array of virtual currency balance(s) belonging to the character. + /// + public Dictionary VirtualCurrency; + /// + /// Array of remaining times and timestamps for virtual currencies. + /// + public Dictionary VirtualCurrencyRechargeTimes; + } + + [Serializable] + public class GetCharacterLeaderboardRequest : PlayFabRequestCommon + { + /// + /// Maximum number of entries to retrieve. + /// + public int MaxResultsCount; + /// + /// First entry in the leaderboard to be retrieved. + /// + public int StartPosition; + /// + /// Unique identifier for the title-specific statistic for the leaderboard. + /// + public string StatisticName; + } + + /// + /// Note that the Position of the character in the results is for the overall leaderboard. + /// + [Serializable] + public class GetCharacterLeaderboardResult : PlayFabResultCommon + { + /// + /// Ordered list of leaderboard entries. + /// + public List Leaderboard; + } + + /// + /// Character statistics are similar to user statistics in that they are numeric values which may only be updated by a + /// server operation, in order to minimize the opportunity for unauthorized changes. In addition to being available for use + /// by the title, the statistics are used for all leaderboard operations in PlayFab. + /// + [Serializable] + public class GetCharacterStatisticsRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetCharacterStatisticsResult : PlayFabResultCommon + { + /// + /// Unique identifier of the character for the statistics. + /// + public string CharacterId; + /// + /// Character statistics for the requested user. + /// + public Dictionary CharacterStatistics; + /// + /// PlayFab unique identifier of the user whose character statistics are being returned. + /// + public string PlayFabId; + } + + [Serializable] + public class GetContentDownloadUrlRequest : PlayFabRequestCommon + { + /// + /// HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET. + /// + public string HttpMethod; + /// + /// Key of the content item to fetch, usually formatted as a path, e.g. images/a.png + /// + public string Key; + /// + /// True to download through CDN. CDN provides higher download bandwidth and lower latency. However, if you want the latest, + /// non-cached version of the content during development, set this to false. Default is true. + /// + public bool? ThruCDN; + } + + [Serializable] + public class GetContentDownloadUrlResult : PlayFabResultCommon + { + /// + /// URL for downloading content via HTTP GET or HEAD method. The URL will expire in approximately one hour. + /// + public string URL; + } + + [Serializable] + public class GetFriendLeaderboardRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates which other platforms' friends should be included in the response. In HTTP, it is represented as a + /// comma-separated list of platforms. + /// + public ExternalFriendSources? ExternalPlatformFriends; + /// + /// Maximum number of entries to retrieve. + /// + public int MaxResultsCount; + /// + /// The player whose friend leaderboard to get + /// + public string PlayFabId; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Position in the leaderboard to start this listing (defaults to the first entry). + /// + public int StartPosition; + /// + /// Statistic used to rank friends for this leaderboard. + /// + public string StatisticName; + /// + /// The version of the leaderboard to get. + /// + public int? Version; + /// + /// Xbox token if Xbox friends should be included. Requires Xbox be configured on PlayFab. + /// + public string XboxToken; + } + + [Serializable] + public class GetFriendsListRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates which other platforms' friends should be included in the response. In HTTP, it is represented as a + /// comma-separated list of platforms. + /// + public ExternalFriendSources? ExternalPlatformFriends; + /// + /// PlayFab identifier of the player whose friend list to get. + /// + public string PlayFabId; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Xbox token if Xbox friends should be included. Requires Xbox be configured on PlayFab. + /// + public string XboxToken; + } + + /// + /// If any additional services are queried for the user's friends, those friends who also have a PlayFab account registered + /// for the title will be returned in the results. For Facebook, user has to have logged into the title's Facebook app + /// recently, and only friends who also plays this game will be included. For Xbox Live, user has to have logged into the + /// Xbox Live recently, and only friends who also play this game will be included. + /// + [Serializable] + public class GetFriendsListResult : PlayFabResultCommon + { + /// + /// Array of friends found. + /// + public List Friends; + } + + [Serializable] + public class GetLeaderboardAroundCharacterRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Maximum number of entries to retrieve. + /// + public int MaxResultsCount; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Unique identifier for the title-specific statistic for the leaderboard. + /// + public string StatisticName; + } + + /// + /// Note: When calling 'GetLeaderboardAround...' APIs, the position of the character defaults to 0 when the character does + /// not have the corresponding statistic. + /// + [Serializable] + public class GetLeaderboardAroundCharacterResult : PlayFabResultCommon + { + /// + /// Ordered list of leaderboard entries. + /// + public List Leaderboard; + } + + [Serializable] + public class GetLeaderboardAroundUserRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Maximum number of entries to retrieve. + /// + public int MaxResultsCount; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Unique identifier for the title-specific statistic for the leaderboard. + /// + public string StatisticName; + /// + /// The version of the leaderboard to get. + /// + public int? Version; + } + + /// + /// Note: When calling 'GetLeaderboardAround...' APIs, the position of the user defaults to 0 when the user does not have + /// the corresponding statistic. + /// + [Serializable] + public class GetLeaderboardAroundUserResult : PlayFabResultCommon + { + /// + /// Ordered listing of users and their positions in the requested leaderboard. + /// + public List Leaderboard; + /// + /// The time the next scheduled reset will occur. Null if the leaderboard does not reset on a schedule. + /// + public DateTime? NextReset; + /// + /// The version of the leaderboard returned. + /// + public int Version; + } + + [Serializable] + public class GetLeaderboardForUsersCharactersRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Unique identifier for the title-specific statistic for the leaderboard. + /// + public string StatisticName; + } + + /// + /// NOTE: The position of the character in the results is relative to the other characters for that specific user. This mean + /// the values will always be between 0 and one less than the number of characters returned regardless of the size of the + /// actual leaderboard. + /// + [Serializable] + public class GetLeaderboardForUsersCharactersResult : PlayFabResultCommon + { + /// + /// Ordered list of leaderboard entries. + /// + public List Leaderboard; + } + + [Serializable] + public class GetLeaderboardRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Maximum number of entries to retrieve. + /// + public int MaxResultsCount; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// First entry in the leaderboard to be retrieved. + /// + public int StartPosition; + /// + /// Unique identifier for the title-specific statistic for the leaderboard. + /// + public string StatisticName; + /// + /// The version of the leaderboard to get. + /// + public int? Version; + } + + /// + /// Note that the Position of the user in the results is for the overall leaderboard. + /// + [Serializable] + public class GetLeaderboardResult : PlayFabResultCommon + { + /// + /// Ordered listing of users and their positions in the requested leaderboard. + /// + public List Leaderboard; + /// + /// The time the next scheduled reset will occur. Null if the leaderboard does not reset on a schedule. + /// + public DateTime? NextReset; + /// + /// The version of the leaderboard returned. + /// + public int Version; + } + + [Serializable] + public class GetPlayerCombinedInfoRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// PlayFabId of the user whose data will be returned + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayerCombinedInfoRequestParams : PlayFabBaseModel + { + /// + /// Whether to get character inventories. Defaults to false. + /// + public bool GetCharacterInventories; + /// + /// Whether to get the list of characters. Defaults to false. + /// + public bool GetCharacterList; + /// + /// Whether to get player profile. Defaults to false. Has no effect for a new player. + /// + public bool GetPlayerProfile; + /// + /// Whether to get player statistics. Defaults to false. + /// + public bool GetPlayerStatistics; + /// + /// Whether to get title data. Defaults to false. + /// + public bool GetTitleData; + /// + /// Whether to get the player's account Info. Defaults to false + /// + public bool GetUserAccountInfo; + /// + /// Whether to get the player's custom data. Defaults to false + /// + public bool GetUserData; + /// + /// Whether to get the player's inventory. Defaults to false + /// + public bool GetUserInventory; + /// + /// Whether to get the player's read only data. Defaults to false + /// + public bool GetUserReadOnlyData; + /// + /// Whether to get the player's virtual currency balances. Defaults to false + /// + public bool GetUserVirtualCurrency; + /// + /// Specific statistics to retrieve. Leave null to get all keys. Has no effect if GetPlayerStatistics is false + /// + public List PlayerStatisticNames; + /// + /// Specifies the properties to return from the player profile. Defaults to returning the player's display name. + /// + public PlayerProfileViewConstraints ProfileConstraints; + /// + /// Specific keys to search for in the custom data. Leave null to get all keys. Has no effect if GetTitleData is false + /// + public List TitleDataKeys; + /// + /// Specific keys to search for in the custom data. Leave null to get all keys. Has no effect if GetUserData is false + /// + public List UserDataKeys; + /// + /// Specific keys to search for in the custom data. Leave null to get all keys. Has no effect if GetUserReadOnlyData is + /// false + /// + public List UserReadOnlyDataKeys; + } + + [Serializable] + public class GetPlayerCombinedInfoResult : PlayFabResultCommon + { + /// + /// Results for requested info. + /// + public GetPlayerCombinedInfoResultPayload InfoResultPayload; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayerCombinedInfoResultPayload : PlayFabBaseModel + { + /// + /// Account information for the user. This is always retrieved. + /// + public UserAccountInfo AccountInfo; + /// + /// Inventories for each character for the user. + /// + public List CharacterInventories; + /// + /// List of characters for the user. + /// + public List CharacterList; + /// + /// The profile of the players. This profile is not guaranteed to be up-to-date. For a new player, this profile will not + /// exist. + /// + public PlayerProfileModel PlayerProfile; + /// + /// List of statistics for this player. + /// + public List PlayerStatistics; + /// + /// Title data for this title. + /// + public Dictionary TitleData; + /// + /// User specific custom data. + /// + public Dictionary UserData; + /// + /// The version of the UserData that was returned. + /// + public uint UserDataVersion; + /// + /// Array of inventory items in the user's current inventory. + /// + public List UserInventory; + /// + /// User specific read-only data. + /// + public Dictionary UserReadOnlyData; + /// + /// The version of the Read-Only UserData that was returned. + /// + public uint UserReadOnlyDataVersion; + /// + /// Dictionary of virtual currency balance(s) belonging to the user. + /// + public Dictionary UserVirtualCurrency; + /// + /// Dictionary of remaining times and timestamps for virtual currencies. + /// + public Dictionary UserVirtualCurrencyRechargeTimes; + } + + /// + /// This API allows for access to details regarding a user in the PlayFab service, usually for purposes of customer support. + /// Note that data returned may be Personally Identifying Information (PII), such as email address, and so care should be + /// taken in how this data is stored and managed. Since this call will always return the relevant information for users who + /// have accessed the title, the recommendation is to not store this data locally. + /// + [Serializable] + public class GetPlayerProfileRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, + /// only the allowed client profile properties for the title may be requested. These allowed properties are configured in + /// the Game Manager "Client Profile Options" tab in the "Settings" section. + /// + public PlayerProfileViewConstraints ProfileConstraints; + } + + [Serializable] + public class GetPlayerProfileResult : PlayFabResultCommon + { + /// + /// The profile of the player. This profile is not guaranteed to be up-to-date. For a new player, this profile will not + /// exist. + /// + public PlayerProfileModel PlayerProfile; + } + + [Serializable] + public class GetPlayerSegmentsResult : PlayFabResultCommon + { + /// + /// Array of segments the requested player currently belongs to. + /// + public List Segments; + } + + /// + /// Initial request must contain at least a Segment ID. Subsequent requests must contain the Segment ID as well as the + /// Continuation Token. Failure to send the Continuation Token will result in a new player segment list being generated. + /// Each time the Continuation Token is passed in the length of the Total Seconds to Live is refreshed. If too much time + /// passes between requests to the point that a subsequent request is past the Total Seconds to Live an error will be + /// returned and paging will be terminated. This API is resource intensive and should not be used in scenarios which might + /// generate high request volumes. Only one request to this API at a time should be made per title. Concurrent requests to + /// the API may be rejected with the APIConcurrentRequestLimitExceeded error. + /// + [Serializable] + public class GetPlayersInSegmentRequest : PlayFabRequestCommon + { + /// + /// Continuation token if retrieving subsequent pages of results. + /// + public string ContinuationToken; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If set to true, the profiles are loaded asynchronously and the response will include a continuation token and + /// approximate profile count until the first batch of profiles is loaded. Use this parameter to help avoid network + /// timeouts. + /// + public bool? GetProfilesAsync; + /// + /// Maximum is 10,000. The value 0 will prevent loading any profiles and return only the count of profiles matching this + /// segment. + /// + public uint? MaxBatchSize; + /// + /// Number of seconds to keep the continuation token active. After token expiration it is not possible to continue paging + /// results. Default is 300 (5 minutes). Maximum is 5,400 (90 minutes). + /// + public uint? SecondsToLive; + /// + /// Unique identifier for this segment. + /// + public string SegmentId; + } + + [Serializable] + public class GetPlayersInSegmentResult : PlayFabResultCommon + { + /// + /// Continuation token to use to retrieve subsequent pages of results. If token returns null there are no more results. + /// + public string ContinuationToken; + /// + /// Array of player profiles in this segment. + /// + public List PlayerProfiles; + /// + /// Count of profiles matching this segment. + /// + public int ProfilesInSegment; + } + + [Serializable] + public class GetPlayersSegmentsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayerStatisticsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// user for whom statistics are being requested + /// + public string PlayFabId; + /// + /// statistics to return + /// + public List StatisticNames; + /// + /// statistics to return, if StatisticNames is not set (only statistics which have a version matching that provided will be + /// returned) + /// + public List StatisticNameVersions; + } + + /// + /// In addition to being available for use by the title, the statistics are used for all leaderboard operations in PlayFab. + /// + [Serializable] + public class GetPlayerStatisticsResult : PlayFabResultCommon + { + /// + /// PlayFab unique identifier of the user whose statistics are being returned + /// + public string PlayFabId; + /// + /// User statistics for the requested user. + /// + public List Statistics; + } + + [Serializable] + public class GetPlayerStatisticVersionsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// unique name of the statistic + /// + public string StatisticName; + } + + [Serializable] + public class GetPlayerStatisticVersionsResult : PlayFabResultCommon + { + /// + /// version change history of the statistic + /// + public List StatisticVersions; + } + + /// + /// This API will return a list of canonical tags which includes both namespace and tag's name. If namespace is not + /// provided, the result is a list of all canonical tags. TagName can be used for segmentation and Namespace is limited to + /// 128 characters. + /// + [Serializable] + public class GetPlayerTagsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Optional namespace to filter results by + /// + public string Namespace; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetPlayerTagsResult : PlayFabResultCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Canonical tags (including namespace and tag's name) for the requested user + /// + public List Tags; + } + + [Serializable] + public class GetPlayFabIDsFromFacebookIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Facebook identifiers for which the title needs to get PlayFab identifiers. The array cannot exceed 2,000 + /// in length. + /// + public List FacebookIDs; + } + + /// + /// For Facebook identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromFacebookIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Facebook identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromFacebookInstantGamesIdsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Facebook Instant Games identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 25 in length. + /// + public List FacebookInstantGamesIds; + } + + /// + /// For Facebook Instant Games identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromFacebookInstantGamesIdsResult : PlayFabResultCommon + { + /// + /// Mapping of Facebook Instant Games identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromGenericIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique generic service identifiers for which the title needs to get PlayFab identifiers. Currently limited to a + /// maximum of 10 in a single request. + /// + public List GenericIDs; + } + + /// + /// For generic service identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromGenericIDsResult : PlayFabResultCommon + { + /// + /// Mapping of generic service identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromNintendoServiceAccountIdsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Nintendo Switch Account identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List NintendoAccountIds; + } + + /// + /// For Nintendo Service Account identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromNintendoServiceAccountIdsResult : PlayFabResultCommon + { + /// + /// Mapping of Nintendo Switch Service Account identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Nintendo Switch Device identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List NintendoSwitchDeviceIds; + } + + /// + /// For Nintendo Switch Device identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromNintendoSwitchDeviceIdsResult : PlayFabResultCommon + { + /// + /// Mapping of Nintendo Switch Device identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromPSNAccountIDsRequest : PlayFabRequestCommon + { + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Array of unique PlayStation :tm: Network identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List PSNAccountIDs; + } + + /// + /// For PlayStation :tm: Network identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromPSNAccountIDsResult : PlayFabResultCommon + { + /// + /// Mapping of PlayStation :tm: Network identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromPSNOnlineIDsRequest : PlayFabRequestCommon + { + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Array of unique PlayStation :tm: Network identifiers for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List PSNOnlineIDs; + } + + /// + /// For PlayStation :tm: Network identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromPSNOnlineIDsResult : PlayFabResultCommon + { + /// + /// Mapping of PlayStation :tm: Network identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromSteamIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Steam identifiers (Steam profile IDs) for which the title needs to get PlayFab identifiers. The array + /// cannot exceed 2,000 in length. + /// + public List SteamStringIDs; + } + + /// + /// For Steam identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromSteamIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Steam identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromTwitchIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique Twitch identifiers (Twitch's _id) for which the title needs to get PlayFab identifiers. The array cannot + /// exceed 2,000 in length. + /// + public List TwitchIds; + } + + /// + /// For Twitch identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromTwitchIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Twitch identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetPlayFabIDsFromXboxLiveIDsRequest : PlayFabRequestCommon + { + /// + /// The ID of Xbox Live sandbox. + /// + public string Sandbox; + /// + /// Array of unique Xbox Live account identifiers for which the title needs to get PlayFab identifiers. The array cannot + /// exceed 2,000 in length. + /// + public List XboxLiveAccountIDs; + } + + /// + /// For XboxLive identifiers which have not been linked to PlayFab accounts, null will be returned. + /// + [Serializable] + public class GetPlayFabIDsFromXboxLiveIDsResult : PlayFabResultCommon + { + /// + /// Mapping of Xbox Live identifiers to PlayFab identifiers. + /// + public List Data; + } + + /// + /// This API is designed to return publisher-specific values which can be read, but not written to, by the client. This data + /// is shared across all titles assigned to a particular publisher, and can be used for cross-game coordination. Only titles + /// assigned to a publisher can use this API. For more information email helloplayfab@microsoft.com. Note that there may up + /// to a minute delay in between updating title data and this API call returning the newest value. + /// + [Serializable] + public class GetPublisherDataRequest : PlayFabRequestCommon + { + /// + /// array of keys to get back data from the Publisher data blob, set by the admin tools + /// + public List Keys; + } + + [Serializable] + public class GetPublisherDataResult : PlayFabResultCommon + { + /// + /// a dictionary object of key / value pairs + /// + public Dictionary Data; + } + + [Serializable] + public class GetRandomResultTablesRequest : PlayFabRequestCommon + { + /// + /// Specifies the catalog version that should be used to retrieve the Random Result Tables. If unspecified, uses + /// default/primary catalog. + /// + public string CatalogVersion; + /// + /// The unique identifier of the Random Result Table to use. + /// + public List TableIDs; + } + + /// + /// Note that if a specified Random Result Table contains no entries, or does not exist in the catalog, an InvalidDropTable + /// error will be returned. + /// + [Serializable] + public class GetRandomResultTablesResult : PlayFabResultCommon + { + /// + /// array of random result tables currently available + /// + public Dictionary Tables; + } + + [Serializable] + public class GetSegmentResult : PlayFabBaseModel + { + /// + /// Identifier of the segments AB Test, if it is attached to one. + /// + public string ABTestParent; + /// + /// Unique identifier for this segment. + /// + public string Id; + /// + /// Segment name. + /// + public string Name; + } + + [Serializable] + public class GetServerCustomIDsFromPlayFabIDsRequest : PlayFabRequestCommon + { + /// + /// Array of unique PlayFab player identifiers for which the title needs to get server custom identifiers. Cannot contain + /// more than 25 identifiers. + /// + public List PlayFabIDs; + } + + /// + /// For a PlayFab account that isn't associated with a server custom identity, ServerCustomId will be null. + /// + [Serializable] + public class GetServerCustomIDsFromPlayFabIDsResult : PlayFabResultCommon + { + /// + /// Mapping of server custom player identifiers to PlayFab identifiers. + /// + public List Data; + } + + [Serializable] + public class GetSharedGroupDataRequest : PlayFabRequestCommon + { + /// + /// If true, return the list of all members of the shared group. + /// + public bool? GetMembers; + /// + /// Specific keys to retrieve from the shared group (if not specified, all keys will be returned, while an empty array + /// indicates that no keys should be returned). + /// + public List Keys; + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + [Serializable] + public class GetSharedGroupDataResult : PlayFabResultCommon + { + /// + /// Data for the requested keys. + /// + public Dictionary Data; + /// + /// List of PlayFabId identifiers for the members of this group, if requested. + /// + public List Members; + } + + [Serializable] + public class GetStoreItemsResult : PlayFabResultCommon + { + /// + /// The base catalog that this store is a part of. + /// + public string CatalogVersion; + /// + /// Additional data about the store. + /// + public StoreMarketingModel MarketingData; + /// + /// How the store was last updated (Admin or a third party). + /// + public SourceType? Source; + /// + /// Array of items which can be purchased from this store. + /// + public List Store; + /// + /// The ID of this store. + /// + public string StoreId; + } + + /// + /// A store contains an array of references to items defined in one or more catalog versions of the game, along with the + /// prices for the item, in both real world and virtual currencies. These prices act as an override to any prices defined in + /// the catalog. In this way, the base definitions of the items may be defined in the catalog, with all associated + /// properties, while the pricing can be set for each store, as needed. This allows for subsets of goods to be defined for + /// different purposes (in order to simplify showing some, but not all catalog items to users, based upon different + /// characteristics), along with unique prices. Note that all prices defined in the catalog and store definitions for the + /// item are considered valid, and that a compromised client can be made to send a request for an item based upon any of + /// these definitions. If no price is specified in the store for an item, the price set in the catalog should be displayed + /// to the user. + /// + [Serializable] + public class GetStoreItemsServerRequest : PlayFabRequestCommon + { + /// + /// Catalog version to store items from. Use default catalog version if null + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Optional identifier for the player to use in requesting the store information - if used, segment overrides will be + /// applied + /// + public string PlayFabId; + /// + /// Unqiue identifier for the store which is being requested + /// + public string StoreId; + } + + /// + /// This query retrieves the current time from one of the servers in PlayFab. Please note that due to clock drift between + /// servers, there is a potential variance of up to 5 seconds. + /// + [Serializable] + public class GetTimeRequest : PlayFabRequestCommon + { + } + + /// + /// Time is always returned as Coordinated Universal Time (UTC). + /// + [Serializable] + public class GetTimeResult : PlayFabResultCommon + { + /// + /// Current server time when the request was received, in UTC + /// + public DateTime Time; + } + + /// + /// This API is designed to return title specific values which can be read, but not written to, by the client. For example, + /// a developer could choose to store values which modify the user experience, such as enemy spawn rates, weapon strengths, + /// movement speeds, etc. This allows a developer to update the title without the need to create, test, and ship a new + /// build. If an override label is specified in the request, the overrides are applied automatically and returned with the + /// title data. Note that there may up to a minute delay in between updating title data and this API call returning the + /// newest value. + /// + [Serializable] + public class GetTitleDataRequest : PlayFabRequestCommon + { + /// + /// Specific keys to search for in the title data (leave null to get all keys) + /// + public List Keys; + /// + /// Optional field that specifies the name of an override. This value is ignored when used by the game client; otherwise, + /// the overrides are applied automatically to the title data. + /// + public string OverrideLabel; + } + + [Serializable] + public class GetTitleDataResult : PlayFabResultCommon + { + /// + /// a dictionary object of key / value pairs + /// + public Dictionary Data; + } + + [Serializable] + public class GetTitleNewsRequest : PlayFabRequestCommon + { + /// + /// Limits the results to the last n entries. Defaults to 10 if not set. + /// + public int? Count; + } + + [Serializable] + public class GetTitleNewsResult : PlayFabResultCommon + { + /// + /// Array of localized news items. + /// + public List News; + } + + /// + /// This API allows for access to details regarding a user in the PlayFab service, usually for purposes of customer support. + /// Note that data returned may be Personally Identifying Information (PII), such as email address, and so care should be + /// taken in how this data is stored and managed. Since this call will always return the relevant information for users who + /// have accessed the title, the recommendation is to not store this data locally. + /// + [Serializable] + public class GetUserAccountInfoRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetUserAccountInfoResult : PlayFabResultCommon + { + /// + /// Account details for the user whose information was requested. + /// + public UserAccountInfo UserInfo; + } + + /// + /// Get all bans for a user, including inactive and expired bans. + /// + [Serializable] + public class GetUserBansRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetUserBansResult : PlayFabResultCommon + { + /// + /// Information about the bans + /// + public List BanData; + } + + /// + /// Data is stored as JSON key-value pairs. If the Keys parameter is provided, the data object returned will only contain + /// the data specific to the indicated Keys. Otherwise, the full set of custom user data will be returned. + /// + [Serializable] + public class GetUserDataRequest : PlayFabRequestCommon + { + /// + /// The version that currently exists according to the caller. The call will return the data for all of the keys if the + /// version in the system is greater than this. + /// + public uint? IfChangedFromDataVersion; + /// + /// Specific keys to search for in the custom user data. + /// + public List Keys; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetUserDataResult : PlayFabResultCommon + { + /// + /// User specific data for this title. + /// + public Dictionary Data; + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + /// + /// PlayFab unique identifier of the user whose custom data is being returned. + /// + public string PlayFabId; + } + + /// + /// All items currently in the user inventory will be returned, irrespective of how they were acquired (via purchasing, + /// grants, coupons, etc.). Items that are expired, fully consumed, or are no longer valid are not considered to be in the + /// user's current inventory, and so will not be not included. + /// + [Serializable] + public class GetUserInventoryRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GetUserInventoryResult : PlayFabResultCommon + { + /// + /// Array of inventory items belonging to the user. + /// + public List Inventory; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Array of virtual currency balance(s) belonging to the user. + /// + public Dictionary VirtualCurrency; + /// + /// Array of remaining times and timestamps for virtual currencies. + /// + public Dictionary VirtualCurrencyRechargeTimes; + } + + /// + /// Grants a character to the user of the type and name specified in the request. + /// + [Serializable] + public class GrantCharacterToUserRequest : PlayFabRequestCommon + { + /// + /// Non-unique display name of the character being granted (1-40 characters in length). + /// + public string CharacterName; + /// + /// Type of the character being granted; statistics can be sliced based on this value. + /// + public string CharacterType; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GrantCharacterToUserResult : PlayFabResultCommon + { + /// + /// Unique identifier tagged to this character. + /// + public string CharacterId; + } + + /// + /// Result of granting an item to a user. Note, to retrieve additional information for an item such as Tags, Description + /// that are the same across all instances of the item, a call to GetCatalogItems is required. The ItemID of can be matched + /// to a catalog entry, which contains the additional information. Also note that Custom Data is only set when the User's + /// specific instance has updated the CustomData via a call to UpdateUserInventoryItemCustomData. Other fields such as + /// UnitPrice and UnitCurrency are only set when the item was granted via a purchase. + /// + [Serializable] + public class GrantedItemInstance : PlayFabBaseModel + { + /// + /// Game specific comment associated with this instance when it was added to the user inventory. + /// + public string Annotation; + /// + /// Array of unique items that were awarded when this catalog item was purchased. + /// + public List BundleContents; + /// + /// Unique identifier for the parent inventory item, as defined in the catalog, for object which were added from a bundle or + /// container. + /// + public string BundleParent; + /// + /// Catalog version for the inventory item, when this instance was created. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// A set of custom key-value pairs on the instance of the inventory item, which is not to be confused with the catalog + /// item's custom data. + /// + public Dictionary CustomData; + /// + /// CatalogItem.DisplayName at the time this item was purchased. + /// + public string DisplayName; + /// + /// Timestamp for when this instance will expire. + /// + public DateTime? Expiration; + /// + /// Class name for the inventory item, as defined in the catalog. + /// + public string ItemClass; + /// + /// Unique identifier for the inventory item, as defined in the catalog. + /// + public string ItemId; + /// + /// Unique item identifier for this specific instance of the item. + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Timestamp for when this instance was purchased. + /// + public DateTime? PurchaseDate; + /// + /// Total number of remaining uses, if this is a consumable item. + /// + public int? RemainingUses; + /// + /// Result of this operation. + /// + public bool Result; + /// + /// Currency type for the cost of the catalog item. Not available when granting items. + /// + public string UnitCurrency; + /// + /// Cost of the catalog item in the given currency. Not available when granting items. + /// + public uint UnitPrice; + /// + /// The number of uses that were added or removed to this item in this call. + /// + public int? UsesIncrementedBy; + } + + /// + /// This function directly adds inventory items to the character's inventories. As a result of this operations, the user + /// will not be charged any transaction fee, regardless of the inventory item catalog definition. Please note that the + /// processing time for inventory grants and purchases increases fractionally the more items are in the inventory, and the + /// more items are in the grant/purchase operation. + /// + [Serializable] + public class GrantItemsToCharacterRequest : PlayFabRequestCommon + { + /// + /// String detailing any additional information concerning this operation. + /// + public string Annotation; + /// + /// Catalog version from which items are to be granted. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Array of itemIds to grant to the user. + /// + public List ItemIds; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class GrantItemsToCharacterResult : PlayFabResultCommon + { + /// + /// Array of items granted to users. + /// + public List ItemGrantResults; + } + + /// + /// This function directly adds inventory items to the user's inventories. As a result of this operations, the user will not + /// be charged any transaction fee, regardless of the inventory item catalog definition. Please note that the processing + /// time for inventory grants and purchases increases fractionally the more items are in the inventory, and the more items + /// are in the grant/purchase operation. + /// + [Serializable] + public class GrantItemsToUserRequest : PlayFabRequestCommon + { + /// + /// String detailing any additional information concerning this operation. + /// + public string Annotation; + /// + /// Catalog version from which items are to be granted. + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Array of itemIds to grant to the user. + /// + public List ItemIds; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// Please note that the order of the items in the response may not match the order of items in the request. + /// + [Serializable] + public class GrantItemsToUserResult : PlayFabResultCommon + { + /// + /// Array of items granted to users. + /// + public List ItemGrantResults; + } + + /// + /// This function directly adds inventory items to user inventories. As a result of this operations, the user will not be + /// charged any transaction fee, regardless of the inventory item catalog definition. Please note that the processing time + /// for inventory grants and purchases increases fractionally the more items are in the inventory, and the more items are in + /// the grant/purchase operation. + /// + [Serializable] + public class GrantItemsToUsersRequest : PlayFabRequestCommon + { + /// + /// Catalog version from which items are to be granted. + /// + public string CatalogVersion; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Array of items to grant and the users to whom the items are to be granted. + /// + public List ItemGrants; + } + + /// + /// Please note that the order of the items in the response may not match the order of items in the request. + /// + [Serializable] + public class GrantItemsToUsersResult : PlayFabResultCommon + { + /// + /// Array of items granted to users. + /// + public List ItemGrantResults; + } + + [Serializable] + public class ItemGrant : PlayFabBaseModel + { + /// + /// String detailing any additional information concerning this operation. + /// + public string Annotation; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Unique identifier of the catalog item to be granted to the user. + /// + public string ItemId; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// A unique instance of an item in a user's inventory. Note, to retrieve additional information for an item such as Tags, + /// Description that are the same across all instances of the item, a call to GetCatalogItems is required. The ItemID of can + /// be matched to a catalog entry, which contains the additional information. Also note that Custom Data is only set when + /// the User's specific instance has updated the CustomData via a call to UpdateUserInventoryItemCustomData. Other fields + /// such as UnitPrice and UnitCurrency are only set when the item was granted via a purchase. + /// + [Serializable] + public class ItemInstance : PlayFabBaseModel + { + /// + /// Game specific comment associated with this instance when it was added to the user inventory. + /// + public string Annotation; + /// + /// Array of unique items that were awarded when this catalog item was purchased. + /// + public List BundleContents; + /// + /// Unique identifier for the parent inventory item, as defined in the catalog, for object which were added from a bundle or + /// container. + /// + public string BundleParent; + /// + /// Catalog version for the inventory item, when this instance was created. + /// + public string CatalogVersion; + /// + /// A set of custom key-value pairs on the instance of the inventory item, which is not to be confused with the catalog + /// item's custom data. + /// + public Dictionary CustomData; + /// + /// CatalogItem.DisplayName at the time this item was purchased. + /// + public string DisplayName; + /// + /// Timestamp for when this instance will expire. + /// + public DateTime? Expiration; + /// + /// Class name for the inventory item, as defined in the catalog. + /// + public string ItemClass; + /// + /// Unique identifier for the inventory item, as defined in the catalog. + /// + public string ItemId; + /// + /// Unique item identifier for this specific instance of the item. + /// + public string ItemInstanceId; + /// + /// Timestamp for when this instance was purchased. + /// + public DateTime? PurchaseDate; + /// + /// Total number of remaining uses, if this is a consumable item. + /// + public int? RemainingUses; + /// + /// Currency type for the cost of the catalog item. Not available when granting items. + /// + public string UnitCurrency; + /// + /// Cost of the catalog item in the given currency. Not available when granting items. + /// + public uint UnitPrice; + /// + /// The number of uses that were added or removed to this item in this call. + /// + public int? UsesIncrementedBy; + } + + [Serializable] + public class LinkedPlatformAccountModel : PlayFabBaseModel + { + /// + /// Linked account email of the user on the platform, if available + /// + public string Email; + /// + /// Authentication platform + /// + public LoginIdentityProvider? Platform; + /// + /// Unique account identifier of the user on the platform + /// + public string PlatformUserId; + /// + /// Linked account username of the user on the platform, if available + /// + public string Username; + } + + [Serializable] + public class LinkNintendoServiceAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to a specific Nintendo Switch account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// The JSON Web token (JWT) returned by Nintendo after login. Used to validate the request and find the user ID (Nintendo + /// Switch subject) to link with. + /// + public string IdentityToken; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class LinkNintendoServiceAccountSubjectRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to a specific Nintendo Service Account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// The Nintendo Service Account subject or id to link to the PlayFab user. + /// + public string Subject; + } + + [Serializable] + public class LinkNintendoSwitchDeviceIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the Nintendo Switch Device ID, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Nintendo Switch unique identifier for the user's device. + /// + public string NintendoSwitchDeviceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class LinkNintendoSwitchDeviceIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkPSNAccountRequest : PlayFabRequestCommon + { + /// + /// Authentication code provided by the PlayStation :tm: Network. + /// + public string AuthCode; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Redirect URI supplied to PlayStation :tm: Network when requesting an auth code + /// + public string RedirectUri; + } + + [Serializable] + public class LinkPSNAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkPSNIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Id of the PlayStation :tm: Network user. Also known as the PSN Account Id. + /// + public string PSNUserId; + } + + [Serializable] + public class LinkPSNIdResponse : PlayFabResultCommon + { + } + + [Serializable] + public class LinkServerCustomIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the custom ID, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Unique PlayFab identifier. + /// + public string PlayFabId; + /// + /// Unique server custom identifier for this player. + /// + public string ServerCustomId; + } + + [Serializable] + public class LinkServerCustomIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkSteamIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Xbox Live identifier. + /// + public string PlayFabId; + /// + /// Unique Steam identifier for a user. + /// + public string SteamId; + } + + [Serializable] + public class LinkSteamIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class LinkXboxAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// If another user is already linked to the account, unlink the other user and re-link. + /// + public bool? ForceLink; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Xbox Live identifier. + /// + public string PlayFabId; + /// + /// Token provided by the Xbox Live SDK/XDK method GetTokenAndSignatureAsync("POST", "https://playfabapi.com/", ""). + /// + public string XboxToken; + } + + [Serializable] + public class LinkXboxAccountResult : PlayFabResultCommon + { + } + + /// + /// Returns a list of every character that currently belongs to a user. + /// + [Serializable] + public class ListUsersCharactersRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class ListUsersCharactersResult : PlayFabResultCommon + { + /// + /// The requested list of characters. + /// + public List Characters; + } + + /// + /// Contains the localized push notification content. + /// + [Serializable] + public class LocalizedPushNotificationProperties : PlayFabBaseModel + { + /// + /// Message of the localized push notification template. + /// + public string Message; + /// + /// Subject of the localized push notification template. + /// + public string Subject; + } + + [Serializable] + public class LocationModel : PlayFabBaseModel + { + /// + /// City name. + /// + public string City; + /// + /// The two-character continent code for this location + /// + public ContinentCode? ContinentCode; + /// + /// The two-character ISO 3166-1 country code for the country associated with the location + /// + public CountryCode? CountryCode; + /// + /// Latitude coordinate of the geographic location. + /// + public double? Latitude; + /// + /// Longitude coordinate of the geographic location. + /// + public double? Longitude; + } + + public enum LoginIdentityProvider + { + Unknown, + PlayFab, + Custom, + GameCenter, + GooglePlay, + Steam, + XBoxLive, + PSN, + Kongregate, + Facebook, + IOSDevice, + AndroidDevice, + Twitch, + WindowsHello, + GameServer, + CustomServer, + NintendoSwitch, + FacebookInstantGames, + OpenIdConnect, + Apple, + NintendoSwitchAccount, + GooglePlayGames, + XboxMobileStore, + King + } + + /// + /// If this is the first time a user has signed in with the PlayStation :tm: Network account and CreateAccount is set to + /// true, a new PlayFab account will be created and linked to the PlayStation :tm: Network account. In this case, no email + /// or username will be associated with the PlayFab account. Otherwise, if no PlayFab account is linked to the PlayStation + /// :tm: Network account, an error indicating this will be returned, so that the title can guide the user through creation + /// of a PlayFab account. + /// + [Serializable] + public class LoginWithPSNRequest : PlayFabRequestCommon + { + /// + /// Auth code provided by the PlayStation :tm: Network OAuth provider. + /// + public string AuthCode; + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Id of the PlayStation :tm: Network issuer environment. If null, defaults to production environment. + /// + public int? IssuerId; + /// + /// Redirect URI supplied to PlayStation :tm: Network when requesting an auth code + /// + public string RedirectUri; + } + + [Serializable] + public class LoginWithServerCustomIdRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// The backend server identifier for this player. + /// + public string ServerCustomId; + } + + /// + /// If this is the first time a user has signed in with the Steam ID and CreateAccount is set to true, a new PlayFab account + /// will be created and linked to the Steam account. In this case, no email or username will be associated with the PlayFab + /// account. Otherwise, if no PlayFab account is linked to the Steam account, an error indicating this will be returned, so + /// that the title can guide the user through creation of a PlayFab account. Steam users that are not logged into the Steam + /// Client app will only have their Steam username synced, other data, such as currency and country will not be available + /// until they login while the Client is open. + /// + [Serializable] + public class LoginWithSteamIdRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Unique Steam identifier for a user. + /// + public string SteamId; + } + + /// + /// If this is the first time a user has signed in with the Xbox ID and CreateAccount is set to true, a new PlayFab account + /// will be created and linked to the Xbox Live account. In this case, no email or username will be associated with the + /// PlayFab account. Otherwise, if no PlayFab account is linked to the Xbox Live account, an error indicating this will be + /// returned, so that the title can guide the user through creation of a PlayFab account. + /// + [Serializable] + public class LoginWithXboxIdRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// The id of Xbox Live sandbox. + /// + public string Sandbox; + /// + /// Unique Xbox identifier for a user. + /// + public string XboxId; + } + + /// + /// If this is the first time a user has signed in with the Xbox Live account and CreateAccount is set to true, a new + /// PlayFab account will be created and linked to the Xbox Live account. In this case, no email or username will be + /// associated with the PlayFab account. Otherwise, if no PlayFab account is linked to the Xbox Live account, an error + /// indicating this will be returned, so that the title can guide the user through creation of a PlayFab account. + /// + [Serializable] + public class LoginWithXboxRequest : PlayFabRequestCommon + { + /// + /// Automatically create a PlayFab account if one is not currently linked to this ID. + /// + public bool? CreateAccount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Flags for which pieces of info to return for the user. + /// + public GetPlayerCombinedInfoRequestParams InfoRequestParameters; + /// + /// Token provided by the Xbox Live SDK/XDK method GetTokenAndSignatureAsync("POST", "https://playfabapi.com/", ""). + /// + public string XboxToken; + } + + [Serializable] + public class LogStatement : PlayFabBaseModel + { + /// + /// Optional object accompanying the message as contextual information + /// + public object Data; + /// + /// 'Debug', 'Info', or 'Error' + /// + public string Level; + public string Message; + } + + [Serializable] + public class MembershipModel : PlayFabBaseModel + { + /// + /// Whether this membership is active. That is, whether the MembershipExpiration time has been reached. + /// + public bool IsActive; + /// + /// The time this membership expires + /// + public DateTime MembershipExpiration; + /// + /// The id of the membership + /// + public string MembershipId; + /// + /// Membership expirations can be explicitly overridden (via game manager or the admin api). If this membership has been + /// overridden, this will be the new expiration time. + /// + public DateTime? OverrideExpiration; + /// + /// The list of subscriptions that this player has for this membership + /// + public List Subscriptions; + } + + [Serializable] + public class ModifyCharacterVirtualCurrencyResult : PlayFabResultCommon + { + /// + /// Balance of the virtual currency after modification. + /// + public int Balance; + /// + /// Name of the virtual currency which was modified. + /// + public string VirtualCurrency; + } + + /// + /// This function can both add and remove uses of an inventory item. If the number of uses drops below zero, the item will + /// be removed from active inventory. + /// + [Serializable] + public class ModifyItemUsesRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique instance identifier of the item to be modified. + /// + public string ItemInstanceId; + /// + /// PlayFab unique identifier of the user whose item is being modified. + /// + public string PlayFabId; + /// + /// Number of uses to add to the item. Can be negative to remove uses. + /// + public int UsesToAdd; + } + + [Serializable] + public class ModifyItemUsesResult : PlayFabResultCommon + { + /// + /// Unique instance identifier of the item with uses consumed. + /// + public string ItemInstanceId; + /// + /// Number of uses remaining on the item. + /// + public int RemainingUses; + } + + [Serializable] + public class ModifyUserVirtualCurrencyResult : PlayFabResultCommon + { + /// + /// Balance of the virtual currency after modification. + /// + public int Balance; + /// + /// Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase + /// over this value will be discarded. + /// + public int BalanceChange; + /// + /// User currency was subtracted from. + /// + public string PlayFabId; + /// + /// Name of the virtual currency which was modified. + /// + public string VirtualCurrency; + } + + /// + /// Transfers an item from a character to another character that is owned by the same user. This will remove the item from + /// the character's inventory (until and unless it is moved back), and will enable the other character to make use of the + /// item instead. + /// + [Serializable] + public class MoveItemToCharacterFromCharacterRequest : PlayFabRequestCommon + { + /// + /// Unique identifier of the character that currently has the item. + /// + public string GivingCharacterId; + /// + /// Unique PlayFab assigned instance identifier of the item + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Unique identifier of the character that will be receiving the item. + /// + public string ReceivingCharacterId; + } + + [Serializable] + public class MoveItemToCharacterFromCharacterResult : PlayFabResultCommon + { + } + + /// + /// Transfers an item from a user to a character she owns. This will remove the item from the user's inventory (until and + /// unless it is moved back), and will enable the character to make use of the item instead. + /// + [Serializable] + public class MoveItemToCharacterFromUserRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Unique PlayFab assigned instance identifier of the item + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class MoveItemToCharacterFromUserResult : PlayFabResultCommon + { + } + + /// + /// Transfers an item from a character to the owning user. This will remove the item from the character's inventory (until + /// and unless it is moved back), and will enable the user to make use of the item instead. + /// + [Serializable] + public class MoveItemToUserFromCharacterRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Unique PlayFab assigned instance identifier of the item + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class MoveItemToUserFromCharacterResult : PlayFabResultCommon + { + } + + [Serializable] + public class NintendoServiceAccountPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Nintendo Switch Service Account identifier for a user. + /// + public string NintendoServiceAccountId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Nintendo Switch Service Account + /// identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class NintendoSwitchPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique Nintendo Switch Device identifier for a user. + /// + public string NintendoSwitchDeviceId; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Nintendo Switch Device identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class PlayerLeaderboardEntry : PlayFabBaseModel + { + /// + /// Title-specific display name of the user for this leaderboard entry. + /// + public string DisplayName; + /// + /// PlayFab unique identifier of the user for this leaderboard entry. + /// + public string PlayFabId; + /// + /// User's overall position in the leaderboard. + /// + public int Position; + /// + /// The profile of the user, if requested. + /// + public PlayerProfileModel Profile; + /// + /// Specific value of the user's statistic. + /// + public int StatValue; + } + + [Serializable] + public class PlayerLinkedAccount : PlayFabBaseModel + { + /// + /// Linked account's email + /// + public string Email; + /// + /// Authentication platform + /// + public LoginIdentityProvider? Platform; + /// + /// Platform user identifier + /// + public string PlatformUserId; + /// + /// Linked account's username + /// + public string Username; + } + + [Serializable] + public class PlayerLocation : PlayFabBaseModel + { + /// + /// City of the player's geographic location. + /// + public string City; + /// + /// The two-character continent code for this location + /// + public ContinentCode ContinentCode; + /// + /// The two-character ISO 3166-1 country code for the country associated with the location + /// + public CountryCode CountryCode; + /// + /// Latitude coordinate of the player's geographic location. + /// + public double? Latitude; + /// + /// Longitude coordinate of the player's geographic location. + /// + public double? Longitude; + } + + [Serializable] + public class PlayerProfile : PlayFabBaseModel + { + /// + /// Array of ad campaigns player has been attributed to + /// + public List AdCampaignAttributions; + /// + /// Image URL of the player's avatar. + /// + public string AvatarUrl; + /// + /// Banned until UTC Date. If permanent ban this is set for 20 years after the original ban date. + /// + public DateTime? BannedUntil; + /// + /// The prediction of the player to churn within the next seven days. + /// + public ChurnRiskLevel? ChurnPrediction; + /// + /// Array of contact email addresses associated with the player + /// + public List ContactEmailAddresses; + /// + /// Player record created + /// + public DateTime? Created; + /// + /// Player Display Name + /// + public string DisplayName; + /// + /// Last login + /// + public DateTime? LastLogin; + /// + /// Array of third party accounts linked to this player + /// + public List LinkedAccounts; + /// + /// Dictionary of player's locations by type. + /// + public Dictionary Locations; + /// + /// Player account origination + /// + public LoginIdentityProvider? Origination; + /// + /// List of player variants for experimentation + /// + public List PlayerExperimentVariants; + /// + /// PlayFab Player ID + /// + public string PlayerId; + /// + /// Array of player statistics + /// + public List PlayerStatistics; + /// + /// Publisher this player belongs to + /// + public string PublisherId; + /// + /// Array of configured push notification end points + /// + public List PushNotificationRegistrations; + /// + /// Dictionary of player's statistics using only the latest version's value + /// + public Dictionary Statistics; + /// + /// List of player's tags for segmentation. + /// + public List Tags; + /// + /// Title ID this profile applies to + /// + public string TitleId; + /// + /// A sum of player's total purchases in USD across all currencies. + /// + public uint? TotalValueToDateInUSD; + /// + /// Dictionary of player's total purchases by currency. + /// + public Dictionary ValuesToDate; + /// + /// Dictionary of player's virtual currency balances + /// + public Dictionary VirtualCurrencyBalances; + } + + [Serializable] + public class PlayerProfileModel : PlayFabBaseModel + { + /// + /// List of advertising campaigns the player has been attributed to + /// + public List AdCampaignAttributions; + /// + /// URL of the player's avatar image + /// + public string AvatarUrl; + /// + /// If the player is currently banned, the UTC Date when the ban expires + /// + public DateTime? BannedUntil; + /// + /// List of all contact email info associated with the player account + /// + public List ContactEmailAddresses; + /// + /// Player record created + /// + public DateTime? Created; + /// + /// Player display name + /// + public string DisplayName; + /// + /// List of experiment variants for the player. Note that these variants are not guaranteed to be up-to-date when returned + /// during login because the player profile is updated only after login. Instead, use the LoginResult.TreatmentAssignment + /// property during login to get the correct variants and variables. + /// + public List ExperimentVariants; + /// + /// UTC time when the player most recently logged in to the title + /// + public DateTime? LastLogin; + /// + /// List of all authentication systems linked to this player account + /// + public List LinkedAccounts; + /// + /// List of geographic locations from which the player has logged in to the title + /// + public List Locations; + /// + /// List of memberships for the player, along with whether are expired. + /// + public List Memberships; + /// + /// Player account origination + /// + public LoginIdentityProvider? Origination; + /// + /// PlayFab player account unique identifier + /// + public string PlayerId; + /// + /// Publisher this player belongs to + /// + public string PublisherId; + /// + /// List of configured end points registered for sending the player push notifications + /// + public List PushNotificationRegistrations; + /// + /// List of leaderboard statistic values for the player + /// + public List Statistics; + /// + /// List of player's tags for segmentation + /// + public List Tags; + /// + /// Title ID this player profile applies to + /// + public string TitleId; + /// + /// Sum of the player's purchases made with real-money currencies, converted to US dollars equivalent and represented as a + /// whole number of cents (1/100 USD). For example, 999 indicates nine dollars and ninety-nine cents. + /// + public uint? TotalValueToDateInUSD; + /// + /// List of the player's lifetime purchase totals, summed by real-money currency + /// + public List ValuesToDate; + } + + [Serializable] + public class PlayerProfileViewConstraints : PlayFabBaseModel + { + /// + /// Whether to show player's avatar URL. Defaults to false + /// + public bool ShowAvatarUrl; + /// + /// Whether to show the banned until time. Defaults to false + /// + public bool ShowBannedUntil; + /// + /// Whether to show campaign attributions. Defaults to false + /// + public bool ShowCampaignAttributions; + /// + /// Whether to show contact email addresses. Defaults to false + /// + public bool ShowContactEmailAddresses; + /// + /// Whether to show the created date. Defaults to false + /// + public bool ShowCreated; + /// + /// Whether to show the display name. Defaults to false + /// + public bool ShowDisplayName; + /// + /// Whether to show player's experiment variants. Defaults to false + /// + public bool ShowExperimentVariants; + /// + /// Whether to show the last login time. Defaults to false + /// + public bool ShowLastLogin; + /// + /// Whether to show the linked accounts. Defaults to false + /// + public bool ShowLinkedAccounts; + /// + /// Whether to show player's locations. Defaults to false + /// + public bool ShowLocations; + /// + /// Whether to show player's membership information. Defaults to false + /// + public bool ShowMemberships; + /// + /// Whether to show origination. Defaults to false + /// + public bool ShowOrigination; + /// + /// Whether to show push notification registrations. Defaults to false + /// + public bool ShowPushNotificationRegistrations; + /// + /// Reserved for future development + /// + public bool ShowStatistics; + /// + /// Whether to show tags. Defaults to false + /// + public bool ShowTags; + /// + /// Whether to show the total value to date in usd. Defaults to false + /// + public bool ShowTotalValueToDateInUsd; + /// + /// Whether to show the values to date. Defaults to false + /// + public bool ShowValuesToDate; + } + + [Serializable] + public class PlayerStatistic : PlayFabBaseModel + { + /// + /// Statistic ID + /// + public string Id; + /// + /// Statistic name + /// + public string Name; + /// + /// Current statistic value + /// + public int StatisticValue; + /// + /// Statistic version (0 if not a versioned statistic) + /// + public int StatisticVersion; + } + + [Serializable] + public class PlayerStatisticVersion : PlayFabBaseModel + { + /// + /// time when the statistic version became active + /// + public DateTime ActivationTime; + /// + /// time when the statistic version became inactive due to statistic version incrementing + /// + public DateTime? DeactivationTime; + /// + /// time at which the statistic version was scheduled to become active, based on the configured ResetInterval + /// + public DateTime? ScheduledActivationTime; + /// + /// time at which the statistic version was scheduled to become inactive, based on the configured ResetInterval + /// + public DateTime? ScheduledDeactivationTime; + /// + /// name of the statistic when the version became active + /// + public string StatisticName; + /// + /// version of the statistic + /// + public uint Version; + } + + [Serializable] + public class PSNAccountPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the PlayStation :tm: Network + /// identifier. + /// + public string PlayFabId; + /// + /// Unique PlayStation :tm: Network identifier for a user. + /// + public string PSNAccountId; + } + + [Serializable] + public class PSNOnlinePlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the PlayStation :tm: Network + /// identifier. + /// + public string PlayFabId; + /// + /// Unique PlayStation :tm: Network identifier for a user. + /// + public string PSNOnlineId; + } + + [Serializable] + public class PushNotificationPackage : PlayFabBaseModel + { + /// + /// Numerical badge to display on App icon (iOS only) + /// + public int Badge; + /// + /// This must be a JSON formatted object. For use with developer-created custom Push Notification plugins + /// + public string CustomData; + /// + /// Icon file to display with the message (Not supported for iOS) + /// + public string Icon; + /// + /// Content of the message (all platforms) + /// + public string Message; + /// + /// Sound file to play with the message (all platforms) + /// + public string Sound; + /// + /// Title/Subject of the message. Not supported for iOS + /// + public string Title; + } + + public enum PushNotificationPlatform + { + ApplePushNotificationService, + GoogleCloudMessaging + } + + [Serializable] + public class PushNotificationRegistration : PlayFabBaseModel + { + /// + /// Notification configured endpoint + /// + public string NotificationEndpointARN; + /// + /// Push notification platform + /// + public PushNotificationPlatform? Platform; + } + + [Serializable] + public class PushNotificationRegistrationModel : PlayFabBaseModel + { + /// + /// Notification configured endpoint + /// + public string NotificationEndpointARN; + /// + /// Push notification platform + /// + public PushNotificationPlatform? Platform; + } + + [Serializable] + public class RandomResultTableListing : PlayFabBaseModel + { + /// + /// Catalog version this table is associated with + /// + public string CatalogVersion; + /// + /// Child nodes that indicate what kind of drop table item this actually is. + /// + public List Nodes; + /// + /// Unique name for this drop table + /// + public string TableId; + } + + /// + /// Coupon codes can be created for any item, or set of items, in the catalog for the title. This operation causes the + /// coupon to be consumed, and the specific items to be awarded to the user. Attempting to re-use an already consumed code, + /// or a code which has not yet been created in the service, will result in an error. + /// + [Serializable] + public class RedeemCouponRequest : PlayFabRequestCommon + { + /// + /// Catalog version of the coupon. + /// + public string CatalogVersion; + /// + /// Optional identifier for the Character that should receive the item. If null, item is added to the player + /// + public string CharacterId; + /// + /// Generated coupon code to redeem. + /// + public string CouponCode; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class RedeemCouponResult : PlayFabResultCommon + { + /// + /// Items granted to the player as a result of redeeming the coupon. + /// + public List GrantedItems; + } + + [Serializable] + public class RemoveFriendRequest : PlayFabRequestCommon + { + /// + /// PlayFab identifier of the friend account which is to be removed. + /// + public string FriendPlayFabId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class RemoveGenericIDRequest : PlayFabRequestCommon + { + /// + /// Generic service identifier to be removed from the player. + /// + public GenericServiceId GenericId; + /// + /// PlayFabId of the user to remove. + /// + public string PlayFabId; + } + + /// + /// This API will trigger a player_tag_removed event and remove a tag with the given TagName and PlayFabID from the + /// corresponding player profile. TagName can be used for segmentation and it is limited to 256 characters + /// + [Serializable] + public class RemovePlayerTagRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Unique tag for player profile. + /// + public string TagName; + } + + [Serializable] + public class RemovePlayerTagResult : PlayFabResultCommon + { + } + + [Serializable] + public class RemoveSharedGroupMembersRequest : PlayFabRequestCommon + { + /// + /// An array of unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public List PlayFabIds; + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + [Serializable] + public class RemoveSharedGroupMembersResult : PlayFabResultCommon + { + } + + [Serializable] + public class ReportPlayerServerRequest : PlayFabRequestCommon + { + /// + /// Optional additional comment by reporting player. + /// + public string Comment; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab identifier of the reported player. + /// + public string ReporteeId; + /// + /// PlayFabId of the reporting player. + /// + public string ReporterId; + } + + /// + /// Players are currently limited to five reports per day. Attempts by a single user account to submit reports beyond five + /// will result in Updated being returned as false. + /// + [Serializable] + public class ReportPlayerServerResult : PlayFabResultCommon + { + /// + /// The number of remaining reports which may be filed today by this reporting player. + /// + public int SubmissionsRemaining; + } + + [Serializable] + public class ResultTableNode : PlayFabBaseModel + { + /// + /// Either an ItemId, or the TableId of another random result table + /// + public string ResultItem; + /// + /// Whether this entry in the table is an item or a link to another table + /// + public ResultTableNodeType ResultItemType; + /// + /// How likely this is to be rolled - larger numbers add more weight + /// + public int Weight; + } + + public enum ResultTableNodeType + { + ItemId, + TableId + } + + /// + /// Setting the active state of all non-expired bans for a user to Inactive. Expired bans with an Active state will be + /// ignored, however. Returns information about applied updates only. + /// + [Serializable] + public class RevokeAllBansForUserRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class RevokeAllBansForUserResult : PlayFabResultCommon + { + /// + /// Information on the bans that were revoked. + /// + public List BanData; + } + + /// + /// Setting the active state of all bans requested to Inactive regardless of whether that ban has already expired. BanIds + /// that do not exist will be skipped. Returns information about applied updates only. + /// + [Serializable] + public class RevokeBansRequest : PlayFabRequestCommon + { + /// + /// Ids of the bans to be revoked. Maximum 100. + /// + public List BanIds; + } + + [Serializable] + public class RevokeBansResult : PlayFabResultCommon + { + /// + /// Information on the bans that were revoked + /// + public List BanData; + } + + [Serializable] + public class RevokeInventoryItem : PlayFabBaseModel + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Unique PlayFab assigned instance identifier of the item + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// In cases where the inventory item in question is a "crate", and the items it contained have already been dispensed, this + /// will not revoke access or otherwise remove the items which were dispensed. + /// + [Serializable] + public class RevokeInventoryItemRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Unique PlayFab assigned instance identifier of the item + /// + public string ItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// In cases where the inventory item in question is a "crate", and the items it contained have already been dispensed, this + /// will not revoke access or otherwise remove the items which were dispensed. + /// + [Serializable] + public class RevokeInventoryItemsRequest : PlayFabRequestCommon + { + /// + /// Array of player items to revoke, between 1 and 25 items. + /// + public List Items; + } + + [Serializable] + public class RevokeInventoryItemsResult : PlayFabResultCommon + { + /// + /// Collection of any errors that occurred during processing. + /// + public List Errors; + } + + [Serializable] + public class RevokeInventoryResult : PlayFabResultCommon + { + } + + [Serializable] + public class RevokeItemError : PlayFabBaseModel + { + /// + /// Specific error that was encountered. + /// + public GenericErrorCodes? Error; + /// + /// Item information that failed to be revoked. + /// + public RevokeInventoryItem Item; + } + + /// + /// Represents the save push notification template request. + /// + [Serializable] + public class SavePushNotificationTemplateRequest : PlayFabRequestCommon + { + /// + /// Android JSON for the notification template. + /// + public string AndroidPayload; + /// + /// Id of the push notification template. + /// + public string Id; + /// + /// IOS JSON for the notification template. + /// + public string IOSPayload; + /// + /// Dictionary of localized push notification templates with the language as the key. + /// + public Dictionary LocalizedPushNotificationTemplates; + /// + /// Name of the push notification template. + /// + public string Name; + } + + /// + /// Represents the save push notification template result. + /// + [Serializable] + public class SavePushNotificationTemplateResult : PlayFabResultCommon + { + /// + /// Id of the push notification template that was saved. + /// + public string PushNotificationTemplateId; + } + + [Serializable] + public class ScriptExecutionError : PlayFabBaseModel + { + /// + /// Error code, such as CloudScriptNotFound, JavascriptException, CloudScriptFunctionArgumentSizeExceeded, + /// CloudScriptAPIRequestCountExceeded, CloudScriptAPIRequestError, or CloudScriptHTTPRequestError + /// + public string Error; + /// + /// Details about the error + /// + public string Message; + /// + /// Point during the execution of the script at which the error occurred, if any + /// + public string StackTrace; + } + + /// + /// PlayFab accounts which have valid email address or username will be able to receive a password reset email using this + /// API.The email sent must be an account recovery email template. The username or email can be passed in to send the email + /// + [Serializable] + public class SendCustomAccountRecoveryEmailRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// User email address attached to their account + /// + public string Email; + /// + /// The email template id of the account recovery email template to send. + /// + public string EmailTemplateId; + /// + /// The user's username requesting an account recovery. + /// + public string Username; + } + + [Serializable] + public class SendCustomAccountRecoveryEmailResult : PlayFabResultCommon + { + } + + /// + /// Sends an email for only players that have contact emails associated with them. Takes in an email template ID + /// specifyingthe email template to send. + /// + [Serializable] + public class SendEmailFromTemplateRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The email template id of the email template to send. + /// + public string EmailTemplateId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class SendEmailFromTemplateResult : PlayFabResultCommon + { + } + + /// + /// Represents the request for sending a push notification template to a recipient. + /// + [Serializable] + public class SendPushNotificationFromTemplateRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Id of the push notification template. + /// + public string PushNotificationTemplateId; + /// + /// PlayFabId of the push notification recipient. + /// + public string Recipient; + } + + [Serializable] + public class SendPushNotificationRequest : PlayFabRequestCommon + { + /// + /// Allows you to provide precisely formatted json to target devices. This is an advanced feature, allowing you to deliver + /// to custom plugin logic, fields, or functionality not natively supported by PlayFab. + /// + public List AdvancedPlatformDelivery; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Text of message to send. + /// + public string Message; + /// + /// Defines all possible push attributes like message, title, icon, etc. Some parameters are device specific - please see + /// the PushNotificationPackage documentation for details. + /// + public PushNotificationPackage Package; + /// + /// PlayFabId of the recipient of the push notification. + /// + public string Recipient; + /// + /// Subject of message to send (may not be displayed in all platforms) + /// + public string Subject; + /// + /// Target Platforms that should receive the Message or Package. If omitted, we will send to all available platforms. + /// + public List TargetPlatforms; + } + + [Serializable] + public class SendPushNotificationResult : PlayFabResultCommon + { + } + + [Serializable] + public class ServerCustomIDPlayFabIDPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier. + /// + public string PlayFabId; + /// + /// Unique server custom identifier for this player. + /// + public string ServerCustomId; + } + + [Serializable] + public class ServerLoginResult : PlayFabResultCommon + { + /// + /// If LoginTitlePlayerAccountEntity flag is set on the login request the title_player_account will also be logged in and + /// returned. + /// + public EntityTokenResponse EntityToken; + /// + /// Results for requested info. + /// + public GetPlayerCombinedInfoResultPayload InfoResultPayload; + /// + /// The time of this user's previous login. If there was no previous login, then it's DateTime.MinValue + /// + public DateTime? LastLoginTime; + /// + /// True if the account was newly created on this login. + /// + public bool NewlyCreated; + /// + /// Player's unique PlayFabId. + /// + public string PlayFabId; + /// + /// Unique token authorizing the user and game at the server level, for the current session. + /// + public string SessionTicket; + /// + /// Settings specific to this user. + /// + public UserSettings SettingsForUser; + /// + /// The experimentation treatments for this user at the time of login. + /// + public TreatmentAssignment TreatmentAssignment; + } + + /// + /// This operation is not additive. It will completely replace the tag list for the specified user. Please note that only + /// users in the PlayFab friends list can be assigned tags. Attempting to set a tag on a friend only included in the friends + /// list from a social site integration (such as Facebook or Steam) will return the AccountNotFound error. + /// + [Serializable] + public class SetFriendTagsRequest : PlayFabRequestCommon + { + /// + /// PlayFab identifier of the friend account to which the tag(s) should be applied. + /// + public string FriendPlayFabId; + /// + /// PlayFab identifier of the player whose friend is to be updated. + /// + public string PlayFabId; + /// + /// Array of tags to set on the friend account. + /// + public List Tags; + } + + /// + /// APIs that require signatures require that the player have a configured Player Secret Key that is used to sign all + /// requests. Players that don't have a secret will be blocked from making API calls until it is configured. To create a + /// signature header add a SHA256 hashed string containing UTF8 encoded JSON body as it will be sent to the server, the + /// current time in UTC formatted to ISO 8601, and the players secret formatted as 'body.date.secret'. Place the resulting + /// hash into the header X-PlayFab-Signature, along with a header X-PlayFab-Timestamp of the same UTC timestamp used in the + /// signature. + /// + [Serializable] + public class SetPlayerSecretRequest : PlayFabRequestCommon + { + /// + /// Player secret that is used to verify API request signatures (Enterprise Only). + /// + public string PlayerSecret; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class SetPlayerSecretResult : PlayFabResultCommon + { + } + + /// + /// This API is designed to store publisher-specific values which can be read, but not written to, by the client. This data + /// is shared across all titles assigned to a particular publisher, and can be used for cross-game coordination. Only titles + /// assigned to a publisher can use this API. This operation is additive. If a Key does not exist in the current dataset, it + /// will be added with the specified Value. If it already exists, the Value for that key will be overwritten with the new + /// Value. For more information email helloplayfab@microsoft.com + /// + [Serializable] + public class SetPublisherDataRequest : PlayFabRequestCommon + { + /// + /// key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same + /// name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character. + /// + public string Key; + /// + /// new value to set. Set to null to remove a value + /// + public string Value; + } + + [Serializable] + public class SetPublisherDataResult : PlayFabResultCommon + { + } + + /// + /// This API is designed to store title specific values which can be read, but not written to, by the client. For example, a + /// developer could choose to store values which modify the user experience, such as enemy spawn rates, weapon strengths, + /// movement speeds, etc. This allows a developer to update the title without the need to create, test, and ship a new + /// build. This operation is additive. If a Key does not exist in the current dataset, it will be added with the specified + /// Value. If it already exists, the Value for that key will be overwritten with the new Value. + /// + [Serializable] + public class SetTitleDataRequest : PlayFabRequestCommon + { + /// + /// key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same + /// name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character. + /// + public string Key; + /// + /// new value to set. Set to null to remove a value + /// + public string Value; + } + + [Serializable] + public class SetTitleDataResult : PlayFabResultCommon + { + } + + [Serializable] + public class SharedGroupDataRecord : PlayFabBaseModel + { + /// + /// Timestamp for when this data was last updated. + /// + public DateTime LastUpdated; + /// + /// PlayFabId of the user to last update this value. + /// + public string LastUpdatedBy; + /// + /// Indicates whether this data can be read by all users (public) or only members of the group (private). + /// + public UserDataPermission? Permission; + /// + /// Data stored for the specified group data key. + /// + public string Value; + } + + public enum SourceType + { + Admin, + BackEnd, + GameClient, + GameServer, + Partner, + Custom, + API + } + + [Serializable] + public class StatisticModel : PlayFabBaseModel + { + /// + /// Statistic name + /// + public string Name; + /// + /// Statistic value + /// + public int Value; + /// + /// Statistic version (0 if not a versioned statistic) + /// + public int Version; + } + + [Serializable] + public class StatisticNameVersion : PlayFabBaseModel + { + /// + /// unique name of the statistic + /// + public string StatisticName; + /// + /// the version of the statistic to be returned + /// + public uint Version; + } + + [Serializable] + public class StatisticUpdate : PlayFabBaseModel + { + /// + /// unique name of the statistic + /// + public string StatisticName; + /// + /// statistic value for the player + /// + public int Value; + /// + /// for updates to an existing statistic value for a player, the version of the statistic when it was loaded. Null when + /// setting the statistic value for the first time. + /// + public uint? Version; + } + + [Serializable] + public class StatisticValue : PlayFabBaseModel + { + /// + /// unique name of the statistic + /// + public string StatisticName; + /// + /// statistic value for the player + /// + public int Value; + /// + /// for updates to an existing statistic value for a player, the version of the statistic when it was loaded + /// + public uint Version; + } + + [Serializable] + public class SteamPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Steam identifier. + /// + public string PlayFabId; + /// + /// Unique Steam identifier for a user. + /// + public string SteamStringId; + } + + /// + /// A store entry that list a catalog item at a particular price + /// + [Serializable] + public class StoreItem : PlayFabBaseModel + { + /// + /// Store specific custom data. The data only exists as part of this store; it is not transferred to item instances + /// + public object CustomData; + /// + /// Intended display position for this item. Note that 0 is the first position + /// + public uint? DisplayPosition; + /// + /// Unique identifier of the item as it exists in the catalog - note that this must exactly match the ItemId from the + /// catalog + /// + public string ItemId; + /// + /// Override prices for this item for specific currencies + /// + public Dictionary RealCurrencyPrices; + /// + /// Override prices for this item in virtual currencies and "RM" (the base Real Money purchase price, in USD pennies) + /// + public Dictionary VirtualCurrencyPrices; + } + + /// + /// Marketing data about a specific store + /// + [Serializable] + public class StoreMarketingModel : PlayFabBaseModel + { + /// + /// Tagline for a store. + /// + public string Description; + /// + /// Display name of a store as it will appear to users. + /// + public string DisplayName; + /// + /// Custom data about a store. + /// + public object Metadata; + } + + [Serializable] + public class SubscriptionModel : PlayFabBaseModel + { + /// + /// When this subscription expires. + /// + public DateTime Expiration; + /// + /// The time the subscription was orignially purchased + /// + public DateTime InitialSubscriptionTime; + /// + /// Whether this subscription is currently active. That is, if Expiration > now. + /// + public bool IsActive; + /// + /// The status of this subscription, according to the subscription provider. + /// + public SubscriptionProviderStatus? Status; + /// + /// The id for this subscription + /// + public string SubscriptionId; + /// + /// The item id for this subscription from the primary catalog + /// + public string SubscriptionItemId; + /// + /// The provider for this subscription. Apple or Google Play are supported today. + /// + public string SubscriptionProvider; + } + + public enum SubscriptionProviderStatus + { + NoError, + Cancelled, + UnknownError, + BillingError, + ProductUnavailable, + CustomerDidNotAcceptPriceChange, + FreeTrial, + PaymentPending + } + + [Serializable] + public class SubtractCharacterVirtualCurrencyRequest : PlayFabRequestCommon + { + /// + /// Amount to be subtracted from the user balance of the specified virtual currency. + /// + public int Amount; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Name of the virtual currency which is to be decremented. + /// + public string VirtualCurrency; + } + + [Serializable] + public class SubtractUserVirtualCurrencyRequest : PlayFabRequestCommon + { + /// + /// Amount to be subtracted from the user balance of the specified virtual currency. + /// + public int Amount; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// PlayFab unique identifier of the user whose virtual currency balance is to be decreased. + /// + public string PlayFabId; + /// + /// Name of the virtual currency which is to be decremented. + /// + public string VirtualCurrency; + } + + [Serializable] + public class TagModel : PlayFabBaseModel + { + /// + /// Full value of the tag, including namespace + /// + public string TagValue; + } + + public enum TitleActivationStatus + { + None, + ActivatedTitleKey, + PendingSteam, + ActivatedSteam, + RevokedSteam + } + + [Serializable] + public class TitleNewsItem : PlayFabBaseModel + { + /// + /// News item body. + /// + public string Body; + /// + /// Unique identifier of news item. + /// + public string NewsId; + /// + /// Date and time when the news item was posted. + /// + public DateTime Timestamp; + /// + /// Title of the news item. + /// + public string Title; + } + + [Serializable] + public class TreatmentAssignment : PlayFabBaseModel + { + /// + /// List of the experiment variables. + /// + public List Variables; + /// + /// List of the experiment variants. + /// + public List Variants; + } + + [Serializable] + public class TwitchPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Twitch identifier. + /// + public string PlayFabId; + /// + /// Unique Twitch identifier for a user. + /// + public string TwitchId; + } + + [Serializable] + public class UnlinkNintendoServiceAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class UnlinkNintendoSwitchDeviceIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Nintendo Switch Device identifier for the user. If not specified, the most recently signed in device ID will be used. + /// + public string NintendoSwitchDeviceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class UnlinkNintendoSwitchDeviceIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkPSNAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class UnlinkPSNAccountResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkServerCustomIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab identifier. + /// + public string PlayFabId; + /// + /// Unique server custom identifier for this player. + /// + public string ServerCustomId; + } + + [Serializable] + public class UnlinkServerCustomIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkSteamIdRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Steam account. + /// + public string PlayFabId; + } + + [Serializable] + public class UnlinkSteamIdResult : PlayFabResultCommon + { + } + + [Serializable] + public class UnlinkXboxAccountRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Xbox Live identifier. + /// + public string PlayFabId; + } + + [Serializable] + public class UnlinkXboxAccountResult : PlayFabResultCommon + { + } + + /// + /// Specify the container and optionally the catalogVersion for the container to open + /// + [Serializable] + public class UnlockContainerInstanceRequest : PlayFabRequestCommon + { + /// + /// Specifies the catalog version that should be used to determine container contents. If unspecified, uses catalog + /// associated with the item instance. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// ItemInstanceId of the container to unlock. + /// + public string ContainerItemInstanceId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// ItemInstanceId of the key that will be consumed by unlocking this container. If the container requires a key, this + /// parameter is required. + /// + public string KeyItemInstanceId; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// Specify the type of container to open and optionally the catalogVersion for the container to open + /// + [Serializable] + public class UnlockContainerItemRequest : PlayFabRequestCommon + { + /// + /// Specifies the catalog version that should be used to determine container contents. If unspecified, uses default/primary + /// catalog. + /// + public string CatalogVersion; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Catalog ItemId of the container type to unlock. + /// + public string ContainerItemId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// The items and vc found within the container. These will be added and stacked in your inventory as appropriate. + /// + [Serializable] + public class UnlockContainerItemResult : PlayFabResultCommon + { + /// + /// Items granted to the player as a result of unlocking the container. + /// + public List GrantedItems; + /// + /// Unique instance identifier of the container unlocked. + /// + public string UnlockedItemInstanceId; + /// + /// Unique instance identifier of the key used to unlock the container, if applicable. + /// + public string UnlockedWithItemInstanceId; + /// + /// Virtual currency granted to the player as a result of unlocking the container. + /// + public Dictionary VirtualCurrency; + } + + [Serializable] + public class UpdateAvatarUrlRequest : PlayFabRequestCommon + { + /// + /// URL of the avatar image. If empty, it removes the existing avatar URL. + /// + public string ImageUrl; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// Represents a single update ban request. + /// + [Serializable] + public class UpdateBanRequest : PlayFabBaseModel + { + /// + /// The updated active state for the ban. Null for no change. + /// + public bool? Active; + /// + /// The id of the ban to be updated. + /// + public string BanId; + /// + /// The updated expiration date for the ban. Null for no change. + /// + public DateTime? Expires; + /// + /// The updated IP address for the ban. Null for no change. + /// + public string IPAddress; + /// + /// Whether to make this ban permanent. Set to true to make this ban permanent. This will not modify Active state. + /// + public bool? Permanent; + /// + /// The updated reason for the ban to be updated. Maximum 140 characters. Null for no change. + /// + public string Reason; + /// + /// The updated family type of the user that should be included in the ban. Null for no change. + /// + public UserFamilyType? UserFamilyType; + } + + /// + /// For each ban, only updates the values that are set. Leave any value to null for no change. If a ban could not be found, + /// the rest are still applied. Returns information about applied updates only. + /// + [Serializable] + public class UpdateBansRequest : PlayFabRequestCommon + { + /// + /// List of bans to be updated. Maximum 100. + /// + public List Bans; + } + + [Serializable] + public class UpdateBansResult : PlayFabResultCommon + { + /// + /// Information on the bans that were updated + /// + public List BanData; + } + + /// + /// This function performs an additive update of the arbitrary JSON object containing the custom data for the user. In + /// updating the custom data object, keys which already exist in the object will have their values overwritten, while keys + /// with null values will be removed. No other key-value pairs will be changed apart from those specified in the call. + /// + [Serializable] + public class UpdateCharacterDataRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Permission to be applied to all user data keys written in this request. Defaults to "private" if not set. + /// + public UserDataPermission? Permission; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class UpdateCharacterDataResult : PlayFabResultCommon + { + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + } + + /// + /// Character statistics are similar to user statistics in that they are numeric values which may only be updated by a + /// server operation, in order to minimize the opportunity for unauthorized changes. In addition to being available for use + /// by the title, the statistics are used for all leaderboard operations in PlayFab. + /// + [Serializable] + public class UpdateCharacterStatisticsRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// Statistics to be updated with the provided values. + /// + public Dictionary CharacterStatistics; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class UpdateCharacterStatisticsResult : PlayFabResultCommon + { + } + + /// + /// This operation is additive. Statistics not currently defined will be added, while those already defined will be updated + /// with the given values. All other user statistics will remain unchanged. + /// + [Serializable] + public class UpdatePlayerStatisticsRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Indicates whether the statistics provided should be set, regardless of the aggregation method set on the statistic. + /// Default is false. + /// + public bool? ForceUpdate; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// Statistics to be updated with the provided values + /// + public List Statistics; + } + + [Serializable] + public class UpdatePlayerStatisticsResult : PlayFabResultCommon + { + } + + /// + /// Note that in the case of multiple calls to write to the same shared group data keys, the last write received by the + /// PlayFab service will determine the value available to subsequent read operations. For scenarios requiring coordination + /// of data updates, it is recommended that titles make use of user data with read permission set to public, or a + /// combination of user data and shared group data. + /// + [Serializable] + public class UpdateSharedGroupDataRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Permission to be applied to all user data keys in this request. + /// + public UserDataPermission? Permission; + /// + /// Unique identifier for the shared group. + /// + public string SharedGroupId; + } + + [Serializable] + public class UpdateSharedGroupDataResult : PlayFabResultCommon + { + } + + /// + /// This function performs an additive update of the arbitrary JSON object containing the custom data for the user. In + /// updating the custom data object, keys which already exist in the object will have their values overwritten, while keys + /// with null values will be removed. No other key-value pairs will be changed apart from those specified in the call. + /// + [Serializable] + public class UpdateUserDataRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Permission to be applied to all user data keys written in this request. Defaults to "private" if not set. + /// + public UserDataPermission? Permission; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class UpdateUserDataResult : PlayFabResultCommon + { + /// + /// Indicates the current version of the data that has been set. This is incremented with every set call for that type of + /// data (read-only, internal, etc). This version can be provided in Get calls to find updated data. + /// + public uint DataVersion; + } + + /// + /// This function performs an additive update of the arbitrary JSON object containing the custom data for the user. In + /// updating the custom data object, keys which already exist in the object will have their values overwritten, keys with + /// null values will be removed. No other key-value pairs will be changed apart from those specified in the call. + /// + [Serializable] + public class UpdateUserInternalDataRequest : PlayFabRequestCommon + { + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + /// + /// This function performs an additive update of the arbitrary JSON object containing the custom data for the item instance + /// which belongs to the specified user. In updating the custom data object, keys which already exist in the object will + /// have their values overwritten, while keys with null values will be removed. No other key-value pairs will be changed + /// apart from those specified in the call. + /// + [Serializable] + public class UpdateUserInventoryItemDataRequest : PlayFabRequestCommon + { + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// Key-value pairs to be written to the custom data. Note that keys are trimmed of whitespace, are limited in size, and may + /// not begin with a '!' character or be null. + /// + public Dictionary Data; + /// + /// Unique PlayFab assigned instance identifier of the item + /// + public string ItemInstanceId; + /// + /// Optional list of Data-keys to remove from UserData. Some SDKs cannot insert null-values into Data due to language + /// constraints. Use this to delete the keys directly. + /// + public List KeysToRemove; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + } + + [Serializable] + public class UserAccountInfo : PlayFabBaseModel + { + /// + /// User Android device information, if an Android device has been linked + /// + public UserAndroidDeviceInfo AndroidDeviceInfo; + /// + /// Sign in with Apple account information, if an Apple account has been linked + /// + public UserAppleIdInfo AppleAccountInfo; + /// + /// Timestamp indicating when the user account was created + /// + public DateTime Created; + /// + /// Custom ID information, if a custom ID has been assigned + /// + public UserCustomIdInfo CustomIdInfo; + /// + /// User Facebook information, if a Facebook account has been linked + /// + public UserFacebookInfo FacebookInfo; + /// + /// Facebook Instant Games account information, if a Facebook Instant Games account has been linked + /// + public UserFacebookInstantGamesIdInfo FacebookInstantGamesIdInfo; + /// + /// User Gamecenter information, if a Gamecenter account has been linked + /// + public UserGameCenterInfo GameCenterInfo; + /// + /// User Google account information, if a Google account has been linked + /// + public UserGoogleInfo GoogleInfo; + /// + /// User Google Play Games account information, if a Google Play Games account has been linked + /// + public UserGooglePlayGamesInfo GooglePlayGamesInfo; + /// + /// User iOS device information, if an iOS device has been linked + /// + public UserIosDeviceInfo IosDeviceInfo; + /// + /// User Kongregate account information, if a Kongregate account has been linked + /// + public UserKongregateInfo KongregateInfo; + /// + /// Nintendo Switch account information, if a Nintendo Switch account has been linked + /// + public UserNintendoSwitchAccountIdInfo NintendoSwitchAccountInfo; + /// + /// Nintendo Switch device information, if a Nintendo Switch device has been linked + /// + public UserNintendoSwitchDeviceIdInfo NintendoSwitchDeviceIdInfo; + /// + /// OpenID Connect information, if any OpenID Connect accounts have been linked + /// + public List OpenIdInfo; + /// + /// Unique identifier for the user account + /// + public string PlayFabId; + /// + /// Personal information for the user which is considered more sensitive + /// + public UserPrivateAccountInfo PrivateInfo; + /// + /// User PlayStation :tm: Network account information, if a PlayStation :tm: Network account has been linked + /// + public UserPsnInfo PsnInfo; + /// + /// Server Custom ID information, if a server custom ID has been assigned + /// + public UserServerCustomIdInfo ServerCustomIdInfo; + /// + /// User Steam information, if a Steam account has been linked + /// + public UserSteamInfo SteamInfo; + /// + /// Title-specific information for the user account + /// + public UserTitleInfo TitleInfo; + /// + /// User Twitch account information, if a Twitch account has been linked + /// + public UserTwitchInfo TwitchInfo; + /// + /// User account name in the PlayFab service + /// + public string Username; + /// + /// User XBox account information, if a XBox account has been linked + /// + public UserXboxInfo XboxInfo; + } + + [Serializable] + public class UserAndroidDeviceInfo : PlayFabBaseModel + { + /// + /// Android device ID + /// + public string AndroidDeviceId; + } + + [Serializable] + public class UserAppleIdInfo : PlayFabBaseModel + { + /// + /// Apple subject ID + /// + public string AppleSubjectId; + } + + [Serializable] + public class UserCustomIdInfo : PlayFabBaseModel + { + /// + /// Custom ID + /// + public string CustomId; + } + + /// + /// Indicates whether a given data key is private (readable only by the player) or public (readable by all players). When a + /// player makes a GetUserData request about another player, only keys marked Public will be returned. + /// + public enum UserDataPermission + { + Private, + Public + } + + [Serializable] + public class UserDataRecord : PlayFabBaseModel + { + /// + /// Timestamp for when this data was last updated. + /// + public DateTime LastUpdated; + /// + /// Indicates whether this data can be read by all users (public) or only the user (private). This is used for GetUserData + /// requests being made by one player about another player. + /// + public UserDataPermission? Permission; + /// + /// Data stored for the specified user data key. + /// + public string Value; + } + + [Serializable] + public class UserFacebookInfo : PlayFabBaseModel + { + /// + /// Facebook identifier + /// + public string FacebookId; + /// + /// Facebook full name + /// + public string FullName; + } + + [Serializable] + public class UserFacebookInstantGamesIdInfo : PlayFabBaseModel + { + /// + /// Facebook Instant Games ID + /// + public string FacebookInstantGamesId; + } + + public enum UserFamilyType + { + None, + Xbox, + Steam + } + + [Serializable] + public class UserGameCenterInfo : PlayFabBaseModel + { + /// + /// Gamecenter identifier + /// + public string GameCenterId; + } + + [Serializable] + public class UserGoogleInfo : PlayFabBaseModel + { + /// + /// Email address of the Google account + /// + public string GoogleEmail; + /// + /// Gender information of the Google account + /// + public string GoogleGender; + /// + /// Google ID + /// + public string GoogleId; + /// + /// Locale of the Google account + /// + public string GoogleLocale; + /// + /// Name of the Google account user + /// + public string GoogleName; + } + + [Serializable] + public class UserGooglePlayGamesInfo : PlayFabBaseModel + { + /// + /// Avatar image url of the Google Play Games player + /// + public string GooglePlayGamesPlayerAvatarImageUrl; + /// + /// Display name of the Google Play Games player + /// + public string GooglePlayGamesPlayerDisplayName; + /// + /// Google Play Games player ID + /// + public string GooglePlayGamesPlayerId; + } + + [Serializable] + public class UserIosDeviceInfo : PlayFabBaseModel + { + /// + /// iOS device ID + /// + public string IosDeviceId; + } + + [Serializable] + public class UserKongregateInfo : PlayFabBaseModel + { + /// + /// Kongregate ID + /// + public string KongregateId; + /// + /// Kongregate Username + /// + public string KongregateName; + } + + [Serializable] + public class UserNintendoSwitchAccountIdInfo : PlayFabBaseModel + { + /// + /// Nintendo Switch account subject ID + /// + public string NintendoSwitchAccountSubjectId; + } + + [Serializable] + public class UserNintendoSwitchDeviceIdInfo : PlayFabBaseModel + { + /// + /// Nintendo Switch Device ID + /// + public string NintendoSwitchDeviceId; + } + + [Serializable] + public class UserOpenIdInfo : PlayFabBaseModel + { + /// + /// OpenID Connection ID + /// + public string ConnectionId; + /// + /// OpenID Issuer + /// + public string Issuer; + /// + /// OpenID Subject + /// + public string Subject; + } + + public enum UserOrigination + { + Organic, + Steam, + Google, + Amazon, + Facebook, + Kongregate, + GamersFirst, + Unknown, + IOS, + LoadTest, + Android, + PSN, + GameCenter, + CustomId, + XboxLive, + Parse, + Twitch, + ServerCustomId, + NintendoSwitchDeviceId, + FacebookInstantGamesId, + OpenIdConnect, + Apple, + NintendoSwitchAccount, + GooglePlayGames, + XboxMobileStore, + King + } + + [Serializable] + public class UserPrivateAccountInfo : PlayFabBaseModel + { + /// + /// user email address + /// + public string Email; + } + + [Serializable] + public class UserPsnInfo : PlayFabBaseModel + { + /// + /// PlayStation :tm: Network account ID + /// + public string PsnAccountId; + /// + /// PlayStation :tm: Network online ID + /// + public string PsnOnlineId; + } + + [Serializable] + public class UserServerCustomIdInfo : PlayFabBaseModel + { + /// + /// Custom ID + /// + public string CustomId; + } + + [Serializable] + public class UserSettings : PlayFabBaseModel + { + /// + /// Boolean for whether this player is eligible for gathering device info. + /// + public bool GatherDeviceInfo; + /// + /// Boolean for whether this player should report OnFocus play-time tracking. + /// + public bool GatherFocusInfo; + /// + /// Boolean for whether this player is eligible for ad tracking. + /// + public bool NeedsAttribution; + } + + [Serializable] + public class UserSteamInfo : PlayFabBaseModel + { + /// + /// what stage of game ownership the user is listed as being in, from Steam + /// + public TitleActivationStatus? SteamActivationStatus; + /// + /// the country in which the player resides, from Steam data + /// + public string SteamCountry; + /// + /// currency type set in the user Steam account + /// + public Currency? SteamCurrency; + /// + /// Steam identifier + /// + public string SteamId; + /// + /// Steam display name + /// + public string SteamName; + } + + [Serializable] + public class UserTitleInfo : PlayFabBaseModel + { + /// + /// URL to the player's avatar. + /// + public string AvatarUrl; + /// + /// timestamp indicating when the user was first associated with this game (this can differ significantly from when the user + /// first registered with PlayFab) + /// + public DateTime Created; + /// + /// name of the user, as it is displayed in-game + /// + public string DisplayName; + /// + /// timestamp indicating when the user first signed into this game (this can differ from the Created timestamp, as other + /// events, such as issuing a beta key to the user, can associate the title to the user) + /// + public DateTime? FirstLogin; + /// + /// boolean indicating whether or not the user is currently banned for a title + /// + public bool? isBanned; + /// + /// timestamp for the last user login for this title + /// + public DateTime? LastLogin; + /// + /// source by which the user first joined the game, if known + /// + public UserOrigination? Origination; + /// + /// Title player account entity for this user + /// + public EntityKey TitlePlayerAccount; + } + + [Serializable] + public class UserTwitchInfo : PlayFabBaseModel + { + /// + /// Twitch ID + /// + public string TwitchId; + /// + /// Twitch Username + /// + public string TwitchUserName; + } + + [Serializable] + public class UserXboxInfo : PlayFabBaseModel + { + /// + /// XBox user ID + /// + public string XboxUserId; + /// + /// XBox user sandbox + /// + public string XboxUserSandbox; + } + + [Serializable] + public class ValueToDateModel : PlayFabBaseModel + { + /// + /// ISO 4217 code of the currency used in the purchases + /// + public string Currency; + /// + /// Total value of the purchases in a whole number of 1/100 monetary units. For example, 999 indicates nine dollars and + /// ninety-nine cents when Currency is 'USD') + /// + public uint TotalValue; + /// + /// Total value of the purchases in a string representation of decimal monetary units. For example, '9.99' indicates nine + /// dollars and ninety-nine cents when Currency is 'USD'. + /// + public string TotalValueAsDecimal; + } + + [Serializable] + public class Variable : PlayFabBaseModel + { + /// + /// Name of the variable. + /// + public string Name; + /// + /// Value of the variable. + /// + public string Value; + } + + [Serializable] + public class VirtualCurrencyRechargeTime : PlayFabBaseModel + { + /// + /// Maximum value to which the regenerating currency will automatically increment. Note that it can exceed this value + /// through use of the AddUserVirtualCurrency API call. However, it will not regenerate automatically until it has fallen + /// below this value. + /// + public int RechargeMax; + /// + /// Server timestamp in UTC indicating the next time the virtual currency will be incremented. + /// + public DateTime RechargeTime; + /// + /// Time remaining (in seconds) before the next recharge increment of the virtual currency. + /// + public int SecondsToRecharge; + } + + [Serializable] + public class WriteEventResponse : PlayFabResultCommon + { + /// + /// The unique identifier of the event. The values of this identifier consist of ASCII characters and are not constrained to + /// any particular format. + /// + public string EventId; + } + + /// + /// This API is designed to write a multitude of different event types into PlayStream. It supports a flexible JSON schema, + /// which allowsfor arbitrary key-value pairs to describe any character-based event. The created event will be locked to the + /// authenticated title. + /// + [Serializable] + public class WriteServerCharacterEventRequest : PlayFabRequestCommon + { + /// + /// Custom event properties. Each property consists of a name (string) and a value (JSON object). + /// + public Dictionary Body; + /// + /// Unique PlayFab assigned ID for a specific character owned by a user + /// + public string CharacterId; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the event, within the namespace scoped to the title. The naming convention is up to the caller, but it + /// commonly follows the subject_verb_object pattern (e.g. player_logged_in). + /// + public string EventName; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// The time (in UTC) associated with this event. The value defaults to the current time. + /// + public DateTime? Timestamp; + } + + /// + /// This API is designed to write a multitude of different event types into PlayStream. It supports a flexible JSON schema, + /// which allowsfor arbitrary key-value pairs to describe any player-based event. The created event will be locked to the + /// authenticated title. + /// + [Serializable] + public class WriteServerPlayerEventRequest : PlayFabRequestCommon + { + /// + /// Custom data properties associated with the event. Each property consists of a name (string) and a value (JSON object). + /// + public Dictionary Body; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the event, within the namespace scoped to the title. The naming convention is up to the caller, but it + /// commonly follows the subject_verb_object pattern (e.g. player_logged_in). + /// + public string EventName; + /// + /// Unique PlayFab assigned ID of the user on whom the operation will be performed. + /// + public string PlayFabId; + /// + /// The time (in UTC) associated with this event. The value defaults to the current time. + /// + public DateTime? Timestamp; + } + + /// + /// This API is designed to write a multitude of different event types into PlayStream. It supports a flexible JSON schema, + /// which allowsfor arbitrary key-value pairs to describe any title-based event. The created event will be locked to the + /// authenticated title. + /// + [Serializable] + public class WriteTitleEventRequest : PlayFabRequestCommon + { + /// + /// Custom event properties. Each property consists of a name (string) and a value (JSON object). + /// + public Dictionary Body; + /// + /// The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). + /// + public Dictionary CustomTags; + /// + /// The name of the event, within the namespace scoped to the title. The naming convention is up to the caller, but it + /// commonly follows the subject_verb_object pattern (e.g. player_logged_in). + /// + public string EventName; + /// + /// The time (in UTC) associated with this event. The value defaults to the current time. + /// + public DateTime? Timestamp; + } + + [Serializable] + public class XboxLiveAccountPlayFabIdPair : PlayFabBaseModel + { + /// + /// Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Xbox Live identifier. + /// + public string PlayFabId; + /// + /// Unique Xbox Live identifier for a user. + /// + public string XboxLiveAccountId; + } +} +#endif diff --git a/Assets/PlayFabSDK/Server/PlayFabServerModels.cs.meta b/Assets/PlayFabSDK/Server/PlayFabServerModels.cs.meta new file mode 100644 index 00000000..cafb56b4 --- /dev/null +++ b/Assets/PlayFabSDK/Server/PlayFabServerModels.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 85069115b99da8c4688d838452001d89 +timeCreated: 1468524876 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared.meta b/Assets/PlayFabSDK/Shared.meta new file mode 100644 index 00000000..5f239f20 --- /dev/null +++ b/Assets/PlayFabSDK/Shared.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 58e5e838862096746a71aec23d49e6ae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Editor.meta b/Assets/PlayFabSDK/Shared/Editor.meta new file mode 100644 index 00000000..eddd5ded --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8524103f5769d154595ec5eeb53b9c7c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Editor/MakeSharedSettingsObj.cs b/Assets/PlayFabSDK/Shared/Editor/MakeSharedSettingsObj.cs new file mode 100644 index 00000000..75c12db2 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Editor/MakeSharedSettingsObj.cs @@ -0,0 +1,21 @@ +#if UNITY_2017_1_OR_NEWER +using PlayFab.PfEditor; +using UnityEditor; +using UnityEngine; + +public class MakeScriptableObject +{ + [MenuItem("PlayFab/MakePlayFabSharedSettings")] + public static void MakePlayFabSharedSettings() + { + PlayFabSharedSettings asset = ScriptableObject.CreateInstance(); + + AssetDatabase.CreateAsset(asset, "Assets/PlayFabSdk/Shared/Public/Resources/PlayFabSharedSettings.asset"); // TODO: Path should not be hard coded + AssetDatabase.SaveAssets(); + + EditorUtility.FocusProjectWindow(); + + Selection.activeObject = asset; + } +} +#endif diff --git a/Assets/PlayFabSDK/Shared/Editor/MakeSharedSettingsObj.cs.meta b/Assets/PlayFabSDK/Shared/Editor/MakeSharedSettingsObj.cs.meta new file mode 100644 index 00000000..1d5091f5 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Editor/MakeSharedSettingsObj.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3e92542860dab28489c3d9cc0baa1ebd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Editor/PlayFabHelp.cs b/Assets/PlayFabSDK/Shared/Editor/PlayFabHelp.cs new file mode 100644 index 00000000..6cf2e91f --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Editor/PlayFabHelp.cs @@ -0,0 +1,38 @@ +using UnityEditor; +using UnityEngine; + +namespace PlayFab.PfEditor +{ + public static class PlayFabHelp + { + [MenuItem("PlayFab/GettingStarted")] + private static void GettingStarted() + { + Application.OpenURL("https://docs.microsoft.com/en-us/gaming/playfab/index#pivot=documentation&panel=quickstarts"); + } + + [MenuItem("PlayFab/Docs")] + private static void Documentation() + { + Application.OpenURL("https://docs.microsoft.com/en-us/gaming/playfab/api-references/"); + } + + [MenuItem("PlayFab/Dashboard")] + private static void Dashboard() + { + Application.OpenURL("https://developer.playfab.com/"); + } + + [MenuItem("PlayFab/Forum")] + private static void Forum() + { + Application.OpenURL("https://community.playfab.com/index.html"); + } + + [MenuItem("PlayFab/Provide Feedback")] + private static void Feedback() + { + Application.OpenURL("https://playfab.com/contact/"); + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Editor/PlayFabHelp.cs.meta b/Assets/PlayFabSDK/Shared/Editor/PlayFabHelp.cs.meta new file mode 100644 index 00000000..b9a59d8f --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Editor/PlayFabHelp.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e51e733dabbc847fa839b19c01bc577c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/PlayFabSDK/Shared/Internal.meta b/Assets/PlayFabSDK/Shared/Internal.meta new file mode 100644 index 00000000..46f8d34e --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f2d2d06279d1f7b45a72c442913f839c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/ISerializer.cs b/Assets/PlayFabSDK/Shared/Internal/ISerializer.cs new file mode 100644 index 00000000..83f1ba6c --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/ISerializer.cs @@ -0,0 +1,108 @@ +using System; +using System.Globalization; +using PlayFab.Internal; + +namespace PlayFab.Json +{ + public class SimpleJsonInstance : ISerializerPlugin + { + /// + /// Most users shouldn't access this + /// JsonWrapper.Serialize, and JsonWrapper.Deserialize will always use it automatically (Unless you deliberately mess with them) + /// Any Serialization of an object in the PlayFab namespace should just use JsonWrapper + /// + public static PlayFabSimpleJsonCuztomization ApiSerializerStrategy = new PlayFabSimpleJsonCuztomization(); + public class PlayFabSimpleJsonCuztomization : PocoJsonSerializerStrategy + { + /// + /// Convert the json value into the destination field/property + /// + public override object DeserializeObject(object value, Type type) + { + var valueStr = value as string; + if (valueStr == null) // For all of our custom conversions, value is a string + return base.DeserializeObject(value, type); + + var underType = Nullable.GetUnderlyingType(type); + if (underType != null) + return DeserializeObject(value, underType); + else if (type.GetTypeInfo().IsEnum) + return Enum.Parse(type, (string)value, true); + else if (type == typeof(DateTime)) + { + DateTime output; + var result = DateTime.TryParseExact(valueStr, PlayFabUtil._defaultDateTimeFormats, CultureInfo.InvariantCulture, PlayFabUtil.DateTimeStyles, out output); + if (result) + return output; + } + else if (type == typeof(DateTimeOffset)) + { + DateTimeOffset output; + var result = DateTimeOffset.TryParseExact(valueStr, PlayFabUtil._defaultDateTimeFormats, CultureInfo.InvariantCulture, PlayFabUtil.DateTimeStyles, out output); + if (result) + return output; + } + else if (type == typeof(TimeSpan)) + { + double seconds; + if (double.TryParse(valueStr, out seconds)) + return TimeSpan.FromSeconds(seconds); + } + return base.DeserializeObject(value, type); + } + + /// + /// Set output to a string that represents the input object + /// + protected override bool TrySerializeKnownTypes(object input, out object output) + { + if (input.GetType().GetTypeInfo().IsEnum) + { + output = input.ToString(); + return true; + } + else if (input is DateTime) + { + output = ((DateTime)input).ToString(PlayFabUtil._defaultDateTimeFormats[PlayFabUtil.DEFAULT_UTC_OUTPUT_INDEX], CultureInfo.InvariantCulture); + return true; + } + else if (input is DateTimeOffset) + { + output = ((DateTimeOffset)input).ToString(PlayFabUtil._defaultDateTimeFormats[PlayFabUtil.DEFAULT_UTC_OUTPUT_INDEX], CultureInfo.InvariantCulture); + return true; + } + else if (input is TimeSpan) + { + output = ((TimeSpan)input).TotalSeconds; + return true; + } + return base.TrySerializeKnownTypes(input, out output); + } + } + + public T DeserializeObject(string json) + { + return PlayFabSimpleJson.DeserializeObject(json, ApiSerializerStrategy); + } + + public T DeserializeObject(string json, object jsonSerializerStrategy) + { + return PlayFabSimpleJson.DeserializeObject(json, (IJsonSerializerStrategy)jsonSerializerStrategy); + } + + public object DeserializeObject(string json) + { + return PlayFabSimpleJson.DeserializeObject(json, typeof(object), ApiSerializerStrategy); + } + + public string SerializeObject(object json) + { + return PlayFabSimpleJson.SerializeObject(json, ApiSerializerStrategy); + } + + public string SerializeObject(object json, object jsonSerializerStrategy) + { + return PlayFabSimpleJson.SerializeObject(json, (IJsonSerializerStrategy)jsonSerializerStrategy); + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Internal/ISerializer.cs.meta b/Assets/PlayFabSDK/Shared/Internal/ISerializer.cs.meta new file mode 100644 index 00000000..285cd843 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/ISerializer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 1337f8c156b41834691b131f3b6774f9 +timeCreated: 1462682372 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/Log.cs b/Assets/PlayFabSDK/Shared/Internal/Log.cs new file mode 100644 index 00000000..40767f07 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/Log.cs @@ -0,0 +1,44 @@ +using System; + +namespace PlayFab.Internal +{ + [Obsolete("This logging utility has been deprecated. Use UnityEngine.Debug.Log")] + public static class Log + { + [Obsolete("Debug is deprecated.")] + public static void Debug(string text, params object[] args) + { + if ((PlayFabSettings.LogLevel & PlayFabLogLevel.Debug) != 0) + { + UnityEngine.Debug.Log(PlayFabUtil.timeStamp + " DEBUG: " + PlayFabUtil.Format(text, args)); + } + } + + [Obsolete("Info is deprecated.")] + public static void Info(string text, params object[] args) + { + if ((PlayFabSettings.LogLevel & PlayFabLogLevel.Info) != 0) + { + UnityEngine.Debug.Log(PlayFabUtil.timeStamp + " INFO: " + PlayFabUtil.Format(text, args)); + } + } + + [Obsolete("Warning is deprecated.")] + public static void Warning(string text, params object[] args) + { + if ((PlayFabSettings.LogLevel & PlayFabLogLevel.Warning) != 0) + { + UnityEngine.Debug.LogWarning(PlayFabUtil.timeStamp + " WARNING: " + PlayFabUtil.Format(text, args)); + } + } + + [Obsolete("Error is deprecated.")] + public static void Error(string text, params object[] args) + { + if ((PlayFabSettings.LogLevel & PlayFabLogLevel.Error) != 0) + { + UnityEngine.Debug.LogError(PlayFabUtil.timeStamp + " ERROR: " + PlayFabUtil.Format(text, args)); + } + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Internal/Log.cs.meta b/Assets/PlayFabSDK/Shared/Internal/Log.cs.meta new file mode 100644 index 00000000..ebf6395e --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/Log.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 5b55790eeab1b3c41a4f1381cbea1213 +timeCreated: 1462682372 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabErrors.cs b/Assets/PlayFabSDK/Shared/Internal/PlayFabErrors.cs new file mode 100644 index 00000000..3c9d6008 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabErrors.cs @@ -0,0 +1,948 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace PlayFab +{ + /// + /// Error codes returned by PlayFabAPIs + /// + public enum PlayFabErrorCode + { + Unknown = 1, + ConnectionError = 2, + JsonParseError = 3, + Success = 0, + UnkownError = 500, + InvalidParams = 1000, + AccountNotFound = 1001, + AccountBanned = 1002, + InvalidUsernameOrPassword = 1003, + InvalidTitleId = 1004, + InvalidEmailAddress = 1005, + EmailAddressNotAvailable = 1006, + InvalidUsername = 1007, + InvalidPassword = 1008, + UsernameNotAvailable = 1009, + InvalidSteamTicket = 1010, + AccountAlreadyLinked = 1011, + LinkedAccountAlreadyClaimed = 1012, + InvalidFacebookToken = 1013, + AccountNotLinked = 1014, + FailedByPaymentProvider = 1015, + CouponCodeNotFound = 1016, + InvalidContainerItem = 1017, + ContainerNotOwned = 1018, + KeyNotOwned = 1019, + InvalidItemIdInTable = 1020, + InvalidReceipt = 1021, + ReceiptAlreadyUsed = 1022, + ReceiptCancelled = 1023, + GameNotFound = 1024, + GameModeNotFound = 1025, + InvalidGoogleToken = 1026, + UserIsNotPartOfDeveloper = 1027, + InvalidTitleForDeveloper = 1028, + TitleNameConflicts = 1029, + UserisNotValid = 1030, + ValueAlreadyExists = 1031, + BuildNotFound = 1032, + PlayerNotInGame = 1033, + InvalidTicket = 1034, + InvalidDeveloper = 1035, + InvalidOrderInfo = 1036, + RegistrationIncomplete = 1037, + InvalidPlatform = 1038, + UnknownError = 1039, + SteamApplicationNotOwned = 1040, + WrongSteamAccount = 1041, + TitleNotActivated = 1042, + RegistrationSessionNotFound = 1043, + NoSuchMod = 1044, + FileNotFound = 1045, + DuplicateEmail = 1046, + ItemNotFound = 1047, + ItemNotOwned = 1048, + ItemNotRecycleable = 1049, + ItemNotAffordable = 1050, + InvalidVirtualCurrency = 1051, + WrongVirtualCurrency = 1052, + WrongPrice = 1053, + NonPositiveValue = 1054, + InvalidRegion = 1055, + RegionAtCapacity = 1056, + ServerFailedToStart = 1057, + NameNotAvailable = 1058, + InsufficientFunds = 1059, + InvalidDeviceID = 1060, + InvalidPushNotificationToken = 1061, + NoRemainingUses = 1062, + InvalidPaymentProvider = 1063, + PurchaseInitializationFailure = 1064, + DuplicateUsername = 1065, + InvalidBuyerInfo = 1066, + NoGameModeParamsSet = 1067, + BodyTooLarge = 1068, + ReservedWordInBody = 1069, + InvalidTypeInBody = 1070, + InvalidRequest = 1071, + ReservedEventName = 1072, + InvalidUserStatistics = 1073, + NotAuthenticated = 1074, + StreamAlreadyExists = 1075, + ErrorCreatingStream = 1076, + StreamNotFound = 1077, + InvalidAccount = 1078, + PurchaseDoesNotExist = 1080, + InvalidPurchaseTransactionStatus = 1081, + APINotEnabledForGameClientAccess = 1082, + NoPushNotificationARNForTitle = 1083, + BuildAlreadyExists = 1084, + BuildPackageDoesNotExist = 1085, + CustomAnalyticsEventsNotEnabledForTitle = 1087, + InvalidSharedGroupId = 1088, + NotAuthorized = 1089, + MissingTitleGoogleProperties = 1090, + InvalidItemProperties = 1091, + InvalidPSNAuthCode = 1092, + InvalidItemId = 1093, + PushNotEnabledForAccount = 1094, + PushServiceError = 1095, + ReceiptDoesNotContainInAppItems = 1096, + ReceiptContainsMultipleInAppItems = 1097, + InvalidBundleID = 1098, + JavascriptException = 1099, + InvalidSessionTicket = 1100, + UnableToConnectToDatabase = 1101, + InternalServerError = 1110, + InvalidReportDate = 1111, + ReportNotAvailable = 1112, + DatabaseThroughputExceeded = 1113, + InvalidGameTicket = 1115, + ExpiredGameTicket = 1116, + GameTicketDoesNotMatchLobby = 1117, + LinkedDeviceAlreadyClaimed = 1118, + DeviceAlreadyLinked = 1119, + DeviceNotLinked = 1120, + PartialFailure = 1121, + PublisherNotSet = 1122, + ServiceUnavailable = 1123, + VersionNotFound = 1124, + RevisionNotFound = 1125, + InvalidPublisherId = 1126, + DownstreamServiceUnavailable = 1127, + APINotIncludedInTitleUsageTier = 1128, + DAULimitExceeded = 1129, + APIRequestLimitExceeded = 1130, + InvalidAPIEndpoint = 1131, + BuildNotAvailable = 1132, + ConcurrentEditError = 1133, + ContentNotFound = 1134, + CharacterNotFound = 1135, + CloudScriptNotFound = 1136, + ContentQuotaExceeded = 1137, + InvalidCharacterStatistics = 1138, + PhotonNotEnabledForTitle = 1139, + PhotonApplicationNotFound = 1140, + PhotonApplicationNotAssociatedWithTitle = 1141, + InvalidEmailOrPassword = 1142, + FacebookAPIError = 1143, + InvalidContentType = 1144, + KeyLengthExceeded = 1145, + DataLengthExceeded = 1146, + TooManyKeys = 1147, + FreeTierCannotHaveVirtualCurrency = 1148, + MissingAmazonSharedKey = 1149, + AmazonValidationError = 1150, + InvalidPSNIssuerId = 1151, + PSNInaccessible = 1152, + ExpiredAuthToken = 1153, + FailedToGetEntitlements = 1154, + FailedToConsumeEntitlement = 1155, + TradeAcceptingUserNotAllowed = 1156, + TradeInventoryItemIsAssignedToCharacter = 1157, + TradeInventoryItemIsBundle = 1158, + TradeStatusNotValidForCancelling = 1159, + TradeStatusNotValidForAccepting = 1160, + TradeDoesNotExist = 1161, + TradeCancelled = 1162, + TradeAlreadyFilled = 1163, + TradeWaitForStatusTimeout = 1164, + TradeInventoryItemExpired = 1165, + TradeMissingOfferedAndAcceptedItems = 1166, + TradeAcceptedItemIsBundle = 1167, + TradeAcceptedItemIsStackable = 1168, + TradeInventoryItemInvalidStatus = 1169, + TradeAcceptedCatalogItemInvalid = 1170, + TradeAllowedUsersInvalid = 1171, + TradeInventoryItemDoesNotExist = 1172, + TradeInventoryItemIsConsumed = 1173, + TradeInventoryItemIsStackable = 1174, + TradeAcceptedItemsMismatch = 1175, + InvalidKongregateToken = 1176, + FeatureNotConfiguredForTitle = 1177, + NoMatchingCatalogItemForReceipt = 1178, + InvalidCurrencyCode = 1179, + NoRealMoneyPriceForCatalogItem = 1180, + TradeInventoryItemIsNotTradable = 1181, + TradeAcceptedCatalogItemIsNotTradable = 1182, + UsersAlreadyFriends = 1183, + LinkedIdentifierAlreadyClaimed = 1184, + CustomIdNotLinked = 1185, + TotalDataSizeExceeded = 1186, + DeleteKeyConflict = 1187, + InvalidXboxLiveToken = 1188, + ExpiredXboxLiveToken = 1189, + ResettableStatisticVersionRequired = 1190, + NotAuthorizedByTitle = 1191, + NoPartnerEnabled = 1192, + InvalidPartnerResponse = 1193, + APINotEnabledForGameServerAccess = 1194, + StatisticNotFound = 1195, + StatisticNameConflict = 1196, + StatisticVersionClosedForWrites = 1197, + StatisticVersionInvalid = 1198, + APIClientRequestRateLimitExceeded = 1199, + InvalidJSONContent = 1200, + InvalidDropTable = 1201, + StatisticVersionAlreadyIncrementedForScheduledInterval = 1202, + StatisticCountLimitExceeded = 1203, + StatisticVersionIncrementRateExceeded = 1204, + ContainerKeyInvalid = 1205, + CloudScriptExecutionTimeLimitExceeded = 1206, + NoWritePermissionsForEvent = 1207, + CloudScriptFunctionArgumentSizeExceeded = 1208, + CloudScriptAPIRequestCountExceeded = 1209, + CloudScriptAPIRequestError = 1210, + CloudScriptHTTPRequestError = 1211, + InsufficientGuildRole = 1212, + GuildNotFound = 1213, + OverLimit = 1214, + EventNotFound = 1215, + InvalidEventField = 1216, + InvalidEventName = 1217, + CatalogNotConfigured = 1218, + OperationNotSupportedForPlatform = 1219, + SegmentNotFound = 1220, + StoreNotFound = 1221, + InvalidStatisticName = 1222, + TitleNotQualifiedForLimit = 1223, + InvalidServiceLimitLevel = 1224, + ServiceLimitLevelInTransition = 1225, + CouponAlreadyRedeemed = 1226, + GameServerBuildSizeLimitExceeded = 1227, + GameServerBuildCountLimitExceeded = 1228, + VirtualCurrencyCountLimitExceeded = 1229, + VirtualCurrencyCodeExists = 1230, + TitleNewsItemCountLimitExceeded = 1231, + InvalidTwitchToken = 1232, + TwitchResponseError = 1233, + ProfaneDisplayName = 1234, + UserAlreadyAdded = 1235, + InvalidVirtualCurrencyCode = 1236, + VirtualCurrencyCannotBeDeleted = 1237, + IdentifierAlreadyClaimed = 1238, + IdentifierNotLinked = 1239, + InvalidContinuationToken = 1240, + ExpiredContinuationToken = 1241, + InvalidSegment = 1242, + InvalidSessionId = 1243, + SessionLogNotFound = 1244, + InvalidSearchTerm = 1245, + TwoFactorAuthenticationTokenRequired = 1246, + GameServerHostCountLimitExceeded = 1247, + PlayerTagCountLimitExceeded = 1248, + RequestAlreadyRunning = 1249, + ActionGroupNotFound = 1250, + MaximumSegmentBulkActionJobsRunning = 1251, + NoActionsOnPlayersInSegmentJob = 1252, + DuplicateStatisticName = 1253, + ScheduledTaskNameConflict = 1254, + ScheduledTaskCreateConflict = 1255, + InvalidScheduledTaskName = 1256, + InvalidTaskSchedule = 1257, + SteamNotEnabledForTitle = 1258, + LimitNotAnUpgradeOption = 1259, + NoSecretKeyEnabledForCloudScript = 1260, + TaskNotFound = 1261, + TaskInstanceNotFound = 1262, + InvalidIdentityProviderId = 1263, + MisconfiguredIdentityProvider = 1264, + InvalidScheduledTaskType = 1265, + BillingInformationRequired = 1266, + LimitedEditionItemUnavailable = 1267, + InvalidAdPlacementAndReward = 1268, + AllAdPlacementViewsAlreadyConsumed = 1269, + GoogleOAuthNotConfiguredForTitle = 1270, + GoogleOAuthError = 1271, + UserNotFriend = 1272, + InvalidSignature = 1273, + InvalidPublicKey = 1274, + GoogleOAuthNoIdTokenIncludedInResponse = 1275, + StatisticUpdateInProgress = 1276, + LeaderboardVersionNotAvailable = 1277, + StatisticAlreadyHasPrizeTable = 1279, + PrizeTableHasOverlappingRanks = 1280, + PrizeTableHasMissingRanks = 1281, + PrizeTableRankStartsAtZero = 1282, + InvalidStatistic = 1283, + ExpressionParseFailure = 1284, + ExpressionInvokeFailure = 1285, + ExpressionTooLong = 1286, + DataUpdateRateExceeded = 1287, + RestrictedEmailDomain = 1288, + EncryptionKeyDisabled = 1289, + EncryptionKeyMissing = 1290, + EncryptionKeyBroken = 1291, + NoSharedSecretKeyConfigured = 1292, + SecretKeyNotFound = 1293, + PlayerSecretAlreadyConfigured = 1294, + APIRequestsDisabledForTitle = 1295, + InvalidSharedSecretKey = 1296, + PrizeTableHasNoRanks = 1297, + ProfileDoesNotExist = 1298, + ContentS3OriginBucketNotConfigured = 1299, + InvalidEnvironmentForReceipt = 1300, + EncryptedRequestNotAllowed = 1301, + SignedRequestNotAllowed = 1302, + RequestViewConstraintParamsNotAllowed = 1303, + BadPartnerConfiguration = 1304, + XboxBPCertificateFailure = 1305, + XboxXASSExchangeFailure = 1306, + InvalidEntityId = 1307, + StatisticValueAggregationOverflow = 1308, + EmailMessageFromAddressIsMissing = 1309, + EmailMessageToAddressIsMissing = 1310, + SmtpServerAuthenticationError = 1311, + SmtpServerLimitExceeded = 1312, + SmtpServerInsufficientStorage = 1313, + SmtpServerCommunicationError = 1314, + SmtpServerGeneralFailure = 1315, + EmailClientTimeout = 1316, + EmailClientCanceledTask = 1317, + EmailTemplateMissing = 1318, + InvalidHostForTitleId = 1319, + EmailConfirmationTokenDoesNotExist = 1320, + EmailConfirmationTokenExpired = 1321, + AccountDeleted = 1322, + PlayerSecretNotConfigured = 1323, + InvalidSignatureTime = 1324, + NoContactEmailAddressFound = 1325, + InvalidAuthToken = 1326, + AuthTokenDoesNotExist = 1327, + AuthTokenExpired = 1328, + AuthTokenAlreadyUsedToResetPassword = 1329, + MembershipNameTooLong = 1330, + MembershipNotFound = 1331, + GoogleServiceAccountInvalid = 1332, + GoogleServiceAccountParseFailure = 1333, + EntityTokenMissing = 1334, + EntityTokenInvalid = 1335, + EntityTokenExpired = 1336, + EntityTokenRevoked = 1337, + InvalidProductForSubscription = 1338, + XboxInaccessible = 1339, + SubscriptionAlreadyTaken = 1340, + SmtpAddonNotEnabled = 1341, + APIConcurrentRequestLimitExceeded = 1342, + XboxRejectedXSTSExchangeRequest = 1343, + VariableNotDefined = 1344, + TemplateVersionNotDefined = 1345, + FileTooLarge = 1346, + TitleDeleted = 1347, + TitleContainsUserAccounts = 1348, + TitleDeletionPlayerCleanupFailure = 1349, + EntityFileOperationPending = 1350, + NoEntityFileOperationPending = 1351, + EntityProfileVersionMismatch = 1352, + TemplateVersionTooOld = 1353, + MembershipDefinitionInUse = 1354, + PaymentPageNotConfigured = 1355, + FailedLoginAttemptRateLimitExceeded = 1356, + EntityBlockedByGroup = 1357, + RoleDoesNotExist = 1358, + EntityIsAlreadyMember = 1359, + DuplicateRoleId = 1360, + GroupInvitationNotFound = 1361, + GroupApplicationNotFound = 1362, + OutstandingInvitationAcceptedInstead = 1363, + OutstandingApplicationAcceptedInstead = 1364, + RoleIsGroupDefaultMember = 1365, + RoleIsGroupAdmin = 1366, + RoleNameNotAvailable = 1367, + GroupNameNotAvailable = 1368, + EmailReportAlreadySent = 1369, + EmailReportRecipientBlacklisted = 1370, + EventNamespaceNotAllowed = 1371, + EventEntityNotAllowed = 1372, + InvalidEntityType = 1373, + NullTokenResultFromAad = 1374, + InvalidTokenResultFromAad = 1375, + NoValidCertificateForAad = 1376, + InvalidCertificateForAad = 1377, + DuplicateDropTableId = 1378, + MultiplayerServerError = 1379, + MultiplayerServerTooManyRequests = 1380, + MultiplayerServerNoContent = 1381, + MultiplayerServerBadRequest = 1382, + MultiplayerServerUnauthorized = 1383, + MultiplayerServerForbidden = 1384, + MultiplayerServerNotFound = 1385, + MultiplayerServerConflict = 1386, + MultiplayerServerInternalServerError = 1387, + MultiplayerServerUnavailable = 1388, + ExplicitContentDetected = 1389, + PIIContentDetected = 1390, + InvalidScheduledTaskParameter = 1391, + PerEntityEventRateLimitExceeded = 1392, + TitleDefaultLanguageNotSet = 1393, + EmailTemplateMissingDefaultVersion = 1394, + FacebookInstantGamesIdNotLinked = 1395, + InvalidFacebookInstantGamesSignature = 1396, + FacebookInstantGamesAuthNotConfiguredForTitle = 1397, + EntityProfileConstraintValidationFailed = 1398, + TelemetryIngestionKeyPending = 1399, + TelemetryIngestionKeyNotFound = 1400, + StatisticChildNameInvalid = 1402, + DataIntegrityError = 1403, + VirtualCurrencyCannotBeSetToOlderVersion = 1404, + VirtualCurrencyMustBeWithinIntegerRange = 1405, + EmailTemplateInvalidSyntax = 1406, + EmailTemplateMissingCallback = 1407, + PushNotificationTemplateInvalidPayload = 1408, + InvalidLocalizedPushNotificationLanguage = 1409, + MissingLocalizedPushNotificationMessage = 1410, + PushNotificationTemplateMissingPlatformPayload = 1411, + PushNotificationTemplatePayloadContainsInvalidJson = 1412, + PushNotificationTemplateContainsInvalidIosPayload = 1413, + PushNotificationTemplateContainsInvalidAndroidPayload = 1414, + PushNotificationTemplateIosPayloadMissingNotificationBody = 1415, + PushNotificationTemplateAndroidPayloadMissingNotificationBody = 1416, + PushNotificationTemplateNotFound = 1417, + PushNotificationTemplateMissingDefaultVersion = 1418, + PushNotificationTemplateInvalidSyntax = 1419, + PushNotificationTemplateNoCustomPayloadForV1 = 1420, + NoLeaderboardForStatistic = 1421, + TitleNewsMissingDefaultLanguage = 1422, + TitleNewsNotFound = 1423, + TitleNewsDuplicateLanguage = 1424, + TitleNewsMissingTitleOrBody = 1425, + TitleNewsInvalidLanguage = 1426, + EmailRecipientBlacklisted = 1427, + InvalidGameCenterAuthRequest = 1428, + GameCenterAuthenticationFailed = 1429, + CannotEnablePartiesForTitle = 1430, + PartyError = 1431, + PartyRequests = 1432, + PartyNoContent = 1433, + PartyBadRequest = 1434, + PartyUnauthorized = 1435, + PartyForbidden = 1436, + PartyNotFound = 1437, + PartyConflict = 1438, + PartyInternalServerError = 1439, + PartyUnavailable = 1440, + PartyTooManyRequests = 1441, + PushNotificationTemplateMissingName = 1442, + CannotEnableMultiplayerServersForTitle = 1443, + WriteAttemptedDuringExport = 1444, + MultiplayerServerTitleQuotaCoresExceeded = 1445, + AutomationRuleNotFound = 1446, + EntityAPIKeyLimitExceeded = 1447, + EntityAPIKeyNotFound = 1448, + EntityAPIKeyOrSecretInvalid = 1449, + EconomyServiceUnavailable = 1450, + EconomyServiceInternalError = 1451, + QueryRateLimitExceeded = 1452, + EntityAPIKeyCreationDisabledForEntity = 1453, + ForbiddenByEntityPolicy = 1454, + UpdateInventoryRateLimitExceeded = 1455, + StudioCreationRateLimited = 1456, + StudioCreationInProgress = 1457, + DuplicateStudioName = 1458, + StudioNotFound = 1459, + StudioDeleted = 1460, + StudioDeactivated = 1461, + StudioActivated = 1462, + TitleCreationRateLimited = 1463, + TitleCreationInProgress = 1464, + DuplicateTitleName = 1465, + TitleActivationRateLimited = 1466, + TitleActivationInProgress = 1467, + TitleDeactivated = 1468, + TitleActivated = 1469, + CloudScriptAzureFunctionsExecutionTimeLimitExceeded = 1470, + CloudScriptAzureFunctionsArgumentSizeExceeded = 1471, + CloudScriptAzureFunctionsReturnSizeExceeded = 1472, + CloudScriptAzureFunctionsHTTPRequestError = 1473, + VirtualCurrencyBetaGetError = 1474, + VirtualCurrencyBetaCreateError = 1475, + VirtualCurrencyBetaInitialDepositSaveError = 1476, + VirtualCurrencyBetaSaveError = 1477, + VirtualCurrencyBetaDeleteError = 1478, + VirtualCurrencyBetaRestoreError = 1479, + VirtualCurrencyBetaSaveConflict = 1480, + VirtualCurrencyBetaUpdateError = 1481, + InsightsManagementDatabaseNotFound = 1482, + InsightsManagementOperationNotFound = 1483, + InsightsManagementErrorPendingOperationExists = 1484, + InsightsManagementSetPerformanceLevelInvalidParameter = 1485, + InsightsManagementSetStorageRetentionInvalidParameter = 1486, + InsightsManagementGetStorageUsageInvalidParameter = 1487, + InsightsManagementGetOperationStatusInvalidParameter = 1488, + DuplicatePurchaseTransactionId = 1489, + EvaluationModePlayerCountExceeded = 1490, + GetPlayersInSegmentRateLimitExceeded = 1491, + CloudScriptFunctionNameSizeExceeded = 1492, + PaidInsightsFeaturesNotEnabled = 1493, + CloudScriptAzureFunctionsQueueRequestError = 1494, + EvaluationModeTitleCountExceeded = 1495, + InsightsManagementTitleNotInFlight = 1496, + LimitNotFound = 1497, + LimitNotAvailableViaAPI = 1498, + InsightsManagementSetStorageRetentionBelowMinimum = 1499, + InsightsManagementSetStorageRetentionAboveMaximum = 1500, + AppleNotEnabledForTitle = 1501, + InsightsManagementNewActiveEventExportLimitInvalid = 1502, + InsightsManagementSetPerformanceRateLimited = 1503, + PartyRequestsThrottledFromRateLimiter = 1504, + XboxServiceTooManyRequests = 1505, + NintendoSwitchNotEnabledForTitle = 1506, + RequestMultiplayerServersThrottledFromRateLimiter = 1507, + TitleDataOverrideNotFound = 1508, + DuplicateKeys = 1509, + WasNotCreatedWithCloudRoot = 1510, + LegacyMultiplayerServersDeprecated = 1511, + VirtualCurrencyCurrentlyUnavailable = 1512, + SteamUserNotFound = 1513, + ElasticSearchOperationFailed = 1514, + NotImplemented = 1515, + PublisherNotFound = 1516, + PublisherDeleted = 1517, + ApiDisabledForMigration = 1518, + ResourceNameUpdateNotAllowed = 1519, + ApiNotEnabledForTitle = 1520, + DuplicateTitleNameForPublisher = 1521, + AzureTitleCreationInProgress = 1522, + TitleConstraintsPublisherDeletion = 1524, + InvalidPlayerAccountPoolId = 1525, + PlayerAccountPoolNotFound = 1526, + PlayerAccountPoolDeleted = 1527, + TitleCleanupInProgress = 1528, + AzureResourceConcurrentOperationInProgress = 1529, + TitlePublisherUpdateNotAllowed = 1530, + AzureResourceManagerNotSupportedInStamp = 1531, + ApiNotIncludedInAzurePlayFabFeatureSet = 1532, + GoogleServiceAccountFailedAuth = 1533, + GoogleAPIServiceUnavailable = 1534, + GoogleAPIServiceUnknownError = 1535, + NoValidIdentityForAad = 1536, + PlayerIdentityLinkNotFound = 1537, + PhotonApplicationIdAlreadyInUse = 1538, + CloudScriptUnableToDeleteProductionRevision = 1539, + CustomIdNotFound = 1540, + AutomationInvalidInput = 1541, + AutomationInvalidRuleName = 1542, + AutomationRuleAlreadyExists = 1543, + AutomationRuleLimitExceeded = 1544, + InvalidGooglePlayGamesServerAuthCode = 1545, + PlayStreamConnectionFailed = 1547, + InvalidEventContents = 1548, + InsightsV1Deprecated = 1549, + AnalysisSubscriptionNotFound = 1550, + AnalysisSubscriptionFailed = 1551, + AnalysisSubscriptionFoundAlready = 1552, + AnalysisSubscriptionManagementInvalidInput = 1553, + InvalidGameCenterId = 1554, + InvalidNintendoSwitchAccountId = 1555, + EntityAPIKeysNotSupported = 1556, + IpAddressBanned = 1557, + EntityLineageBanned = 1558, + NamespaceMismatch = 1559, + InvalidServiceConfiguration = 1560, + InvalidNamespaceMismatch = 1561, + LeaderboardColumnLengthMismatch = 1562, + InvalidStatisticScore = 1563, + LeaderboardColumnsNotSpecified = 1564, + LeaderboardMaxSizeTooLarge = 1565, + InvalidAttributeStatisticsSpecified = 1566, + LeaderboardNotFound = 1567, + TokenSigningKeyNotFound = 1568, + LeaderboardNameConflict = 1569, + LinkedStatisticColumnMismatch = 1570, + NoLinkedStatisticToLeaderboard = 1571, + StatDefinitionAlreadyLinkedToLeaderboard = 1572, + LinkingStatsNotAllowedForEntityType = 1573, + LeaderboardCountLimitExceeded = 1574, + LeaderboardSizeLimitExceeded = 1575, + LeaderboardDefinitionModificationNotAllowedWhileLinked = 1576, + StatisticDefinitionModificationNotAllowedWhileLinked = 1577, + LeaderboardUpdateNotAllowedWhileLinked = 1578, + CloudScriptAzureFunctionsEventHubRequestError = 1579, + ExternalEntityNotAllowedForTier = 1580, + InvalidBaseTimeForInterval = 1581, + EntityTypeMismatchWithStatDefinition = 1582, + SpecifiedVersionLeaderboardNotFound = 1583, + LeaderboardColumnLengthMismatchWithStatDefinition = 1584, + DuplicateColumnNameFound = 1585, + LinkedStatisticColumnNotFound = 1586, + LinkedStatisticColumnRequired = 1587, + MultipleLinkedStatisticsNotAllowed = 1588, + DuplicateLinkedStatisticColumnNameFound = 1589, + AggregationTypeNotAllowedForMultiColumnStatistic = 1590, + MaxQueryableVersionsValueNotAllowedForTier = 1591, + StatisticDefinitionHasNullOrEmptyVersionConfiguration = 1592, + StatisticColumnLengthMismatch = 1593, + MatchmakingEntityInvalid = 2001, + MatchmakingPlayerAttributesInvalid = 2002, + MatchmakingQueueNotFound = 2016, + MatchmakingMatchNotFound = 2017, + MatchmakingTicketNotFound = 2018, + MatchmakingAlreadyJoinedTicket = 2028, + MatchmakingTicketAlreadyCompleted = 2029, + MatchmakingQueueConfigInvalid = 2031, + MatchmakingMemberProfileInvalid = 2032, + NintendoSwitchDeviceIdNotLinked = 2034, + MatchmakingNotEnabled = 2035, + MatchmakingPlayerAttributesTooLarge = 2043, + MatchmakingNumberOfPlayersInTicketTooLarge = 2044, + MatchmakingAttributeInvalid = 2046, + MatchmakingPlayerHasNotJoinedTicket = 2053, + MatchmakingRateLimitExceeded = 2054, + MatchmakingTicketMembershipLimitExceeded = 2055, + MatchmakingUnauthorized = 2056, + MatchmakingQueueLimitExceeded = 2057, + MatchmakingRequestTypeMismatch = 2058, + MatchmakingBadRequest = 2059, + PubSubFeatureNotEnabledForTitle = 2500, + PubSubTooManyRequests = 2501, + PubSubConnectionNotFoundForEntity = 2502, + PubSubConnectionHandleInvalid = 2503, + PubSubSubscriptionLimitExceeded = 2504, + TitleConfigNotFound = 3001, + TitleConfigUpdateConflict = 3002, + TitleConfigSerializationError = 3003, + CatalogApiNotImplemented = 4000, + CatalogEntityInvalid = 4001, + CatalogTitleIdMissing = 4002, + CatalogPlayerIdMissing = 4003, + CatalogClientIdentityInvalid = 4004, + CatalogOneOrMoreFilesInvalid = 4005, + CatalogItemMetadataInvalid = 4006, + CatalogItemIdInvalid = 4007, + CatalogSearchParameterInvalid = 4008, + CatalogFeatureDisabled = 4009, + CatalogConfigInvalid = 4010, + CatalogItemTypeInvalid = 4012, + CatalogBadRequest = 4013, + CatalogTooManyRequests = 4014, + InvalidCatalogItemConfiguration = 4015, + ExportInvalidStatusUpdate = 5000, + ExportInvalidPrefix = 5001, + ExportBlobContainerDoesNotExist = 5002, + ExportNotFound = 5004, + ExportCouldNotUpdate = 5005, + ExportInvalidStorageType = 5006, + ExportAmazonBucketDoesNotExist = 5007, + ExportInvalidBlobStorage = 5008, + ExportKustoException = 5009, + ExportKustoConnectionFailed = 5012, + ExportUnknownError = 5013, + ExportCantEditPendingExport = 5014, + ExportLimitExports = 5015, + ExportLimitEvents = 5016, + ExportInvalidPartitionStatusModification = 5017, + ExportCouldNotCreate = 5018, + ExportNoBackingDatabaseFound = 5019, + ExportCouldNotDelete = 5020, + ExportCannotDetermineEventQuery = 5021, + ExportInvalidQuerySchemaModification = 5022, + ExportQuerySchemaMissingRequiredColumns = 5023, + ExportCannotParseQuery = 5024, + ExportControlCommandsNotAllowed = 5025, + ExportQueryMissingTableReference = 5026, + ExportInsightsV1Deprecated = 5027, + ExplorerBasicInvalidQueryName = 5100, + ExplorerBasicInvalidQueryDescription = 5101, + ExplorerBasicInvalidQueryConditions = 5102, + ExplorerBasicInvalidQueryStartDate = 5103, + ExplorerBasicInvalidQueryEndDate = 5104, + ExplorerBasicInvalidQueryGroupBy = 5105, + ExplorerBasicInvalidQueryAggregateType = 5106, + ExplorerBasicInvalidQueryAggregateProperty = 5107, + ExplorerBasicLoadQueriesError = 5108, + ExplorerBasicLoadQueryError = 5109, + ExplorerBasicCreateQueryError = 5110, + ExplorerBasicDeleteQueryError = 5111, + ExplorerBasicUpdateQueryError = 5112, + ExplorerBasicSavedQueriesLimit = 5113, + ExplorerBasicSavedQueryNotFound = 5114, + TenantShardMapperShardNotFound = 5500, + TitleNotEnabledForParty = 6000, + PartyVersionNotFound = 6001, + MultiplayerServerBuildReferencedByMatchmakingQueue = 6002, + MultiplayerServerBuildReferencedByBuildAlias = 6003, + MultiplayerServerBuildAliasReferencedByMatchmakingQueue = 6004, + PartySerializationError = 6005, + ExperimentationExperimentStopped = 7000, + ExperimentationExperimentRunning = 7001, + ExperimentationExperimentNotFound = 7002, + ExperimentationExperimentNeverStarted = 7003, + ExperimentationExperimentDeleted = 7004, + ExperimentationClientTimeout = 7005, + ExperimentationInvalidVariantConfiguration = 7006, + ExperimentationInvalidVariableConfiguration = 7007, + ExperimentInvalidId = 7008, + ExperimentationNoScorecard = 7009, + ExperimentationTreatmentAssignmentFailed = 7010, + ExperimentationTreatmentAssignmentDisabled = 7011, + ExperimentationInvalidDuration = 7012, + ExperimentationMaxExperimentsReached = 7013, + ExperimentationExperimentSchedulingInProgress = 7014, + ExperimentationInvalidEndDate = 7015, + ExperimentationInvalidStartDate = 7016, + ExperimentationMaxDurationExceeded = 7017, + ExperimentationExclusionGroupNotFound = 7018, + ExperimentationExclusionGroupInsufficientCapacity = 7019, + ExperimentationExclusionGroupCannotDelete = 7020, + ExperimentationExclusionGroupInvalidTrafficAllocation = 7021, + ExperimentationExclusionGroupInvalidName = 7022, + MaxActionDepthExceeded = 8000, + TitleNotOnUpdatedPricingPlan = 9000, + SegmentManagementTitleNotInFlight = 10000, + SegmentManagementNoExpressionTree = 10001, + SegmentManagementTriggerActionCountOverLimit = 10002, + SegmentManagementSegmentCountOverLimit = 10003, + SegmentManagementInvalidSegmentId = 10004, + SegmentManagementInvalidInput = 10005, + SegmentManagementInvalidSegmentName = 10006, + DeleteSegmentRateLimitExceeded = 10007, + CreateSegmentRateLimitExceeded = 10008, + UpdateSegmentRateLimitExceeded = 10009, + GetSegmentsRateLimitExceeded = 10010, + AsyncExportNotInFlight = 10011, + AsyncExportNotFound = 10012, + AsyncExportRateLimitExceeded = 10013, + AnalyticsSegmentCountOverLimit = 10014, + SnapshotNotFound = 11000, + InventoryApiNotImplemented = 12000, + LobbyDoesNotExist = 13000, + LobbyRateLimitExceeded = 13001, + LobbyPlayerAlreadyJoined = 13002, + LobbyNotJoinable = 13003, + LobbyMemberCannotRejoin = 13004, + LobbyCurrentPlayersMoreThanMaxPlayers = 13005, + LobbyPlayerNotPresent = 13006, + LobbyBadRequest = 13007, + LobbyPlayerMaxLobbyLimitExceeded = 13008, + LobbyNewOwnerMustBeConnected = 13009, + LobbyCurrentOwnerStillConnected = 13010, + LobbyMemberIsNotOwner = 13011, + LobbyServerMismatch = 13012, + LobbyServerNotFound = 13013, + LobbyDifferentServerAlreadyJoined = 13014, + LobbyServerAlreadyJoined = 13015, + LobbyIsNotClientOwned = 13016, + LobbyDoesNotUseConnections = 13017, + EventSamplingInvalidRatio = 14000, + EventSamplingInvalidEventNamespace = 14001, + EventSamplingInvalidEventName = 14002, + EventSamplingRatioNotFound = 14003, + TelemetryKeyNotFound = 14200, + TelemetryKeyInvalidName = 14201, + TelemetryKeyAlreadyExists = 14202, + TelemetryKeyInvalid = 14203, + TelemetryKeyCountOverLimit = 14204, + TelemetryKeyDeactivated = 14205, + TelemetryKeyLongInsightsRetentionNotAllowed = 14206, + EventSinkConnectionInvalid = 15000, + EventSinkConnectionUnauthorized = 15001, + EventSinkRegionInvalid = 15002, + EventSinkLimitExceeded = 15003, + EventSinkSasTokenInvalid = 15004, + EventSinkNotFound = 15005, + EventSinkNameInvalid = 15006, + EventSinkSasTokenPermissionInvalid = 15007, + EventSinkSecretInvalid = 15008, + EventSinkTenantNotFound = 15009, + EventSinkAadNotFound = 15010, + EventSinkDatabaseNotFound = 15011, + EventSinkTitleUnauthorized = 15012, + EventSinkInsufficientRoleAssignment = 15013, + EventSinkContainerNotFound = 15014, + EventSinkTenantIdInvalid = 15015, + OperationCanceled = 16000, + InvalidDisplayNameRandomSuffixLength = 17000, + AllowNonUniquePlayerDisplayNamesDisableNotAllowed = 17001, + PartitionedEventInvalid = 18000, + PartitionedEventCountOverLimit = 18001, + ManageEventNamespaceInvalid = 18002, + ManageEventNameInvalid = 18003, + ManagedEventNotFound = 18004, + ManageEventsInvalidRatio = 18005, + ManagedEventInvalid = 18006, + PlayerCustomPropertiesPropertyNameTooLong = 19000, + PlayerCustomPropertiesPropertyNameIsInvalid = 19001, + PlayerCustomPropertiesStringPropertyValueTooLong = 19002, + PlayerCustomPropertiesValueIsInvalidType = 19003, + PlayerCustomPropertiesVersionMismatch = 19004, + PlayerCustomPropertiesPropertyCountTooHigh = 19005, + PlayerCustomPropertiesDuplicatePropertyName = 19006, + PlayerCustomPropertiesPropertyDoesNotExist = 19007, + AddonAlreadyExists = 19008, + AddonDoesntExist = 19009, + CopilotDisabled = 19100, + CopilotInvalidRequest = 19101, + TrueSkillUnauthorized = 20000, + TrueSkillInvalidTitleId = 20001, + TrueSkillInvalidScenarioId = 20002, + TrueSkillInvalidModelId = 20003, + TrueSkillInvalidModelName = 20004, + TrueSkillInvalidPlayerIds = 20005, + TrueSkillInvalidEntityKey = 20006, + TrueSkillInvalidConditionKey = 20007, + TrueSkillInvalidConditionValue = 20008, + TrueSkillInvalidConditionAffinityWeight = 20009, + TrueSkillInvalidEventName = 20010, + TrueSkillMatchResultCreated = 20011, + TrueSkillMatchResultAlreadySubmitted = 20012, + TrueSkillBadPlayerIdInMatchResult = 20013, + TrueSkillInvalidBotIdInMatchResult = 20014, + TrueSkillDuplicatePlayerInMatchResult = 20015, + TrueSkillNoPlayerInMatchResultTeam = 20016, + TrueSkillPlayersInMatchResultExceedingLimit = 20017, + TrueSkillInvalidPreMatchPartyInMatchResult = 20018, + TrueSkillInvalidTimestampInMatchResult = 20019, + TrueSkillStartTimeMissingInMatchResult = 20020, + TrueSkillEndTimeMissingInMatchResult = 20021, + TrueSkillInvalidPlayerSecondsPlayedInMatchResult = 20022, + TrueSkillNoTeamInMatchResult = 20023, + TrueSkillNotEnoughTeamsInMatchResult = 20024, + TrueSkillInvalidRanksInMatchResult = 20025, + TrueSkillNoWinnerInMatchResult = 20026, + TrueSkillMissingRequiredCondition = 20027, + TrueSkillMissingRequiredEvent = 20028, + TrueSkillUnknownEventName = 20029, + TrueSkillInvalidEventCount = 20030, + TrueSkillUnknownConditionKey = 20031, + TrueSkillUnknownConditionValue = 20032, + TrueSkillScenarioConfigDoesNotExist = 20033, + TrueSkillUnknownModelId = 20034, + TrueSkillNoModelInScenario = 20035, + TrueSkillNotSupportedForTitle = 20036, + TrueSkillModelIsNotActive = 20037, + TrueSkillUnauthorizedToQueryOtherPlayerSkills = 20038, + TrueSkillInvalidMaxIterations = 20039, + TrueSkillEndTimeBeforeStartTime = 20040, + TrueSkillInvalidJobId = 20041, + TrueSkillInvalidMetadataId = 20042, + TrueSkillMissingBuildVerison = 20043, + TrueSkillJobAlreadyExists = 20044, + TrueSkillJobNotFound = 20045, + TrueSkillOperationCanceled = 20046, + TrueSkillActiveModelLimitExceeded = 20047, + TrueSkillTotalModelLimitExceeded = 20048, + TrueSkillUnknownInitialModelId = 20049, + TrueSkillUnauthorizedForJob = 20050, + TrueSkillInvalidScenarioName = 20051, + TrueSkillConditionStateIsRequired = 20052, + TrueSkillEventStateIsRequired = 20053, + TrueSkillDuplicateEvent = 20054, + TrueSkillDuplicateCondition = 20055, + TrueSkillInvalidAnomalyThreshold = 20056, + TrueSkillConditionKeyLimitExceeded = 20057, + TrueSkillConditionValuePerKeyLimitExceeded = 20058, + TrueSkillInvalidTimestamp = 20059, + TrueSkillEventLimitExceeded = 20060, + TrueSkillInvalidPlayers = 20061, + TrueSkillTrueSkillPlayerNull = 20062, + TrueSkillInvalidPlayerId = 20063, + TrueSkillInvalidSquadSize = 20064, + TrueSkillConditionSetNotInModel = 20065, + TrueSkillModelStateInvalidForOperation = 20066, + TrueSkillScenarioContainsActiveModel = 20067, + GameSaveManifestNotFound = 20300, + GameSaveManifestVersionAlreadyExists = 20301, + GameSaveConflictUpdatingManifest = 20302, + GameSaveManifestUpdatesNotAllowed = 20303, + GameSaveFileAlreadyExists = 20304, + GameSaveManifestVersionNotFinalized = 20305, + GameSaveUnknownFileInManifest = 20306, + GameSaveFileExceededReportedSize = 20307, + GameSaveFileNotUploaded = 20308, + GameSaveBadRequest = 20309, + GameSaveOperationNotAllowed = 20310, + StateShareForbidden = 21000, + StateShareTitleNotInFlight = 21001, + StateShareStateNotFound = 21002, + StateShareLinkNotFound = 21003, + StateShareStateRedemptionLimitExceeded = 21004, + StateShareStateRedemptionLimitNotUpdated = 21005, + StateShareCreatedStatesLimitExceeded = 21006, + StateShareIdMissingOrMalformed = 21007 + } + + public class PlayFabError + { + public string ApiEndpoint; + public int HttpCode; + public string HttpStatus; + public PlayFabErrorCode Error; + public string ErrorMessage; + public Dictionary> ErrorDetails; + public object CustomData; + public uint? RetryAfterSeconds = null; + + public override string ToString() + { + return GenerateErrorReport(); + } + + [ThreadStatic] + private static StringBuilder _tempSb; + /// + /// This converts the PlayFabError into a human readable string describing the error. + /// If error is not found, it will return the http code, status, and error + /// + /// A description of the error that we just incur. + public string GenerateErrorReport() + { + if (_tempSb == null) + _tempSb = new StringBuilder(); + _tempSb.Length = 0; + if (String.IsNullOrEmpty(ErrorMessage)) + { + _tempSb.Append(ApiEndpoint).Append(": ").Append("Http Code: ").Append(HttpCode.ToString()).Append("\nHttp Status: ").Append(HttpStatus).Append("\nError: ").Append(Error.ToString()).Append("\n"); + } + else + { + _tempSb.Append(ApiEndpoint).Append(": ").Append(ErrorMessage); + } + + if (ErrorDetails != null) + foreach (var pair in ErrorDetails) + foreach (var msg in pair.Value) + _tempSb.Append("\n").Append(pair.Key).Append(": ").Append(msg); + return _tempSb.ToString(); + } + } + + public class PlayFabException : Exception + { + public readonly PlayFabExceptionCode Code; + public PlayFabException(PlayFabExceptionCode code, string message) : base(message) + { + Code = code; + } + } + + public enum PlayFabExceptionCode + { + AuthContextRequired, + BuildError, + DeveloperKeyNotSet, + EntityTokenNotSet, + NotLoggedIn, + TitleNotSet, + } +} diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabErrors.cs.meta b/Assets/PlayFabSDK/Shared/Internal/PlayFabErrors.cs.meta new file mode 100644 index 00000000..1104460f --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabErrors.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ed146f2193bb8ef49ad1200eefdab503 +timeCreated: 1468524876 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp.meta b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp.meta new file mode 100644 index 00000000..ae160e38 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 58c4d401e405a6d4a835532b985aa874 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/GzipDownloadHandler.cs b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/GzipDownloadHandler.cs new file mode 100644 index 00000000..a9e6368f --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/GzipDownloadHandler.cs @@ -0,0 +1,57 @@ +using PlayFab; +using System.Diagnostics; +using System.IO; +using System.IO.Compression; +using UnityEngine.Networking; + +public class GzipDownloadHandler : DownloadHandlerScript +{ + private byte[] _data; + public byte[] Data { get { return _data; } } + + public GzipDownloadHandler() : base() + { + } + + protected override byte[] GetData() { return _data; } + + protected override bool ReceiveData(byte[] data, int dataLength) + { + if (_data == null) + _data = data; + else + { + byte[] newData = new byte[_data.Length + dataLength]; + _data.CopyTo(newData, 0); + data.CopyTo(newData, _data.Length); + _data = newData; + } + return true; + } + + protected override void CompleteContent() + { + try + { + using MemoryStream stream = new MemoryStream(_data); + using GZipStream gZipStream = new GZipStream(stream, CompressionMode.Decompress, true); + + byte[] buffer = new byte[4096]; + using MemoryStream resultStream = new MemoryStream(); + + int read; + while ((read = gZipStream.Read(buffer, 0, buffer.Length)) > 0) + { + resultStream.Write(buffer, 0, read); + } + + _data = resultStream.ToArray(); + } + catch (IOException) + { + // If we fail to decompress, it should be because Unity silently decompressed already, so we should disable this custom handler. + // There is no info on which platforms Unity decompresses on, so we have to assume this is needed until we reach this. + PlayFabSettings.staticSettings.DecompressWithDownloadHandler = false; + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/GzipDownloadHandler.cs.meta b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/GzipDownloadHandler.cs.meta new file mode 100644 index 00000000..e51896e5 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/GzipDownloadHandler.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 40479a6315f18a54a9db2c924e0af5ae +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/IPlayFabHttp.cs b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/IPlayFabHttp.cs new file mode 100644 index 00000000..2977de03 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/IPlayFabHttp.cs @@ -0,0 +1,61 @@ +using System; +using System.Collections.Generic; +using PlayFab.SharedModels; + +namespace PlayFab.Internal +{ + public enum AuthType + { + None, + PreLoginSession, // Not yet defined + LoginSession, // "X-Authorization" + DevSecretKey, // "X-SecretKey" + EntityToken, // "X-EntityToken" + TelemetryKey // "X-TelemetryKey" + } + + public enum HttpRequestState + { + Sent, + Received, + Idle, + Error + } + + public class CallRequestContainer + { +#if !UNITY_WSA && !UNITY_WP8 + public HttpRequestState HttpState = HttpRequestState.Idle; + public System.Net.HttpWebRequest HttpRequest = null; +#endif +#if PLAYFAB_REQUEST_TIMING + public PlayFabHttp.RequestTiming Timing; + public System.Diagnostics.Stopwatch Stopwatch; +#endif + + // This class stores the state of the request and all associated data + public string ApiEndpoint = null; + public string FullUrl = null; + public byte[] Payload = null; + public string JsonResponse = null; + public PlayFabRequestCommon ApiRequest; + public Dictionary RequestHeaders; + public PlayFabResultCommon ApiResult; + public PlayFabError Error; + public Action DeserializeResultJson; + public Action InvokeSuccessCallback; + public Action ErrorCallback; + public object CustomData = null; + public PlayFabApiSettings settings; + public PlayFabAuthenticationContext context; + public IPlayFabInstanceApi instanceApi; + public bool CalledGetResponse = false; + + public CallRequestContainer() + { +#if PLAYFAB_REQUEST_TIMING + Stopwatch = System.Diagnostics.Stopwatch.StartNew(); +#endif + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/IPlayFabHttp.cs.meta b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/IPlayFabHttp.cs.meta new file mode 100644 index 00000000..00621125 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/IPlayFabHttp.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: aeac58284b4b1cd4ab93ab0e71ba8540 +timeCreated: 1462745280 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs new file mode 100644 index 00000000..23894d90 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs @@ -0,0 +1,504 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Text; +using PlayFab.Public; +using PlayFab.SharedModels; +using UnityEngine; + +namespace PlayFab.Internal +{ + /// + /// This is a wrapper for Http So we can better separate the functionaity of Http Requests delegated to WWW or HttpWebRequest + /// + public class PlayFabHttp : SingletonMonoBehaviour + { + private static List _apiCallQueue = new List(); // Starts initialized, and is nulled when it's flushed + + public delegate void ApiProcessingEvent(TEventArgs e); + public delegate void ApiProcessErrorEvent(PlayFabRequestCommon request, PlayFabError error); + public static event ApiProcessingEvent ApiProcessingEventHandler; + public static event ApiProcessErrorEvent ApiProcessingErrorEventHandler; + public static readonly Dictionary GlobalHeaderInjection = new Dictionary(); + + private static IPlayFabLogger _logger; +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFABCLIENT_API + private static IScreenTimeTracker screenTimeTracker = new ScreenTimeTracker(); + private const float delayBetweenBatches = 5.0f; +#endif + +#if PLAYFAB_REQUEST_TIMING + public struct RequestTiming + { + public DateTime StartTimeUtc; + public string ApiEndpoint; + public int WorkerRequestMs; + public int MainThreadRequestMs; + } + + public delegate void ApiRequestTimingEvent(RequestTiming time); + public static event ApiRequestTimingEvent ApiRequestTimingEventHandler; +#endif + + /// + /// Return the number of api calls that are waiting for results from the server + /// + /// + public static int GetPendingMessages() + { + var transport = PluginManager.GetPlugin(PluginContract.PlayFab_Transport); + return transport.IsInitialized ? transport.GetPendingMessages() : 0; + } + + /// + /// This initializes the GameObject and ensures it is in the scene. + /// + public static void InitializeHttp() + { + if (string.IsNullOrEmpty(PlayFabSettings.TitleId)) + throw new PlayFabException(PlayFabExceptionCode.TitleNotSet, "You must set PlayFabSettings.TitleId before making API Calls."); + var transport = PluginManager.GetPlugin(PluginContract.PlayFab_Transport); + if (transport.IsInitialized) + return; + + transport.Initialize(); + CreateInstance(); // Invoke the SingletonMonoBehaviour + } + + /// + /// This initializes the GameObject and ensures it is in the scene. + /// + public static void InitializeLogger(IPlayFabLogger setLogger = null) + { + if (_logger != null) + throw new InvalidOperationException("Once initialized, the logger cannot be reset."); + if (setLogger == null) + setLogger = new PlayFabLogger(); + _logger = setLogger; + } + +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFABCLIENT_API + /// + /// This initializes ScreenTimeTracker object and notifying it to start sending info. + /// + /// Result of the user's login, represent user ID + public static void InitializeScreenTimeTracker(string entityId, string entityType, string playFabUserId) + { + screenTimeTracker.ClientSessionStart(entityId, entityType, playFabUserId); + instance.StartCoroutine(SendScreenTimeEvents(delayBetweenBatches)); + } + + /// + /// This function will send Screen Time events on a periodic basis. + /// + /// Delay between batches, in seconds + private static IEnumerator SendScreenTimeEvents(float secondsBetweenBatches) + { + WaitForSeconds delay = new WaitForSeconds(secondsBetweenBatches); + + while (!PlayFabSettings.DisableFocusTimeCollection) + { + screenTimeTracker.Send(); + yield return delay; + } + } +#endif + + public static void SimpleGetCall(string fullUrl, Action successCallback, Action errorCallback) + { + InitializeHttp(); + PluginManager.GetPlugin(PluginContract.PlayFab_Transport).SimpleGetCall(fullUrl, successCallback, errorCallback); + } + + + public static void SimplePutCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + InitializeHttp(); + PluginManager.GetPlugin(PluginContract.PlayFab_Transport).SimplePutCall(fullUrl, payload, successCallback, errorCallback); + } + + public static void SimplePostCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + InitializeHttp(); + PluginManager.GetPlugin(PluginContract.PlayFab_Transport).SimplePostCall(fullUrl, payload, successCallback, errorCallback); + } + + protected internal static void MakeApiCall(string apiEndpoint, + PlayFabRequestCommon request, AuthType authType, Action resultCallback, + Action errorCallback, object customData = null, Dictionary extraHeaders = null, PlayFabAuthenticationContext authenticationContext = null, PlayFabApiSettings apiSettings = null, IPlayFabInstanceApi instanceApi = null) + where TResult : PlayFabResultCommon + { + apiSettings = apiSettings ?? PlayFabSettings.staticSettings; + var fullUrl = apiSettings.GetFullUrl(apiEndpoint, apiSettings.RequestGetParams); + _MakeApiCall(apiEndpoint, fullUrl, request, authType, resultCallback, errorCallback, customData, extraHeaders, false, authenticationContext, apiSettings, instanceApi); + } + + protected internal static void MakeApiCallWithFullUri(string fullUri, + PlayFabRequestCommon request, AuthType authType, Action resultCallback, + Action errorCallback, object customData = null, Dictionary extraHeaders = null, PlayFabAuthenticationContext authenticationContext = null, PlayFabApiSettings apiSettings = null, IPlayFabInstanceApi instanceApi = null) + where TResult : PlayFabResultCommon + { + apiSettings = apiSettings ?? PlayFabSettings.staticSettings; + // This will not be called if environment file does not exist or does not contain property the debugging URI + _MakeApiCall(null, fullUri, request, authType, resultCallback, errorCallback, customData, extraHeaders, false, authenticationContext, apiSettings, instanceApi); + } + + /// + /// Internal method for Make API Calls + /// + private static void _MakeApiCall(string apiEndpoint, string fullUrl, + PlayFabRequestCommon request, AuthType authType, Action resultCallback, + Action errorCallback, object customData, Dictionary extraHeaders, bool allowQueueing, PlayFabAuthenticationContext authenticationContext, PlayFabApiSettings apiSettings, IPlayFabInstanceApi instanceApi) + where TResult : PlayFabResultCommon + { + InitializeHttp(); + SendEvent(apiEndpoint, request, null, ApiProcessingEventType.Pre); + + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var reqContainer = new CallRequestContainer + { + ApiEndpoint = apiEndpoint, + FullUrl = fullUrl, + settings = apiSettings, + context = authenticationContext, + CustomData = customData, + Payload = Encoding.UTF8.GetBytes(serializer.SerializeObject(request)), + ApiRequest = request, + ErrorCallback = errorCallback, + RequestHeaders = extraHeaders ?? new Dictionary(), // Use any headers provided by the customer + instanceApi = instanceApi + }; + // Append any additional headers + foreach (var pair in GlobalHeaderInjection) + if (!reqContainer.RequestHeaders.ContainsKey(pair.Key)) + reqContainer.RequestHeaders[pair.Key] = pair.Value; + +#if PLAYFAB_REQUEST_TIMING + reqContainer.Timing.StartTimeUtc = DateTime.UtcNow; + reqContainer.Timing.ApiEndpoint = apiEndpoint; +#endif + + // Add PlayFab Headers + var transport = PluginManager.GetPlugin(PluginContract.PlayFab_Transport); + reqContainer.RequestHeaders["X-ReportErrorAsSuccess"] = "true"; // Makes processing PlayFab errors a little easier + reqContainer.RequestHeaders["X-PlayFabSDK"] = PlayFabSettings.VersionString; // Tell PlayFab which SDK this is + switch (authType) + { +#if ENABLE_PLAYFABSERVER_API || ENABLE_PLAYFABADMIN_API || UNITY_EDITOR || ENABLE_PLAYFAB_SECRETKEY + case AuthType.DevSecretKey: + if (apiSettings.DeveloperSecretKey == null) throw new PlayFabException(PlayFabExceptionCode.DeveloperKeyNotSet, "DeveloperSecretKey is not found in Request, Server Instance or PlayFabSettings"); + reqContainer.RequestHeaders["X-SecretKey"] = apiSettings.DeveloperSecretKey; break; +#endif +#if !DISABLE_PLAYFABCLIENT_API + case AuthType.LoginSession: + if (authenticationContext != null) + reqContainer.RequestHeaders["X-Authorization"] = authenticationContext.ClientSessionTicket; + break; +#endif +#if !DISABLE_PLAYFABENTITY_API + case AuthType.EntityToken: + if (authenticationContext != null) + reqContainer.RequestHeaders["X-EntityToken"] = authenticationContext.EntityToken; + break; +#endif + case AuthType.TelemetryKey: + if (authenticationContext != null) + reqContainer.RequestHeaders["X-TelemetryKey"] = authenticationContext.TelemetryKey; + break; + } + + // These closures preserve the TResult generic information in a way that's safe for all the devices + reqContainer.DeserializeResultJson = () => + { + reqContainer.ApiResult = serializer.DeserializeObject(reqContainer.JsonResponse); + }; + reqContainer.InvokeSuccessCallback = () => + { + if (resultCallback != null) + { + resultCallback((TResult)reqContainer.ApiResult); + } + }; + + if (allowQueueing && _apiCallQueue != null) + { + for (var i = _apiCallQueue.Count - 1; i >= 0; i--) + if (_apiCallQueue[i].ApiEndpoint == apiEndpoint) + _apiCallQueue.RemoveAt(i); + _apiCallQueue.Add(reqContainer); + } + else + { + transport.MakeApiCall(reqContainer); + } + } + + /// + /// Internal code shared by IPlayFabHTTP implementations + /// + internal void OnPlayFabApiResult(CallRequestContainer reqContainer) + { + var result = reqContainer.ApiResult; + +#if !DISABLE_PLAYFABENTITY_API + + var entRes = result as AuthenticationModels.GetEntityTokenResponse; + if (entRes != null) + { + PlayFabSettings.staticPlayer.EntityToken = entRes.EntityToken; + } + +#endif +#if !DISABLE_PLAYFABCLIENT_API + var logRes = result as ClientModels.LoginResult; + var regRes = result as ClientModels.RegisterPlayFabUserResult; + if (logRes != null) + { + logRes.AuthenticationContext = new PlayFabAuthenticationContext(logRes.SessionTicket, logRes.EntityToken.EntityToken, logRes.PlayFabId, logRes.EntityToken.Entity.Id, logRes.EntityToken.Entity.Type); + if (reqContainer.context != null) + reqContainer.context.CopyFrom(logRes.AuthenticationContext); + } + else if (regRes != null) + { + regRes.AuthenticationContext = new PlayFabAuthenticationContext(regRes.SessionTicket, regRes.EntityToken.EntityToken, regRes.PlayFabId, regRes.EntityToken.Entity.Id, regRes.EntityToken.Entity.Type); + if (reqContainer.context != null) + reqContainer.context.CopyFrom(regRes.AuthenticationContext); + } +#endif + } + + /// + /// MonoBehaviour OnEnable Method + /// + private void OnEnable() + { + if (_logger != null) + { + _logger.OnEnable(); + } + +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFABCLIENT_API + if ((screenTimeTracker != null) && !PlayFabSettings.DisableFocusTimeCollection) + { + screenTimeTracker.OnEnable(); + } +#endif + } + + /// + /// MonoBehaviour OnDisable + /// + private void OnDisable() + { + if (_logger != null) + { + _logger.OnDisable(); + } + +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFABCLIENT_API + if ((screenTimeTracker != null) && !PlayFabSettings.DisableFocusTimeCollection) + { + screenTimeTracker.OnDisable(); + } +#endif + } + + /// + /// MonoBehaviour OnDestroy + /// + private void OnDestroy() + { + var transport = PluginManager.GetPlugin(PluginContract.PlayFab_Transport); + if (transport.IsInitialized) + { + transport.OnDestroy(); + } + + if (_logger != null) + { + _logger.OnDestroy(); + } + +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFABCLIENT_API + if ((screenTimeTracker != null) && !PlayFabSettings.DisableFocusTimeCollection) + { + screenTimeTracker.OnDestroy(); + } +#endif + } + + /// + /// MonoBehaviour OnApplicationFocus + /// + public void OnApplicationFocus(bool isFocused) + { +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFABCLIENT_API + if ((screenTimeTracker != null) && !PlayFabSettings.DisableFocusTimeCollection) + { + screenTimeTracker.OnApplicationFocus(isFocused); + } +#endif + } + + /// + /// MonoBehaviour OnApplicationQuit + /// + public void OnApplicationQuit() + { +#if !DISABLE_PLAYFABENTITY_API && !DISABLE_PLAYFABCLIENT_API + if ((screenTimeTracker != null) && !PlayFabSettings.DisableFocusTimeCollection) + { + screenTimeTracker.OnApplicationQuit(); + } +#endif + } + + /// + /// MonoBehaviour Update + /// + private void Update() + { + var transport = PluginManager.GetPlugin(PluginContract.PlayFab_Transport); + if (transport.IsInitialized) + { + if (_apiCallQueue != null) + { + foreach (var eachRequest in _apiCallQueue) + transport.MakeApiCall(eachRequest); // Flush the queue + _apiCallQueue = null; // null this after it's flushed + } + transport.Update(); + } + + while (_injectedCoroutines.Count > 0) + StartCoroutine(_injectedCoroutines.Dequeue()); + + while (_injectedAction.Count > 0) + { + var action = _injectedAction.Dequeue(); + if (action != null) + { + action.Invoke(); + } + } + } + + #region Helpers + protected internal static PlayFabError GeneratePlayFabError(string apiEndpoint, string json, object customData) + { + Dictionary errorDict = null; + Dictionary> errorDetails = null; + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + try + { + // Deserialize the error + errorDict = serializer.DeserializeObject>(json); + } + catch (Exception) { /* Unusual, but shouldn't actually matter */ } + try + { + object errorDetailsString; + if (errorDict != null && errorDict.TryGetValue("errorDetails", out errorDetailsString)) + errorDetails = serializer.DeserializeObject>>(errorDetailsString.ToString()); + } + catch (Exception) { /* Unusual, but shouldn't actually matter */ } + + return new PlayFabError + { + ApiEndpoint = apiEndpoint, + HttpCode = errorDict != null && errorDict.ContainsKey("code") ? Convert.ToInt32(errorDict["code"]) : 400, + HttpStatus = errorDict != null && errorDict.ContainsKey("status") ? (string)errorDict["status"] : "BadRequest", + Error = errorDict != null && errorDict.ContainsKey("errorCode") ? (PlayFabErrorCode)Convert.ToInt32(errorDict["errorCode"]) : PlayFabErrorCode.ServiceUnavailable, + ErrorMessage = errorDict != null && errorDict.ContainsKey("errorMessage") ? (string)errorDict["errorMessage"] : json, + ErrorDetails = errorDetails, + CustomData = customData, + RetryAfterSeconds = errorDict != null && errorDict.ContainsKey("retryAfterSeconds") ? Convert.ToUInt32(errorDict["retryAfterSeconds"]) : (uint?)null, + }; + } + + protected internal static void SendErrorEvent(PlayFabRequestCommon request, PlayFabError error) + { + if (ApiProcessingErrorEventHandler == null) + return; + + try + { + ApiProcessingErrorEventHandler(request, error); + } + catch (Exception e) + { + Debug.LogException(e); + } + } + + protected internal static void SendEvent(string apiEndpoint, PlayFabRequestCommon request, PlayFabResultCommon result, ApiProcessingEventType eventType) + { + if (ApiProcessingEventHandler == null) + return; + try + { + ApiProcessingEventHandler(new ApiProcessingEventArgs + { + ApiEndpoint = apiEndpoint, + EventType = eventType, + Request = request, + Result = result + }); + } + catch (Exception e) + { + Debug.LogException(e); + } + } + + public static void ClearAllEvents() + { + ApiProcessingEventHandler = null; + ApiProcessingErrorEventHandler = null; + } + +#if PLAYFAB_REQUEST_TIMING + protected internal static void SendRequestTiming(RequestTiming rt) + { + if (ApiRequestTimingEventHandler != null) + { + ApiRequestTimingEventHandler(rt); + } + } +#endif + #endregion + private readonly Queue _injectedCoroutines = new Queue(); + private readonly Queue _injectedAction = new Queue(); + + public void InjectInUnityThread(IEnumerator x) + { + _injectedCoroutines.Enqueue(x); + } + + public void InjectInUnityThread(Action action) + { + _injectedAction.Enqueue(action); + } + } + + #region Event Classes + public enum ApiProcessingEventType + { + Pre, + Post + } + + public class ApiProcessingEventArgs + { + public string ApiEndpoint; + public ApiProcessingEventType EventType; + public PlayFabRequestCommon Request; + public PlayFabResultCommon Result; + + public TRequest GetRequest() where TRequest : PlayFabRequestCommon + { + return Request as TRequest; + } + } + #endregion +} diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs.meta b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs.meta new file mode 100644 index 00000000..646a626b --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabHTTP.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 97a8a3caac8b73541aa8a9a1e330f479 +timeCreated: 1462575707 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs new file mode 100644 index 00000000..98d2c4c9 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs @@ -0,0 +1,273 @@ +#if UNITY_2017_2_OR_NEWER + +using PlayFab.SharedModels; +using System; +using System.Collections; +using System.IO; +using UnityEngine; +using UnityEngine.Networking; + +namespace PlayFab.Internal +{ + public class PlayFabUnityHttp : ITransportPlugin + { + private bool _isInitialized = false; + private readonly int _pendingWwwMessages = 0; + + public bool IsInitialized { get { return _isInitialized; } } + + public void Initialize() { _isInitialized = true; } + + public void Update() { } + + public void OnDestroy() { } + + public void SimpleGetCall(string fullUrl, Action successCallback, Action errorCallback) + { + PlayFabHttp.instance.StartCoroutine(SimpleCallCoroutine("get", fullUrl, null, successCallback, errorCallback)); + } + + public void SimplePutCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + PlayFabHttp.instance.StartCoroutine(SimpleCallCoroutine("put", fullUrl, payload, successCallback, errorCallback)); + } + + public void SimplePostCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + PlayFabHttp.instance.StartCoroutine(SimpleCallCoroutine("post", fullUrl, payload, successCallback, errorCallback)); + } + + private static IEnumerator SimpleCallCoroutine(string method, string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + if (payload == null) + { + using (UnityWebRequest www = UnityWebRequest.Get(fullUrl)) + { + if (PlayFabSettings.staticSettings.CompressResponses) + { + www.SetRequestHeader("Accept-Encoding", "gzip"); + + if (PlayFabSettings.staticSettings.DecompressWithDownloadHandler) + { + www.downloadHandler = new GzipDownloadHandler(); + } + } + +#if UNITY_2017_2_OR_NEWER + yield return www.SendWebRequest(); +#else + yield return www.Send(); +#endif + + if (!string.IsNullOrEmpty(www.error)) + errorCallback(www.error); + else + successCallback(www.downloadHandler.data); + }; + } + else + { + + UnityWebRequest request; + if (method == "put") + { + request = UnityWebRequest.Put(fullUrl, payload); + } + else + { + request = new UnityWebRequest(fullUrl, "POST"); + request.uploadHandler = (UploadHandler)new UploadHandlerRaw(payload); + request.SetRequestHeader("Content-Type", "application/json"); + + if (PlayFabSettings.staticSettings.CompressResponses) + { + request.SetRequestHeader("Accept-Encoding", "gzip"); + request.downloadHandler = PlayFabSettings.staticSettings.DecompressWithDownloadHandler ? new GzipDownloadHandler() + : new DownloadHandlerBuffer(); + } + else + { + request.downloadHandler = new DownloadHandlerBuffer(); + } + } + + +#if UNITY_2017_2_OR_NEWER +#if !UNITY_2019_1_OR_NEWER + request.chunkedTransfer = false; // can be removed after Unity's PUT will be more stable +#endif + yield return request.SendWebRequest(); +#else + yield return request.Send(); +#endif + +#if UNITY_2020_1_OR_NEWER + if (request.result == UnityWebRequest.Result.ConnectionError || request.result == UnityWebRequest.Result.ProtocolError) +#else + if (request.isNetworkError || request.isHttpError) +#endif + { + errorCallback(request.error); + } + else + { + successCallback(request.downloadHandler.data); + } + + request.Dispose(); + } + } + + public void MakeApiCall(object reqContainerObj) + { + CallRequestContainer reqContainer = (CallRequestContainer)reqContainerObj; + reqContainer.RequestHeaders["Content-Type"] = "application/json"; + + // Start the www corouting to Post, and get a response or error which is then passed to the callbacks. + PlayFabHttp.instance.StartCoroutine(Post(reqContainer)); + } + + private IEnumerator Post(CallRequestContainer reqContainer) + { +#if PLAYFAB_REQUEST_TIMING + var stopwatch = System.Diagnostics.Stopwatch.StartNew(); + var startTime = DateTime.UtcNow; +#endif + + using var www = new UnityWebRequest(reqContainer.FullUrl) + { + uploadHandler = new UploadHandlerRaw(reqContainer.Payload), + method = "POST" + }; + + if (reqContainer.settings.CompressResponses) + { + www.SetRequestHeader("Accept-Encoding", "gzip"); + www.downloadHandler = reqContainer.settings.DecompressWithDownloadHandler ? new GzipDownloadHandler() + : new DownloadHandlerBuffer(); + } + else + { + www.downloadHandler = new DownloadHandlerBuffer(); + } + + foreach (var headerPair in reqContainer.RequestHeaders) + { + if (!string.IsNullOrEmpty(headerPair.Key) && !string.IsNullOrEmpty(headerPair.Value)) + www.SetRequestHeader(headerPair.Key, headerPair.Value); + else + Debug.LogWarning("Null header: " + headerPair.Key + " = " + headerPair.Value); + } + +#if UNITY_2017_2_OR_NEWER + yield return www.SendWebRequest(); +#else + yield return www.Send(); +#endif + +#if PLAYFAB_REQUEST_TIMING + stopwatch.Stop(); + var timing = new PlayFabHttp.RequestTiming { + StartTimeUtc = startTime, + ApiEndpoint = reqContainer.ApiEndpoint, + WorkerRequestMs = (int)stopwatch.ElapsedMilliseconds, + MainThreadRequestMs = (int)stopwatch.ElapsedMilliseconds + }; + PlayFabHttp.SendRequestTiming(timing); +#endif + + if (!string.IsNullOrEmpty(www.error)) + { + OnError(www.error, reqContainer); + } + else + { + try + { + byte[] responseBytes = www.downloadHandler.data; + string responseText = System.Text.Encoding.UTF8.GetString(responseBytes, 0, responseBytes.Length); + OnResponse(responseText, reqContainer); + } + catch (Exception e) + { + OnError("Unhandled error in PlayFabUnityHttp: " + e, reqContainer); + } + } + www.Dispose(); + } + + public int GetPendingMessages() + { + return _pendingWwwMessages; + } + + public void OnResponse(string response, CallRequestContainer reqContainer) + { + try + { +#if PLAYFAB_REQUEST_TIMING + var startTime = DateTime.UtcNow; +#endif + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var httpResult = serializer.DeserializeObject(response); + + if (httpResult.code == 200) + { + // We have a good response from the server + reqContainer.JsonResponse = serializer.SerializeObject(httpResult.data); + reqContainer.DeserializeResultJson(); + reqContainer.ApiResult.Request = reqContainer.ApiRequest; + reqContainer.ApiResult.CustomData = reqContainer.CustomData; + + PlayFabHttp.instance.OnPlayFabApiResult(reqContainer); +#if !DISABLE_PLAYFABCLIENT_API + PlayFabDeviceUtil.OnPlayFabLogin(reqContainer.ApiResult, reqContainer.settings, reqContainer.instanceApi); +#endif + try + { + PlayFabHttp.SendEvent(reqContainer.ApiEndpoint, reqContainer.ApiRequest, reqContainer.ApiResult, ApiProcessingEventType.Post); + } + catch (Exception e) + { + Debug.LogException(e); + } + + try + { + reqContainer.InvokeSuccessCallback(); + } + catch (Exception e) + { + Debug.LogException(e); + } + } + else + { + if (reqContainer.ErrorCallback != null) + { + reqContainer.Error = PlayFabHttp.GeneratePlayFabError(reqContainer.ApiEndpoint, response, reqContainer.CustomData); + PlayFabHttp.SendErrorEvent(reqContainer.ApiRequest, reqContainer.Error); + reqContainer.ErrorCallback(reqContainer.Error); + } + } + } + catch (Exception e) + { + Debug.LogException(e); + } + } + + public void OnError(string error, CallRequestContainer reqContainer) + { + reqContainer.JsonResponse = error; + if (reqContainer.ErrorCallback != null) + { + reqContainer.Error = PlayFabHttp.GeneratePlayFabError(reqContainer.ApiEndpoint, reqContainer.JsonResponse, reqContainer.CustomData); + PlayFabHttp.SendErrorEvent(reqContainer.ApiRequest, reqContainer.Error); + reqContainer.ErrorCallback(reqContainer.Error); + } + } + } +} + +#endif diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs.meta b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs.meta new file mode 100644 index 00000000..9d9a8f47 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: fdda21a9c6bb5c74d85422afab113b0f +timeCreated: 1512617003 +licenseType: Pro +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWWW.cs b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWWW.cs new file mode 100644 index 00000000..42e37818 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWWW.cs @@ -0,0 +1,219 @@ +#if !UNITY_2018_2_OR_NEWER // Unity has deprecated Www +using System; +using System.Collections; +using System.IO; +using PlayFab.Json; +using PlayFab.SharedModels; +using UnityEngine; +#if UNITY_5_4_OR_NEWER +using UnityEngine.Networking; +#else +using UnityEngine.Experimental.Networking; +#endif + +namespace PlayFab.Internal +{ + public class PlayFabWww : ITransportPlugin + { + private bool _isInitialized = false; + private int _pendingWwwMessages = 0; + + public bool IsInitialized { get { return _isInitialized; } } + + public void Initialize() + { + _isInitialized = true; + } + + public void Update() { } + public void OnDestroy() { } + + public void SimpleGetCall(string fullUrl, Action successCallback, Action errorCallback) + { + PlayFabHttp.instance.StartCoroutine(SimpleCallCoroutine("get", fullUrl, null, successCallback, errorCallback)); + } + + public void SimplePutCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + PlayFabHttp.instance.StartCoroutine(SimpleCallCoroutine("put", fullUrl, payload, successCallback, errorCallback)); + } + + public void SimplePostCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + PlayFabHttp.instance.StartCoroutine(SimpleCallCoroutine("post", fullUrl, payload, successCallback, errorCallback)); + } + + private static IEnumerator SimpleCallCoroutine(string method, string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + if (payload == null) + { + var www = new WWW(fullUrl); + yield return www; + if (!string.IsNullOrEmpty(www.error)) + errorCallback(www.error); + else + successCallback(www.bytes); + } + else + { + UnityWebRequest request; + if (method == "put") + { + request = UnityWebRequest.Put(fullUrl, payload); + } + else + { + var strPayload = System.Text.Encoding.UTF8.GetString(payload, 0, payload.Length); + request = UnityWebRequest.Post(fullUrl, strPayload); + } + +#if UNITY_2017_2_OR_NEWER + request.chunkedTransfer = false; // can be removed after Unity's PUT will be more stable + request.SendWebRequest(); +#else + request.Send(); +#endif + +#if !UNITY_WEBGL + while (request.uploadProgress < 1 || request.downloadProgress < 1) + { + yield return 1; + } +#else + while (!request.isDone) + { + yield return 1; + } +#endif + + if (!string.IsNullOrEmpty(request.error)) + errorCallback(request.error); + else + successCallback(request.downloadHandler.data); + } + } + + public void MakeApiCall(object reqContainerObj) + { + CallRequestContainer reqContainer = (CallRequestContainer)reqContainerObj; + reqContainer.RequestHeaders["Content-Type"] = "application/json"; + + //Debug.LogFormat("Posting {0} to Url: {1}", req.Trim(), url); + var www = new WWW(reqContainer.FullUrl, reqContainer.Payload, reqContainer.RequestHeaders); + +#if PLAYFAB_REQUEST_TIMING + var stopwatch = System.Diagnostics.Stopwatch.StartNew(); +#endif + + // Start the www corouting to Post, and get a response or error which is then passed to the callbacks. + Action wwwSuccessCallback = (response) => + { + try + { +#if PLAYFAB_REQUEST_TIMING + var startTime = DateTime.UtcNow; +#endif + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var httpResult = serializer.DeserializeObject(response); + + if (httpResult.code == 200) + { + // We have a good response from the server + reqContainer.JsonResponse = serializer.SerializeObject(httpResult.data); + reqContainer.DeserializeResultJson(); + reqContainer.ApiResult.Request = reqContainer.ApiRequest; + reqContainer.ApiResult.CustomData = reqContainer.CustomData; + + PlayFabHttp.instance.OnPlayFabApiResult(reqContainer); +#if !DISABLE_PLAYFABCLIENT_API + PlayFabDeviceUtil.OnPlayFabLogin(reqContainer.ApiResult, reqContainer.settings, reqContainer.instanceApi); +#endif + + try + { + PlayFabHttp.SendEvent(reqContainer.ApiEndpoint, reqContainer.ApiRequest, reqContainer.ApiResult, ApiProcessingEventType.Post); + } + catch (Exception e) + { + Debug.LogException(e); + } + +#if PLAYFAB_REQUEST_TIMING + stopwatch.Stop(); + var timing = new PlayFabHttp.RequestTiming { + StartTimeUtc = startTime, + ApiEndpoint = reqContainer.ApiEndpoint, + WorkerRequestMs = (int)stopwatch.ElapsedMilliseconds, + MainThreadRequestMs = (int)stopwatch.ElapsedMilliseconds + }; + PlayFabHttp.SendRequestTiming(timing); +#endif + try + { + reqContainer.InvokeSuccessCallback(); + } + catch (Exception e) + { + Debug.LogException(e); + } + } + else + { + if (reqContainer.ErrorCallback != null) + { + reqContainer.Error = PlayFabHttp.GeneratePlayFabError(reqContainer.ApiEndpoint, response, reqContainer.CustomData); + PlayFabHttp.SendErrorEvent(reqContainer.ApiRequest, reqContainer.Error); + reqContainer.ErrorCallback(reqContainer.Error); + } + } + } + catch (Exception e) + { + Debug.LogException(e); + } + }; + + Action wwwErrorCallback = (errorCb) => + { + reqContainer.JsonResponse = errorCb; + if (reqContainer.ErrorCallback != null) + { + reqContainer.Error = PlayFabHttp.GeneratePlayFabError(reqContainer.ApiEndpoint, reqContainer.JsonResponse, reqContainer.CustomData); + PlayFabHttp.SendErrorEvent(reqContainer.ApiRequest, reqContainer.Error); + reqContainer.ErrorCallback(reqContainer.Error); + } + }; + + PlayFabHttp.instance.StartCoroutine(PostPlayFabApiCall(www, wwwSuccessCallback, wwwErrorCallback)); + } + + private IEnumerator PostPlayFabApiCall(WWW www, Action wwwSuccessCallback, Action wwwErrorCallback) + { + yield return www; + if (!string.IsNullOrEmpty(www.error)) + { + wwwErrorCallback(www.error); + } + else + { + try + { + byte[] responseBytes = www.bytes; + string responseText = System.Text.Encoding.UTF8.GetString(responseBytes, 0, responseBytes.Length); + wwwSuccessCallback(responseText); + } + catch (Exception e) + { + wwwErrorCallback("Unhandled error in PlayFabWWW: " + e); + } + } + www.Dispose(); + } + + public int GetPendingMessages() + { + return _pendingWwwMessages; + } + } +} +#endif diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWWW.cs.meta b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWWW.cs.meta new file mode 100644 index 00000000..6159d82f --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWWW.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 71ae810a641b9644187c8824db5ff1fe +timeCreated: 1462745593 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs new file mode 100644 index 00000000..014774ce --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs @@ -0,0 +1,544 @@ +#if !UNITY_WSA && !UNITY_WP8 + +using System; +using UnityEngine; +using System.Collections.Generic; +using System.IO; +using System.Net; +using System.Threading; +using PlayFab.SharedModels; +#if !DISABLE_PLAYFABCLIENT_API +using PlayFab.ClientModels; +#endif + +namespace PlayFab.Internal +{ + public class PlayFabWebRequest : ITransportPlugin + { + /// + /// Disable encryption certificate validation within PlayFabWebRequest using this request. + /// This is not generally recommended. + /// As of early 2018: + /// None of the built-in Unity mechanisms validate the certificate, using .Net 3.5 equivalent runtime + /// It is also not currently feasible to provide a single cross platform solution that will correctly validate a certificate. + /// The Risk: + /// All Unity HTTPS mechanisms are vulnerable to Man-In-The-Middle attacks. + /// The only more-secure option is to define a custom CustomCertValidationHook, specifically tailored to the platforms you support, + /// which validate the cert based on a list of trusted certificate providers. This list of providers must be able to update itself, as the + /// base certificates for those providers will also expire and need updating on a regular basis. + /// + public static void SkipCertificateValidation() + { + var rcvc = new System.Net.Security.RemoteCertificateValidationCallback(AcceptAllCertifications); //(sender, cert, chain, ssl) => true + ServicePointManager.ServerCertificateValidationCallback = rcvc; + certValidationSet = true; + } + + /// + /// Provide PlayFabWebRequest with a custom ServerCertificateValidationCallback which can be used to validate the PlayFab encryption certificate. + /// Please do not: + /// - Hard code the current PlayFab certificate information - The PlayFab certificate updates itself on a regular schedule, and your game will fail and require a republish to fix + /// - Hard code a list of static certificate authorities - Any single exported list of certificate authorities will become out of date, and have the same problem when the CA cert expires + /// Real solution: + /// - A mechanism where a valid certificate authority list can be securely downloaded and updated without republishing the client when existing certificates expire. + /// + public static System.Net.Security.RemoteCertificateValidationCallback CustomCertValidationHook + { + set + { + ServicePointManager.ServerCertificateValidationCallback = value; + certValidationSet = true; + } + } + + private static readonly Queue ResultQueueTransferThread = new Queue(); + private static readonly Queue ResultQueueMainThread = new Queue(); + private static readonly List ActiveRequests = new List(); + + private static bool certValidationSet = false; + private static Thread _requestQueueThread; + private static readonly object _ThreadLock = new object(); + private static readonly TimeSpan ThreadKillTimeout = TimeSpan.FromSeconds(60); + private static DateTime _threadKillTime = DateTime.UtcNow + ThreadKillTimeout; // Kill the thread after 1 minute of inactivity + private static bool _isApplicationPlaying; + private static int _activeCallCount; + + private static string _unityVersion; + + private bool _isInitialized = false; + + public bool IsInitialized { get { return _isInitialized; } } + + public void Initialize() + { + SetupCertificates(); + _isApplicationPlaying = true; + _unityVersion = Application.unityVersion; + _isInitialized = true; + } + + public void OnDestroy() + { + _isApplicationPlaying = false; + lock (ResultQueueTransferThread) + { + ResultQueueTransferThread.Clear(); + } + lock (ActiveRequests) + { + ActiveRequests.Clear(); + } + lock (_ThreadLock) + { + _requestQueueThread = null; + } + } + + private void SetupCertificates() + { + // These are performance Optimizations for HttpWebRequests. + ServicePointManager.DefaultConnectionLimit = 10; + ServicePointManager.Expect100Continue = false; + + if (!certValidationSet) + { + Debug.LogWarning("PlayFab API calls will likely fail because you have not set up a HttpWebRequest certificate validation mechanism"); + Debug.LogWarning("Please set a validation callback into PlayFab.Internal.PlayFabWebRequest.CustomCertValidationHook, or set PlayFab.Internal.PlayFabWebRequest.SkipCertificateValidation()"); + } + } + + /// + /// This disables certificate validation, if it's been activated by a customer via SkipCertificateValidation() + /// + private static bool AcceptAllCertifications(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors) + { + return true; + } + + public void SimpleGetCall(string fullUrl, Action successCallback, Action errorCallback) + { + // This needs to be improved to use a decent thread-pool, but it can be improved invisibly later + var newThread = new Thread(() => SimpleHttpsWorker("GET", fullUrl, null, successCallback, errorCallback)); + newThread.Start(); + } + + public void SimplePutCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + // This needs to be improved to use a decent thread-pool, but it can be improved invisibly later + var newThread = new Thread(() => SimpleHttpsWorker("PUT", fullUrl, payload, successCallback, errorCallback)); + newThread.Start(); + } + + public void SimplePostCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + // This needs to be improved to use a decent thread-pool, but it can be improved invisibly later + var newThread = new Thread(() => SimpleHttpsWorker("POST", fullUrl, payload, successCallback, errorCallback)); + newThread.Start(); + } + + + private void SimpleHttpsWorker(string httpMethod, string fullUrl, byte[] payload, Action successCallback, Action errorCallback) + { + // This should also use a pooled HttpWebRequest object, but that too can be improved invisibly later + var httpRequest = (HttpWebRequest)WebRequest.Create(fullUrl); + httpRequest.UserAgent = "UnityEngine-Unity; Version: " + _unityVersion; + httpRequest.Method = httpMethod; + httpRequest.KeepAlive = PlayFabSettings.RequestKeepAlive; + httpRequest.Timeout = PlayFabSettings.RequestTimeout; + httpRequest.AllowWriteStreamBuffering = false; + httpRequest.ReadWriteTimeout = PlayFabSettings.RequestTimeout; + + if (payload != null) + { + httpRequest.ContentLength = payload.LongLength; + using (var stream = httpRequest.GetRequestStream()) + { + stream.Write(payload, 0, payload.Length); + } + } + + try + { + var response = httpRequest.GetResponse(); + byte[] output = null; + using (var responseStream = response.GetResponseStream()) + { + if (responseStream != null) + { + output = new byte[response.ContentLength]; + responseStream.Read(output, 0, output.Length); + } + } + successCallback(output); + } + catch (WebException webException) + { + try + { + using (var responseStream = webException.Response.GetResponseStream()) + { + if (responseStream != null) + using (var stream = new StreamReader(responseStream)) + errorCallback(stream.ReadToEnd()); + } + } + catch (Exception e) + { + Debug.LogException(e); + } + } + catch (Exception e) + { + Debug.LogException(e); + } + } + + public void MakeApiCall(object reqContainerObj) + { + CallRequestContainer reqContainer = (CallRequestContainer)reqContainerObj; + reqContainer.HttpState = HttpRequestState.Idle; + + lock (ActiveRequests) + { + ActiveRequests.Insert(0, reqContainer); + } + + ActivateThreadWorker(); + } + + private static void ActivateThreadWorker() + { + lock (_ThreadLock) + { + if (_requestQueueThread != null) + { + return; + } + _requestQueueThread = new Thread(WorkerThreadMainLoop); + _requestQueueThread.Start(); + } + } + + private static void WorkerThreadMainLoop() + { + try + { + bool active; + lock (_ThreadLock) + { + // Kill the thread after 1 minute of inactivity + _threadKillTime = DateTime.UtcNow + ThreadKillTimeout; + } + + List localActiveRequests = new List(); + do + { + //process active requests + lock (ActiveRequests) + { + localActiveRequests.AddRange(ActiveRequests); + ActiveRequests.Clear(); + _activeCallCount = localActiveRequests.Count; + } + + var activeCalls = localActiveRequests.Count; + for (var i = activeCalls - 1; i >= 0; i--) // We must iterate backwards, because we remove at index i in some cases + { + switch (localActiveRequests[i].HttpState) + { + case HttpRequestState.Error: + localActiveRequests.RemoveAt(i); break; + case HttpRequestState.Idle: + Post(localActiveRequests[i]); break; + case HttpRequestState.Sent: + if (!localActiveRequests[i].CalledGetResponse) { // Else we'll GetResponse try again next tick + localActiveRequests[i].HttpRequest.GetResponseAsync(); + localActiveRequests[i].CalledGetResponse = true; + } + else if (localActiveRequests[i].HttpRequest.HaveResponse) + ProcessHttpResponse(localActiveRequests[i]); + break; + case HttpRequestState.Received: + ProcessJsonResponse(localActiveRequests[i]); + localActiveRequests.RemoveAt(i); + break; + } + } + + #region Expire Thread. + // Check if we've been inactive + lock (_ThreadLock) + { + var now = DateTime.UtcNow; + if (activeCalls > 0 && _isApplicationPlaying) + { + // Still active, reset the _threadKillTime + _threadKillTime = now + ThreadKillTimeout; + } + // Kill the thread after 1 minute of inactivity + active = now <= _threadKillTime; + if (!active) + { + _requestQueueThread = null; + } + // This thread will be stopped, so null this now, inside lock (_threadLock) + } + #endregion + + Thread.Sleep(1); + } while (active); + + } + catch (Exception e) + { + Debug.LogException(e); + _requestQueueThread = null; + } + } + + private static void Post(CallRequestContainer reqContainer) + { + try + { + reqContainer.HttpRequest = (HttpWebRequest)WebRequest.Create(reqContainer.FullUrl); + reqContainer.HttpRequest.UserAgent = "UnityEngine-Unity; Version: " + _unityVersion; + reqContainer.HttpRequest.SendChunked = false; + // Prevents hitting a proxy if no proxy is available. TODO: Add support for proxy's. + reqContainer.HttpRequest.Proxy = null; + + foreach (var pair in reqContainer.RequestHeaders) + reqContainer.HttpRequest.Headers.Add(pair.Key, pair.Value); + + reqContainer.HttpRequest.ContentType = "application/json"; + reqContainer.HttpRequest.Method = "POST"; + reqContainer.HttpRequest.KeepAlive = PlayFabSettings.RequestKeepAlive; + reqContainer.HttpRequest.Timeout = PlayFabSettings.RequestTimeout; + reqContainer.HttpRequest.AllowWriteStreamBuffering = false; + reqContainer.HttpRequest.Proxy = null; + reqContainer.HttpRequest.ContentLength = reqContainer.Payload.LongLength; + reqContainer.HttpRequest.ReadWriteTimeout = PlayFabSettings.RequestTimeout; + + //Debug.Log("Get Stream"); + // Get Request Stream and send data in the body. + using (var stream = reqContainer.HttpRequest.GetRequestStream()) + { + //Debug.Log("Post Stream"); + stream.Write(reqContainer.Payload, 0, reqContainer.Payload.Length); + //Debug.Log("After Post stream"); + } + + reqContainer.HttpState = HttpRequestState.Sent; + } + catch (WebException e) + { + reqContainer.JsonResponse = ResponseToString(e.Response) ?? e.Status + ": WebException making http request to: " + reqContainer.FullUrl; + var enhancedError = new WebException(reqContainer.JsonResponse, e); + Debug.LogException(enhancedError); + QueueRequestError(reqContainer); + } + catch (Exception e) + { + reqContainer.JsonResponse = "Unhandled exception in Post : " + reqContainer.FullUrl; + var enhancedError = new Exception(reqContainer.JsonResponse, e); + Debug.LogException(enhancedError); + QueueRequestError(reqContainer); + } + } + + private static void ProcessHttpResponse(CallRequestContainer reqContainer) + { + try + { +#if PLAYFAB_REQUEST_TIMING + reqContainer.Timing.WorkerRequestMs = (int)reqContainer.Stopwatch.ElapsedMilliseconds; +#endif + // Get and check the response + var httpResponse = (HttpWebResponse)reqContainer.HttpRequest.GetResponse(); + if (httpResponse.StatusCode == HttpStatusCode.OK) + { + reqContainer.JsonResponse = ResponseToString(httpResponse); + } + + if (httpResponse.StatusCode != HttpStatusCode.OK || string.IsNullOrEmpty(reqContainer.JsonResponse)) + { + reqContainer.JsonResponse = reqContainer.JsonResponse ?? "No response from server"; + QueueRequestError(reqContainer); + return; + } + else + { + // Response Recieved Successfully, now process. + } + + reqContainer.HttpState = HttpRequestState.Received; + } + catch (Exception e) + { + var msg = "Unhandled exception in ProcessHttpResponse : " + reqContainer.FullUrl; + reqContainer.JsonResponse = reqContainer.JsonResponse ?? msg; + var enhancedError = new Exception(msg, e); + Debug.LogException(enhancedError); + QueueRequestError(reqContainer); + } + } + + /// + /// Set the reqContainer into an error state, and queue it to invoke the ErrorCallback for that request + /// + private static void QueueRequestError(CallRequestContainer reqContainer) + { + reqContainer.Error = PlayFabHttp.GeneratePlayFabError(reqContainer.ApiEndpoint, reqContainer.JsonResponse, reqContainer.CustomData); // Decode the server-json error + reqContainer.HttpState = HttpRequestState.Error; + lock (ResultQueueTransferThread) + { + //Queue The result callbacks to run on the main thread. + ResultQueueTransferThread.Enqueue(() => + { + PlayFabHttp.SendErrorEvent(reqContainer.ApiRequest, reqContainer.Error); + if (reqContainer.ErrorCallback != null) + reqContainer.ErrorCallback(reqContainer.Error); + }); + } + } + + private static void ProcessJsonResponse(CallRequestContainer reqContainer) + { + try + { + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var httpResult = serializer.DeserializeObject(reqContainer.JsonResponse); + +#if PLAYFAB_REQUEST_TIMING + reqContainer.Timing.WorkerRequestMs = (int)reqContainer.Stopwatch.ElapsedMilliseconds; +#endif + + //This would happen if playfab returned a 500 internal server error or a bad json response. + if (httpResult == null || httpResult.code != 200) + { + QueueRequestError(reqContainer); + return; + } + + reqContainer.JsonResponse = serializer.SerializeObject(httpResult.data); + reqContainer.DeserializeResultJson(); // Assigns Result with a properly typed object + reqContainer.ApiResult.Request = reqContainer.ApiRequest; + reqContainer.ApiResult.CustomData = reqContainer.CustomData; + + if(_isApplicationPlaying) + { + PlayFabHttp.instance.OnPlayFabApiResult(reqContainer); + } + +#if !DISABLE_PLAYFABCLIENT_API + lock (ResultQueueTransferThread) + { + ResultQueueTransferThread.Enqueue(() => { PlayFabDeviceUtil.OnPlayFabLogin(reqContainer.ApiResult, reqContainer.settings, reqContainer.instanceApi); }); + } +#endif + lock (ResultQueueTransferThread) + { + //Queue The result callbacks to run on the main thread. + ResultQueueTransferThread.Enqueue(() => + { +#if PLAYFAB_REQUEST_TIMING + reqContainer.Stopwatch.Stop(); + reqContainer.Timing.MainThreadRequestMs = (int)reqContainer.Stopwatch.ElapsedMilliseconds; + PlayFabHttp.SendRequestTiming(reqContainer.Timing); +#endif + try + { + PlayFabHttp.SendEvent(reqContainer.ApiEndpoint, reqContainer.ApiRequest, reqContainer.ApiResult, ApiProcessingEventType.Post); + reqContainer.InvokeSuccessCallback(); + } + catch (Exception e) + { + Debug.LogException(e); // Log the user's callback exception back to them without halting PlayFabHttp + } + }); + } + } + catch (Exception e) + { + var msg = "Unhandled exception in ProcessJsonResponse : " + reqContainer.FullUrl; + reqContainer.JsonResponse = reqContainer.JsonResponse ?? msg; + var enhancedError = new Exception(msg, e); + Debug.LogException(enhancedError); + QueueRequestError(reqContainer); + } + } + + public void Update() + { + lock (ResultQueueTransferThread) + { + while (ResultQueueTransferThread.Count > 0) + { + var actionToQueue = ResultQueueTransferThread.Dequeue(); + ResultQueueMainThread.Enqueue(actionToQueue); + } + } + + while (ResultQueueMainThread.Count > 0) + { + var finishedRequest = ResultQueueMainThread.Dequeue(); + finishedRequest(); + } + } + + private static string ResponseToString(WebResponse webResponse) + { + if (webResponse == null) + return null; + + try + { + using (var responseStream = webResponse.GetResponseStream()) + { + if (responseStream == null) + return null; + using (var stream = new StreamReader(responseStream)) + { + return stream.ReadToEnd(); + } + } + } + catch (WebException webException) + { + try + { + using (var responseStream = webException.Response.GetResponseStream()) + { + if (responseStream == null) + return null; + using (var stream = new StreamReader(responseStream)) + { + return stream.ReadToEnd(); + } + } + } + catch (Exception e) + { + Debug.LogException(e); + return null; + } + } + catch (Exception e) + { + Debug.LogException(e); + return null; + } + } + + public int GetPendingMessages() + { + var count = 0; + lock (ActiveRequests) + count += ActiveRequests.Count + _activeCallCount; + lock (ResultQueueTransferThread) + count += ResultQueueTransferThread.Count; + return count; + } + } +} + +#endif diff --git a/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs.meta b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs.meta new file mode 100644 index 00000000..3ebab9de --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWebRequest.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 18fd1a0daadd68d45aebf8c19cac2bda +timeCreated: 1466016486 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/SimpleJson.cs b/Assets/PlayFabSDK/Shared/Internal/SimpleJson.cs new file mode 100644 index 00000000..52486e69 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/SimpleJson.cs @@ -0,0 +1,2081 @@ +//----------------------------------------------------------------------- +// +// Copyright (c) 2011, The Outercurve Foundation. +// +// Licensed under the MIT License (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.opensource.org/licenses/mit-license.php +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me) +// https://github.com/facebook-csharp-sdk/simple-json +//----------------------------------------------------------------------- + +// VERSION: + +// NOTE: uncomment the following line to make SimpleJson class internal. +//#define SIMPLE_JSON_INTERNAL + +// NOTE: uncomment the following line to make JsonArray and JsonObject class internal. +//#define SIMPLE_JSON_OBJARRAYINTERNAL + +// NOTE: uncomment the following line to enable dynamic support. +//#define SIMPLE_JSON_DYNAMIC + +// NOTE: uncomment the following line to enable DataContract support. +//#define SIMPLE_JSON_DATACONTRACT + +// NOTE: uncomment the following line to enable IReadOnlyCollection and IReadOnlyList support. +//#define SIMPLE_JSON_READONLY_COLLECTIONS + +// NOTE: uncomment the following line if you are compiling under Windows Store app/library. +// usually already defined in properties +#if UNITY_WSA && UNITY_WP8 +#define NETFX_CORE +#endif + +// If you are targetting WinStore, WP8 and NET4.5+ PCL make sure to +#if UNITY_WP8 || UNITY_WP8_1 || UNITY_WSA +// #define SIMPLE_JSON_TYPEINFO +#endif + +// original json parsing code from http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html + +#if NETFX_CORE +#define SIMPLE_JSON_TYPEINFO +#endif + +using System; +using System.CodeDom.Compiler; +using System.Collections; +using System.Collections.Generic; +using System.ComponentModel; +using System.Diagnostics.CodeAnalysis; +#if SIMPLE_JSON_DYNAMIC +using System.Dynamic; +#endif +using System.Globalization; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.Serialization; +using System.Text; + +// ReSharper disable LoopCanBeConvertedToQuery +// ReSharper disable RedundantExplicitArrayCreation +// ReSharper disable SuggestUseVarKeywordEvident +namespace PlayFab.Json +{ + public enum NullValueHandling + { + Include, // Include null values when serializing and deserializing objects + Ignore // Ignore null values when serializing and deserializing objects + } + + /// + /// Customize the json output of a field or property + /// + [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] + public class JsonProperty : Attribute + { + public string PropertyName = null; + public NullValueHandling NullValueHandling = NullValueHandling.Include; + } + + /// + /// Represents the json array. + /// + [GeneratedCode("simple-json", "1.0.0")] + [EditorBrowsable(EditorBrowsableState.Never)] + [SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")] +#if SIMPLE_JSON_OBJARRAYINTERNAL + internal +#else + public +#endif + class JsonArray : List + { + /// + /// Initializes a new instance of the class. + /// + public JsonArray() { } + + /// + /// Initializes a new instance of the class. + /// + /// The capacity of the json array. + public JsonArray(int capacity) : base(capacity) { } + + /// + /// The json representation of the array. + /// + /// The json representation of the array. + public override string ToString() + { + return PlayFabSimpleJson.SerializeObject(this) ?? string.Empty; + } + } + + /// + /// Represents the json object. + /// + [GeneratedCode("simple-json", "1.0.0")] + [EditorBrowsable(EditorBrowsableState.Never)] + [SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")] +#if SIMPLE_JSON_OBJARRAYINTERNAL + internal +#else + public +#endif + class JsonObject : +#if SIMPLE_JSON_DYNAMIC + DynamicObject, +#endif + IDictionary + { + private const int DICTIONARY_DEFAULT_SIZE = 16; + /// + /// The internal member dictionary. + /// + private readonly Dictionary _members; + + /// + /// Initializes a new instance of . + /// + public JsonObject() + { + _members = new Dictionary(DICTIONARY_DEFAULT_SIZE); + } + + /// + /// Initializes a new instance of . + /// + /// The implementation to use when comparing keys, or null to use the default for the type of the key. + public JsonObject(IEqualityComparer comparer) + { + _members = new Dictionary(comparer); + } + + /// + /// Gets the at the specified index. + /// + /// + public object this[int index] + { + get { return GetAtIndex(_members, index); } + } + + internal static object GetAtIndex(IDictionary obj, int index) + { + if (obj == null) + throw new ArgumentNullException("obj"); + if (index >= obj.Count) + throw new ArgumentOutOfRangeException("index"); + int i = 0; + foreach (KeyValuePair o in obj) + if (i++ == index) return o.Value; + return null; + } + + /// + /// Adds the specified key. + /// + /// The key. + /// The value. + public void Add(string key, object value) + { + _members.Add(key, value); + } + + /// + /// Determines whether the specified key contains key. + /// + /// The key. + /// + /// true if the specified key contains key; otherwise, false. + /// + public bool ContainsKey(string key) + { + return _members.ContainsKey(key); + } + + /// + /// Gets the keys. + /// + /// The keys. + public ICollection Keys + { + get { return _members.Keys; } + } + + /// + /// Removes the specified key. + /// + /// The key. + /// + public bool Remove(string key) + { + return _members.Remove(key); + } + + /// + /// Tries the get value. + /// + /// The key. + /// The value. + /// + public bool TryGetValue(string key, out object value) + { + return _members.TryGetValue(key, out value); + } + + /// + /// Gets the values. + /// + /// The values. + public ICollection Values + { + get { return _members.Values; } + } + + /// + /// Gets or sets the with the specified key. + /// + /// + public object this[string key] + { + get { return _members[key]; } + set { _members[key] = value; } + } + + /// + /// Adds the specified item. + /// + /// The item. + public void Add(KeyValuePair item) + { + _members.Add(item.Key, item.Value); + } + + /// + /// Clears this instance. + /// + public void Clear() + { + _members.Clear(); + } + + /// + /// Determines whether [contains] [the specified item]. + /// + /// The item. + /// + /// true if [contains] [the specified item]; otherwise, false. + /// + public bool Contains(KeyValuePair item) + { + object value; + return _members.TryGetValue(item.Key, out value) && value == item.Value; + } + + /// + /// Copies to. + /// + /// The array. + /// Index of the array. + public void CopyTo(KeyValuePair[] array, int arrayIndex) + { + if (array == null) throw new ArgumentNullException("array"); + int num = Count; + foreach (KeyValuePair kvp in _members) + { + array[arrayIndex++] = kvp; + if (--num <= 0) + return; + } + } + + /// + /// Gets the count. + /// + /// The count. + public int Count + { + get { return _members.Count; } + } + + /// + /// Gets a value indicating whether this instance is read only. + /// + /// + /// true if this instance is read only; otherwise, false. + /// + public bool IsReadOnly + { + get { return false; } + } + + /// + /// Removes the specified item. + /// + /// The item. + /// + public bool Remove(KeyValuePair item) + { + return _members.Remove(item.Key); + } + + /// + /// Gets the enumerator. + /// + /// + public IEnumerator> GetEnumerator() + { + return _members.GetEnumerator(); + } + + /// + /// Returns an enumerator that iterates through a collection. + /// + /// + /// An object that can be used to iterate through the collection. + /// + IEnumerator IEnumerable.GetEnumerator() + { + return _members.GetEnumerator(); + } + + /// + /// Returns a json that represents the current . + /// + /// + /// A json that represents the current . + /// + public override string ToString() + { + return PlayFabSimpleJson.SerializeObject(_members); + } + +#if SIMPLE_JSON_DYNAMIC + /// + /// Provides implementation for type conversion operations. Classes derived from the class can override this method to specify dynamic behavior for operations that convert an object from one type to another. + /// + /// Provides information about the conversion operation. The binder.Type property provides the type to which the object must be converted. For example, for the statement (String)sampleObject in C# (CType(sampleObject, Type) in Visual Basic), where sampleObject is an instance of the class derived from the class, binder.Type returns the type. The binder.Explicit property provides information about the kind of conversion that occurs. It returns true for explicit conversion and false for implicit conversion. + /// The result of the type conversion operation. + /// + /// Alwasy returns true. + /// + public override bool TryConvert(ConvertBinder binder, out object result) + { + // + if (binder == null) + throw new ArgumentNullException("binder"); + // + Type targetType = binder.Type; + + if ((targetType == typeof(IEnumerable)) || + (targetType == typeof(IEnumerable>)) || + (targetType == typeof(IDictionary)) || + (targetType == typeof(IDictionary))) + { + result = this; + return true; + } + + return base.TryConvert(binder, out result); + } + + /// + /// Provides the implementation for operations that delete an object member. This method is not intended for use in C# or Visual Basic. + /// + /// Provides information about the deletion. + /// + /// Alwasy returns true. + /// + public override bool TryDeleteMember(DeleteMemberBinder binder) + { + // + if (binder == null) + throw new ArgumentNullException("binder"); + // + return _members.Remove(binder.Name); + } + + /// + /// Provides the implementation for operations that get a value by index. Classes derived from the class can override this method to specify dynamic behavior for indexing operations. + /// + /// Provides information about the operation. + /// The indexes that are used in the operation. For example, for the sampleObject[3] operation in C# (sampleObject(3) in Visual Basic), where sampleObject is derived from the DynamicObject class, is equal to 3. + /// The result of the index operation. + /// + /// Alwasy returns true. + /// + public override bool TryGetIndex(GetIndexBinder binder, object[] indexes, out object result) + { + if (indexes == null) throw new ArgumentNullException("indexes"); + if (indexes.Length == 1) + { + result = ((IDictionary)this)[(string)indexes[0]]; + return true; + } + result = null; + return true; + } + + /// + /// Provides the implementation for operations that get member values. Classes derived from the class can override this method to specify dynamic behavior for operations such as getting a value for a property. + /// + /// Provides information about the object that called the dynamic operation. The binder.Name property provides the name of the member on which the dynamic operation is performed. For example, for the Console.WriteLine(sampleObject.SampleProperty) statement, where sampleObject is an instance of the class derived from the class, binder.Name returns "SampleProperty". The binder.IgnoreCase property specifies whether the member name is case-sensitive. + /// The result of the get operation. For example, if the method is called for a property, you can assign the property value to . + /// + /// Alwasy returns true. + /// + public override bool TryGetMember(GetMemberBinder binder, out object result) + { + object value; + if (_members.TryGetValue(binder.Name, out value)) + { + result = value; + return true; + } + result = null; + return true; + } + + /// + /// Provides the implementation for operations that set a value by index. Classes derived from the class can override this method to specify dynamic behavior for operations that access objects by a specified index. + /// + /// Provides information about the operation. + /// The indexes that are used in the operation. For example, for the sampleObject[3] = 10 operation in C# (sampleObject(3) = 10 in Visual Basic), where sampleObject is derived from the class, is equal to 3. + /// The value to set to the object that has the specified index. For example, for the sampleObject[3] = 10 operation in C# (sampleObject(3) = 10 in Visual Basic), where sampleObject is derived from the class, is equal to 10. + /// + /// true if the operation is successful; otherwise, false. If this method returns false, the run-time binder of the language determines the behavior. (In most cases, a language-specific run-time exception is thrown. + /// + public override bool TrySetIndex(SetIndexBinder binder, object[] indexes, object value) + { + if (indexes == null) throw new ArgumentNullException("indexes"); + if (indexes.Length == 1) + { + ((IDictionary)this)[(string)indexes[0]] = value; + return true; + } + return base.TrySetIndex(binder, indexes, value); + } + + /// + /// Provides the implementation for operations that set member values. Classes derived from the class can override this method to specify dynamic behavior for operations such as setting a value for a property. + /// + /// Provides information about the object that called the dynamic operation. The binder.Name property provides the name of the member to which the value is being assigned. For example, for the statement sampleObject.SampleProperty = "Test", where sampleObject is an instance of the class derived from the class, binder.Name returns "SampleProperty". The binder.IgnoreCase property specifies whether the member name is case-sensitive. + /// The value to set to the member. For example, for sampleObject.SampleProperty = "Test", where sampleObject is an instance of the class derived from the class, the is "Test". + /// + /// true if the operation is successful; otherwise, false. If this method returns false, the run-time binder of the language determines the behavior. (In most cases, a language-specific run-time exception is thrown.) + /// + public override bool TrySetMember(SetMemberBinder binder, object value) + { + // + if (binder == null) + throw new ArgumentNullException("binder"); + // + _members[binder.Name] = value; + return true; + } + + /// + /// Returns the enumeration of all dynamic member names. + /// + /// + /// A sequence that contains dynamic member names. + /// + public override IEnumerable GetDynamicMemberNames() + { + foreach (var key in Keys) + yield return key; + } +#endif + } + + /// + /// Private. Do not call from client code. + /// This class encodes and decodes JSON strings. + /// Spec. details, see http://www.json.org/ + /// + /// JSON uses Arrays and Objects. These correspond here to the datatypes JsonArray(IList<object>) and JsonObject(IDictionary<string,object>). + /// All numbers are parsed to doubles. + /// + [GeneratedCode("simple-json", "1.0.0")] +#if SIMPLE_JSON_INTERNAL + internal +#else + public +#endif + static class PlayFabSimpleJson + { + private enum TokenType : byte + { + NONE = 0, + CURLY_OPEN = 1, + CURLY_CLOSE = 2, + SQUARED_OPEN = 3, + SQUARED_CLOSE = 4, + COLON = 5, + COMMA = 6, + STRING = 7, + NUMBER = 8, + TRUE = 9, + FALSE = 10, + NULL = 11, + } + private const int BUILDER_INIT = 2000; + + private static readonly char[] EscapeTable; + private static readonly char[] EscapeCharacters = new char[] { '"', '\\', '\b', '\f', '\n', '\r', '\t' }; + // private static readonly string EscapeCharactersString = new string(EscapeCharacters); + internal static readonly List NumberTypes = new List { + typeof(bool), typeof(byte), typeof(ushort), typeof(uint), typeof(ulong), typeof(sbyte), typeof(short), typeof(int), typeof(long), typeof(double), typeof(float), typeof(decimal) + }; + + // Performance stuff + [ThreadStatic] + private static StringBuilder _serializeObjectBuilder; + [ThreadStatic] + private static StringBuilder _parseStringBuilder; + + static PlayFabSimpleJson() + { + EscapeTable = new char[93]; + EscapeTable['"'] = '"'; + EscapeTable['\\'] = '\\'; + EscapeTable['\b'] = 'b'; + EscapeTable['\f'] = 'f'; + EscapeTable['\n'] = 'n'; + EscapeTable['\r'] = 'r'; + EscapeTable['\t'] = 't'; + } + + /// + /// Parses the string json into a value + /// + /// A JSON string. + /// An IList<object>, a IDictionary<string,object>, a double, a string, null, true, or false + public static object DeserializeObject(string json) + { + object obj; + if (TryDeserializeObject(json, out obj)) + return obj; + throw new SerializationException("Invalid JSON string"); + } + + /// + /// Try parsing the json string into a value. + /// + /// + /// A JSON string. + /// + /// + /// The object. + /// + /// + /// Returns true if successfull otherwise false. + /// + [SuppressMessage("Microsoft.Design", "CA1007:UseGenericsWhereAppropriate", Justification = "Need to support .NET 2")] + public static bool TryDeserializeObject(string json, out object obj) + { + bool success = true; + if (json != null) + { + int index = 0; + obj = ParseValue(json, ref index, ref success); + } + else + obj = null; + + return success; + } + + public static object DeserializeObject(string json, Type type, IJsonSerializerStrategy jsonSerializerStrategy = null) + { + object jsonObject = DeserializeObject(json); + if (type == null || jsonObject != null && ReflectionUtils.IsAssignableFrom(jsonObject.GetType(), type)) + return jsonObject; + return (jsonSerializerStrategy ?? CurrentJsonSerializerStrategy).DeserializeObject(jsonObject, type); + } + + public static T DeserializeObject(string json, IJsonSerializerStrategy jsonSerializerStrategy = null) + { + return (T)DeserializeObject(json, typeof(T), jsonSerializerStrategy); + } + + /// + /// Converts a IDictionary<string,object> / IList<object> object into a JSON string + /// + /// A IDictionary<string,object> / IList<object> + /// Serializer strategy to use + /// A JSON encoded string, or null if object 'json' is not serializable + public static string SerializeObject(object json, IJsonSerializerStrategy jsonSerializerStrategy = null) + { + if (_serializeObjectBuilder == null) + _serializeObjectBuilder = new StringBuilder(BUILDER_INIT); + _serializeObjectBuilder.Length = 0; + + if (jsonSerializerStrategy == null) + jsonSerializerStrategy = CurrentJsonSerializerStrategy; + + bool success = SerializeValue(jsonSerializerStrategy, json, _serializeObjectBuilder); + return (success ? _serializeObjectBuilder.ToString() : null); + } + + public static string EscapeToJavascriptString(string jsonString) + { + if (string.IsNullOrEmpty(jsonString)) + return jsonString; + + StringBuilder sb = new StringBuilder(); + char c; + + for (int i = 0; i < jsonString.Length;) + { + c = jsonString[i++]; + + if (c == '\\') + { + int remainingLength = jsonString.Length - i; + if (remainingLength >= 2) + { + char lookahead = jsonString[i]; + if (lookahead == '\\') + { + sb.Append('\\'); + ++i; + } + else if (lookahead == '"') + { + sb.Append("\""); + ++i; + } + else if (lookahead == 't') + { + sb.Append('\t'); + ++i; + } + else if (lookahead == 'b') + { + sb.Append('\b'); + ++i; + } + else if (lookahead == 'n') + { + sb.Append('\n'); + ++i; + } + else if (lookahead == 'r') + { + sb.Append('\r'); + ++i; + } + } + } + else + { + sb.Append(c); + } + } + return sb.ToString(); + } + + static IDictionary ParseObject(string json, ref int index, ref bool success) + { + IDictionary table = new JsonObject(); + TokenType token; + + // { + NextToken(json, ref index); + + bool done = false; + while (!done) + { + token = LookAhead(json, index); + if (token == TokenType.NONE) + { + success = false; + return null; + } + else if (token == TokenType.COMMA) + NextToken(json, ref index); + else if (token == TokenType.CURLY_CLOSE) + { + NextToken(json, ref index); + return table; + } + else + { + // name + string name = ParseString(json, ref index, ref success); + if (!success) + { + success = false; + return null; + } + // : + token = NextToken(json, ref index); + if (token != TokenType.COLON) + { + success = false; + return null; + } + // value + object value = ParseValue(json, ref index, ref success); + if (!success) + { + success = false; + return null; + } + table[name] = value; + } + } + return table; + } + + static JsonArray ParseArray(string json, ref int index, ref bool success) + { + JsonArray array = new JsonArray(); + + // [ + NextToken(json, ref index); + + bool done = false; + while (!done) + { + TokenType token = LookAhead(json, index); + if (token == TokenType.NONE) + { + success = false; + return null; + } + else if (token == TokenType.COMMA) + NextToken(json, ref index); + else if (token == TokenType.SQUARED_CLOSE) + { + NextToken(json, ref index); + break; + } + else + { + object value = ParseValue(json, ref index, ref success); + if (!success) + return null; + array.Add(value); + } + } + return array; + } + + static object ParseValue(string json, ref int index, ref bool success) + { + switch (LookAhead(json, index)) + { + case TokenType.STRING: + return ParseString(json, ref index, ref success); + case TokenType.NUMBER: + return ParseNumber(json, ref index, ref success); + case TokenType.CURLY_OPEN: + return ParseObject(json, ref index, ref success); + case TokenType.SQUARED_OPEN: + return ParseArray(json, ref index, ref success); + case TokenType.TRUE: + NextToken(json, ref index); + return true; + case TokenType.FALSE: + NextToken(json, ref index); + return false; + case TokenType.NULL: + NextToken(json, ref index); + return null; + case TokenType.NONE: + break; + } + success = false; + return null; + } + + static string ParseString(string json, ref int index, ref bool success) + { + if (_parseStringBuilder == null) + _parseStringBuilder = new StringBuilder(BUILDER_INIT); + _parseStringBuilder.Length = 0; + + EatWhitespace(json, ref index); + + // " + char c = json[index++]; + bool complete = false; + while (!complete) + { + if (index == json.Length) + break; + + c = json[index++]; + if (c == '"') + { + complete = true; + break; + } + else if (c == '\\') + { + if (index == json.Length) + break; + c = json[index++]; + if (c == '"') + _parseStringBuilder.Append('"'); + else if (c == '\\') + _parseStringBuilder.Append('\\'); + else if (c == '/') + _parseStringBuilder.Append('/'); + else if (c == 'b') + _parseStringBuilder.Append('\b'); + else if (c == 'f') + _parseStringBuilder.Append('\f'); + else if (c == 'n') + _parseStringBuilder.Append('\n'); + else if (c == 'r') + _parseStringBuilder.Append('\r'); + else if (c == 't') + _parseStringBuilder.Append('\t'); + else if (c == 'u') + { + int remainingLength = json.Length - index; + if (remainingLength >= 4) + { + // parse the 32 bit hex into an integer codepoint + uint codePoint; + if (!(success = UInt32.TryParse(json.Substring(index, 4), NumberStyles.HexNumber, CultureInfo.InvariantCulture, out codePoint))) + return ""; + + // convert the integer codepoint to a unicode char and add to string + if (0xD800 <= codePoint && codePoint <= 0xDBFF) // if high surrogate + { + index += 4; // skip 4 chars + remainingLength = json.Length - index; + if (remainingLength >= 6) + { + uint lowCodePoint; + if (json.Substring(index, 2) == "\\u" && UInt32.TryParse(json.Substring(index + 2, 4), NumberStyles.HexNumber, CultureInfo.InvariantCulture, out lowCodePoint)) + { + if (0xDC00 <= lowCodePoint && lowCodePoint <= 0xDFFF) // if low surrogate + { + _parseStringBuilder.Append((char)codePoint); + _parseStringBuilder.Append((char)lowCodePoint); + index += 6; // skip 6 chars + continue; + } + } + } + success = false; // invalid surrogate pair + return ""; + } + _parseStringBuilder.Append(ConvertFromUtf32((int)codePoint)); + // skip 4 chars + index += 4; + } + else + break; + } + } + else + _parseStringBuilder.Append(c); + } + if (!complete) + { + success = false; + return null; + } + return _parseStringBuilder.ToString(); + } + + private static string ConvertFromUtf32(int utf32) + { + // http://www.java2s.com/Open-Source/CSharp/2.6.4-mono-.net-core/System/System/Char.cs.htm + if (utf32 < 0 || utf32 > 0x10FFFF) + throw new ArgumentOutOfRangeException("utf32", "The argument must be from 0 to 0x10FFFF."); + if (0xD800 <= utf32 && utf32 <= 0xDFFF) + throw new ArgumentOutOfRangeException("utf32", "The argument must not be in surrogate pair range."); + if (utf32 < 0x10000) + return new string((char)utf32, 1); + utf32 -= 0x10000; + return new string(new char[] { (char)((utf32 >> 10) + 0xD800), (char)(utf32 % 0x0400 + 0xDC00) }); + } + + static object ParseNumber(string json, ref int index, ref bool success) + { + EatWhitespace(json, ref index); + int lastIndex = GetLastIndexOfNumber(json, index); + int charLength = (lastIndex - index) + 1; + object returnNumber; + string str = json.Substring(index, charLength); + if (str.IndexOf(".", StringComparison.OrdinalIgnoreCase) != -1 || str.IndexOf("e", StringComparison.OrdinalIgnoreCase) != -1) + { + double number; + success = double.TryParse(json.Substring(index, charLength), NumberStyles.Any, CultureInfo.InvariantCulture, out number); + returnNumber = number; + } + else if (str.IndexOf("-", StringComparison.OrdinalIgnoreCase) == -1) + { + ulong number; + success = ulong.TryParse(json.Substring(index, charLength), NumberStyles.Any, CultureInfo.InvariantCulture, out number); + returnNumber = number; + } + else + { + long number; + success = long.TryParse(json.Substring(index, charLength), NumberStyles.Any, CultureInfo.InvariantCulture, out number); + returnNumber = number; + } + index = lastIndex + 1; + return returnNumber; + } + + static int GetLastIndexOfNumber(string json, int index) + { + int lastIndex; + for (lastIndex = index; lastIndex < json.Length; lastIndex++) + if ("0123456789+-.eE".IndexOf(json[lastIndex]) == -1) break; + return lastIndex - 1; + } + + static void EatWhitespace(string json, ref int index) + { + for (; index < json.Length; index++) + if (" \t\n\r\b\f".IndexOf(json[index]) == -1) break; + } + + static TokenType LookAhead(string json, int index) + { + int saveIndex = index; + return NextToken(json, ref saveIndex); + } + + [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + static TokenType NextToken(string json, ref int index) + { + EatWhitespace(json, ref index); + if (index == json.Length) + return TokenType.NONE; + char c = json[index]; + index++; + switch (c) + { + case '{': + return TokenType.CURLY_OPEN; + case '}': + return TokenType.CURLY_CLOSE; + case '[': + return TokenType.SQUARED_OPEN; + case ']': + return TokenType.SQUARED_CLOSE; + case ',': + return TokenType.COMMA; + case '"': + return TokenType.STRING; + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + case '-': + return TokenType.NUMBER; + case ':': + return TokenType.COLON; + } + index--; + int remainingLength = json.Length - index; + // false + if (remainingLength >= 5) + { + if (json[index] == 'f' && json[index + 1] == 'a' && json[index + 2] == 'l' && json[index + 3] == 's' && json[index + 4] == 'e') + { + index += 5; + return TokenType.FALSE; + } + } + // true + if (remainingLength >= 4) + { + if (json[index] == 't' && json[index + 1] == 'r' && json[index + 2] == 'u' && json[index + 3] == 'e') + { + index += 4; + return TokenType.TRUE; + } + } + // null + if (remainingLength >= 4) + { + if (json[index] == 'n' && json[index + 1] == 'u' && json[index + 2] == 'l' && json[index + 3] == 'l') + { + index += 4; + return TokenType.NULL; + } + } + return TokenType.NONE; + } + + static bool SerializeValue(IJsonSerializerStrategy jsonSerializerStrategy, object value, StringBuilder builder) + { + bool success = true; + string stringValue = value as string; + if (value == null) + builder.Append("null"); + else if (stringValue != null) + success = SerializeString(stringValue, builder); + else + { + IDictionary dict = value as IDictionary; + Type type = value.GetType(); + Type[] genArgs = ReflectionUtils.GetGenericTypeArguments(type); + var isStringKeyDictionary = type.GetTypeInfo().IsGenericType && type.GetGenericTypeDefinition() == typeof(Dictionary<,>) && genArgs[0] == typeof(string); + if (isStringKeyDictionary) + { + var strDictValue = value as IDictionary; + success = SerializeObject(jsonSerializerStrategy, strDictValue.Keys, strDictValue.Values, builder); + } + else if (dict != null) + { + success = SerializeObject(jsonSerializerStrategy, dict.Keys, dict.Values, builder); + } + else + { + IDictionary stringDictionary = value as IDictionary; + if (stringDictionary != null) + { + success = SerializeObject(jsonSerializerStrategy, stringDictionary.Keys, stringDictionary.Values, builder); + } + else + { + IEnumerable enumerableValue = value as IEnumerable; + if (enumerableValue != null) + success = SerializeArray(jsonSerializerStrategy, enumerableValue, builder); + else if (IsNumeric(value)) + success = SerializeNumber(value, builder); + else if (value is bool) + builder.Append((bool)value ? "true" : "false"); + else + { + object serializedObject; + success = jsonSerializerStrategy.TrySerializeNonPrimitiveObject(value, out serializedObject); + if (success) + SerializeValue(jsonSerializerStrategy, serializedObject, builder); + } + } + } + } + return success; + } + + static bool SerializeObject(IJsonSerializerStrategy jsonSerializerStrategy, IEnumerable keys, IEnumerable values, StringBuilder builder) + { + builder.Append("{"); + IEnumerator ke = keys.GetEnumerator(); + IEnumerator ve = values.GetEnumerator(); + bool first = true; + while (ke.MoveNext() && ve.MoveNext()) + { + object key = ke.Current; + object value = ve.Current; + if (!first) + builder.Append(","); + string stringKey = key as string; + if (stringKey != null) + SerializeString(stringKey, builder); + else + if (!SerializeValue(jsonSerializerStrategy, value, builder)) return false; + builder.Append(":"); + if (!SerializeValue(jsonSerializerStrategy, value, builder)) + return false; + first = false; + } + builder.Append("}"); + return true; + } + + static bool SerializeArray(IJsonSerializerStrategy jsonSerializerStrategy, IEnumerable anArray, StringBuilder builder) + { + builder.Append("["); + bool first = true; + foreach (object value in anArray) + { + if (!first) + builder.Append(","); + if (!SerializeValue(jsonSerializerStrategy, value, builder)) + return false; + first = false; + } + builder.Append("]"); + return true; + } + + static bool SerializeString(string aString, StringBuilder builder) + { + // Happy path if there's nothing to be escaped. IndexOfAny is highly optimized (and unmanaged) + if (aString.IndexOfAny(EscapeCharacters) == -1) + { + builder.Append('"'); + builder.Append(aString); + builder.Append('"'); + + return true; + } + + builder.Append('"'); + int safeCharacterCount = 0; + char[] charArray = aString.ToCharArray(); + + for (int i = 0; i < charArray.Length; i++) + { + char c = charArray[i]; + + // Non ascii characters are fine, buffer them up and send them to the builder + // in larger chunks if possible. The escape table is a 1:1 translation table + // with \0 [default(char)] denoting a safe character. + if (c >= EscapeTable.Length || EscapeTable[c] == default(char)) + { + safeCharacterCount++; + } + else + { + if (safeCharacterCount > 0) + { + builder.Append(charArray, i - safeCharacterCount, safeCharacterCount); + safeCharacterCount = 0; + } + + builder.Append('\\'); + builder.Append(EscapeTable[c]); + } + } + + if (safeCharacterCount > 0) + { + builder.Append(charArray, charArray.Length - safeCharacterCount, safeCharacterCount); + } + + builder.Append('"'); + return true; + } + + static bool SerializeNumber(object number, StringBuilder builder) + { + if (number is decimal) + builder.Append(((decimal)number).ToString("R", CultureInfo.InvariantCulture)); + else if (number is double) + builder.Append(((double)number).ToString("R", CultureInfo.InvariantCulture)); + else if (number is float) + builder.Append(((float)number).ToString("R", CultureInfo.InvariantCulture)); + else if (NumberTypes.IndexOf(number.GetType()) != -1) + builder.Append(number); + return true; + } + + /// + /// Determines if a given object is numeric in any way + /// (can be integer, double, null, etc). + /// + static bool IsNumeric(object value) + { + if (value is sbyte) return true; + if (value is byte) return true; + if (value is short) return true; + if (value is ushort) return true; + if (value is int) return true; + if (value is uint) return true; + if (value is long) return true; + if (value is ulong) return true; + if (value is float) return true; + if (value is double) return true; + if (value is decimal) return true; + return false; + } + + private static IJsonSerializerStrategy _currentJsonSerializerStrategy; + public static IJsonSerializerStrategy CurrentJsonSerializerStrategy + { + get + { + return _currentJsonSerializerStrategy ?? + (_currentJsonSerializerStrategy = +#if SIMPLE_JSON_DATACONTRACT + DataContractJsonSerializerStrategy +#else + PocoJsonSerializerStrategy +#endif +); + } + set + { + _currentJsonSerializerStrategy = value; + } + } + + private static PocoJsonSerializerStrategy _pocoJsonSerializerStrategy; + [EditorBrowsable(EditorBrowsableState.Advanced)] + public static PocoJsonSerializerStrategy PocoJsonSerializerStrategy + { + get + { + return _pocoJsonSerializerStrategy ?? (_pocoJsonSerializerStrategy = new PocoJsonSerializerStrategy()); + } + } + +#if SIMPLE_JSON_DATACONTRACT + + private static DataContractJsonSerializerStrategy _dataContractJsonSerializerStrategy; + [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] + public static DataContractJsonSerializerStrategy DataContractJsonSerializerStrategy + { + get + { + return _dataContractJsonSerializerStrategy ?? (_dataContractJsonSerializerStrategy = new DataContractJsonSerializerStrategy()); + } + } + +#endif + } + + [GeneratedCode("simple-json", "1.0.0")] +#if SIMPLE_JSON_INTERNAL + internal +#else + public +#endif + interface IJsonSerializerStrategy + { + [SuppressMessage("Microsoft.Design", "CA1007:UseGenericsWhereAppropriate", Justification = "Need to support .NET 2")] + bool TrySerializeNonPrimitiveObject(object input, out object output); + object DeserializeObject(object value, Type type); + } + + [GeneratedCode("simple-json", "1.0.0")] +#if SIMPLE_JSON_INTERNAL + internal +#else + public +#endif + class PocoJsonSerializerStrategy : IJsonSerializerStrategy + { + internal IDictionary ConstructorCache; + internal IDictionary> GetCache; + internal IDictionary>> SetCache; + + internal static readonly Type[] EmptyTypes = new Type[0]; + internal static readonly Type[] ArrayConstructorParameterTypes = new Type[] { typeof(int) }; + + private static readonly string[] Iso8601Format = new string[] + { + @"yyyy-MM-dd\THH:mm:ss.FFFFFFF\Z", + @"yyyy-MM-dd\THH:mm:ss\Z", + @"yyyy-MM-dd\THH:mm:ssK" + }; + + public PocoJsonSerializerStrategy() + { + ConstructorCache = new ReflectionUtils.ThreadSafeDictionary(ContructorDelegateFactory); + GetCache = new ReflectionUtils.ThreadSafeDictionary>(GetterValueFactory); + SetCache = new ReflectionUtils.ThreadSafeDictionary>>(SetterValueFactory); + } + + protected virtual string MapClrMemberNameToJsonFieldName(MemberInfo memberInfo) + { + // TODO: Optimize and/or cache + foreach (JsonProperty eachAttr in memberInfo.GetCustomAttributes(typeof(JsonProperty), true)) + if (!string.IsNullOrEmpty(eachAttr.PropertyName)) + return eachAttr.PropertyName; + return memberInfo.Name; + } + + protected virtual void MapClrMemberNameToJsonFieldName(MemberInfo memberInfo, out string jsonName, out JsonProperty jsonProp) + { + jsonName = memberInfo.Name; + jsonProp = null; + // TODO: Optimize and/or cache + foreach (JsonProperty eachAttr in memberInfo.GetCustomAttributes(typeof(JsonProperty), true)) + { + jsonProp = eachAttr; + if (!string.IsNullOrEmpty(eachAttr.PropertyName)) + jsonName = eachAttr.PropertyName; + } + } + + internal virtual ReflectionUtils.ConstructorDelegate ContructorDelegateFactory(Type key) + { + return ReflectionUtils.GetContructor(key, key.IsArray ? ArrayConstructorParameterTypes : EmptyTypes); + } + + internal virtual IDictionary GetterValueFactory(Type type) + { + IDictionary result = new Dictionary(); + foreach (PropertyInfo propertyInfo in ReflectionUtils.GetProperties(type)) + { + if (propertyInfo.CanRead) + { + MethodInfo getMethod = ReflectionUtils.GetGetterMethodInfo(propertyInfo); + if (getMethod.IsStatic || !getMethod.IsPublic) + continue; + result[propertyInfo] = ReflectionUtils.GetGetMethod(propertyInfo); + } + } + foreach (FieldInfo fieldInfo in ReflectionUtils.GetFields(type)) + { + if (fieldInfo.IsStatic || !fieldInfo.IsPublic) + continue; + result[fieldInfo] = ReflectionUtils.GetGetMethod(fieldInfo); + } + return result; + } + + internal virtual IDictionary> SetterValueFactory(Type type) + { + IDictionary> result = new Dictionary>(); + foreach (PropertyInfo propertyInfo in ReflectionUtils.GetProperties(type)) + { + if (propertyInfo.CanWrite) + { + MethodInfo setMethod = ReflectionUtils.GetSetterMethodInfo(propertyInfo); + if (setMethod.IsStatic || !setMethod.IsPublic) + continue; + result[MapClrMemberNameToJsonFieldName(propertyInfo)] = new KeyValuePair(propertyInfo.PropertyType, ReflectionUtils.GetSetMethod(propertyInfo)); + } + } + foreach (FieldInfo fieldInfo in ReflectionUtils.GetFields(type)) + { + if (fieldInfo.IsInitOnly || fieldInfo.IsStatic || !fieldInfo.IsPublic) + continue; + result[MapClrMemberNameToJsonFieldName(fieldInfo)] = new KeyValuePair(fieldInfo.FieldType, ReflectionUtils.GetSetMethod(fieldInfo)); + } + return result; + } + + public virtual bool TrySerializeNonPrimitiveObject(object input, out object output) + { + return TrySerializeKnownTypes(input, out output) || TrySerializeUnknownTypes(input, out output); + } + + [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] + public virtual object DeserializeObject(object value, Type type) + { + if (type == null) throw new ArgumentNullException("type"); + if (value != null && type.IsInstanceOfType(value)) return value; + + string str = value as string; + if (type == typeof(Guid) && string.IsNullOrEmpty(str)) + return default(Guid); + + if (value == null) + return null; + + object obj = null; + + if (str != null) + { + if (str.Length != 0) // We know it can't be null now. + { + if (type == typeof(DateTime) || (ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(DateTime))) + return DateTime.ParseExact(str, Iso8601Format, CultureInfo.InvariantCulture, DateTimeStyles.AssumeUniversal | DateTimeStyles.AdjustToUniversal); + if (type == typeof(DateTimeOffset) || (ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(DateTimeOffset))) + return DateTimeOffset.ParseExact(str, Iso8601Format, CultureInfo.InvariantCulture, DateTimeStyles.AssumeUniversal | DateTimeStyles.AdjustToUniversal); + if (type == typeof(Guid) || (ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(Guid))) + return new Guid(str); + if (type == typeof(Uri)) + { + bool isValid = Uri.IsWellFormedUriString(str, UriKind.RelativeOrAbsolute); + + Uri result; + if (isValid && Uri.TryCreate(str, UriKind.RelativeOrAbsolute, out result)) + return result; + + return null; + } + + if (type == typeof(string)) + return str; + + return Convert.ChangeType(str, type, CultureInfo.InvariantCulture); + } + else + { + if (type == typeof(Guid)) + obj = default(Guid); + else if (ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(Guid)) + obj = null; + else + obj = str; + } + // Empty string case + if (!ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(Guid)) + return str; + } + else if (value is bool) + return value; + + bool valueIsLong = value is long; + bool valueIsUlong = value is ulong; + bool valueIsDouble = value is double; + Type nullableType = Nullable.GetUnderlyingType(type); + if (nullableType != null && PlayFabSimpleJson.NumberTypes.IndexOf(nullableType) != -1) + type = nullableType; // Just use the regular type for the conversion + bool isNumberType = PlayFabSimpleJson.NumberTypes.IndexOf(type) != -1; + bool isEnumType = type.GetTypeInfo().IsEnum; + if ((valueIsLong && type == typeof(long)) || (valueIsUlong && type == typeof(ulong)) || (valueIsDouble && type == typeof(double))) + return value; + if ((valueIsLong || valueIsUlong || valueIsDouble) && isEnumType) + return Enum.ToObject(type, Convert.ChangeType(value, Enum.GetUnderlyingType(type), CultureInfo.InvariantCulture)); + if ((valueIsLong || valueIsUlong || valueIsDouble) && isNumberType) + return Convert.ChangeType(value, type, CultureInfo.InvariantCulture); + + IDictionary objects = value as IDictionary; + if (objects != null) + { + IDictionary jsonObject = objects; + + if (ReflectionUtils.IsTypeDictionary(type)) + { + // if dictionary then + Type[] types = ReflectionUtils.GetGenericTypeArguments(type); + Type keyType = types[0]; + Type valueType = types[1]; + + Type genericType = typeof(Dictionary<,>).MakeGenericType(keyType, valueType); + + IDictionary dict = (IDictionary)ConstructorCache[genericType](); + + foreach (KeyValuePair kvp in jsonObject) + dict.Add(kvp.Key, DeserializeObject(kvp.Value, valueType)); + + obj = dict; + } + else + { + if (type == typeof(object)) + obj = value; + else + { + obj = ConstructorCache[type](); + foreach (KeyValuePair> setter in SetCache[type]) + { + object jsonValue; + if (jsonObject.TryGetValue(setter.Key, out jsonValue)) + { + jsonValue = DeserializeObject(jsonValue, setter.Value.Key); + setter.Value.Value(obj, jsonValue); + } + } + } + } + } + else + { + IList valueAsList = value as IList; + if (valueAsList != null) + { + IList jsonObject = valueAsList; + IList list = null; + + if (type.IsArray) + { + list = (IList)ConstructorCache[type](jsonObject.Count); + int i = 0; + foreach (object o in jsonObject) + list[i++] = DeserializeObject(o, type.GetElementType()); + } + else if (ReflectionUtils.IsTypeGenericeCollectionInterface(type) || ReflectionUtils.IsAssignableFrom(typeof(IList), type) || type == typeof(object)) + { + Type innerType = ReflectionUtils.GetGenericListElementType(type); + ReflectionUtils.ConstructorDelegate ctrDelegate = null; + if (type != typeof(object)) + ctrDelegate = ConstructorCache[type]; + if (ctrDelegate == null) + ctrDelegate = ConstructorCache[typeof(List<>).MakeGenericType(innerType)]; + list = (IList)ctrDelegate(); + foreach (object o in jsonObject) + list.Add(DeserializeObject(o, innerType)); + } + obj = list; + } + return obj; + } + if (ReflectionUtils.IsNullableType(type)) + return ReflectionUtils.ToNullableType(obj, type); + return obj; + } + + protected virtual object SerializeEnum(Enum p) + { + return Convert.ToDouble(p, CultureInfo.InvariantCulture); + } + + [SuppressMessage("Microsoft.Design", "CA1007:UseGenericsWhereAppropriate", Justification = "Need to support .NET 2")] + protected virtual bool TrySerializeKnownTypes(object input, out object output) + { + bool returnValue = true; + if (input is DateTime) + output = ((DateTime)input).ToUniversalTime().ToString(Iso8601Format[0], CultureInfo.InvariantCulture); + else if (input is DateTimeOffset) + output = ((DateTimeOffset)input).ToUniversalTime().ToString(Iso8601Format[0], CultureInfo.InvariantCulture); + else if (input is Guid) + output = ((Guid)input).ToString("D"); + else if (input is Uri) + output = input.ToString(); + else + { + Enum inputEnum = input as Enum; + if (inputEnum != null) + output = SerializeEnum(inputEnum); + else + { + returnValue = false; + output = null; + } + } + return returnValue; + } + [SuppressMessage("Microsoft.Design", "CA1007:UseGenericsWhereAppropriate", Justification = "Need to support .NET 2")] + protected virtual bool TrySerializeUnknownTypes(object input, out object output) + { + if (input == null) throw new ArgumentNullException("input"); + output = null; + Type type = input.GetType(); + if (type.FullName == null) + return false; + IDictionary obj = new JsonObject(); + IDictionary getters = GetCache[type]; + foreach (KeyValuePair getter in getters) + { + if (getter.Value == null) + continue; + string jsonKey; + JsonProperty jsonProp; + MapClrMemberNameToJsonFieldName(getter.Key, out jsonKey, out jsonProp); + if (obj.ContainsKey(jsonKey)) + throw new Exception("The given key is defined multiple times in the same type: " + input.GetType().Name + "." + jsonKey); + object value = getter.Value(input); + if (jsonProp == null || jsonProp.NullValueHandling == NullValueHandling.Include || value != null) + obj.Add(jsonKey, value); + } + output = obj; + return true; + } + } + +#if SIMPLE_JSON_DATACONTRACT + [GeneratedCode("simple-json", "1.0.0")] +#if SIMPLE_JSON_INTERNAL + internal +#else + public +#endif + class DataContractJsonSerializerStrategy : PocoJsonSerializerStrategy + { + public DataContractJsonSerializerStrategy() + { + GetCache = new ReflectionUtils.ThreadSafeDictionary>(GetterValueFactory); + SetCache = new ReflectionUtils.ThreadSafeDictionary>>(SetterValueFactory); + } + + internal override IDictionary GetterValueFactory(Type type) + { + bool hasDataContract = ReflectionUtils.GetAttribute(type, typeof(DataContractAttribute)) != null; + if (!hasDataContract) + return base.GetterValueFactory(type); + string jsonKey; + IDictionary result = new Dictionary(); + foreach (PropertyInfo propertyInfo in ReflectionUtils.GetProperties(type)) + { + if (propertyInfo.CanRead) + { + MethodInfo getMethod = ReflectionUtils.GetGetterMethodInfo(propertyInfo); + if (!getMethod.IsStatic && CanAdd(propertyInfo, out jsonKey)) + result[jsonKey] = ReflectionUtils.GetGetMethod(propertyInfo); + } + } + foreach (FieldInfo fieldInfo in ReflectionUtils.GetFields(type)) + { + if (!fieldInfo.IsStatic && CanAdd(fieldInfo, out jsonKey)) + result[jsonKey] = ReflectionUtils.GetGetMethod(fieldInfo); + } + return result; + } + + internal override IDictionary> SetterValueFactory(Type type) + { + bool hasDataContract = ReflectionUtils.GetAttribute(type, typeof(DataContractAttribute)) != null; + if (!hasDataContract) + return base.SetterValueFactory(type); + string jsonKey; + IDictionary> result = new Dictionary>(); + foreach (PropertyInfo propertyInfo in ReflectionUtils.GetProperties(type)) + { + if (propertyInfo.CanWrite) + { + MethodInfo setMethod = ReflectionUtils.GetSetterMethodInfo(propertyInfo); + if (!setMethod.IsStatic && CanAdd(propertyInfo, out jsonKey)) + result[jsonKey] = new KeyValuePair(propertyInfo.PropertyType, ReflectionUtils.GetSetMethod(propertyInfo)); + } + } + foreach (FieldInfo fieldInfo in ReflectionUtils.GetFields(type)) + { + if (!fieldInfo.IsInitOnly && !fieldInfo.IsStatic && CanAdd(fieldInfo, out jsonKey)) + result[jsonKey] = new KeyValuePair(fieldInfo.FieldType, ReflectionUtils.GetSetMethod(fieldInfo)); + } + // todo implement sorting for DATACONTRACT. + return result; + } + + private static bool CanAdd(MemberInfo info, out string jsonKey) + { + jsonKey = null; + if (ReflectionUtils.GetAttribute(info, typeof(IgnoreDataMemberAttribute)) != null) + return false; + DataMemberAttribute dataMemberAttribute = (DataMemberAttribute)ReflectionUtils.GetAttribute(info, typeof(DataMemberAttribute)); + if (dataMemberAttribute == null) + return false; + jsonKey = string.IsNullOrEmpty(dataMemberAttribute.Name) ? info.Name : dataMemberAttribute.Name; + return true; + } + } + +#endif + + // This class is meant to be copied into other libraries. So we want to exclude it from Code Analysis rules + // that might be in place in the target project. + [GeneratedCode("reflection-utils", "1.0.0")] +#if SIMPLE_JSON_REFLECTION_UTILS_PUBLIC + public +#else + internal +#endif + class ReflectionUtils + { + private static readonly object[] EmptyObjects = new object[0]; + + public delegate object GetDelegate(object source); + public delegate void SetDelegate(object source, object value); + public delegate object ConstructorDelegate(params object[] args); + + public delegate TValue ThreadSafeDictionaryValueFactory(TKey key); + + [ThreadStatic] + private static object[] _1ObjArray; + +#if SIMPLE_JSON_TYPEINFO + public static TypeInfo GetTypeInfo(Type type) + { + return type.GetTypeInfo(); + } +#else + public static Type GetTypeInfo(Type type) + { + return type; + } +#endif + + public static Attribute GetAttribute(MemberInfo info, Type type) + { +#if SIMPLE_JSON_TYPEINFO + if (info == null || type == null || !info.IsDefined(type)) + return null; + return info.GetCustomAttribute(type); +#else + if (info == null || type == null || !Attribute.IsDefined(info, type)) + return null; + return Attribute.GetCustomAttribute(info, type); +#endif + } + + public static Type GetGenericListElementType(Type type) + { + if (type == typeof(object)) + return type; + + IEnumerable interfaces; +#if SIMPLE_JSON_TYPEINFO + interfaces = type.GetTypeInfo().ImplementedInterfaces; +#else + interfaces = type.GetInterfaces(); +#endif + foreach (Type implementedInterface in interfaces) + { + if (IsTypeGeneric(implementedInterface) && + implementedInterface.GetGenericTypeDefinition() == typeof(IList<>)) + { + return GetGenericTypeArguments(implementedInterface)[0]; + } + } + return GetGenericTypeArguments(type)[0]; + } + + public static Attribute GetAttribute(Type objectType, Type attributeType) + { + +#if SIMPLE_JSON_TYPEINFO + if (objectType == null || attributeType == null || !objectType.GetTypeInfo().IsDefined(attributeType)) + return null; + return objectType.GetTypeInfo().GetCustomAttribute(attributeType); +#else + if (objectType == null || attributeType == null || !Attribute.IsDefined(objectType, attributeType)) + return null; + return Attribute.GetCustomAttribute(objectType, attributeType); +#endif + } + + public static Type[] GetGenericTypeArguments(Type type) + { +#if SIMPLE_JSON_TYPEINFO + return type.GetTypeInfo().GenericTypeArguments; +#else + return type.GetGenericArguments(); +#endif + } + + public static bool IsTypeGeneric(Type type) + { + return GetTypeInfo(type).IsGenericType; + } + + public static bool IsTypeGenericeCollectionInterface(Type type) + { + if (!IsTypeGeneric(type)) + return false; + + Type genericDefinition = type.GetGenericTypeDefinition(); + + return (genericDefinition == typeof(IList<>) + || genericDefinition == typeof(ICollection<>) + || genericDefinition == typeof(IEnumerable<>) +#if SIMPLE_JSON_READONLY_COLLECTIONS + || genericDefinition == typeof(IReadOnlyCollection<>) + || genericDefinition == typeof(IReadOnlyList<>) +#endif +); + } + + public static bool IsAssignableFrom(Type type1, Type type2) + { + return GetTypeInfo(type1).IsAssignableFrom(GetTypeInfo(type2)); + } + + public static bool IsTypeDictionary(Type type) + { +#if SIMPLE_JSON_TYPEINFO + if (typeof(IDictionary<,>).GetTypeInfo().IsAssignableFrom(type.GetTypeInfo())) + return true; +#else + if (typeof(System.Collections.IDictionary).IsAssignableFrom(type)) + return true; +#endif + if (!GetTypeInfo(type).IsGenericType) + return false; + + Type genericDefinition = type.GetGenericTypeDefinition(); + return genericDefinition == typeof(IDictionary<,>) || genericDefinition == typeof(Dictionary<,>); + } + + public static bool IsNullableType(Type type) + { + return GetTypeInfo(type).IsGenericType && type.GetGenericTypeDefinition() == typeof(Nullable<>); + } + + public static object ToNullableType(object obj, Type nullableType) + { + return obj == null ? null : Convert.ChangeType(obj, Nullable.GetUnderlyingType(nullableType), CultureInfo.InvariantCulture); + } + + public static bool IsValueType(Type type) + { + return GetTypeInfo(type).IsValueType; + } + + public static IEnumerable GetConstructors(Type type) + { +#if SIMPLE_JSON_TYPEINFO + return type.GetTypeInfo().DeclaredConstructors; +#else + return type.GetConstructors(); +#endif + } + + public static ConstructorInfo GetConstructorInfo(Type type, params Type[] argsType) + { + IEnumerable constructorInfos = GetConstructors(type); + int i; + bool matches; + foreach (ConstructorInfo constructorInfo in constructorInfos) + { + ParameterInfo[] parameters = constructorInfo.GetParameters(); + if (argsType.Length != parameters.Length) + continue; + + i = 0; + matches = true; + foreach (ParameterInfo parameterInfo in constructorInfo.GetParameters()) + { + if (parameterInfo.ParameterType != argsType[i]) + { + matches = false; + break; + } + } + + if (matches) + return constructorInfo; + } + + return null; + } + + public static IEnumerable GetProperties(Type type) + { +#if SIMPLE_JSON_TYPEINFO + return type.GetRuntimeProperties(); +#else + return type.GetProperties(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Static); +#endif + } + + public static IEnumerable GetFields(Type type) + { +#if SIMPLE_JSON_TYPEINFO + return type.GetRuntimeFields(); +#else + return type.GetFields(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Static); +#endif + } + + public static MethodInfo GetGetterMethodInfo(PropertyInfo propertyInfo) + { +#if SIMPLE_JSON_TYPEINFO + return propertyInfo.GetMethod; +#else + return propertyInfo.GetGetMethod(true); +#endif + } + + public static MethodInfo GetSetterMethodInfo(PropertyInfo propertyInfo) + { +#if SIMPLE_JSON_TYPEINFO + return propertyInfo.SetMethod; +#else + return propertyInfo.GetSetMethod(true); +#endif + } + + public static ConstructorDelegate GetContructor(ConstructorInfo constructorInfo) + { + return GetConstructorByReflection(constructorInfo); + } + + public static ConstructorDelegate GetContructor(Type type, params Type[] argsType) + { + return GetConstructorByReflection(type, argsType); + } + + public static ConstructorDelegate GetConstructorByReflection(ConstructorInfo constructorInfo) + { + return delegate (object[] args) + { + var x = constructorInfo; + return x.Invoke(args); + }; + } + + public static ConstructorDelegate GetConstructorByReflection(Type type, params Type[] argsType) + { + ConstructorInfo constructorInfo = GetConstructorInfo(type, argsType); + return constructorInfo == null ? null : GetConstructorByReflection(constructorInfo); + } + + public static GetDelegate GetGetMethod(PropertyInfo propertyInfo) + { + return GetGetMethodByReflection(propertyInfo); + } + + public static GetDelegate GetGetMethod(FieldInfo fieldInfo) + { + return GetGetMethodByReflection(fieldInfo); + } + + public static GetDelegate GetGetMethodByReflection(PropertyInfo propertyInfo) + { + MethodInfo methodInfo = GetGetterMethodInfo(propertyInfo); + return delegate (object source) { return methodInfo.Invoke(source, EmptyObjects); }; + } + + public static GetDelegate GetGetMethodByReflection(FieldInfo fieldInfo) + { + return delegate (object source) { return fieldInfo.GetValue(source); }; + } + + public static SetDelegate GetSetMethod(PropertyInfo propertyInfo) + { + return GetSetMethodByReflection(propertyInfo); + } + + public static SetDelegate GetSetMethod(FieldInfo fieldInfo) + { + return GetSetMethodByReflection(fieldInfo); + } + + public static SetDelegate GetSetMethodByReflection(PropertyInfo propertyInfo) + { + MethodInfo methodInfo = GetSetterMethodInfo(propertyInfo); + return delegate (object source, object value) + { + if (_1ObjArray == null) + _1ObjArray = new object[1]; + _1ObjArray[0] = value; + methodInfo.Invoke(source, _1ObjArray); + }; + } + + public static SetDelegate GetSetMethodByReflection(FieldInfo fieldInfo) + { + return delegate (object source, object value) { fieldInfo.SetValue(source, value); }; + } + + public sealed class ThreadSafeDictionary : IDictionary + { + private readonly object _lock = new object(); + private readonly ThreadSafeDictionaryValueFactory _valueFactory; + private Dictionary _dictionary; + + public ThreadSafeDictionary(ThreadSafeDictionaryValueFactory valueFactory) + { + _valueFactory = valueFactory; + } + + private TValue Get(TKey key) + { + if (_dictionary == null) + return AddValue(key); + TValue value; + if (!_dictionary.TryGetValue(key, out value)) + return AddValue(key); + return value; + } + + private TValue AddValue(TKey key) + { + TValue value = _valueFactory(key); + lock (_lock) + { + if (_dictionary == null) + { + _dictionary = new Dictionary(); + _dictionary[key] = value; + } + else + { + TValue val; + if (_dictionary.TryGetValue(key, out val)) + return val; + Dictionary dict = new Dictionary(_dictionary); + dict[key] = value; + _dictionary = dict; + } + } + return value; + } + + public void Add(TKey key, TValue value) + { + throw new NotImplementedException(); + } + + public bool ContainsKey(TKey key) + { + return _dictionary.ContainsKey(key); + } + + public ICollection Keys + { + get { return _dictionary.Keys; } + } + + public bool Remove(TKey key) + { + throw new NotImplementedException(); + } + + public bool TryGetValue(TKey key, out TValue value) + { + value = this[key]; + return true; + } + + public ICollection Values + { + get { return _dictionary.Values; } + } + + public TValue this[TKey key] + { + get { return Get(key); } + set { throw new NotImplementedException(); } + } + + public void Add(KeyValuePair item) + { + throw new NotImplementedException(); + } + + public void Clear() + { + throw new NotImplementedException(); + } + + public bool Contains(KeyValuePair item) + { + throw new NotImplementedException(); + } + + public void CopyTo(KeyValuePair[] array, int arrayIndex) + { + throw new NotImplementedException(); + } + + public int Count + { + get { return _dictionary.Count; } + } + + public bool IsReadOnly + { + get { throw new NotImplementedException(); } + } + + public bool Remove(KeyValuePair item) + { + throw new NotImplementedException(); + } + + public IEnumerator> GetEnumerator() + { + return _dictionary.GetEnumerator(); + } + + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() + { + return _dictionary.GetEnumerator(); + } + } + } +} + +// ReSharper restore LoopCanBeConvertedToQuery +// ReSharper restore RedundantExplicitArrayCreation +// ReSharper restore SuggestUseVarKeywordEvident diff --git a/Assets/PlayFabSDK/Shared/Internal/SimpleJson.cs.meta b/Assets/PlayFabSDK/Shared/Internal/SimpleJson.cs.meta new file mode 100644 index 00000000..38d3b82f --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/SimpleJson.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: bce6184794650f24fa8ac244b25edc17 +timeCreated: 1462682372 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/SingletonMonoBehaviour.cs b/Assets/PlayFabSDK/Shared/Internal/SingletonMonoBehaviour.cs new file mode 100644 index 00000000..4abc8b34 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/SingletonMonoBehaviour.cs @@ -0,0 +1,58 @@ +using UnityEngine; + +namespace PlayFab.Internal +{ + //public to be accessible by Unity engine + public class SingletonMonoBehaviour : MonoBehaviour where T : SingletonMonoBehaviour + { + private static T _instance; + + public static T instance + { + get + { + CreateInstance(); + return _instance; + } + } + + public static void CreateInstance() + { + if (_instance == null) + { + //find existing instance + _instance = FindObjectOfType(); + if (_instance == null) + { + //create new instance + var go = new GameObject(typeof(T).Name); + _instance = go.AddComponent(); + } + //initialize instance if necessary + if (!_instance.initialized) + { + _instance.Initialize(); + _instance.initialized = true; + } + } + } + + public virtual void Awake () + { + if (Application.isPlaying) + { + DontDestroyOnLoad(this); + } + + //check if instance already exists when reloading original scene + if (_instance != null) + { + DestroyImmediate (gameObject); + } + } + + protected bool initialized; + + protected virtual void Initialize() { } + } +} diff --git a/Assets/PlayFabSDK/Shared/Internal/SingletonMonoBehaviour.cs.meta b/Assets/PlayFabSDK/Shared/Internal/SingletonMonoBehaviour.cs.meta new file mode 100644 index 00000000..4a1f14a2 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/SingletonMonoBehaviour.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: f6a51fa1ed684497db153f40961979c4 +timeCreated: 1462682373 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/Util.cs b/Assets/PlayFabSDK/Shared/Internal/Util.cs new file mode 100644 index 00000000..6c5e4650 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/Util.cs @@ -0,0 +1,157 @@ +using System; +using System.Collections.Generic; +using System.Globalization; +using System.IO; +using System.Text; + +#if NETFX_CORE +using System.Reflection; +#endif + +namespace PlayFab.Internal +{ + public static class PlayFabUtil + { + static PlayFabUtil() { } + + private static string _localSettingsFileName = "playfab.local.settings.json"; + public static readonly string[] _defaultDateTimeFormats = new string[]{ // All parseable ISO 8601 formats for DateTime.[Try]ParseExact - Lets us deserialize any legacy timestamps in one of these formats + // These are the standard format with ISO 8601 UTC markers (T/Z) + "yyyy-MM-ddTHH:mm:ss.FFFFFFZ", + "yyyy-MM-ddTHH:mm:ss.FFFFZ", + "yyyy-MM-ddTHH:mm:ss.FFFZ", // DEFAULT_UTC_OUTPUT_INDEX + "yyyy-MM-ddTHH:mm:ss.FFZ", + "yyyy-MM-ddTHH:mm:ssZ", + "yyyy-MM-dd HH:mm:ssZ", // Added for Android Push Plugin + + // These are the standard format without ISO 8601 UTC markers (T/Z) + "yyyy-MM-dd HH:mm:ss.FFFFFF", + "yyyy-MM-dd HH:mm:ss.FFFF", + "yyyy-MM-dd HH:mm:ss.FFF", + "yyyy-MM-dd HH:mm:ss.FF", // DEFAULT_LOCAL_OUTPUT_INDEX + "yyyy-MM-dd HH:mm:ss", + + // These are the result of an input bug, which we now have to support as long as the db has entries formatted like this + "yyyy-MM-dd HH:mm.ss.FFFF", + "yyyy-MM-dd HH:mm.ss.FFF", + "yyyy-MM-dd HH:mm.ss.FF", + "yyyy-MM-dd HH:mm.ss", + }; + public const int DEFAULT_UTC_OUTPUT_INDEX = 2; // The default format everybody should use + public const int DEFAULT_LOCAL_OUTPUT_INDEX = 9; // The default format if you want to use local time (This doesn't have universal support in all PlayFab code) + public static DateTimeStyles DateTimeStyles = DateTimeStyles.RoundtripKind; + + public static string timeStamp + { + get { return DateTime.Now.ToString(_defaultDateTimeFormats[DEFAULT_LOCAL_OUTPUT_INDEX]); } + } + + public static string utcTimeStamp + { + get { return DateTime.UtcNow.ToString(_defaultDateTimeFormats[DEFAULT_UTC_OUTPUT_INDEX]); } + } + + public static string Format(string text, params object[] args) + { + return args.Length > 0 ? string.Format(text, args) : text; + } + + [ThreadStatic] + private static StringBuilder _sb; + /// + /// A threadsafe way to block and load a text file + /// + /// Load a text file, and return the file as text. + /// Used for small (usually json) files. + /// + public static string ReadAllFileText(string filename) + { + if (!File.Exists(filename)) + { + return string.Empty; + } + + if (_sb == null) + { + _sb = new StringBuilder(); + } + _sb.Length = 0; + + using (var fs = new FileStream(filename, FileMode.Open)) + { + using (var br = new BinaryReader(fs)) + { + while (br.BaseStream.Position != br.BaseStream.Length) + { + _sb.Append(br.ReadChar()); + } + } + } + + return _sb.ToString(); + } + + public static T TryEnumParse(string value, T defaultValue) + { + try + { + return (T)Enum.Parse(typeof(T), value); + } + catch (InvalidCastException) + { + return defaultValue; + } + catch (Exception e) + { + UnityEngine.Debug.LogError("Enum cast failed with unknown error: " + e.Message); + return defaultValue; + } + } + +#if UNITY_2017_1_OR_NEWER + internal static string GetLocalSettingsFileProperty(string propertyKey) + { + string envFileContent = null; + + string currDir = Directory.GetCurrentDirectory(); + string currDirEnvFile = Path.Combine(currDir, _localSettingsFileName); + + if (File.Exists(currDirEnvFile)) + { + envFileContent = ReadAllFileText(currDirEnvFile); + } + else + { + string tempDir = Path.GetTempPath(); + string tempDirEnvFile = Path.Combine(tempDir, _localSettingsFileName); + + if (File.Exists(tempDirEnvFile)) + { + envFileContent = ReadAllFileText(tempDirEnvFile); + } + } + + if (!string.IsNullOrEmpty(envFileContent)) + { + var serializer = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + var envJson = serializer.DeserializeObject>(envFileContent); + try + { + object result; + if (envJson.TryGetValue(propertyKey, out result)) + { + return result == null ? null : result.ToString(); + } + + return null; + } + catch (KeyNotFoundException) + { + return string.Empty; + } + } + return string.Empty; + } +#endif + } +} diff --git a/Assets/PlayFabSDK/Shared/Internal/Util.cs.meta b/Assets/PlayFabSDK/Shared/Internal/Util.cs.meta new file mode 100644 index 00000000..199e91ed --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/Util.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b3bfc0fbdbe1a36429699dfc30c9e488 +timeCreated: 1462682372 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Internal/wsaReflectionExtensions.cs b/Assets/PlayFabSDK/Shared/Internal/wsaReflectionExtensions.cs new file mode 100644 index 00000000..db85a94e --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/wsaReflectionExtensions.cs @@ -0,0 +1,66 @@ +#if UNITY_WSA && UNITY_WP8 +#define NETFX_CORE +#endif + +using System; +using System.Collections.Generic; +using System.Reflection; +using System.Text; + +namespace PlayFab +{ + public static class WsaReflectionExtensions + { +#if !NETFX_CORE + public static Delegate CreateDelegate(this MethodInfo methodInfo, Type delegateType, object instance) + { + return Delegate.CreateDelegate(delegateType, instance, methodInfo); + } + public static Type GetTypeInfo(this Type type) + { + return type; + } + public static Type AsType(this Type type) + { + return type; + } + public static string GetDelegateName(this Delegate delegateInstance) + { + return delegateInstance.Method.Name; + } +#else + public static bool IsInstanceOfType(this Type type, object obj) + { + return obj != null && type.GetTypeInfo().IsAssignableFrom(obj.GetType().GetTypeInfo()); + } + public static string GetDelegateName(this Delegate delegateInstance) + { + return delegateInstance.ToString(); + } + public static MethodInfo GetMethod(this Type type, string methodName) + { + return type.GetTypeInfo().GetDeclaredMethod(methodName); + } + public static IEnumerable GetFields(this TypeInfo typeInfo) + { + return typeInfo.DeclaredFields; + } + public static TypeInfo GetTypeInfo(this TypeInfo typeInfo) + { + return typeInfo; + } + public static IEnumerable GetConstructors(this TypeInfo typeInfo) + { + return typeInfo.DeclaredConstructors; + } + public static IEnumerable GetMethods(this TypeInfo typeInfo, BindingFlags ignored) + { + return typeInfo.DeclaredMethods; + } + public static IEnumerable GetTypes(this Assembly assembly) + { + return assembly.DefinedTypes; + } +#endif + } +} diff --git a/Assets/PlayFabSDK/Shared/Internal/wsaReflectionExtensions.cs.meta b/Assets/PlayFabSDK/Shared/Internal/wsaReflectionExtensions.cs.meta new file mode 100644 index 00000000..aa63e032 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Internal/wsaReflectionExtensions.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 1b20d57e2279b3a408268b20c2be2208 +timeCreated: 1468890373 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Models.meta b/Assets/PlayFabSDK/Shared/Models.meta new file mode 100644 index 00000000..eabacb04 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 11942c5efe97c9d448ccaa2b0bb6aa39 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Models/PlayFabSharedSettings.cs b/Assets/PlayFabSDK/Shared/Models/PlayFabSharedSettings.cs new file mode 100644 index 00000000..8067a126 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Models/PlayFabSharedSettings.cs @@ -0,0 +1,36 @@ +using UnityEngine; +using PlayFab; + +#if UNITY_5_3_OR_NEWER +[CreateAssetMenu(fileName = "PlayFabSharedSettings", menuName = "PlayFab/CreateSharedSettings", order = 1)] +#endif +public class PlayFabSharedSettings : ScriptableObject +{ + public string TitleId; + + internal string VerticalName = null; +#if ENABLE_PLAYFABSERVER_API || ENABLE_PLAYFABADMIN_API || UNITY_EDITOR || ENABLE_PLAYFAB_SECRETKEY + public string DeveloperSecretKey; +#endif + public string ProductionEnvironmentUrl = ""; + +#if UNITY_2017_2_OR_NEWER + public WebRequestType RequestType = WebRequestType.UnityWebRequest; +#else + public WebRequestType RequestType = WebRequestType.UnityWww; +#endif + + public bool DisableDeviceInfo; + public bool DisableFocusTimeCollection; + + public int RequestTimeout = 2000; + public bool RequestKeepAlive = true; + public bool CompressResponses = false; + public bool DecompressWithDownloadHandler = true; + + public PlayFabLogLevel LogLevel = PlayFabLogLevel.Warning | PlayFabLogLevel.Error; + public string LoggerHost = ""; + public int LoggerPort = 0; + public bool EnableRealTimeLogging = false; + public int LogCapLimit = 30; +} diff --git a/Assets/PlayFabSDK/Shared/Models/PlayFabSharedSettings.cs.meta b/Assets/PlayFabSDK/Shared/Models/PlayFabSharedSettings.cs.meta new file mode 100644 index 00000000..5612c93a --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Models/PlayFabSharedSettings.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 093286084a3d1994a9c28281a1c38b1d +timeCreated: 1467748518 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Models/SharedModels.cs b/Assets/PlayFabSDK/Shared/Models/SharedModels.cs new file mode 100644 index 00000000..0d147cb8 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Models/SharedModels.cs @@ -0,0 +1,44 @@ +using PlayFab.Internal; + +namespace PlayFab.SharedModels +{ + public class HttpResponseObject + { + public int code; + public string status; + public object data; + } + + public class PlayFabBaseModel + { + public string ToJson() + { + var json = PluginManager.GetPlugin(PluginContract.PlayFab_Serializer); + return json.SerializeObject(this); + } + } + + public interface IPlayFabInstanceApi { } + + public class PlayFabRequestCommon : PlayFabBaseModel + { + public PlayFabAuthenticationContext AuthenticationContext; + } + + public class PlayFabResultCommon : PlayFabBaseModel + { + public PlayFabRequestCommon Request; + public object CustomData; + } + + public class PlayFabLoginResultCommon : PlayFabResultCommon + { + public PlayFabAuthenticationContext AuthenticationContext; + } + + public class PlayFabResult where TResult : PlayFabResultCommon + { + public TResult Result; + public object CustomData; + } +} diff --git a/Assets/PlayFabSDK/Shared/Models/SharedModels.cs.meta b/Assets/PlayFabSDK/Shared/Models/SharedModels.cs.meta new file mode 100644 index 00000000..ba966239 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Models/SharedModels.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 8e2ad5324972b434883785ddddf9c851 +timeCreated: 1467491766 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public.meta b/Assets/PlayFabSDK/Shared/Public.meta new file mode 100644 index 00000000..a7bc0ef0 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1a863f9ccbc4d2c44b7c44802e341669 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/IPlayFabPlugin.cs b/Assets/PlayFabSDK/Shared/Public/IPlayFabPlugin.cs new file mode 100644 index 00000000..676ca434 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/IPlayFabPlugin.cs @@ -0,0 +1,9 @@ +namespace PlayFab +{ + /// + /// Base interface of any PlayFab SDK plugin. + /// + public interface IPlayFabPlugin + { + } +} \ No newline at end of file diff --git a/Assets/PlayFabSDK/Shared/Public/IPlayFabPlugin.cs.meta b/Assets/PlayFabSDK/Shared/Public/IPlayFabPlugin.cs.meta new file mode 100644 index 00000000..25d6f1b9 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/IPlayFabPlugin.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c515d14de9458ef449d382c41e4943b0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/ISerializerPlugin.cs b/Assets/PlayFabSDK/Shared/Public/ISerializerPlugin.cs new file mode 100644 index 00000000..d2889c9d --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/ISerializerPlugin.cs @@ -0,0 +1,15 @@ +namespace PlayFab +{ + /// + /// Interface of any data serializer SDK plugin. + /// + public interface ISerializerPlugin : IPlayFabPlugin + { + T DeserializeObject(string serialized); + T DeserializeObject(string serialized, object serializerStrategy); + object DeserializeObject(string serialized); + + string SerializeObject(object obj); + string SerializeObject(object obj, object serializerStrategy); + } +} \ No newline at end of file diff --git a/Assets/PlayFabSDK/Shared/Public/ISerializerPlugin.cs.meta b/Assets/PlayFabSDK/Shared/Public/ISerializerPlugin.cs.meta new file mode 100644 index 00000000..1a0051ce --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/ISerializerPlugin.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d33ec65e8a628fe44a4aa5c55289a16d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/ITransportPlugin.cs b/Assets/PlayFabSDK/Shared/Public/ITransportPlugin.cs new file mode 100644 index 00000000..0206bb72 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/ITransportPlugin.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; + +namespace PlayFab +{ + /// + /// Interface of any transport SDK plugin. + /// + public interface ITransportPlugin: IPlayFabPlugin + { + bool IsInitialized { get; } + void Initialize(); + + // Mirroring MonoBehaviour - Relayed from PlayFabHTTP + void Update(); + void OnDestroy(); + + void SimpleGetCall(string fullUrl, Action successCallback, Action errorCallback); + void SimplePutCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback); + + void SimplePostCall(string fullUrl, byte[] payload, Action successCallback, Action errorCallback); + + void MakeApiCall(object reqContainer); + + int GetPendingMessages(); + } +} diff --git a/Assets/PlayFabSDK/Shared/Public/ITransportPlugin.cs.meta b/Assets/PlayFabSDK/Shared/Public/ITransportPlugin.cs.meta new file mode 100644 index 00000000..ebf43af4 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/ITransportPlugin.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b97cd56b9c312144bb35f37b431aa18f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabApiSettings.cs b/Assets/PlayFabSDK/Shared/Public/PlayFabApiSettings.cs new file mode 100644 index 00000000..d9e3c72f --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabApiSettings.cs @@ -0,0 +1,102 @@ +using System.Collections.Generic; +using System; + +namespace PlayFab +{ + public class PlayFabApiSettings + { + private string _ProductionEnvironmentUrl = PlayFabSettings.DefaultPlayFabApiUrl; + public readonly Dictionary _requestGetParams = new Dictionary { + { "sdk", PlayFabSettings.VersionString } + }; + + public virtual Dictionary RequestGetParams { get { return _requestGetParams; } } + + /// This is only for customers running a private cluster. Generally you shouldn't touch this + public virtual string ProductionEnvironmentUrl { get { return _ProductionEnvironmentUrl; } set { _ProductionEnvironmentUrl = value; } } + /// You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website) + public virtual string TitleId { get; set; } + + /// The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this + internal virtual string VerticalName { get; set; } +#if ENABLE_PLAYFABSERVER_API || ENABLE_PLAYFABADMIN_API || UNITY_EDITOR || ENABLE_PLAYFAB_SECRETKEY + /// You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website) + public virtual string DeveloperSecretKey { get; set; } +#endif + /// Set this to true to prevent hardware information from leaving the device + public virtual bool DisableDeviceInfo { get; set; } + /// Set this to true to prevent focus change information from leaving the device + public virtual bool DisableFocusTimeCollection { get; set; } + + /// Set to enable Gzip compression on all responses. Defaults to false. + public virtual bool CompressResponses { get; set; } + + /// Enables the custom Gzip DownloadHandler on all responses. Defaults to true. + internal virtual bool DecompressWithDownloadHandler { get; set; } = true; + + + public virtual string GetFullUrl(string apiCall, Dictionary getParams) + { + return PlayFabSettings.GetFullUrl(apiCall, getParams, this); + } + } + + /// + /// This is only meant for PlayFabSettings to use as a redirect to store values on PlayFabSharedSettings instead of locally + /// + internal class PlayFabSettingsRedirect : PlayFabApiSettings + { + private readonly Func GetSO; + public PlayFabSettingsRedirect(Func getSO) { GetSO = getSO; } + + public override string ProductionEnvironmentUrl + { + get { var so = GetSO(); return so == null ? base.ProductionEnvironmentUrl : so.ProductionEnvironmentUrl; } + set { var so = GetSO(); if (so != null) so.ProductionEnvironmentUrl = value; base.ProductionEnvironmentUrl = value; } + } + + internal override string VerticalName + { + get { var so = GetSO(); return so == null ? base.VerticalName : so.VerticalName; } + set { var so = GetSO(); if (so != null) so.VerticalName = value; base.VerticalName = value; } + } + +#if ENABLE_PLAYFABSERVER_API || ENABLE_PLAYFABADMIN_API || UNITY_EDITOR || ENABLE_PLAYFAB_SECRETKEY + public override string DeveloperSecretKey + { + get { var so = GetSO(); return so == null ? base.DeveloperSecretKey : so.DeveloperSecretKey; } + set { var so = GetSO(); if (so != null) so.DeveloperSecretKey = value; base.DeveloperSecretKey = value; } + } +#endif + + public override string TitleId + { + get { var so = GetSO(); return so == null ? base.TitleId : so.TitleId; } + set { var so = GetSO(); if (so != null) so.TitleId = value; base.TitleId = value; } + } + + public override bool DisableDeviceInfo + { + get { var so = GetSO(); return so == null ? base.DisableDeviceInfo : so.DisableDeviceInfo; } + set { var so = GetSO(); if (so != null) so.DisableDeviceInfo = value; base.DisableDeviceInfo = value; } + } + + public override bool DisableFocusTimeCollection + { + get { var so = GetSO(); return so == null ? base.DisableFocusTimeCollection : so.DisableFocusTimeCollection; } + set { var so = GetSO(); if (so != null) so.DisableFocusTimeCollection = value; base.DisableFocusTimeCollection = value; } + } + + public override bool CompressResponses + { + get { var so = GetSO(); return so == null ? base.CompressResponses : so.CompressResponses; } + set { var so = GetSO(); if (so != null) so.CompressResponses = value; base.CompressResponses = value; } + } + + internal override bool DecompressWithDownloadHandler + { + get { var so = GetSO(); return so == null ? base.DecompressWithDownloadHandler : so.DecompressWithDownloadHandler; } + set { var so = GetSO(); if (so != null) so.DecompressWithDownloadHandler = value; base.DecompressWithDownloadHandler = value; } + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabApiSettings.cs.meta b/Assets/PlayFabSDK/Shared/Public/PlayFabApiSettings.cs.meta new file mode 100644 index 00000000..de68200a --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabApiSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 66cd997c6a8b2ed4d8d2b5c2a97b6e22 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabAuthenticationContext.cs b/Assets/PlayFabSDK/Shared/Public/PlayFabAuthenticationContext.cs new file mode 100644 index 00000000..cf951449 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabAuthenticationContext.cs @@ -0,0 +1,87 @@ +namespace PlayFab +{ + public sealed class PlayFabAuthenticationContext + { + public PlayFabAuthenticationContext() + { + } + + public PlayFabAuthenticationContext(string clientSessionTicket, string entityToken, string playFabId, string entityId, string entityType, string telemetryKey = null) : this() + { +#if !DISABLE_PLAYFABCLIENT_API + ClientSessionTicket = clientSessionTicket; + PlayFabId = playFabId; +#endif +#if !DISABLE_PLAYFABENTITY_API + EntityToken = entityToken; + EntityId = entityId; + EntityType = entityType; +#endif + TelemetryKey = telemetryKey; + } + + public void CopyFrom(PlayFabAuthenticationContext other) + { +#if !DISABLE_PLAYFABCLIENT_API + ClientSessionTicket = other.ClientSessionTicket; + PlayFabId = other.PlayFabId; +#endif +#if !DISABLE_PLAYFABENTITY_API + EntityToken = other.EntityToken; + EntityId = other.EntityId; + EntityType = other.EntityType; +#endif + TelemetryKey = other.TelemetryKey; + } + +#if !DISABLE_PLAYFABCLIENT_API + /// Allows access to the ClientAPI + public string ClientSessionTicket; + /// The master player entity Id + public string PlayFabId; + public bool IsClientLoggedIn() + { + return !string.IsNullOrEmpty(ClientSessionTicket); + } +#endif + +#if !DISABLE_PLAYFABENTITY_API + /// Allows access to most Entity APIs + public string EntityToken; + /// + /// Clients: The title player entity Id (unless replaced with a related entity) + /// Servers: The title id (unless replaced with a related entity) + /// + public string EntityId; + /// + /// Describes the type of entity identified by EntityId + /// + public string EntityType; + public bool IsEntityLoggedIn() + { + return !string.IsNullOrEmpty(EntityToken); + } +#endif + + public string TelemetryKey; + + public bool IsTelemetryKeyProvided() + { + return !string.IsNullOrEmpty(TelemetryKey); + } + + public void ForgetAllCredentials() + { +#if !DISABLE_PLAYFABCLIENT_API + PlayFabId = null; + ClientSessionTicket = null; +#endif +#if !DISABLE_PLAYFABENTITY_API + EntityToken = null; + EntityId = null; + EntityType = null; +#endif + TelemetryKey = null; + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabAuthenticationContext.cs.meta b/Assets/PlayFabSDK/Shared/Public/PlayFabAuthenticationContext.cs.meta new file mode 100644 index 00000000..54e8f4f4 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabAuthenticationContext.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5e4df1f8e07aee2409343554f628ce8b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabDataGatherer.cs b/Assets/PlayFabSDK/Shared/Public/PlayFabDataGatherer.cs new file mode 100644 index 00000000..1ac5d571 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabDataGatherer.cs @@ -0,0 +1,138 @@ +using UnityEngine; +using System.Text; +using PlayFab.SharedModels; +using UnityEngine.Rendering; +#if NETFX_CORE +using System.Reflection; +#endif + +namespace PlayFab +{ + public class PlayFabDataGatherer + { +#if UNITY_5 || UNITY_5_3_OR_NEWER + // UNITY_5 Application info + public string ProductName; + public string ProductBundle; + public string Version; + public string Company; + public RuntimePlatform Platform; + // UNITY_5 Graphics Abilities + public bool GraphicsMultiThreaded; +#else + public enum GraphicsDeviceType + { + OpenGL2 = 0, Direct3D9 = 1, Direct3D11 = 2, PlayStation3 = 3, Null = 4, Xbox360 = 6, OpenGLES2 = 8, OpenGLES3 = 11, PlayStationVita = 12, + PlayStation4 = 13, XboxOne = 14, PlayStationMobile = 15, Metal = 16, OpenGLCore = 17, Direct3D12 = 18, Nintendo3DS = 19 + } + + // RuntimePlatform Enum info: + // OSXEditor = 0, OSXPlayer = 1, WindowsPlayer = 2, OSXWebPlayer = 3, OSXDashboardPlayer = 4, WindowsWebPlayer = 5, WindowsEditor = 7, + // IPhonePlayer = 8, PS3 = 9, XBOX360 = 10, Android = 11, LinuxPlayer = 13, FlashPlayer = 15, WebGLPlayer = 17, MetroPlayerX86 = 18, + // WSAPlayerX86 = 18, MetroPlayerX64 = 19,WSAPlayerX64 = 19, MetroPlayerARM = 20, WSAPlayerARM = 20, WP8Player = 21, + // EditorBrowsable(EditorBrowsableState.Never)] BB10Player = 22, BlackBerryPlayer = 22, TizenPlayer = 23, PSP2 = 24, PS4 = 25, + // PSM = 26, XboxOne = 27, SamsungTVPlayer = 28, WiiU = 30, tvOS = 31 +#endif +#if !UNITY_5_0 && (UNITY_5 || UNITY_5_3_OR_NEWER) + public GraphicsDeviceType GraphicsType; +#endif + + // Application info + public string DataPath; + public string PersistentDataPath; + public string StreamingAssetsPath; + public int TargetFrameRate; + public string UnityVersion; + public bool RunInBackground; + + //DEVICE & OS + public string DeviceModel; + //public enum DeviceType { Unknown, Handheld, Console, Desktop } + public DeviceType DeviceType; + public string DeviceUniqueId; + public string OperatingSystem; + + //GRAPHICS ABILITIES + public int GraphicsDeviceId; + public string GraphicsDeviceName; + public int GraphicsMemorySize; + public int GraphicsShaderLevel; + + //SYSTEM INFO + public int SystemMemorySize; + public int ProcessorCount; + public int ProcessorFrequency; + public string ProcessorType; + public bool SupportsAccelerometer; + public bool SupportsGyroscope; + public bool SupportsLocationService; + + public PlayFabDataGatherer() + { +#if UNITY_5 || UNITY_5_3_OR_NEWER + // UNITY_5 Application info + ProductName = Application.productName; + Version = Application.version; + Company = Application.companyName; + Platform = Application.platform; + // UNITY_5 Graphics Abilities + GraphicsMultiThreaded = SystemInfo.graphicsMultiThreaded; +#endif +#if !UNITY_5_0 && (UNITY_5 || UNITY_5_3_OR_NEWER) + GraphicsType = SystemInfo.graphicsDeviceType; +#endif + + //Only Used on iOS & Android +#if UNITY_5_6_OR_NEWER && (UNITY_ANDROID || UNITY_IOS || UNITY_IPHONE) + ProductBundle = Application.identifier; +#elif UNITY_ANDROID || UNITY_IOS || UNITY_IPHONE + ProductBundle = Application.bundleIdentifier; +#endif + + // Application info + DataPath = Application.dataPath; +#if !UNITY_SWITCH + PersistentDataPath = Application.persistentDataPath; +#endif + StreamingAssetsPath = Application.streamingAssetsPath; + TargetFrameRate = Application.targetFrameRate; + UnityVersion = Application.unityVersion; + + //DEVICE & OS + DeviceModel = SystemInfo.deviceModel; + DeviceType = SystemInfo.deviceType; + + DeviceUniqueId = PlayFabSettings.DeviceUniqueIdentifier; + OperatingSystem = SystemInfo.operatingSystem; + + //GRAPHICS ABILITIES + GraphicsDeviceId = SystemInfo.graphicsDeviceID; + GraphicsDeviceName = SystemInfo.graphicsDeviceName; + GraphicsMemorySize = SystemInfo.graphicsMemorySize; + GraphicsShaderLevel = SystemInfo.graphicsShaderLevel; + + //SYSTEM INFO + SystemMemorySize = SystemInfo.systemMemorySize; + ProcessorCount = SystemInfo.processorCount; +#if UNITY_5_3_OR_NEWER + ProcessorFrequency = SystemInfo.processorFrequency; // Not Supported in PRE Unity 5_2 +#endif + ProcessorType = SystemInfo.processorType; + SupportsAccelerometer = SystemInfo.supportsAccelerometer; + SupportsGyroscope = SystemInfo.supportsGyroscope; + SupportsLocationService = SystemInfo.supportsLocationService; + } + + public string GenerateReport() + { + var sb = new StringBuilder(); + sb.Append("Logging System Info: ========================================\n"); + foreach (var field in GetType().GetTypeInfo().GetFields()) + { + var fld = field.GetValue(this).ToString(); + sb.AppendFormat("System Info - {0}: {1}\n", field.Name, fld); + } + return sb.ToString(); + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabDataGatherer.cs.meta b/Assets/PlayFabSDK/Shared/Public/PlayFabDataGatherer.cs.meta new file mode 100644 index 00000000..8998e9aa --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabDataGatherer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 9021fc3e0230b9a4db0f0e1b104b764b +timeCreated: 1464569227 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabEvents.cs b/Assets/PlayFabSDK/Shared/Public/PlayFabEvents.cs new file mode 100644 index 00000000..c51fe881 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabEvents.cs @@ -0,0 +1,3554 @@ +using PlayFab.SharedModels; +using PlayFab.Internal; + +namespace PlayFab.Events +{ + public partial class PlayFabEvents + { + public delegate void PlayFabErrorEvent(PlayFabRequestCommon request, PlayFabError error); + public delegate void PlayFabResultEvent(TResult result) where TResult : PlayFabResultCommon; + public delegate void PlayFabRequestEvent(TRequest request) where TRequest : PlayFabRequestCommon; + public event PlayFabErrorEvent OnGlobalErrorEvent; + + private static PlayFabEvents _instance; + /// + /// Private constructor because we call PlayFabEvents.init(); + /// + private PlayFabEvents() { } + + public static PlayFabEvents Init() + { + if (_instance == null) + { + _instance = new PlayFabEvents(); + } + PlayFabHttp.ApiProcessingEventHandler += _instance.OnProcessingEvent; + PlayFabHttp.ApiProcessingErrorEventHandler += _instance.OnProcessingErrorEvent; + return _instance; + } + + public void UnregisterInstance(object instance) + { +#if !DISABLE_PLAYFABCLIENT_API + if (OnLoginResultEvent != null) { foreach (var each in OnLoginResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginResultEvent -= (PlayFabResultEvent)each; } } } +#endif +#if ENABLE_PLAYFABADMIN_API + if (OnAdminAbortTaskInstanceRequestEvent != null) { foreach (var each in OnAdminAbortTaskInstanceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAbortTaskInstanceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminAbortTaskInstanceResultEvent != null) { foreach (var each in OnAdminAbortTaskInstanceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAbortTaskInstanceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminAddLocalizedNewsRequestEvent != null) { foreach (var each in OnAdminAddLocalizedNewsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddLocalizedNewsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminAddLocalizedNewsResultEvent != null) { foreach (var each in OnAdminAddLocalizedNewsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddLocalizedNewsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminAddNewsRequestEvent != null) { foreach (var each in OnAdminAddNewsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddNewsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminAddNewsResultEvent != null) { foreach (var each in OnAdminAddNewsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddNewsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminAddPlayerTagRequestEvent != null) { foreach (var each in OnAdminAddPlayerTagRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddPlayerTagRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminAddPlayerTagResultEvent != null) { foreach (var each in OnAdminAddPlayerTagResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddPlayerTagResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminAddUserVirtualCurrencyRequestEvent != null) { foreach (var each in OnAdminAddUserVirtualCurrencyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddUserVirtualCurrencyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminAddUserVirtualCurrencyResultEvent != null) { foreach (var each in OnAdminAddUserVirtualCurrencyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddUserVirtualCurrencyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminAddVirtualCurrencyTypesRequestEvent != null) { foreach (var each in OnAdminAddVirtualCurrencyTypesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddVirtualCurrencyTypesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminAddVirtualCurrencyTypesResultEvent != null) { foreach (var each in OnAdminAddVirtualCurrencyTypesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminAddVirtualCurrencyTypesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminBanUsersRequestEvent != null) { foreach (var each in OnAdminBanUsersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminBanUsersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminBanUsersResultEvent != null) { foreach (var each in OnAdminBanUsersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminBanUsersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminCheckLimitedEditionItemAvailabilityRequestEvent != null) { foreach (var each in OnAdminCheckLimitedEditionItemAvailabilityRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCheckLimitedEditionItemAvailabilityRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminCheckLimitedEditionItemAvailabilityResultEvent != null) { foreach (var each in OnAdminCheckLimitedEditionItemAvailabilityResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCheckLimitedEditionItemAvailabilityResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminCreateActionsOnPlayersInSegmentTaskRequestEvent != null) { foreach (var each in OnAdminCreateActionsOnPlayersInSegmentTaskRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateActionsOnPlayersInSegmentTaskRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminCreateActionsOnPlayersInSegmentTaskResultEvent != null) { foreach (var each in OnAdminCreateActionsOnPlayersInSegmentTaskResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateActionsOnPlayersInSegmentTaskResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminCreateCloudScriptTaskRequestEvent != null) { foreach (var each in OnAdminCreateCloudScriptTaskRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateCloudScriptTaskRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminCreateCloudScriptTaskResultEvent != null) { foreach (var each in OnAdminCreateCloudScriptTaskResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateCloudScriptTaskResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminCreateInsightsScheduledScalingTaskRequestEvent != null) { foreach (var each in OnAdminCreateInsightsScheduledScalingTaskRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateInsightsScheduledScalingTaskRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminCreateInsightsScheduledScalingTaskResultEvent != null) { foreach (var each in OnAdminCreateInsightsScheduledScalingTaskResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateInsightsScheduledScalingTaskResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminCreateOpenIdConnectionRequestEvent != null) { foreach (var each in OnAdminCreateOpenIdConnectionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateOpenIdConnectionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminCreateOpenIdConnectionResultEvent != null) { foreach (var each in OnAdminCreateOpenIdConnectionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateOpenIdConnectionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminCreatePlayerSharedSecretRequestEvent != null) { foreach (var each in OnAdminCreatePlayerSharedSecretRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreatePlayerSharedSecretRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminCreatePlayerSharedSecretResultEvent != null) { foreach (var each in OnAdminCreatePlayerSharedSecretResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreatePlayerSharedSecretResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminCreatePlayerStatisticDefinitionRequestEvent != null) { foreach (var each in OnAdminCreatePlayerStatisticDefinitionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreatePlayerStatisticDefinitionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminCreatePlayerStatisticDefinitionResultEvent != null) { foreach (var each in OnAdminCreatePlayerStatisticDefinitionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreatePlayerStatisticDefinitionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminCreateSegmentRequestEvent != null) { foreach (var each in OnAdminCreateSegmentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateSegmentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminCreateSegmentResultEvent != null) { foreach (var each in OnAdminCreateSegmentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminCreateSegmentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteContentRequestEvent != null) { foreach (var each in OnAdminDeleteContentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteContentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteContentResultEvent != null) { foreach (var each in OnAdminDeleteContentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteContentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteMasterPlayerAccountRequestEvent != null) { foreach (var each in OnAdminDeleteMasterPlayerAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteMasterPlayerAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteMasterPlayerAccountResultEvent != null) { foreach (var each in OnAdminDeleteMasterPlayerAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteMasterPlayerAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteMasterPlayerEventDataRequestEvent != null) { foreach (var each in OnAdminDeleteMasterPlayerEventDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteMasterPlayerEventDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteMasterPlayerEventDataResultEvent != null) { foreach (var each in OnAdminDeleteMasterPlayerEventDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteMasterPlayerEventDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteMembershipSubscriptionRequestEvent != null) { foreach (var each in OnAdminDeleteMembershipSubscriptionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteMembershipSubscriptionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteMembershipSubscriptionResultEvent != null) { foreach (var each in OnAdminDeleteMembershipSubscriptionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteMembershipSubscriptionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteOpenIdConnectionRequestEvent != null) { foreach (var each in OnAdminDeleteOpenIdConnectionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteOpenIdConnectionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteOpenIdConnectionResultEvent != null) { foreach (var each in OnAdminDeleteOpenIdConnectionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteOpenIdConnectionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeletePlayerRequestEvent != null) { foreach (var each in OnAdminDeletePlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeletePlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeletePlayerResultEvent != null) { foreach (var each in OnAdminDeletePlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeletePlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeletePlayerSharedSecretRequestEvent != null) { foreach (var each in OnAdminDeletePlayerSharedSecretRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeletePlayerSharedSecretRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeletePlayerSharedSecretResultEvent != null) { foreach (var each in OnAdminDeletePlayerSharedSecretResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeletePlayerSharedSecretResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteSegmentRequestEvent != null) { foreach (var each in OnAdminDeleteSegmentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteSegmentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteSegmentResultEvent != null) { foreach (var each in OnAdminDeleteSegmentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteSegmentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteStoreRequestEvent != null) { foreach (var each in OnAdminDeleteStoreRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteStoreRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteStoreResultEvent != null) { foreach (var each in OnAdminDeleteStoreResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteStoreResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteTaskRequestEvent != null) { foreach (var each in OnAdminDeleteTaskRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteTaskRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteTaskResultEvent != null) { foreach (var each in OnAdminDeleteTaskResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteTaskResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteTitleRequestEvent != null) { foreach (var each in OnAdminDeleteTitleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteTitleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteTitleResultEvent != null) { foreach (var each in OnAdminDeleteTitleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteTitleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminDeleteTitleDataOverrideRequestEvent != null) { foreach (var each in OnAdminDeleteTitleDataOverrideRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteTitleDataOverrideRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminDeleteTitleDataOverrideResultEvent != null) { foreach (var each in OnAdminDeleteTitleDataOverrideResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminDeleteTitleDataOverrideResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminExportMasterPlayerDataRequestEvent != null) { foreach (var each in OnAdminExportMasterPlayerDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminExportMasterPlayerDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminExportMasterPlayerDataResultEvent != null) { foreach (var each in OnAdminExportMasterPlayerDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminExportMasterPlayerDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminExportPlayersInSegmentRequestEvent != null) { foreach (var each in OnAdminExportPlayersInSegmentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminExportPlayersInSegmentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminExportPlayersInSegmentResultEvent != null) { foreach (var each in OnAdminExportPlayersInSegmentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminExportPlayersInSegmentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetActionsOnPlayersInSegmentTaskInstanceRequestEvent != null) { foreach (var each in OnAdminGetActionsOnPlayersInSegmentTaskInstanceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetActionsOnPlayersInSegmentTaskInstanceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetActionsOnPlayersInSegmentTaskInstanceResultEvent != null) { foreach (var each in OnAdminGetActionsOnPlayersInSegmentTaskInstanceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetActionsOnPlayersInSegmentTaskInstanceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetAllSegmentsRequestEvent != null) { foreach (var each in OnAdminGetAllSegmentsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetAllSegmentsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetAllSegmentsResultEvent != null) { foreach (var each in OnAdminGetAllSegmentsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetAllSegmentsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetCatalogItemsRequestEvent != null) { foreach (var each in OnAdminGetCatalogItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetCatalogItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetCatalogItemsResultEvent != null) { foreach (var each in OnAdminGetCatalogItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetCatalogItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetCloudScriptRevisionRequestEvent != null) { foreach (var each in OnAdminGetCloudScriptRevisionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetCloudScriptRevisionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetCloudScriptRevisionResultEvent != null) { foreach (var each in OnAdminGetCloudScriptRevisionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetCloudScriptRevisionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetCloudScriptTaskInstanceRequestEvent != null) { foreach (var each in OnAdminGetCloudScriptTaskInstanceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetCloudScriptTaskInstanceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetCloudScriptTaskInstanceResultEvent != null) { foreach (var each in OnAdminGetCloudScriptTaskInstanceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetCloudScriptTaskInstanceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetCloudScriptVersionsRequestEvent != null) { foreach (var each in OnAdminGetCloudScriptVersionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetCloudScriptVersionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetCloudScriptVersionsResultEvent != null) { foreach (var each in OnAdminGetCloudScriptVersionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetCloudScriptVersionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetContentListRequestEvent != null) { foreach (var each in OnAdminGetContentListRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetContentListRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetContentListResultEvent != null) { foreach (var each in OnAdminGetContentListResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetContentListResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetContentUploadUrlRequestEvent != null) { foreach (var each in OnAdminGetContentUploadUrlRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetContentUploadUrlRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetContentUploadUrlResultEvent != null) { foreach (var each in OnAdminGetContentUploadUrlResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetContentUploadUrlResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetDataReportRequestEvent != null) { foreach (var each in OnAdminGetDataReportRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetDataReportRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetDataReportResultEvent != null) { foreach (var each in OnAdminGetDataReportResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetDataReportResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPlayedTitleListRequestEvent != null) { foreach (var each in OnAdminGetPlayedTitleListRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayedTitleListRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPlayedTitleListResultEvent != null) { foreach (var each in OnAdminGetPlayedTitleListResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayedTitleListResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPlayerIdFromAuthTokenRequestEvent != null) { foreach (var each in OnAdminGetPlayerIdFromAuthTokenRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerIdFromAuthTokenRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPlayerIdFromAuthTokenResultEvent != null) { foreach (var each in OnAdminGetPlayerIdFromAuthTokenResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerIdFromAuthTokenResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPlayerProfileRequestEvent != null) { foreach (var each in OnAdminGetPlayerProfileRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerProfileRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPlayerProfileResultEvent != null) { foreach (var each in OnAdminGetPlayerProfileResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerProfileResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPlayerSegmentsRequestEvent != null) { foreach (var each in OnAdminGetPlayerSegmentsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerSegmentsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPlayerSegmentsResultEvent != null) { foreach (var each in OnAdminGetPlayerSegmentsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerSegmentsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPlayerSharedSecretsRequestEvent != null) { foreach (var each in OnAdminGetPlayerSharedSecretsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerSharedSecretsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPlayerSharedSecretsResultEvent != null) { foreach (var each in OnAdminGetPlayerSharedSecretsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerSharedSecretsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPlayersInSegmentRequestEvent != null) { foreach (var each in OnAdminGetPlayersInSegmentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayersInSegmentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPlayersInSegmentResultEvent != null) { foreach (var each in OnAdminGetPlayersInSegmentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayersInSegmentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPlayerStatisticDefinitionsRequestEvent != null) { foreach (var each in OnAdminGetPlayerStatisticDefinitionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerStatisticDefinitionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPlayerStatisticDefinitionsResultEvent != null) { foreach (var each in OnAdminGetPlayerStatisticDefinitionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerStatisticDefinitionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPlayerStatisticVersionsRequestEvent != null) { foreach (var each in OnAdminGetPlayerStatisticVersionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerStatisticVersionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPlayerStatisticVersionsResultEvent != null) { foreach (var each in OnAdminGetPlayerStatisticVersionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerStatisticVersionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPlayerTagsRequestEvent != null) { foreach (var each in OnAdminGetPlayerTagsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerTagsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPlayerTagsResultEvent != null) { foreach (var each in OnAdminGetPlayerTagsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPlayerTagsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPolicyRequestEvent != null) { foreach (var each in OnAdminGetPolicyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPolicyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPolicyResultEvent != null) { foreach (var each in OnAdminGetPolicyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPolicyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetPublisherDataRequestEvent != null) { foreach (var each in OnAdminGetPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetPublisherDataResultEvent != null) { foreach (var each in OnAdminGetPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetRandomResultTablesRequestEvent != null) { foreach (var each in OnAdminGetRandomResultTablesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetRandomResultTablesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetRandomResultTablesResultEvent != null) { foreach (var each in OnAdminGetRandomResultTablesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetRandomResultTablesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetSegmentExportRequestEvent != null) { foreach (var each in OnAdminGetSegmentExportRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetSegmentExportRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetSegmentExportResultEvent != null) { foreach (var each in OnAdminGetSegmentExportResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetSegmentExportResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetSegmentsRequestEvent != null) { foreach (var each in OnAdminGetSegmentsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetSegmentsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetSegmentsResultEvent != null) { foreach (var each in OnAdminGetSegmentsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetSegmentsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetStoreItemsRequestEvent != null) { foreach (var each in OnAdminGetStoreItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetStoreItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetStoreItemsResultEvent != null) { foreach (var each in OnAdminGetStoreItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetStoreItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetTaskInstancesRequestEvent != null) { foreach (var each in OnAdminGetTaskInstancesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetTaskInstancesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetTaskInstancesResultEvent != null) { foreach (var each in OnAdminGetTaskInstancesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetTaskInstancesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetTasksRequestEvent != null) { foreach (var each in OnAdminGetTasksRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetTasksRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetTasksResultEvent != null) { foreach (var each in OnAdminGetTasksResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetTasksResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetTitleDataRequestEvent != null) { foreach (var each in OnAdminGetTitleDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetTitleDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetTitleDataResultEvent != null) { foreach (var each in OnAdminGetTitleDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetTitleDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetTitleInternalDataRequestEvent != null) { foreach (var each in OnAdminGetTitleInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetTitleInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetTitleInternalDataResultEvent != null) { foreach (var each in OnAdminGetTitleInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetTitleInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetUserAccountInfoRequestEvent != null) { foreach (var each in OnAdminGetUserAccountInfoRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserAccountInfoRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetUserAccountInfoResultEvent != null) { foreach (var each in OnAdminGetUserAccountInfoResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserAccountInfoResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetUserBansRequestEvent != null) { foreach (var each in OnAdminGetUserBansRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserBansRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetUserBansResultEvent != null) { foreach (var each in OnAdminGetUserBansResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserBansResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetUserDataRequestEvent != null) { foreach (var each in OnAdminGetUserDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetUserDataResultEvent != null) { foreach (var each in OnAdminGetUserDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetUserInternalDataRequestEvent != null) { foreach (var each in OnAdminGetUserInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetUserInternalDataResultEvent != null) { foreach (var each in OnAdminGetUserInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetUserInventoryRequestEvent != null) { foreach (var each in OnAdminGetUserInventoryRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserInventoryRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetUserInventoryResultEvent != null) { foreach (var each in OnAdminGetUserInventoryResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserInventoryResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetUserPublisherDataRequestEvent != null) { foreach (var each in OnAdminGetUserPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetUserPublisherDataResultEvent != null) { foreach (var each in OnAdminGetUserPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetUserPublisherInternalDataRequestEvent != null) { foreach (var each in OnAdminGetUserPublisherInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserPublisherInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetUserPublisherInternalDataResultEvent != null) { foreach (var each in OnAdminGetUserPublisherInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserPublisherInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetUserPublisherReadOnlyDataRequestEvent != null) { foreach (var each in OnAdminGetUserPublisherReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserPublisherReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetUserPublisherReadOnlyDataResultEvent != null) { foreach (var each in OnAdminGetUserPublisherReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserPublisherReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGetUserReadOnlyDataRequestEvent != null) { foreach (var each in OnAdminGetUserReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGetUserReadOnlyDataResultEvent != null) { foreach (var each in OnAdminGetUserReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGetUserReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminGrantItemsToUsersRequestEvent != null) { foreach (var each in OnAdminGrantItemsToUsersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGrantItemsToUsersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminGrantItemsToUsersResultEvent != null) { foreach (var each in OnAdminGrantItemsToUsersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminGrantItemsToUsersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminIncrementLimitedEditionItemAvailabilityRequestEvent != null) { foreach (var each in OnAdminIncrementLimitedEditionItemAvailabilityRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminIncrementLimitedEditionItemAvailabilityRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminIncrementLimitedEditionItemAvailabilityResultEvent != null) { foreach (var each in OnAdminIncrementLimitedEditionItemAvailabilityResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminIncrementLimitedEditionItemAvailabilityResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminIncrementPlayerStatisticVersionRequestEvent != null) { foreach (var each in OnAdminIncrementPlayerStatisticVersionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminIncrementPlayerStatisticVersionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminIncrementPlayerStatisticVersionResultEvent != null) { foreach (var each in OnAdminIncrementPlayerStatisticVersionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminIncrementPlayerStatisticVersionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminListOpenIdConnectionRequestEvent != null) { foreach (var each in OnAdminListOpenIdConnectionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminListOpenIdConnectionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminListOpenIdConnectionResultEvent != null) { foreach (var each in OnAdminListOpenIdConnectionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminListOpenIdConnectionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminListVirtualCurrencyTypesRequestEvent != null) { foreach (var each in OnAdminListVirtualCurrencyTypesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminListVirtualCurrencyTypesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminListVirtualCurrencyTypesResultEvent != null) { foreach (var each in OnAdminListVirtualCurrencyTypesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminListVirtualCurrencyTypesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminRefundPurchaseRequestEvent != null) { foreach (var each in OnAdminRefundPurchaseRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRefundPurchaseRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminRefundPurchaseResultEvent != null) { foreach (var each in OnAdminRefundPurchaseResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRefundPurchaseResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminRemovePlayerTagRequestEvent != null) { foreach (var each in OnAdminRemovePlayerTagRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRemovePlayerTagRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminRemovePlayerTagResultEvent != null) { foreach (var each in OnAdminRemovePlayerTagResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRemovePlayerTagResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminRemoveVirtualCurrencyTypesRequestEvent != null) { foreach (var each in OnAdminRemoveVirtualCurrencyTypesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRemoveVirtualCurrencyTypesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminRemoveVirtualCurrencyTypesResultEvent != null) { foreach (var each in OnAdminRemoveVirtualCurrencyTypesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRemoveVirtualCurrencyTypesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminResetCharacterStatisticsRequestEvent != null) { foreach (var each in OnAdminResetCharacterStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminResetCharacterStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminResetCharacterStatisticsResultEvent != null) { foreach (var each in OnAdminResetCharacterStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminResetCharacterStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminResetPasswordRequestEvent != null) { foreach (var each in OnAdminResetPasswordRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminResetPasswordRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminResetPasswordResultEvent != null) { foreach (var each in OnAdminResetPasswordResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminResetPasswordResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminResetUserStatisticsRequestEvent != null) { foreach (var each in OnAdminResetUserStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminResetUserStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminResetUserStatisticsResultEvent != null) { foreach (var each in OnAdminResetUserStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminResetUserStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminResolvePurchaseDisputeRequestEvent != null) { foreach (var each in OnAdminResolvePurchaseDisputeRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminResolvePurchaseDisputeRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminResolvePurchaseDisputeResultEvent != null) { foreach (var each in OnAdminResolvePurchaseDisputeResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminResolvePurchaseDisputeResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminRevokeAllBansForUserRequestEvent != null) { foreach (var each in OnAdminRevokeAllBansForUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRevokeAllBansForUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminRevokeAllBansForUserResultEvent != null) { foreach (var each in OnAdminRevokeAllBansForUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRevokeAllBansForUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminRevokeBansRequestEvent != null) { foreach (var each in OnAdminRevokeBansRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRevokeBansRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminRevokeBansResultEvent != null) { foreach (var each in OnAdminRevokeBansResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRevokeBansResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminRevokeInventoryItemRequestEvent != null) { foreach (var each in OnAdminRevokeInventoryItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRevokeInventoryItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminRevokeInventoryItemResultEvent != null) { foreach (var each in OnAdminRevokeInventoryItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRevokeInventoryItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminRevokeInventoryItemsRequestEvent != null) { foreach (var each in OnAdminRevokeInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRevokeInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminRevokeInventoryItemsResultEvent != null) { foreach (var each in OnAdminRevokeInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRevokeInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminRunTaskRequestEvent != null) { foreach (var each in OnAdminRunTaskRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRunTaskRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminRunTaskResultEvent != null) { foreach (var each in OnAdminRunTaskResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminRunTaskResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSendAccountRecoveryEmailRequestEvent != null) { foreach (var each in OnAdminSendAccountRecoveryEmailRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSendAccountRecoveryEmailRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSendAccountRecoveryEmailResultEvent != null) { foreach (var each in OnAdminSendAccountRecoveryEmailResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSendAccountRecoveryEmailResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetCatalogItemsRequestEvent != null) { foreach (var each in OnAdminSetCatalogItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetCatalogItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetCatalogItemsResultEvent != null) { foreach (var each in OnAdminSetCatalogItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetCatalogItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetMembershipOverrideRequestEvent != null) { foreach (var each in OnAdminSetMembershipOverrideRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetMembershipOverrideRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetMembershipOverrideResultEvent != null) { foreach (var each in OnAdminSetMembershipOverrideResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetMembershipOverrideResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetPlayerSecretRequestEvent != null) { foreach (var each in OnAdminSetPlayerSecretRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetPlayerSecretRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetPlayerSecretResultEvent != null) { foreach (var each in OnAdminSetPlayerSecretResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetPlayerSecretResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetPublishedRevisionRequestEvent != null) { foreach (var each in OnAdminSetPublishedRevisionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetPublishedRevisionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetPublishedRevisionResultEvent != null) { foreach (var each in OnAdminSetPublishedRevisionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetPublishedRevisionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetPublisherDataRequestEvent != null) { foreach (var each in OnAdminSetPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetPublisherDataResultEvent != null) { foreach (var each in OnAdminSetPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetStoreItemsRequestEvent != null) { foreach (var each in OnAdminSetStoreItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetStoreItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetStoreItemsResultEvent != null) { foreach (var each in OnAdminSetStoreItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetStoreItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetTitleDataRequestEvent != null) { foreach (var each in OnAdminSetTitleDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetTitleDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetTitleDataResultEvent != null) { foreach (var each in OnAdminSetTitleDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetTitleDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetTitleDataAndOverridesRequestEvent != null) { foreach (var each in OnAdminSetTitleDataAndOverridesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetTitleDataAndOverridesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetTitleDataAndOverridesResultEvent != null) { foreach (var each in OnAdminSetTitleDataAndOverridesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetTitleDataAndOverridesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetTitleInternalDataRequestEvent != null) { foreach (var each in OnAdminSetTitleInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetTitleInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetTitleInternalDataResultEvent != null) { foreach (var each in OnAdminSetTitleInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetTitleInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSetupPushNotificationRequestEvent != null) { foreach (var each in OnAdminSetupPushNotificationRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetupPushNotificationRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSetupPushNotificationResultEvent != null) { foreach (var each in OnAdminSetupPushNotificationResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSetupPushNotificationResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminSubtractUserVirtualCurrencyRequestEvent != null) { foreach (var each in OnAdminSubtractUserVirtualCurrencyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSubtractUserVirtualCurrencyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminSubtractUserVirtualCurrencyResultEvent != null) { foreach (var each in OnAdminSubtractUserVirtualCurrencyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminSubtractUserVirtualCurrencyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateBansRequestEvent != null) { foreach (var each in OnAdminUpdateBansRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateBansRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateBansResultEvent != null) { foreach (var each in OnAdminUpdateBansResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateBansResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateCatalogItemsRequestEvent != null) { foreach (var each in OnAdminUpdateCatalogItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateCatalogItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateCatalogItemsResultEvent != null) { foreach (var each in OnAdminUpdateCatalogItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateCatalogItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateCloudScriptRequestEvent != null) { foreach (var each in OnAdminUpdateCloudScriptRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateCloudScriptRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateCloudScriptResultEvent != null) { foreach (var each in OnAdminUpdateCloudScriptResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateCloudScriptResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateOpenIdConnectionRequestEvent != null) { foreach (var each in OnAdminUpdateOpenIdConnectionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateOpenIdConnectionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateOpenIdConnectionResultEvent != null) { foreach (var each in OnAdminUpdateOpenIdConnectionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateOpenIdConnectionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdatePlayerSharedSecretRequestEvent != null) { foreach (var each in OnAdminUpdatePlayerSharedSecretRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdatePlayerSharedSecretRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdatePlayerSharedSecretResultEvent != null) { foreach (var each in OnAdminUpdatePlayerSharedSecretResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdatePlayerSharedSecretResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdatePlayerStatisticDefinitionRequestEvent != null) { foreach (var each in OnAdminUpdatePlayerStatisticDefinitionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdatePlayerStatisticDefinitionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdatePlayerStatisticDefinitionResultEvent != null) { foreach (var each in OnAdminUpdatePlayerStatisticDefinitionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdatePlayerStatisticDefinitionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdatePolicyRequestEvent != null) { foreach (var each in OnAdminUpdatePolicyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdatePolicyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdatePolicyResultEvent != null) { foreach (var each in OnAdminUpdatePolicyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdatePolicyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateRandomResultTablesRequestEvent != null) { foreach (var each in OnAdminUpdateRandomResultTablesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateRandomResultTablesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateRandomResultTablesResultEvent != null) { foreach (var each in OnAdminUpdateRandomResultTablesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateRandomResultTablesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateSegmentRequestEvent != null) { foreach (var each in OnAdminUpdateSegmentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateSegmentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateSegmentResultEvent != null) { foreach (var each in OnAdminUpdateSegmentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateSegmentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateStoreItemsRequestEvent != null) { foreach (var each in OnAdminUpdateStoreItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateStoreItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateStoreItemsResultEvent != null) { foreach (var each in OnAdminUpdateStoreItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateStoreItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateTaskRequestEvent != null) { foreach (var each in OnAdminUpdateTaskRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateTaskRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateTaskResultEvent != null) { foreach (var each in OnAdminUpdateTaskResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateTaskResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateUserDataRequestEvent != null) { foreach (var each in OnAdminUpdateUserDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateUserDataResultEvent != null) { foreach (var each in OnAdminUpdateUserDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateUserInternalDataRequestEvent != null) { foreach (var each in OnAdminUpdateUserInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateUserInternalDataResultEvent != null) { foreach (var each in OnAdminUpdateUserInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateUserPublisherDataRequestEvent != null) { foreach (var each in OnAdminUpdateUserPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateUserPublisherDataResultEvent != null) { foreach (var each in OnAdminUpdateUserPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateUserPublisherInternalDataRequestEvent != null) { foreach (var each in OnAdminUpdateUserPublisherInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserPublisherInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateUserPublisherInternalDataResultEvent != null) { foreach (var each in OnAdminUpdateUserPublisherInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserPublisherInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateUserPublisherReadOnlyDataRequestEvent != null) { foreach (var each in OnAdminUpdateUserPublisherReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserPublisherReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateUserPublisherReadOnlyDataResultEvent != null) { foreach (var each in OnAdminUpdateUserPublisherReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserPublisherReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateUserReadOnlyDataRequestEvent != null) { foreach (var each in OnAdminUpdateUserReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateUserReadOnlyDataResultEvent != null) { foreach (var each in OnAdminUpdateUserReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAdminUpdateUserTitleDisplayNameRequestEvent != null) { foreach (var each in OnAdminUpdateUserTitleDisplayNameRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserTitleDisplayNameRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAdminUpdateUserTitleDisplayNameResultEvent != null) { foreach (var each in OnAdminUpdateUserTitleDisplayNameResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAdminUpdateUserTitleDisplayNameResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABCLIENT_API + if (OnAcceptTradeRequestEvent != null) { foreach (var each in OnAcceptTradeRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAcceptTradeRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAcceptTradeResultEvent != null) { foreach (var each in OnAcceptTradeResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAcceptTradeResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddFriendRequestEvent != null) { foreach (var each in OnAddFriendRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddFriendRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddFriendResultEvent != null) { foreach (var each in OnAddFriendResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddFriendResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddGenericIDRequestEvent != null) { foreach (var each in OnAddGenericIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddGenericIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddGenericIDResultEvent != null) { foreach (var each in OnAddGenericIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddGenericIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddOrUpdateContactEmailRequestEvent != null) { foreach (var each in OnAddOrUpdateContactEmailRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddOrUpdateContactEmailRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddOrUpdateContactEmailResultEvent != null) { foreach (var each in OnAddOrUpdateContactEmailResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddOrUpdateContactEmailResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddSharedGroupMembersRequestEvent != null) { foreach (var each in OnAddSharedGroupMembersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddSharedGroupMembersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddSharedGroupMembersResultEvent != null) { foreach (var each in OnAddSharedGroupMembersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddSharedGroupMembersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddUsernamePasswordRequestEvent != null) { foreach (var each in OnAddUsernamePasswordRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddUsernamePasswordRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddUsernamePasswordResultEvent != null) { foreach (var each in OnAddUsernamePasswordResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddUsernamePasswordResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddUserVirtualCurrencyRequestEvent != null) { foreach (var each in OnAddUserVirtualCurrencyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddUserVirtualCurrencyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddUserVirtualCurrencyResultEvent != null) { foreach (var each in OnAddUserVirtualCurrencyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddUserVirtualCurrencyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAndroidDevicePushNotificationRegistrationRequestEvent != null) { foreach (var each in OnAndroidDevicePushNotificationRegistrationRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAndroidDevicePushNotificationRegistrationRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAndroidDevicePushNotificationRegistrationResultEvent != null) { foreach (var each in OnAndroidDevicePushNotificationRegistrationResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAndroidDevicePushNotificationRegistrationResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAttributeInstallRequestEvent != null) { foreach (var each in OnAttributeInstallRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAttributeInstallRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAttributeInstallResultEvent != null) { foreach (var each in OnAttributeInstallResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAttributeInstallResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCancelTradeRequestEvent != null) { foreach (var each in OnCancelTradeRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCancelTradeRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCancelTradeResultEvent != null) { foreach (var each in OnCancelTradeResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCancelTradeResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnConfirmPurchaseRequestEvent != null) { foreach (var each in OnConfirmPurchaseRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConfirmPurchaseRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnConfirmPurchaseResultEvent != null) { foreach (var each in OnConfirmPurchaseResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConfirmPurchaseResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnConsumeItemRequestEvent != null) { foreach (var each in OnConsumeItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumeItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnConsumeItemResultEvent != null) { foreach (var each in OnConsumeItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumeItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnConsumeMicrosoftStoreEntitlementsRequestEvent != null) { foreach (var each in OnConsumeMicrosoftStoreEntitlementsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumeMicrosoftStoreEntitlementsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnConsumeMicrosoftStoreEntitlementsResultEvent != null) { foreach (var each in OnConsumeMicrosoftStoreEntitlementsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumeMicrosoftStoreEntitlementsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnConsumePS5EntitlementsRequestEvent != null) { foreach (var each in OnConsumePS5EntitlementsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumePS5EntitlementsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnConsumePS5EntitlementsResultEvent != null) { foreach (var each in OnConsumePS5EntitlementsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumePS5EntitlementsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnConsumePSNEntitlementsRequestEvent != null) { foreach (var each in OnConsumePSNEntitlementsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumePSNEntitlementsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnConsumePSNEntitlementsResultEvent != null) { foreach (var each in OnConsumePSNEntitlementsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumePSNEntitlementsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnConsumeXboxEntitlementsRequestEvent != null) { foreach (var each in OnConsumeXboxEntitlementsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumeXboxEntitlementsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnConsumeXboxEntitlementsResultEvent != null) { foreach (var each in OnConsumeXboxEntitlementsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnConsumeXboxEntitlementsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCreateSharedGroupRequestEvent != null) { foreach (var each in OnCreateSharedGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCreateSharedGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCreateSharedGroupResultEvent != null) { foreach (var each in OnCreateSharedGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCreateSharedGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExecuteCloudScriptRequestEvent != null) { foreach (var each in OnExecuteCloudScriptRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExecuteCloudScriptRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExecuteCloudScriptResultEvent != null) { foreach (var each in OnExecuteCloudScriptResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExecuteCloudScriptResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetAccountInfoRequestEvent != null) { foreach (var each in OnGetAccountInfoRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetAccountInfoRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetAccountInfoResultEvent != null) { foreach (var each in OnGetAccountInfoResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetAccountInfoResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetAdPlacementsRequestEvent != null) { foreach (var each in OnGetAdPlacementsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetAdPlacementsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetAdPlacementsResultEvent != null) { foreach (var each in OnGetAdPlacementsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetAdPlacementsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetAllUsersCharactersRequestEvent != null) { foreach (var each in OnGetAllUsersCharactersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetAllUsersCharactersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetAllUsersCharactersResultEvent != null) { foreach (var each in OnGetAllUsersCharactersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetAllUsersCharactersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetCatalogItemsRequestEvent != null) { foreach (var each in OnGetCatalogItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCatalogItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetCatalogItemsResultEvent != null) { foreach (var each in OnGetCatalogItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCatalogItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetCharacterDataRequestEvent != null) { foreach (var each in OnGetCharacterDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetCharacterDataResultEvent != null) { foreach (var each in OnGetCharacterDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetCharacterInventoryRequestEvent != null) { foreach (var each in OnGetCharacterInventoryRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterInventoryRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetCharacterInventoryResultEvent != null) { foreach (var each in OnGetCharacterInventoryResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterInventoryResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetCharacterLeaderboardRequestEvent != null) { foreach (var each in OnGetCharacterLeaderboardRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterLeaderboardRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetCharacterLeaderboardResultEvent != null) { foreach (var each in OnGetCharacterLeaderboardResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterLeaderboardResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetCharacterReadOnlyDataRequestEvent != null) { foreach (var each in OnGetCharacterReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetCharacterReadOnlyDataResultEvent != null) { foreach (var each in OnGetCharacterReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetCharacterStatisticsRequestEvent != null) { foreach (var each in OnGetCharacterStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetCharacterStatisticsResultEvent != null) { foreach (var each in OnGetCharacterStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetCharacterStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetContentDownloadUrlRequestEvent != null) { foreach (var each in OnGetContentDownloadUrlRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetContentDownloadUrlRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetContentDownloadUrlResultEvent != null) { foreach (var each in OnGetContentDownloadUrlResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetContentDownloadUrlResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetFriendLeaderboardRequestEvent != null) { foreach (var each in OnGetFriendLeaderboardRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetFriendLeaderboardRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetFriendLeaderboardResultEvent != null) { foreach (var each in OnGetFriendLeaderboardResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetFriendLeaderboardResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetFriendLeaderboardAroundPlayerRequestEvent != null) { foreach (var each in OnGetFriendLeaderboardAroundPlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetFriendLeaderboardAroundPlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetFriendLeaderboardAroundPlayerResultEvent != null) { foreach (var each in OnGetFriendLeaderboardAroundPlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetFriendLeaderboardAroundPlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetFriendsListRequestEvent != null) { foreach (var each in OnGetFriendsListRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetFriendsListRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetFriendsListResultEvent != null) { foreach (var each in OnGetFriendsListResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetFriendsListResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetLeaderboardRequestEvent != null) { foreach (var each in OnGetLeaderboardRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetLeaderboardRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetLeaderboardResultEvent != null) { foreach (var each in OnGetLeaderboardResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetLeaderboardResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetLeaderboardAroundCharacterRequestEvent != null) { foreach (var each in OnGetLeaderboardAroundCharacterRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetLeaderboardAroundCharacterRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetLeaderboardAroundCharacterResultEvent != null) { foreach (var each in OnGetLeaderboardAroundCharacterResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetLeaderboardAroundCharacterResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetLeaderboardAroundPlayerRequestEvent != null) { foreach (var each in OnGetLeaderboardAroundPlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetLeaderboardAroundPlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetLeaderboardAroundPlayerResultEvent != null) { foreach (var each in OnGetLeaderboardAroundPlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetLeaderboardAroundPlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetLeaderboardForUserCharactersRequestEvent != null) { foreach (var each in OnGetLeaderboardForUserCharactersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetLeaderboardForUserCharactersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetLeaderboardForUserCharactersResultEvent != null) { foreach (var each in OnGetLeaderboardForUserCharactersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetLeaderboardForUserCharactersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPaymentTokenRequestEvent != null) { foreach (var each in OnGetPaymentTokenRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPaymentTokenRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPaymentTokenResultEvent != null) { foreach (var each in OnGetPaymentTokenResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPaymentTokenResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPhotonAuthenticationTokenRequestEvent != null) { foreach (var each in OnGetPhotonAuthenticationTokenRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPhotonAuthenticationTokenRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPhotonAuthenticationTokenResultEvent != null) { foreach (var each in OnGetPhotonAuthenticationTokenResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPhotonAuthenticationTokenResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayerCombinedInfoRequestEvent != null) { foreach (var each in OnGetPlayerCombinedInfoRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerCombinedInfoRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayerCombinedInfoResultEvent != null) { foreach (var each in OnGetPlayerCombinedInfoResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerCombinedInfoResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayerProfileRequestEvent != null) { foreach (var each in OnGetPlayerProfileRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerProfileRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayerProfileResultEvent != null) { foreach (var each in OnGetPlayerProfileResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerProfileResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayerSegmentsRequestEvent != null) { foreach (var each in OnGetPlayerSegmentsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerSegmentsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayerSegmentsResultEvent != null) { foreach (var each in OnGetPlayerSegmentsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerSegmentsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayerStatisticsRequestEvent != null) { foreach (var each in OnGetPlayerStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayerStatisticsResultEvent != null) { foreach (var each in OnGetPlayerStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayerStatisticVersionsRequestEvent != null) { foreach (var each in OnGetPlayerStatisticVersionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerStatisticVersionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayerStatisticVersionsResultEvent != null) { foreach (var each in OnGetPlayerStatisticVersionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerStatisticVersionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayerTagsRequestEvent != null) { foreach (var each in OnGetPlayerTagsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerTagsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayerTagsResultEvent != null) { foreach (var each in OnGetPlayerTagsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerTagsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayerTradesRequestEvent != null) { foreach (var each in OnGetPlayerTradesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerTradesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayerTradesResultEvent != null) { foreach (var each in OnGetPlayerTradesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayerTradesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromFacebookIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromFacebookIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromFacebookIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromFacebookIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromFacebookIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromFacebookIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromGameCenterIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromGameCenterIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromGameCenterIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromGameCenterIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromGameCenterIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromGameCenterIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromGenericIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromGenericIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromGenericIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromGenericIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromGenericIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromGenericIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromGoogleIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromGoogleIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromGoogleIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromGoogleIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromGoogleIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromGoogleIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromKongregateIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromKongregateIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromKongregateIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromKongregateIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromKongregateIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromKongregateIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromPSNAccountIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromPSNAccountIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromPSNAccountIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromPSNAccountIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromPSNAccountIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromPSNAccountIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromPSNOnlineIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromPSNOnlineIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromPSNOnlineIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromPSNOnlineIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromPSNOnlineIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromPSNOnlineIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromSteamIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromSteamIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromSteamIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromSteamIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromSteamIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromSteamIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromTwitchIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromTwitchIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromTwitchIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromTwitchIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromTwitchIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromTwitchIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPlayFabIDsFromXboxLiveIDsRequestEvent != null) { foreach (var each in OnGetPlayFabIDsFromXboxLiveIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromXboxLiveIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPlayFabIDsFromXboxLiveIDsResultEvent != null) { foreach (var each in OnGetPlayFabIDsFromXboxLiveIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPlayFabIDsFromXboxLiveIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPublisherDataRequestEvent != null) { foreach (var each in OnGetPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPublisherDataResultEvent != null) { foreach (var each in OnGetPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetPurchaseRequestEvent != null) { foreach (var each in OnGetPurchaseRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPurchaseRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetPurchaseResultEvent != null) { foreach (var each in OnGetPurchaseResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetPurchaseResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetSharedGroupDataRequestEvent != null) { foreach (var each in OnGetSharedGroupDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetSharedGroupDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetSharedGroupDataResultEvent != null) { foreach (var each in OnGetSharedGroupDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetSharedGroupDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetStoreItemsRequestEvent != null) { foreach (var each in OnGetStoreItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetStoreItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetStoreItemsResultEvent != null) { foreach (var each in OnGetStoreItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetStoreItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetTimeRequestEvent != null) { foreach (var each in OnGetTimeRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTimeRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetTimeResultEvent != null) { foreach (var each in OnGetTimeResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTimeResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetTitleDataRequestEvent != null) { foreach (var each in OnGetTitleDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTitleDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetTitleDataResultEvent != null) { foreach (var each in OnGetTitleDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTitleDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetTitleNewsRequestEvent != null) { foreach (var each in OnGetTitleNewsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTitleNewsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetTitleNewsResultEvent != null) { foreach (var each in OnGetTitleNewsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTitleNewsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetTitlePublicKeyRequestEvent != null) { foreach (var each in OnGetTitlePublicKeyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTitlePublicKeyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetTitlePublicKeyResultEvent != null) { foreach (var each in OnGetTitlePublicKeyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTitlePublicKeyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetTradeStatusRequestEvent != null) { foreach (var each in OnGetTradeStatusRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTradeStatusRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetTradeStatusResultEvent != null) { foreach (var each in OnGetTradeStatusResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetTradeStatusResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetUserDataRequestEvent != null) { foreach (var each in OnGetUserDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetUserDataResultEvent != null) { foreach (var each in OnGetUserDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetUserInventoryRequestEvent != null) { foreach (var each in OnGetUserInventoryRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserInventoryRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetUserInventoryResultEvent != null) { foreach (var each in OnGetUserInventoryResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserInventoryResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetUserPublisherDataRequestEvent != null) { foreach (var each in OnGetUserPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetUserPublisherDataResultEvent != null) { foreach (var each in OnGetUserPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetUserPublisherReadOnlyDataRequestEvent != null) { foreach (var each in OnGetUserPublisherReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserPublisherReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetUserPublisherReadOnlyDataResultEvent != null) { foreach (var each in OnGetUserPublisherReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserPublisherReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGetUserReadOnlyDataRequestEvent != null) { foreach (var each in OnGetUserReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGetUserReadOnlyDataResultEvent != null) { foreach (var each in OnGetUserReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGetUserReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGrantCharacterToUserRequestEvent != null) { foreach (var each in OnGrantCharacterToUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGrantCharacterToUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGrantCharacterToUserResultEvent != null) { foreach (var each in OnGrantCharacterToUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGrantCharacterToUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkAndroidDeviceIDRequestEvent != null) { foreach (var each in OnLinkAndroidDeviceIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkAndroidDeviceIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkAndroidDeviceIDResultEvent != null) { foreach (var each in OnLinkAndroidDeviceIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkAndroidDeviceIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkAppleRequestEvent != null) { foreach (var each in OnLinkAppleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkAppleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkAppleResultEvent != null) { foreach (var each in OnLinkAppleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkAppleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkCustomIDRequestEvent != null) { foreach (var each in OnLinkCustomIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkCustomIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkCustomIDResultEvent != null) { foreach (var each in OnLinkCustomIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkCustomIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkFacebookAccountRequestEvent != null) { foreach (var each in OnLinkFacebookAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkFacebookAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkFacebookAccountResultEvent != null) { foreach (var each in OnLinkFacebookAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkFacebookAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkFacebookInstantGamesIdRequestEvent != null) { foreach (var each in OnLinkFacebookInstantGamesIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkFacebookInstantGamesIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkFacebookInstantGamesIdResultEvent != null) { foreach (var each in OnLinkFacebookInstantGamesIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkFacebookInstantGamesIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkGameCenterAccountRequestEvent != null) { foreach (var each in OnLinkGameCenterAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkGameCenterAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkGameCenterAccountResultEvent != null) { foreach (var each in OnLinkGameCenterAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkGameCenterAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkGoogleAccountRequestEvent != null) { foreach (var each in OnLinkGoogleAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkGoogleAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkGoogleAccountResultEvent != null) { foreach (var each in OnLinkGoogleAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkGoogleAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkGooglePlayGamesServicesAccountRequestEvent != null) { foreach (var each in OnLinkGooglePlayGamesServicesAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkGooglePlayGamesServicesAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkGooglePlayGamesServicesAccountResultEvent != null) { foreach (var each in OnLinkGooglePlayGamesServicesAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkGooglePlayGamesServicesAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkIOSDeviceIDRequestEvent != null) { foreach (var each in OnLinkIOSDeviceIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkIOSDeviceIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkIOSDeviceIDResultEvent != null) { foreach (var each in OnLinkIOSDeviceIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkIOSDeviceIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkKongregateRequestEvent != null) { foreach (var each in OnLinkKongregateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkKongregateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkKongregateResultEvent != null) { foreach (var each in OnLinkKongregateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkKongregateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkNintendoServiceAccountRequestEvent != null) { foreach (var each in OnLinkNintendoServiceAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkNintendoServiceAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkNintendoServiceAccountResultEvent != null) { foreach (var each in OnLinkNintendoServiceAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkNintendoServiceAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkNintendoSwitchDeviceIdRequestEvent != null) { foreach (var each in OnLinkNintendoSwitchDeviceIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkNintendoSwitchDeviceIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkNintendoSwitchDeviceIdResultEvent != null) { foreach (var each in OnLinkNintendoSwitchDeviceIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkNintendoSwitchDeviceIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkOpenIdConnectRequestEvent != null) { foreach (var each in OnLinkOpenIdConnectRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkOpenIdConnectRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkOpenIdConnectResultEvent != null) { foreach (var each in OnLinkOpenIdConnectResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkOpenIdConnectResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkPSNAccountRequestEvent != null) { foreach (var each in OnLinkPSNAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkPSNAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkPSNAccountResultEvent != null) { foreach (var each in OnLinkPSNAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkPSNAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkSteamAccountRequestEvent != null) { foreach (var each in OnLinkSteamAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkSteamAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkSteamAccountResultEvent != null) { foreach (var each in OnLinkSteamAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkSteamAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkTwitchRequestEvent != null) { foreach (var each in OnLinkTwitchRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkTwitchRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkTwitchResultEvent != null) { foreach (var each in OnLinkTwitchResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkTwitchResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLinkXboxAccountRequestEvent != null) { foreach (var each in OnLinkXboxAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkXboxAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLinkXboxAccountResultEvent != null) { foreach (var each in OnLinkXboxAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLinkXboxAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnLoginWithAndroidDeviceIDRequestEvent != null) { foreach (var each in OnLoginWithAndroidDeviceIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithAndroidDeviceIDRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithAppleRequestEvent != null) { foreach (var each in OnLoginWithAppleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithAppleRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithCustomIDRequestEvent != null) { foreach (var each in OnLoginWithCustomIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithCustomIDRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithEmailAddressRequestEvent != null) { foreach (var each in OnLoginWithEmailAddressRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithEmailAddressRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithFacebookRequestEvent != null) { foreach (var each in OnLoginWithFacebookRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithFacebookRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithFacebookInstantGamesIdRequestEvent != null) { foreach (var each in OnLoginWithFacebookInstantGamesIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithFacebookInstantGamesIdRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithGameCenterRequestEvent != null) { foreach (var each in OnLoginWithGameCenterRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithGameCenterRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithGoogleAccountRequestEvent != null) { foreach (var each in OnLoginWithGoogleAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithGoogleAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithGooglePlayGamesServicesRequestEvent != null) { foreach (var each in OnLoginWithGooglePlayGamesServicesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithGooglePlayGamesServicesRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithIOSDeviceIDRequestEvent != null) { foreach (var each in OnLoginWithIOSDeviceIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithIOSDeviceIDRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithKongregateRequestEvent != null) { foreach (var each in OnLoginWithKongregateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithKongregateRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithNintendoServiceAccountRequestEvent != null) { foreach (var each in OnLoginWithNintendoServiceAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithNintendoServiceAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithNintendoSwitchDeviceIdRequestEvent != null) { foreach (var each in OnLoginWithNintendoSwitchDeviceIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithNintendoSwitchDeviceIdRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithOpenIdConnectRequestEvent != null) { foreach (var each in OnLoginWithOpenIdConnectRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithOpenIdConnectRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithPlayFabRequestEvent != null) { foreach (var each in OnLoginWithPlayFabRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithPlayFabRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithPSNRequestEvent != null) { foreach (var each in OnLoginWithPSNRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithPSNRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithSteamRequestEvent != null) { foreach (var each in OnLoginWithSteamRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithSteamRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithTwitchRequestEvent != null) { foreach (var each in OnLoginWithTwitchRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithTwitchRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnLoginWithXboxRequestEvent != null) { foreach (var each in OnLoginWithXboxRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLoginWithXboxRequestEvent -= (PlayFabRequestEvent)each; } } } + + if (OnOpenTradeRequestEvent != null) { foreach (var each in OnOpenTradeRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnOpenTradeRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnOpenTradeResultEvent != null) { foreach (var each in OnOpenTradeResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnOpenTradeResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnPayForPurchaseRequestEvent != null) { foreach (var each in OnPayForPurchaseRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnPayForPurchaseRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnPayForPurchaseResultEvent != null) { foreach (var each in OnPayForPurchaseResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnPayForPurchaseResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnPurchaseItemRequestEvent != null) { foreach (var each in OnPurchaseItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnPurchaseItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnPurchaseItemResultEvent != null) { foreach (var each in OnPurchaseItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnPurchaseItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRedeemCouponRequestEvent != null) { foreach (var each in OnRedeemCouponRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRedeemCouponRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRedeemCouponResultEvent != null) { foreach (var each in OnRedeemCouponResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRedeemCouponResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRefreshPSNAuthTokenRequestEvent != null) { foreach (var each in OnRefreshPSNAuthTokenRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRefreshPSNAuthTokenRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRefreshPSNAuthTokenResultEvent != null) { foreach (var each in OnRefreshPSNAuthTokenResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRefreshPSNAuthTokenResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRegisterForIOSPushNotificationRequestEvent != null) { foreach (var each in OnRegisterForIOSPushNotificationRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRegisterForIOSPushNotificationRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRegisterForIOSPushNotificationResultEvent != null) { foreach (var each in OnRegisterForIOSPushNotificationResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRegisterForIOSPushNotificationResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRegisterPlayFabUserRequestEvent != null) { foreach (var each in OnRegisterPlayFabUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRegisterPlayFabUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRegisterPlayFabUserResultEvent != null) { foreach (var each in OnRegisterPlayFabUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRegisterPlayFabUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRemoveContactEmailRequestEvent != null) { foreach (var each in OnRemoveContactEmailRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRemoveContactEmailRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRemoveContactEmailResultEvent != null) { foreach (var each in OnRemoveContactEmailResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRemoveContactEmailResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRemoveFriendRequestEvent != null) { foreach (var each in OnRemoveFriendRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRemoveFriendRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRemoveFriendResultEvent != null) { foreach (var each in OnRemoveFriendResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRemoveFriendResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRemoveGenericIDRequestEvent != null) { foreach (var each in OnRemoveGenericIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRemoveGenericIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRemoveGenericIDResultEvent != null) { foreach (var each in OnRemoveGenericIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRemoveGenericIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRemoveSharedGroupMembersRequestEvent != null) { foreach (var each in OnRemoveSharedGroupMembersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRemoveSharedGroupMembersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRemoveSharedGroupMembersResultEvent != null) { foreach (var each in OnRemoveSharedGroupMembersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRemoveSharedGroupMembersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnReportAdActivityRequestEvent != null) { foreach (var each in OnReportAdActivityRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnReportAdActivityRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnReportAdActivityResultEvent != null) { foreach (var each in OnReportAdActivityResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnReportAdActivityResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnReportDeviceInfoRequestEvent != null) { foreach (var each in OnReportDeviceInfoRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnReportDeviceInfoRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnReportDeviceInfoResultEvent != null) { foreach (var each in OnReportDeviceInfoResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnReportDeviceInfoResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnReportPlayerRequestEvent != null) { foreach (var each in OnReportPlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnReportPlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnReportPlayerResultEvent != null) { foreach (var each in OnReportPlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnReportPlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRestoreIOSPurchasesRequestEvent != null) { foreach (var each in OnRestoreIOSPurchasesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRestoreIOSPurchasesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRestoreIOSPurchasesResultEvent != null) { foreach (var each in OnRestoreIOSPurchasesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRestoreIOSPurchasesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnRewardAdActivityRequestEvent != null) { foreach (var each in OnRewardAdActivityRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRewardAdActivityRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnRewardAdActivityResultEvent != null) { foreach (var each in OnRewardAdActivityResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnRewardAdActivityResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnSendAccountRecoveryEmailRequestEvent != null) { foreach (var each in OnSendAccountRecoveryEmailRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnSendAccountRecoveryEmailRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnSendAccountRecoveryEmailResultEvent != null) { foreach (var each in OnSendAccountRecoveryEmailResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnSendAccountRecoveryEmailResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnSetFriendTagsRequestEvent != null) { foreach (var each in OnSetFriendTagsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnSetFriendTagsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnSetFriendTagsResultEvent != null) { foreach (var each in OnSetFriendTagsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnSetFriendTagsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnSetPlayerSecretRequestEvent != null) { foreach (var each in OnSetPlayerSecretRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnSetPlayerSecretRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnSetPlayerSecretResultEvent != null) { foreach (var each in OnSetPlayerSecretResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnSetPlayerSecretResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnStartPurchaseRequestEvent != null) { foreach (var each in OnStartPurchaseRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnStartPurchaseRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnStartPurchaseResultEvent != null) { foreach (var each in OnStartPurchaseResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnStartPurchaseResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnSubtractUserVirtualCurrencyRequestEvent != null) { foreach (var each in OnSubtractUserVirtualCurrencyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnSubtractUserVirtualCurrencyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnSubtractUserVirtualCurrencyResultEvent != null) { foreach (var each in OnSubtractUserVirtualCurrencyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnSubtractUserVirtualCurrencyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkAndroidDeviceIDRequestEvent != null) { foreach (var each in OnUnlinkAndroidDeviceIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkAndroidDeviceIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkAndroidDeviceIDResultEvent != null) { foreach (var each in OnUnlinkAndroidDeviceIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkAndroidDeviceIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkAppleRequestEvent != null) { foreach (var each in OnUnlinkAppleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkAppleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkAppleResultEvent != null) { foreach (var each in OnUnlinkAppleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkAppleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkCustomIDRequestEvent != null) { foreach (var each in OnUnlinkCustomIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkCustomIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkCustomIDResultEvent != null) { foreach (var each in OnUnlinkCustomIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkCustomIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkFacebookAccountRequestEvent != null) { foreach (var each in OnUnlinkFacebookAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkFacebookAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkFacebookAccountResultEvent != null) { foreach (var each in OnUnlinkFacebookAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkFacebookAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkFacebookInstantGamesIdRequestEvent != null) { foreach (var each in OnUnlinkFacebookInstantGamesIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkFacebookInstantGamesIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkFacebookInstantGamesIdResultEvent != null) { foreach (var each in OnUnlinkFacebookInstantGamesIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkFacebookInstantGamesIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkGameCenterAccountRequestEvent != null) { foreach (var each in OnUnlinkGameCenterAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkGameCenterAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkGameCenterAccountResultEvent != null) { foreach (var each in OnUnlinkGameCenterAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkGameCenterAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkGoogleAccountRequestEvent != null) { foreach (var each in OnUnlinkGoogleAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkGoogleAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkGoogleAccountResultEvent != null) { foreach (var each in OnUnlinkGoogleAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkGoogleAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkGooglePlayGamesServicesAccountRequestEvent != null) { foreach (var each in OnUnlinkGooglePlayGamesServicesAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkGooglePlayGamesServicesAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkGooglePlayGamesServicesAccountResultEvent != null) { foreach (var each in OnUnlinkGooglePlayGamesServicesAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkGooglePlayGamesServicesAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkIOSDeviceIDRequestEvent != null) { foreach (var each in OnUnlinkIOSDeviceIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkIOSDeviceIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkIOSDeviceIDResultEvent != null) { foreach (var each in OnUnlinkIOSDeviceIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkIOSDeviceIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkKongregateRequestEvent != null) { foreach (var each in OnUnlinkKongregateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkKongregateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkKongregateResultEvent != null) { foreach (var each in OnUnlinkKongregateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkKongregateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkNintendoServiceAccountRequestEvent != null) { foreach (var each in OnUnlinkNintendoServiceAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkNintendoServiceAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkNintendoServiceAccountResultEvent != null) { foreach (var each in OnUnlinkNintendoServiceAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkNintendoServiceAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkNintendoSwitchDeviceIdRequestEvent != null) { foreach (var each in OnUnlinkNintendoSwitchDeviceIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkNintendoSwitchDeviceIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkNintendoSwitchDeviceIdResultEvent != null) { foreach (var each in OnUnlinkNintendoSwitchDeviceIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkNintendoSwitchDeviceIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkOpenIdConnectRequestEvent != null) { foreach (var each in OnUnlinkOpenIdConnectRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkOpenIdConnectRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkOpenIdConnectResultEvent != null) { foreach (var each in OnUnlinkOpenIdConnectResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkOpenIdConnectResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkPSNAccountRequestEvent != null) { foreach (var each in OnUnlinkPSNAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkPSNAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkPSNAccountResultEvent != null) { foreach (var each in OnUnlinkPSNAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkPSNAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkSteamAccountRequestEvent != null) { foreach (var each in OnUnlinkSteamAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkSteamAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkSteamAccountResultEvent != null) { foreach (var each in OnUnlinkSteamAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkSteamAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkTwitchRequestEvent != null) { foreach (var each in OnUnlinkTwitchRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkTwitchRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkTwitchResultEvent != null) { foreach (var each in OnUnlinkTwitchResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkTwitchResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlinkXboxAccountRequestEvent != null) { foreach (var each in OnUnlinkXboxAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkXboxAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlinkXboxAccountResultEvent != null) { foreach (var each in OnUnlinkXboxAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlinkXboxAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlockContainerInstanceRequestEvent != null) { foreach (var each in OnUnlockContainerInstanceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlockContainerInstanceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlockContainerInstanceResultEvent != null) { foreach (var each in OnUnlockContainerInstanceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlockContainerInstanceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUnlockContainerItemRequestEvent != null) { foreach (var each in OnUnlockContainerItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlockContainerItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUnlockContainerItemResultEvent != null) { foreach (var each in OnUnlockContainerItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUnlockContainerItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUpdateAvatarUrlRequestEvent != null) { foreach (var each in OnUpdateAvatarUrlRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateAvatarUrlRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUpdateAvatarUrlResultEvent != null) { foreach (var each in OnUpdateAvatarUrlResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateAvatarUrlResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUpdateCharacterDataRequestEvent != null) { foreach (var each in OnUpdateCharacterDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateCharacterDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUpdateCharacterDataResultEvent != null) { foreach (var each in OnUpdateCharacterDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateCharacterDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUpdateCharacterStatisticsRequestEvent != null) { foreach (var each in OnUpdateCharacterStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateCharacterStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUpdateCharacterStatisticsResultEvent != null) { foreach (var each in OnUpdateCharacterStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateCharacterStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUpdatePlayerStatisticsRequestEvent != null) { foreach (var each in OnUpdatePlayerStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdatePlayerStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUpdatePlayerStatisticsResultEvent != null) { foreach (var each in OnUpdatePlayerStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdatePlayerStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUpdateSharedGroupDataRequestEvent != null) { foreach (var each in OnUpdateSharedGroupDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateSharedGroupDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUpdateSharedGroupDataResultEvent != null) { foreach (var each in OnUpdateSharedGroupDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateSharedGroupDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUpdateUserDataRequestEvent != null) { foreach (var each in OnUpdateUserDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateUserDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUpdateUserDataResultEvent != null) { foreach (var each in OnUpdateUserDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateUserDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUpdateUserPublisherDataRequestEvent != null) { foreach (var each in OnUpdateUserPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateUserPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUpdateUserPublisherDataResultEvent != null) { foreach (var each in OnUpdateUserPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateUserPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnUpdateUserTitleDisplayNameRequestEvent != null) { foreach (var each in OnUpdateUserTitleDisplayNameRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateUserTitleDisplayNameRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnUpdateUserTitleDisplayNameResultEvent != null) { foreach (var each in OnUpdateUserTitleDisplayNameResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnUpdateUserTitleDisplayNameResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnValidateAmazonIAPReceiptRequestEvent != null) { foreach (var each in OnValidateAmazonIAPReceiptRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnValidateAmazonIAPReceiptRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnValidateAmazonIAPReceiptResultEvent != null) { foreach (var each in OnValidateAmazonIAPReceiptResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnValidateAmazonIAPReceiptResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnValidateGooglePlayPurchaseRequestEvent != null) { foreach (var each in OnValidateGooglePlayPurchaseRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnValidateGooglePlayPurchaseRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnValidateGooglePlayPurchaseResultEvent != null) { foreach (var each in OnValidateGooglePlayPurchaseResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnValidateGooglePlayPurchaseResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnValidateIOSReceiptRequestEvent != null) { foreach (var each in OnValidateIOSReceiptRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnValidateIOSReceiptRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnValidateIOSReceiptResultEvent != null) { foreach (var each in OnValidateIOSReceiptResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnValidateIOSReceiptResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnValidateWindowsStoreReceiptRequestEvent != null) { foreach (var each in OnValidateWindowsStoreReceiptRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnValidateWindowsStoreReceiptRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnValidateWindowsStoreReceiptResultEvent != null) { foreach (var each in OnValidateWindowsStoreReceiptResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnValidateWindowsStoreReceiptResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnWriteCharacterEventRequestEvent != null) { foreach (var each in OnWriteCharacterEventRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnWriteCharacterEventRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnWriteCharacterEventResultEvent != null) { foreach (var each in OnWriteCharacterEventResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnWriteCharacterEventResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnWritePlayerEventRequestEvent != null) { foreach (var each in OnWritePlayerEventRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnWritePlayerEventRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnWritePlayerEventResultEvent != null) { foreach (var each in OnWritePlayerEventResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnWritePlayerEventResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnWriteTitleEventRequestEvent != null) { foreach (var each in OnWriteTitleEventRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnWriteTitleEventRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnWriteTitleEventResultEvent != null) { foreach (var each in OnWriteTitleEventResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnWriteTitleEventResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if ENABLE_PLAYFABSERVER_API + if (OnServerAddCharacterVirtualCurrencyRequestEvent != null) { foreach (var each in OnServerAddCharacterVirtualCurrencyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddCharacterVirtualCurrencyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerAddCharacterVirtualCurrencyResultEvent != null) { foreach (var each in OnServerAddCharacterVirtualCurrencyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddCharacterVirtualCurrencyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerAddFriendRequestEvent != null) { foreach (var each in OnServerAddFriendRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddFriendRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerAddFriendResultEvent != null) { foreach (var each in OnServerAddFriendResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddFriendResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerAddGenericIDRequestEvent != null) { foreach (var each in OnServerAddGenericIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddGenericIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerAddGenericIDResultEvent != null) { foreach (var each in OnServerAddGenericIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddGenericIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerAddPlayerTagRequestEvent != null) { foreach (var each in OnServerAddPlayerTagRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddPlayerTagRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerAddPlayerTagResultEvent != null) { foreach (var each in OnServerAddPlayerTagResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddPlayerTagResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerAddSharedGroupMembersRequestEvent != null) { foreach (var each in OnServerAddSharedGroupMembersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddSharedGroupMembersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerAddSharedGroupMembersResultEvent != null) { foreach (var each in OnServerAddSharedGroupMembersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddSharedGroupMembersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerAddUserVirtualCurrencyRequestEvent != null) { foreach (var each in OnServerAddUserVirtualCurrencyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddUserVirtualCurrencyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerAddUserVirtualCurrencyResultEvent != null) { foreach (var each in OnServerAddUserVirtualCurrencyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAddUserVirtualCurrencyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerAuthenticateSessionTicketRequestEvent != null) { foreach (var each in OnServerAuthenticateSessionTicketRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAuthenticateSessionTicketRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerAuthenticateSessionTicketResultEvent != null) { foreach (var each in OnServerAuthenticateSessionTicketResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAuthenticateSessionTicketResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerAwardSteamAchievementRequestEvent != null) { foreach (var each in OnServerAwardSteamAchievementRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAwardSteamAchievementRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerAwardSteamAchievementResultEvent != null) { foreach (var each in OnServerAwardSteamAchievementResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerAwardSteamAchievementResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerBanUsersRequestEvent != null) { foreach (var each in OnServerBanUsersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerBanUsersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerBanUsersResultEvent != null) { foreach (var each in OnServerBanUsersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerBanUsersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerConsumeItemRequestEvent != null) { foreach (var each in OnServerConsumeItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerConsumeItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerConsumeItemResultEvent != null) { foreach (var each in OnServerConsumeItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerConsumeItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerCreateSharedGroupRequestEvent != null) { foreach (var each in OnServerCreateSharedGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerCreateSharedGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerCreateSharedGroupResultEvent != null) { foreach (var each in OnServerCreateSharedGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerCreateSharedGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerDeleteCharacterFromUserRequestEvent != null) { foreach (var each in OnServerDeleteCharacterFromUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerDeleteCharacterFromUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerDeleteCharacterFromUserResultEvent != null) { foreach (var each in OnServerDeleteCharacterFromUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerDeleteCharacterFromUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerDeletePlayerRequestEvent != null) { foreach (var each in OnServerDeletePlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerDeletePlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerDeletePlayerResultEvent != null) { foreach (var each in OnServerDeletePlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerDeletePlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerDeletePushNotificationTemplateRequestEvent != null) { foreach (var each in OnServerDeletePushNotificationTemplateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerDeletePushNotificationTemplateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerDeletePushNotificationTemplateResultEvent != null) { foreach (var each in OnServerDeletePushNotificationTemplateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerDeletePushNotificationTemplateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerDeleteSharedGroupRequestEvent != null) { foreach (var each in OnServerDeleteSharedGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerDeleteSharedGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerDeleteSharedGroupResultEvent != null) { foreach (var each in OnServerDeleteSharedGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerDeleteSharedGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerEvaluateRandomResultTableRequestEvent != null) { foreach (var each in OnServerEvaluateRandomResultTableRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerEvaluateRandomResultTableRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerEvaluateRandomResultTableResultEvent != null) { foreach (var each in OnServerEvaluateRandomResultTableResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerEvaluateRandomResultTableResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerExecuteCloudScriptRequestEvent != null) { foreach (var each in OnServerExecuteCloudScriptRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerExecuteCloudScriptRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerExecuteCloudScriptResultEvent != null) { foreach (var each in OnServerExecuteCloudScriptResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerExecuteCloudScriptResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetAllSegmentsRequestEvent != null) { foreach (var each in OnServerGetAllSegmentsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetAllSegmentsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetAllSegmentsResultEvent != null) { foreach (var each in OnServerGetAllSegmentsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetAllSegmentsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetAllUsersCharactersRequestEvent != null) { foreach (var each in OnServerGetAllUsersCharactersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetAllUsersCharactersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetAllUsersCharactersResultEvent != null) { foreach (var each in OnServerGetAllUsersCharactersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetAllUsersCharactersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetCatalogItemsRequestEvent != null) { foreach (var each in OnServerGetCatalogItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCatalogItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetCatalogItemsResultEvent != null) { foreach (var each in OnServerGetCatalogItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCatalogItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetCharacterDataRequestEvent != null) { foreach (var each in OnServerGetCharacterDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetCharacterDataResultEvent != null) { foreach (var each in OnServerGetCharacterDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetCharacterInternalDataRequestEvent != null) { foreach (var each in OnServerGetCharacterInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetCharacterInternalDataResultEvent != null) { foreach (var each in OnServerGetCharacterInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetCharacterInventoryRequestEvent != null) { foreach (var each in OnServerGetCharacterInventoryRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterInventoryRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetCharacterInventoryResultEvent != null) { foreach (var each in OnServerGetCharacterInventoryResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterInventoryResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetCharacterLeaderboardRequestEvent != null) { foreach (var each in OnServerGetCharacterLeaderboardRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterLeaderboardRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetCharacterLeaderboardResultEvent != null) { foreach (var each in OnServerGetCharacterLeaderboardResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterLeaderboardResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetCharacterReadOnlyDataRequestEvent != null) { foreach (var each in OnServerGetCharacterReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetCharacterReadOnlyDataResultEvent != null) { foreach (var each in OnServerGetCharacterReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetCharacterStatisticsRequestEvent != null) { foreach (var each in OnServerGetCharacterStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetCharacterStatisticsResultEvent != null) { foreach (var each in OnServerGetCharacterStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetCharacterStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetContentDownloadUrlRequestEvent != null) { foreach (var each in OnServerGetContentDownloadUrlRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetContentDownloadUrlRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetContentDownloadUrlResultEvent != null) { foreach (var each in OnServerGetContentDownloadUrlResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetContentDownloadUrlResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetFriendLeaderboardRequestEvent != null) { foreach (var each in OnServerGetFriendLeaderboardRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetFriendLeaderboardRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetFriendLeaderboardResultEvent != null) { foreach (var each in OnServerGetFriendLeaderboardResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetFriendLeaderboardResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetFriendsListRequestEvent != null) { foreach (var each in OnServerGetFriendsListRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetFriendsListRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetFriendsListResultEvent != null) { foreach (var each in OnServerGetFriendsListResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetFriendsListResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetLeaderboardRequestEvent != null) { foreach (var each in OnServerGetLeaderboardRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetLeaderboardRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetLeaderboardResultEvent != null) { foreach (var each in OnServerGetLeaderboardResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetLeaderboardResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetLeaderboardAroundCharacterRequestEvent != null) { foreach (var each in OnServerGetLeaderboardAroundCharacterRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetLeaderboardAroundCharacterRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetLeaderboardAroundCharacterResultEvent != null) { foreach (var each in OnServerGetLeaderboardAroundCharacterResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetLeaderboardAroundCharacterResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetLeaderboardAroundUserRequestEvent != null) { foreach (var each in OnServerGetLeaderboardAroundUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetLeaderboardAroundUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetLeaderboardAroundUserResultEvent != null) { foreach (var each in OnServerGetLeaderboardAroundUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetLeaderboardAroundUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetLeaderboardForUserCharactersRequestEvent != null) { foreach (var each in OnServerGetLeaderboardForUserCharactersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetLeaderboardForUserCharactersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetLeaderboardForUserCharactersResultEvent != null) { foreach (var each in OnServerGetLeaderboardForUserCharactersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetLeaderboardForUserCharactersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayerCombinedInfoRequestEvent != null) { foreach (var each in OnServerGetPlayerCombinedInfoRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerCombinedInfoRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayerCombinedInfoResultEvent != null) { foreach (var each in OnServerGetPlayerCombinedInfoResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerCombinedInfoResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayerProfileRequestEvent != null) { foreach (var each in OnServerGetPlayerProfileRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerProfileRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayerProfileResultEvent != null) { foreach (var each in OnServerGetPlayerProfileResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerProfileResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayerSegmentsRequestEvent != null) { foreach (var each in OnServerGetPlayerSegmentsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerSegmentsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayerSegmentsResultEvent != null) { foreach (var each in OnServerGetPlayerSegmentsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerSegmentsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayersInSegmentRequestEvent != null) { foreach (var each in OnServerGetPlayersInSegmentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayersInSegmentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayersInSegmentResultEvent != null) { foreach (var each in OnServerGetPlayersInSegmentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayersInSegmentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayerStatisticsRequestEvent != null) { foreach (var each in OnServerGetPlayerStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayerStatisticsResultEvent != null) { foreach (var each in OnServerGetPlayerStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayerStatisticVersionsRequestEvent != null) { foreach (var each in OnServerGetPlayerStatisticVersionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerStatisticVersionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayerStatisticVersionsResultEvent != null) { foreach (var each in OnServerGetPlayerStatisticVersionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerStatisticVersionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayerTagsRequestEvent != null) { foreach (var each in OnServerGetPlayerTagsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerTagsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayerTagsResultEvent != null) { foreach (var each in OnServerGetPlayerTagsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayerTagsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromFacebookIDsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromFacebookIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromFacebookIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromFacebookIDsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromFacebookIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromFacebookIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromGenericIDsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromGenericIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromGenericIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromGenericIDsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromGenericIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromGenericIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromPSNAccountIDsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromPSNAccountIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromPSNAccountIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromPSNAccountIDsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromPSNAccountIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromPSNAccountIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromPSNOnlineIDsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromPSNOnlineIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromPSNOnlineIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromPSNOnlineIDsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromPSNOnlineIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromPSNOnlineIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromSteamIDsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromSteamIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromSteamIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromSteamIDsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromSteamIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromSteamIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromTwitchIDsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromTwitchIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromTwitchIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromTwitchIDsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromTwitchIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromTwitchIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPlayFabIDsFromXboxLiveIDsRequestEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromXboxLiveIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromXboxLiveIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPlayFabIDsFromXboxLiveIDsResultEvent != null) { foreach (var each in OnServerGetPlayFabIDsFromXboxLiveIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPlayFabIDsFromXboxLiveIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetPublisherDataRequestEvent != null) { foreach (var each in OnServerGetPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetPublisherDataResultEvent != null) { foreach (var each in OnServerGetPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetRandomResultTablesRequestEvent != null) { foreach (var each in OnServerGetRandomResultTablesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetRandomResultTablesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetRandomResultTablesResultEvent != null) { foreach (var each in OnServerGetRandomResultTablesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetRandomResultTablesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetServerCustomIDsFromPlayFabIDsRequestEvent != null) { foreach (var each in OnServerGetServerCustomIDsFromPlayFabIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetServerCustomIDsFromPlayFabIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetServerCustomIDsFromPlayFabIDsResultEvent != null) { foreach (var each in OnServerGetServerCustomIDsFromPlayFabIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetServerCustomIDsFromPlayFabIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetSharedGroupDataRequestEvent != null) { foreach (var each in OnServerGetSharedGroupDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetSharedGroupDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetSharedGroupDataResultEvent != null) { foreach (var each in OnServerGetSharedGroupDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetSharedGroupDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetStoreItemsRequestEvent != null) { foreach (var each in OnServerGetStoreItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetStoreItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetStoreItemsResultEvent != null) { foreach (var each in OnServerGetStoreItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetStoreItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetTimeRequestEvent != null) { foreach (var each in OnServerGetTimeRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetTimeRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetTimeResultEvent != null) { foreach (var each in OnServerGetTimeResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetTimeResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetTitleDataRequestEvent != null) { foreach (var each in OnServerGetTitleDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetTitleDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetTitleDataResultEvent != null) { foreach (var each in OnServerGetTitleDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetTitleDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetTitleInternalDataRequestEvent != null) { foreach (var each in OnServerGetTitleInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetTitleInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetTitleInternalDataResultEvent != null) { foreach (var each in OnServerGetTitleInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetTitleInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetTitleNewsRequestEvent != null) { foreach (var each in OnServerGetTitleNewsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetTitleNewsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetTitleNewsResultEvent != null) { foreach (var each in OnServerGetTitleNewsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetTitleNewsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetUserAccountInfoRequestEvent != null) { foreach (var each in OnServerGetUserAccountInfoRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserAccountInfoRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetUserAccountInfoResultEvent != null) { foreach (var each in OnServerGetUserAccountInfoResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserAccountInfoResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetUserBansRequestEvent != null) { foreach (var each in OnServerGetUserBansRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserBansRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetUserBansResultEvent != null) { foreach (var each in OnServerGetUserBansResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserBansResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetUserDataRequestEvent != null) { foreach (var each in OnServerGetUserDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetUserDataResultEvent != null) { foreach (var each in OnServerGetUserDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetUserInternalDataRequestEvent != null) { foreach (var each in OnServerGetUserInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetUserInternalDataResultEvent != null) { foreach (var each in OnServerGetUserInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetUserInventoryRequestEvent != null) { foreach (var each in OnServerGetUserInventoryRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserInventoryRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetUserInventoryResultEvent != null) { foreach (var each in OnServerGetUserInventoryResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserInventoryResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetUserPublisherDataRequestEvent != null) { foreach (var each in OnServerGetUserPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetUserPublisherDataResultEvent != null) { foreach (var each in OnServerGetUserPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetUserPublisherInternalDataRequestEvent != null) { foreach (var each in OnServerGetUserPublisherInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserPublisherInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetUserPublisherInternalDataResultEvent != null) { foreach (var each in OnServerGetUserPublisherInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserPublisherInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetUserPublisherReadOnlyDataRequestEvent != null) { foreach (var each in OnServerGetUserPublisherReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserPublisherReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetUserPublisherReadOnlyDataResultEvent != null) { foreach (var each in OnServerGetUserPublisherReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserPublisherReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGetUserReadOnlyDataRequestEvent != null) { foreach (var each in OnServerGetUserReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGetUserReadOnlyDataResultEvent != null) { foreach (var each in OnServerGetUserReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGetUserReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGrantCharacterToUserRequestEvent != null) { foreach (var each in OnServerGrantCharacterToUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGrantCharacterToUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGrantCharacterToUserResultEvent != null) { foreach (var each in OnServerGrantCharacterToUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGrantCharacterToUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGrantItemsToCharacterRequestEvent != null) { foreach (var each in OnServerGrantItemsToCharacterRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGrantItemsToCharacterRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGrantItemsToCharacterResultEvent != null) { foreach (var each in OnServerGrantItemsToCharacterResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGrantItemsToCharacterResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGrantItemsToUserRequestEvent != null) { foreach (var each in OnServerGrantItemsToUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGrantItemsToUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGrantItemsToUserResultEvent != null) { foreach (var each in OnServerGrantItemsToUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGrantItemsToUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerGrantItemsToUsersRequestEvent != null) { foreach (var each in OnServerGrantItemsToUsersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGrantItemsToUsersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerGrantItemsToUsersResultEvent != null) { foreach (var each in OnServerGrantItemsToUsersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerGrantItemsToUsersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLinkNintendoServiceAccountRequestEvent != null) { foreach (var each in OnServerLinkNintendoServiceAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkNintendoServiceAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLinkNintendoServiceAccountResultEvent != null) { foreach (var each in OnServerLinkNintendoServiceAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkNintendoServiceAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLinkNintendoServiceAccountSubjectRequestEvent != null) { foreach (var each in OnServerLinkNintendoServiceAccountSubjectRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkNintendoServiceAccountSubjectRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLinkNintendoServiceAccountSubjectResultEvent != null) { foreach (var each in OnServerLinkNintendoServiceAccountSubjectResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkNintendoServiceAccountSubjectResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLinkNintendoSwitchDeviceIdRequestEvent != null) { foreach (var each in OnServerLinkNintendoSwitchDeviceIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkNintendoSwitchDeviceIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLinkNintendoSwitchDeviceIdResultEvent != null) { foreach (var each in OnServerLinkNintendoSwitchDeviceIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkNintendoSwitchDeviceIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLinkPSNAccountRequestEvent != null) { foreach (var each in OnServerLinkPSNAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkPSNAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLinkPSNAccountResultEvent != null) { foreach (var each in OnServerLinkPSNAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkPSNAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLinkPSNIdRequestEvent != null) { foreach (var each in OnServerLinkPSNIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkPSNIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLinkPSNIdResultEvent != null) { foreach (var each in OnServerLinkPSNIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkPSNIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLinkServerCustomIdRequestEvent != null) { foreach (var each in OnServerLinkServerCustomIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkServerCustomIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLinkServerCustomIdResultEvent != null) { foreach (var each in OnServerLinkServerCustomIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkServerCustomIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLinkSteamIdRequestEvent != null) { foreach (var each in OnServerLinkSteamIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkSteamIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLinkSteamIdResultEvent != null) { foreach (var each in OnServerLinkSteamIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkSteamIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLinkXboxAccountRequestEvent != null) { foreach (var each in OnServerLinkXboxAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkXboxAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLinkXboxAccountResultEvent != null) { foreach (var each in OnServerLinkXboxAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLinkXboxAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLoginWithPSNRequestEvent != null) { foreach (var each in OnServerLoginWithPSNRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithPSNRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLoginWithPSNResultEvent != null) { foreach (var each in OnServerLoginWithPSNResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithPSNResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLoginWithServerCustomIdRequestEvent != null) { foreach (var each in OnServerLoginWithServerCustomIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithServerCustomIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLoginWithServerCustomIdResultEvent != null) { foreach (var each in OnServerLoginWithServerCustomIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithServerCustomIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLoginWithSteamIdRequestEvent != null) { foreach (var each in OnServerLoginWithSteamIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithSteamIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLoginWithSteamIdResultEvent != null) { foreach (var each in OnServerLoginWithSteamIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithSteamIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLoginWithXboxRequestEvent != null) { foreach (var each in OnServerLoginWithXboxRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithXboxRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLoginWithXboxResultEvent != null) { foreach (var each in OnServerLoginWithXboxResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithXboxResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerLoginWithXboxIdRequestEvent != null) { foreach (var each in OnServerLoginWithXboxIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithXboxIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerLoginWithXboxIdResultEvent != null) { foreach (var each in OnServerLoginWithXboxIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerLoginWithXboxIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerModifyItemUsesRequestEvent != null) { foreach (var each in OnServerModifyItemUsesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerModifyItemUsesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerModifyItemUsesResultEvent != null) { foreach (var each in OnServerModifyItemUsesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerModifyItemUsesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerMoveItemToCharacterFromCharacterRequestEvent != null) { foreach (var each in OnServerMoveItemToCharacterFromCharacterRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerMoveItemToCharacterFromCharacterRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerMoveItemToCharacterFromCharacterResultEvent != null) { foreach (var each in OnServerMoveItemToCharacterFromCharacterResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerMoveItemToCharacterFromCharacterResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerMoveItemToCharacterFromUserRequestEvent != null) { foreach (var each in OnServerMoveItemToCharacterFromUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerMoveItemToCharacterFromUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerMoveItemToCharacterFromUserResultEvent != null) { foreach (var each in OnServerMoveItemToCharacterFromUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerMoveItemToCharacterFromUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerMoveItemToUserFromCharacterRequestEvent != null) { foreach (var each in OnServerMoveItemToUserFromCharacterRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerMoveItemToUserFromCharacterRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerMoveItemToUserFromCharacterResultEvent != null) { foreach (var each in OnServerMoveItemToUserFromCharacterResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerMoveItemToUserFromCharacterResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerRedeemCouponRequestEvent != null) { foreach (var each in OnServerRedeemCouponRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRedeemCouponRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerRedeemCouponResultEvent != null) { foreach (var each in OnServerRedeemCouponResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRedeemCouponResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerRemoveFriendRequestEvent != null) { foreach (var each in OnServerRemoveFriendRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRemoveFriendRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerRemoveFriendResultEvent != null) { foreach (var each in OnServerRemoveFriendResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRemoveFriendResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerRemoveGenericIDRequestEvent != null) { foreach (var each in OnServerRemoveGenericIDRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRemoveGenericIDRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerRemoveGenericIDResultEvent != null) { foreach (var each in OnServerRemoveGenericIDResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRemoveGenericIDResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerRemovePlayerTagRequestEvent != null) { foreach (var each in OnServerRemovePlayerTagRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRemovePlayerTagRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerRemovePlayerTagResultEvent != null) { foreach (var each in OnServerRemovePlayerTagResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRemovePlayerTagResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerRemoveSharedGroupMembersRequestEvent != null) { foreach (var each in OnServerRemoveSharedGroupMembersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRemoveSharedGroupMembersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerRemoveSharedGroupMembersResultEvent != null) { foreach (var each in OnServerRemoveSharedGroupMembersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRemoveSharedGroupMembersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerReportPlayerRequestEvent != null) { foreach (var each in OnServerReportPlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerReportPlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerReportPlayerResultEvent != null) { foreach (var each in OnServerReportPlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerReportPlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerRevokeAllBansForUserRequestEvent != null) { foreach (var each in OnServerRevokeAllBansForUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRevokeAllBansForUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerRevokeAllBansForUserResultEvent != null) { foreach (var each in OnServerRevokeAllBansForUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRevokeAllBansForUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerRevokeBansRequestEvent != null) { foreach (var each in OnServerRevokeBansRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRevokeBansRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerRevokeBansResultEvent != null) { foreach (var each in OnServerRevokeBansResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRevokeBansResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerRevokeInventoryItemRequestEvent != null) { foreach (var each in OnServerRevokeInventoryItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRevokeInventoryItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerRevokeInventoryItemResultEvent != null) { foreach (var each in OnServerRevokeInventoryItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRevokeInventoryItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerRevokeInventoryItemsRequestEvent != null) { foreach (var each in OnServerRevokeInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRevokeInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerRevokeInventoryItemsResultEvent != null) { foreach (var each in OnServerRevokeInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerRevokeInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSavePushNotificationTemplateRequestEvent != null) { foreach (var each in OnServerSavePushNotificationTemplateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSavePushNotificationTemplateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSavePushNotificationTemplateResultEvent != null) { foreach (var each in OnServerSavePushNotificationTemplateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSavePushNotificationTemplateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSendCustomAccountRecoveryEmailRequestEvent != null) { foreach (var each in OnServerSendCustomAccountRecoveryEmailRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSendCustomAccountRecoveryEmailRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSendCustomAccountRecoveryEmailResultEvent != null) { foreach (var each in OnServerSendCustomAccountRecoveryEmailResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSendCustomAccountRecoveryEmailResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSendEmailFromTemplateRequestEvent != null) { foreach (var each in OnServerSendEmailFromTemplateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSendEmailFromTemplateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSendEmailFromTemplateResultEvent != null) { foreach (var each in OnServerSendEmailFromTemplateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSendEmailFromTemplateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSendPushNotificationRequestEvent != null) { foreach (var each in OnServerSendPushNotificationRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSendPushNotificationRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSendPushNotificationResultEvent != null) { foreach (var each in OnServerSendPushNotificationResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSendPushNotificationResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSendPushNotificationFromTemplateRequestEvent != null) { foreach (var each in OnServerSendPushNotificationFromTemplateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSendPushNotificationFromTemplateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSendPushNotificationFromTemplateResultEvent != null) { foreach (var each in OnServerSendPushNotificationFromTemplateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSendPushNotificationFromTemplateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSetFriendTagsRequestEvent != null) { foreach (var each in OnServerSetFriendTagsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetFriendTagsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSetFriendTagsResultEvent != null) { foreach (var each in OnServerSetFriendTagsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetFriendTagsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSetPlayerSecretRequestEvent != null) { foreach (var each in OnServerSetPlayerSecretRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetPlayerSecretRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSetPlayerSecretResultEvent != null) { foreach (var each in OnServerSetPlayerSecretResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetPlayerSecretResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSetPublisherDataRequestEvent != null) { foreach (var each in OnServerSetPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSetPublisherDataResultEvent != null) { foreach (var each in OnServerSetPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSetTitleDataRequestEvent != null) { foreach (var each in OnServerSetTitleDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetTitleDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSetTitleDataResultEvent != null) { foreach (var each in OnServerSetTitleDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetTitleDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSetTitleInternalDataRequestEvent != null) { foreach (var each in OnServerSetTitleInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetTitleInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSetTitleInternalDataResultEvent != null) { foreach (var each in OnServerSetTitleInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSetTitleInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSubtractCharacterVirtualCurrencyRequestEvent != null) { foreach (var each in OnServerSubtractCharacterVirtualCurrencyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSubtractCharacterVirtualCurrencyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSubtractCharacterVirtualCurrencyResultEvent != null) { foreach (var each in OnServerSubtractCharacterVirtualCurrencyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSubtractCharacterVirtualCurrencyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerSubtractUserVirtualCurrencyRequestEvent != null) { foreach (var each in OnServerSubtractUserVirtualCurrencyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSubtractUserVirtualCurrencyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerSubtractUserVirtualCurrencyResultEvent != null) { foreach (var each in OnServerSubtractUserVirtualCurrencyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerSubtractUserVirtualCurrencyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUnlinkNintendoServiceAccountRequestEvent != null) { foreach (var each in OnServerUnlinkNintendoServiceAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkNintendoServiceAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUnlinkNintendoServiceAccountResultEvent != null) { foreach (var each in OnServerUnlinkNintendoServiceAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkNintendoServiceAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUnlinkNintendoSwitchDeviceIdRequestEvent != null) { foreach (var each in OnServerUnlinkNintendoSwitchDeviceIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkNintendoSwitchDeviceIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUnlinkNintendoSwitchDeviceIdResultEvent != null) { foreach (var each in OnServerUnlinkNintendoSwitchDeviceIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkNintendoSwitchDeviceIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUnlinkPSNAccountRequestEvent != null) { foreach (var each in OnServerUnlinkPSNAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkPSNAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUnlinkPSNAccountResultEvent != null) { foreach (var each in OnServerUnlinkPSNAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkPSNAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUnlinkServerCustomIdRequestEvent != null) { foreach (var each in OnServerUnlinkServerCustomIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkServerCustomIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUnlinkServerCustomIdResultEvent != null) { foreach (var each in OnServerUnlinkServerCustomIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkServerCustomIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUnlinkSteamIdRequestEvent != null) { foreach (var each in OnServerUnlinkSteamIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkSteamIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUnlinkSteamIdResultEvent != null) { foreach (var each in OnServerUnlinkSteamIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkSteamIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUnlinkXboxAccountRequestEvent != null) { foreach (var each in OnServerUnlinkXboxAccountRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkXboxAccountRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUnlinkXboxAccountResultEvent != null) { foreach (var each in OnServerUnlinkXboxAccountResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlinkXboxAccountResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUnlockContainerInstanceRequestEvent != null) { foreach (var each in OnServerUnlockContainerInstanceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlockContainerInstanceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUnlockContainerInstanceResultEvent != null) { foreach (var each in OnServerUnlockContainerInstanceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlockContainerInstanceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUnlockContainerItemRequestEvent != null) { foreach (var each in OnServerUnlockContainerItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlockContainerItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUnlockContainerItemResultEvent != null) { foreach (var each in OnServerUnlockContainerItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUnlockContainerItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateAvatarUrlRequestEvent != null) { foreach (var each in OnServerUpdateAvatarUrlRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateAvatarUrlRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateAvatarUrlResultEvent != null) { foreach (var each in OnServerUpdateAvatarUrlResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateAvatarUrlResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateBansRequestEvent != null) { foreach (var each in OnServerUpdateBansRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateBansRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateBansResultEvent != null) { foreach (var each in OnServerUpdateBansResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateBansResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateCharacterDataRequestEvent != null) { foreach (var each in OnServerUpdateCharacterDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateCharacterDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateCharacterDataResultEvent != null) { foreach (var each in OnServerUpdateCharacterDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateCharacterDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateCharacterInternalDataRequestEvent != null) { foreach (var each in OnServerUpdateCharacterInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateCharacterInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateCharacterInternalDataResultEvent != null) { foreach (var each in OnServerUpdateCharacterInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateCharacterInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateCharacterReadOnlyDataRequestEvent != null) { foreach (var each in OnServerUpdateCharacterReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateCharacterReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateCharacterReadOnlyDataResultEvent != null) { foreach (var each in OnServerUpdateCharacterReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateCharacterReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateCharacterStatisticsRequestEvent != null) { foreach (var each in OnServerUpdateCharacterStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateCharacterStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateCharacterStatisticsResultEvent != null) { foreach (var each in OnServerUpdateCharacterStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateCharacterStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdatePlayerStatisticsRequestEvent != null) { foreach (var each in OnServerUpdatePlayerStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdatePlayerStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdatePlayerStatisticsResultEvent != null) { foreach (var each in OnServerUpdatePlayerStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdatePlayerStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateSharedGroupDataRequestEvent != null) { foreach (var each in OnServerUpdateSharedGroupDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateSharedGroupDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateSharedGroupDataResultEvent != null) { foreach (var each in OnServerUpdateSharedGroupDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateSharedGroupDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateUserDataRequestEvent != null) { foreach (var each in OnServerUpdateUserDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateUserDataResultEvent != null) { foreach (var each in OnServerUpdateUserDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateUserInternalDataRequestEvent != null) { foreach (var each in OnServerUpdateUserInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateUserInternalDataResultEvent != null) { foreach (var each in OnServerUpdateUserInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateUserInventoryItemCustomDataRequestEvent != null) { foreach (var each in OnServerUpdateUserInventoryItemCustomDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserInventoryItemCustomDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateUserInventoryItemCustomDataResultEvent != null) { foreach (var each in OnServerUpdateUserInventoryItemCustomDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserInventoryItemCustomDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateUserPublisherDataRequestEvent != null) { foreach (var each in OnServerUpdateUserPublisherDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserPublisherDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateUserPublisherDataResultEvent != null) { foreach (var each in OnServerUpdateUserPublisherDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserPublisherDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateUserPublisherInternalDataRequestEvent != null) { foreach (var each in OnServerUpdateUserPublisherInternalDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserPublisherInternalDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateUserPublisherInternalDataResultEvent != null) { foreach (var each in OnServerUpdateUserPublisherInternalDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserPublisherInternalDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateUserPublisherReadOnlyDataRequestEvent != null) { foreach (var each in OnServerUpdateUserPublisherReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserPublisherReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateUserPublisherReadOnlyDataResultEvent != null) { foreach (var each in OnServerUpdateUserPublisherReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserPublisherReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerUpdateUserReadOnlyDataRequestEvent != null) { foreach (var each in OnServerUpdateUserReadOnlyDataRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserReadOnlyDataRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerUpdateUserReadOnlyDataResultEvent != null) { foreach (var each in OnServerUpdateUserReadOnlyDataResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerUpdateUserReadOnlyDataResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerWriteCharacterEventRequestEvent != null) { foreach (var each in OnServerWriteCharacterEventRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerWriteCharacterEventRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerWriteCharacterEventResultEvent != null) { foreach (var each in OnServerWriteCharacterEventResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerWriteCharacterEventResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerWritePlayerEventRequestEvent != null) { foreach (var each in OnServerWritePlayerEventRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerWritePlayerEventRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerWritePlayerEventResultEvent != null) { foreach (var each in OnServerWritePlayerEventResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerWritePlayerEventResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnServerWriteTitleEventRequestEvent != null) { foreach (var each in OnServerWriteTitleEventRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerWriteTitleEventRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnServerWriteTitleEventResultEvent != null) { foreach (var each in OnServerWriteTitleEventResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnServerWriteTitleEventResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnAuthenticationAuthenticateGameServerWithCustomIdRequestEvent != null) { foreach (var each in OnAuthenticationAuthenticateGameServerWithCustomIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAuthenticationAuthenticateGameServerWithCustomIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAuthenticationAuthenticateGameServerWithCustomIdResultEvent != null) { foreach (var each in OnAuthenticationAuthenticateGameServerWithCustomIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAuthenticationAuthenticateGameServerWithCustomIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAuthenticationDeleteRequestEvent != null) { foreach (var each in OnAuthenticationDeleteRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAuthenticationDeleteRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAuthenticationDeleteResultEvent != null) { foreach (var each in OnAuthenticationDeleteResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAuthenticationDeleteResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAuthenticationGetEntityTokenRequestEvent != null) { foreach (var each in OnAuthenticationGetEntityTokenRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAuthenticationGetEntityTokenRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAuthenticationGetEntityTokenResultEvent != null) { foreach (var each in OnAuthenticationGetEntityTokenResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAuthenticationGetEntityTokenResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAuthenticationValidateEntityTokenRequestEvent != null) { foreach (var each in OnAuthenticationValidateEntityTokenRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAuthenticationValidateEntityTokenRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAuthenticationValidateEntityTokenResultEvent != null) { foreach (var each in OnAuthenticationValidateEntityTokenResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAuthenticationValidateEntityTokenResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnCloudScriptExecuteEntityCloudScriptRequestEvent != null) { foreach (var each in OnCloudScriptExecuteEntityCloudScriptRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptExecuteEntityCloudScriptRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptExecuteEntityCloudScriptResultEvent != null) { foreach (var each in OnCloudScriptExecuteEntityCloudScriptResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptExecuteEntityCloudScriptResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptExecuteFunctionRequestEvent != null) { foreach (var each in OnCloudScriptExecuteFunctionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptExecuteFunctionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptExecuteFunctionResultEvent != null) { foreach (var each in OnCloudScriptExecuteFunctionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptExecuteFunctionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptGetFunctionRequestEvent != null) { foreach (var each in OnCloudScriptGetFunctionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptGetFunctionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptGetFunctionResultEvent != null) { foreach (var each in OnCloudScriptGetFunctionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptGetFunctionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptListEventHubFunctionsRequestEvent != null) { foreach (var each in OnCloudScriptListEventHubFunctionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptListEventHubFunctionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptListEventHubFunctionsResultEvent != null) { foreach (var each in OnCloudScriptListEventHubFunctionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptListEventHubFunctionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptListFunctionsRequestEvent != null) { foreach (var each in OnCloudScriptListFunctionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptListFunctionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptListFunctionsResultEvent != null) { foreach (var each in OnCloudScriptListFunctionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptListFunctionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptListHttpFunctionsRequestEvent != null) { foreach (var each in OnCloudScriptListHttpFunctionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptListHttpFunctionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptListHttpFunctionsResultEvent != null) { foreach (var each in OnCloudScriptListHttpFunctionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptListHttpFunctionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptListQueuedFunctionsRequestEvent != null) { foreach (var each in OnCloudScriptListQueuedFunctionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptListQueuedFunctionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptListQueuedFunctionsResultEvent != null) { foreach (var each in OnCloudScriptListQueuedFunctionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptListQueuedFunctionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptPostFunctionResultForEntityTriggeredActionRequestEvent != null) { foreach (var each in OnCloudScriptPostFunctionResultForEntityTriggeredActionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptPostFunctionResultForEntityTriggeredActionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptPostFunctionResultForEntityTriggeredActionResultEvent != null) { foreach (var each in OnCloudScriptPostFunctionResultForEntityTriggeredActionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptPostFunctionResultForEntityTriggeredActionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptPostFunctionResultForFunctionExecutionRequestEvent != null) { foreach (var each in OnCloudScriptPostFunctionResultForFunctionExecutionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptPostFunctionResultForFunctionExecutionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptPostFunctionResultForFunctionExecutionResultEvent != null) { foreach (var each in OnCloudScriptPostFunctionResultForFunctionExecutionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptPostFunctionResultForFunctionExecutionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptPostFunctionResultForPlayerTriggeredActionRequestEvent != null) { foreach (var each in OnCloudScriptPostFunctionResultForPlayerTriggeredActionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptPostFunctionResultForPlayerTriggeredActionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptPostFunctionResultForPlayerTriggeredActionResultEvent != null) { foreach (var each in OnCloudScriptPostFunctionResultForPlayerTriggeredActionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptPostFunctionResultForPlayerTriggeredActionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptPostFunctionResultForScheduledTaskRequestEvent != null) { foreach (var each in OnCloudScriptPostFunctionResultForScheduledTaskRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptPostFunctionResultForScheduledTaskRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptPostFunctionResultForScheduledTaskResultEvent != null) { foreach (var each in OnCloudScriptPostFunctionResultForScheduledTaskResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptPostFunctionResultForScheduledTaskResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptRegisterEventHubFunctionRequestEvent != null) { foreach (var each in OnCloudScriptRegisterEventHubFunctionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptRegisterEventHubFunctionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptRegisterEventHubFunctionResultEvent != null) { foreach (var each in OnCloudScriptRegisterEventHubFunctionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptRegisterEventHubFunctionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptRegisterHttpFunctionRequestEvent != null) { foreach (var each in OnCloudScriptRegisterHttpFunctionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptRegisterHttpFunctionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptRegisterHttpFunctionResultEvent != null) { foreach (var each in OnCloudScriptRegisterHttpFunctionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptRegisterHttpFunctionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptRegisterQueuedFunctionRequestEvent != null) { foreach (var each in OnCloudScriptRegisterQueuedFunctionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptRegisterQueuedFunctionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptRegisterQueuedFunctionResultEvent != null) { foreach (var each in OnCloudScriptRegisterQueuedFunctionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptRegisterQueuedFunctionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnCloudScriptUnregisterFunctionRequestEvent != null) { foreach (var each in OnCloudScriptUnregisterFunctionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptUnregisterFunctionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnCloudScriptUnregisterFunctionResultEvent != null) { foreach (var each in OnCloudScriptUnregisterFunctionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnCloudScriptUnregisterFunctionResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnDataAbortFileUploadsRequestEvent != null) { foreach (var each in OnDataAbortFileUploadsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataAbortFileUploadsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnDataAbortFileUploadsResultEvent != null) { foreach (var each in OnDataAbortFileUploadsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataAbortFileUploadsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnDataDeleteFilesRequestEvent != null) { foreach (var each in OnDataDeleteFilesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataDeleteFilesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnDataDeleteFilesResultEvent != null) { foreach (var each in OnDataDeleteFilesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataDeleteFilesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnDataFinalizeFileUploadsRequestEvent != null) { foreach (var each in OnDataFinalizeFileUploadsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataFinalizeFileUploadsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnDataFinalizeFileUploadsResultEvent != null) { foreach (var each in OnDataFinalizeFileUploadsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataFinalizeFileUploadsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnDataGetFilesRequestEvent != null) { foreach (var each in OnDataGetFilesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataGetFilesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnDataGetFilesResultEvent != null) { foreach (var each in OnDataGetFilesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataGetFilesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnDataGetObjectsRequestEvent != null) { foreach (var each in OnDataGetObjectsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataGetObjectsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnDataGetObjectsResultEvent != null) { foreach (var each in OnDataGetObjectsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataGetObjectsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnDataInitiateFileUploadsRequestEvent != null) { foreach (var each in OnDataInitiateFileUploadsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataInitiateFileUploadsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnDataInitiateFileUploadsResultEvent != null) { foreach (var each in OnDataInitiateFileUploadsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataInitiateFileUploadsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnDataSetObjectsRequestEvent != null) { foreach (var each in OnDataSetObjectsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataSetObjectsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnDataSetObjectsResultEvent != null) { foreach (var each in OnDataSetObjectsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnDataSetObjectsResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnEconomyAddInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyAddInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyAddInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyAddInventoryItemsResultEvent != null) { foreach (var each in OnEconomyAddInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyAddInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyCreateDraftItemRequestEvent != null) { foreach (var each in OnEconomyCreateDraftItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyCreateDraftItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyCreateDraftItemResultEvent != null) { foreach (var each in OnEconomyCreateDraftItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyCreateDraftItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyCreateUploadUrlsRequestEvent != null) { foreach (var each in OnEconomyCreateUploadUrlsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyCreateUploadUrlsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyCreateUploadUrlsResultEvent != null) { foreach (var each in OnEconomyCreateUploadUrlsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyCreateUploadUrlsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyDeleteEntityItemReviewsRequestEvent != null) { foreach (var each in OnEconomyDeleteEntityItemReviewsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyDeleteEntityItemReviewsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyDeleteEntityItemReviewsResultEvent != null) { foreach (var each in OnEconomyDeleteEntityItemReviewsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyDeleteEntityItemReviewsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyDeleteInventoryCollectionRequestEvent != null) { foreach (var each in OnEconomyDeleteInventoryCollectionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyDeleteInventoryCollectionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyDeleteInventoryCollectionResultEvent != null) { foreach (var each in OnEconomyDeleteInventoryCollectionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyDeleteInventoryCollectionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyDeleteInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyDeleteInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyDeleteInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyDeleteInventoryItemsResultEvent != null) { foreach (var each in OnEconomyDeleteInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyDeleteInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyDeleteItemRequestEvent != null) { foreach (var each in OnEconomyDeleteItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyDeleteItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyDeleteItemResultEvent != null) { foreach (var each in OnEconomyDeleteItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyDeleteItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyExecuteInventoryOperationsRequestEvent != null) { foreach (var each in OnEconomyExecuteInventoryOperationsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyExecuteInventoryOperationsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyExecuteInventoryOperationsResultEvent != null) { foreach (var each in OnEconomyExecuteInventoryOperationsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyExecuteInventoryOperationsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyExecuteTransferOperationsRequestEvent != null) { foreach (var each in OnEconomyExecuteTransferOperationsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyExecuteTransferOperationsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyExecuteTransferOperationsResultEvent != null) { foreach (var each in OnEconomyExecuteTransferOperationsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyExecuteTransferOperationsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetCatalogConfigRequestEvent != null) { foreach (var each in OnEconomyGetCatalogConfigRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetCatalogConfigRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetCatalogConfigResultEvent != null) { foreach (var each in OnEconomyGetCatalogConfigResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetCatalogConfigResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetDraftItemRequestEvent != null) { foreach (var each in OnEconomyGetDraftItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetDraftItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetDraftItemResultEvent != null) { foreach (var each in OnEconomyGetDraftItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetDraftItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetDraftItemsRequestEvent != null) { foreach (var each in OnEconomyGetDraftItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetDraftItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetDraftItemsResultEvent != null) { foreach (var each in OnEconomyGetDraftItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetDraftItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetEntityDraftItemsRequestEvent != null) { foreach (var each in OnEconomyGetEntityDraftItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetEntityDraftItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetEntityDraftItemsResultEvent != null) { foreach (var each in OnEconomyGetEntityDraftItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetEntityDraftItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetEntityItemReviewRequestEvent != null) { foreach (var each in OnEconomyGetEntityItemReviewRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetEntityItemReviewRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetEntityItemReviewResultEvent != null) { foreach (var each in OnEconomyGetEntityItemReviewResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetEntityItemReviewResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetInventoryCollectionIdsRequestEvent != null) { foreach (var each in OnEconomyGetInventoryCollectionIdsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetInventoryCollectionIdsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetInventoryCollectionIdsResultEvent != null) { foreach (var each in OnEconomyGetInventoryCollectionIdsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetInventoryCollectionIdsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyGetInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetInventoryItemsResultEvent != null) { foreach (var each in OnEconomyGetInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetInventoryOperationStatusRequestEvent != null) { foreach (var each in OnEconomyGetInventoryOperationStatusRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetInventoryOperationStatusRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetInventoryOperationStatusResultEvent != null) { foreach (var each in OnEconomyGetInventoryOperationStatusResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetInventoryOperationStatusResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetItemRequestEvent != null) { foreach (var each in OnEconomyGetItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetItemResultEvent != null) { foreach (var each in OnEconomyGetItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetItemContainersRequestEvent != null) { foreach (var each in OnEconomyGetItemContainersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemContainersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetItemContainersResultEvent != null) { foreach (var each in OnEconomyGetItemContainersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemContainersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetItemModerationStateRequestEvent != null) { foreach (var each in OnEconomyGetItemModerationStateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemModerationStateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetItemModerationStateResultEvent != null) { foreach (var each in OnEconomyGetItemModerationStateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemModerationStateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetItemPublishStatusRequestEvent != null) { foreach (var each in OnEconomyGetItemPublishStatusRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemPublishStatusRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetItemPublishStatusResultEvent != null) { foreach (var each in OnEconomyGetItemPublishStatusResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemPublishStatusResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetItemReviewsRequestEvent != null) { foreach (var each in OnEconomyGetItemReviewsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemReviewsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetItemReviewsResultEvent != null) { foreach (var each in OnEconomyGetItemReviewsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemReviewsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetItemReviewSummaryRequestEvent != null) { foreach (var each in OnEconomyGetItemReviewSummaryRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemReviewSummaryRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetItemReviewSummaryResultEvent != null) { foreach (var each in OnEconomyGetItemReviewSummaryResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemReviewSummaryResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetItemsRequestEvent != null) { foreach (var each in OnEconomyGetItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetItemsResultEvent != null) { foreach (var each in OnEconomyGetItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetMicrosoftStoreAccessTokensRequestEvent != null) { foreach (var each in OnEconomyGetMicrosoftStoreAccessTokensRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetMicrosoftStoreAccessTokensRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetMicrosoftStoreAccessTokensResultEvent != null) { foreach (var each in OnEconomyGetMicrosoftStoreAccessTokensResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetMicrosoftStoreAccessTokensResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyGetTransactionHistoryRequestEvent != null) { foreach (var each in OnEconomyGetTransactionHistoryRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetTransactionHistoryRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyGetTransactionHistoryResultEvent != null) { foreach (var each in OnEconomyGetTransactionHistoryResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyGetTransactionHistoryResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyPublishDraftItemRequestEvent != null) { foreach (var each in OnEconomyPublishDraftItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyPublishDraftItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyPublishDraftItemResultEvent != null) { foreach (var each in OnEconomyPublishDraftItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyPublishDraftItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyPurchaseInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyPurchaseInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyPurchaseInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyPurchaseInventoryItemsResultEvent != null) { foreach (var each in OnEconomyPurchaseInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyPurchaseInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyRedeemAppleAppStoreInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyRedeemAppleAppStoreInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemAppleAppStoreInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyRedeemAppleAppStoreInventoryItemsResultEvent != null) { foreach (var each in OnEconomyRedeemAppleAppStoreInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemAppleAppStoreInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyRedeemGooglePlayInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyRedeemGooglePlayInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemGooglePlayInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyRedeemGooglePlayInventoryItemsResultEvent != null) { foreach (var each in OnEconomyRedeemGooglePlayInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemGooglePlayInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyRedeemMicrosoftStoreInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyRedeemMicrosoftStoreInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemMicrosoftStoreInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyRedeemMicrosoftStoreInventoryItemsResultEvent != null) { foreach (var each in OnEconomyRedeemMicrosoftStoreInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemMicrosoftStoreInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyRedeemNintendoEShopInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyRedeemNintendoEShopInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemNintendoEShopInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyRedeemNintendoEShopInventoryItemsResultEvent != null) { foreach (var each in OnEconomyRedeemNintendoEShopInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemNintendoEShopInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyRedeemPlayStationStoreInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyRedeemPlayStationStoreInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemPlayStationStoreInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyRedeemPlayStationStoreInventoryItemsResultEvent != null) { foreach (var each in OnEconomyRedeemPlayStationStoreInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemPlayStationStoreInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyRedeemSteamInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyRedeemSteamInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemSteamInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyRedeemSteamInventoryItemsResultEvent != null) { foreach (var each in OnEconomyRedeemSteamInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyRedeemSteamInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyReportItemRequestEvent != null) { foreach (var each in OnEconomyReportItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyReportItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyReportItemResultEvent != null) { foreach (var each in OnEconomyReportItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyReportItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyReportItemReviewRequestEvent != null) { foreach (var each in OnEconomyReportItemReviewRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyReportItemReviewRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyReportItemReviewResultEvent != null) { foreach (var each in OnEconomyReportItemReviewResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyReportItemReviewResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyReviewItemRequestEvent != null) { foreach (var each in OnEconomyReviewItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyReviewItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyReviewItemResultEvent != null) { foreach (var each in OnEconomyReviewItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyReviewItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomySearchItemsRequestEvent != null) { foreach (var each in OnEconomySearchItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomySearchItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomySearchItemsResultEvent != null) { foreach (var each in OnEconomySearchItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomySearchItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomySetItemModerationStateRequestEvent != null) { foreach (var each in OnEconomySetItemModerationStateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomySetItemModerationStateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomySetItemModerationStateResultEvent != null) { foreach (var each in OnEconomySetItemModerationStateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomySetItemModerationStateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomySubmitItemReviewVoteRequestEvent != null) { foreach (var each in OnEconomySubmitItemReviewVoteRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomySubmitItemReviewVoteRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomySubmitItemReviewVoteResultEvent != null) { foreach (var each in OnEconomySubmitItemReviewVoteResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomySubmitItemReviewVoteResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomySubtractInventoryItemsRequestEvent != null) { foreach (var each in OnEconomySubtractInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomySubtractInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomySubtractInventoryItemsResultEvent != null) { foreach (var each in OnEconomySubtractInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomySubtractInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyTakedownItemReviewsRequestEvent != null) { foreach (var each in OnEconomyTakedownItemReviewsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyTakedownItemReviewsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyTakedownItemReviewsResultEvent != null) { foreach (var each in OnEconomyTakedownItemReviewsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyTakedownItemReviewsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyTransferInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyTransferInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyTransferInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyTransferInventoryItemsResultEvent != null) { foreach (var each in OnEconomyTransferInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyTransferInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyUpdateCatalogConfigRequestEvent != null) { foreach (var each in OnEconomyUpdateCatalogConfigRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyUpdateCatalogConfigRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyUpdateCatalogConfigResultEvent != null) { foreach (var each in OnEconomyUpdateCatalogConfigResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyUpdateCatalogConfigResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyUpdateDraftItemRequestEvent != null) { foreach (var each in OnEconomyUpdateDraftItemRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyUpdateDraftItemRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyUpdateDraftItemResultEvent != null) { foreach (var each in OnEconomyUpdateDraftItemResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyUpdateDraftItemResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEconomyUpdateInventoryItemsRequestEvent != null) { foreach (var each in OnEconomyUpdateInventoryItemsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyUpdateInventoryItemsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEconomyUpdateInventoryItemsResultEvent != null) { foreach (var each in OnEconomyUpdateInventoryItemsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEconomyUpdateInventoryItemsResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnEventsCreateTelemetryKeyRequestEvent != null) { foreach (var each in OnEventsCreateTelemetryKeyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsCreateTelemetryKeyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEventsCreateTelemetryKeyResultEvent != null) { foreach (var each in OnEventsCreateTelemetryKeyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsCreateTelemetryKeyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEventsDeleteTelemetryKeyRequestEvent != null) { foreach (var each in OnEventsDeleteTelemetryKeyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsDeleteTelemetryKeyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEventsDeleteTelemetryKeyResultEvent != null) { foreach (var each in OnEventsDeleteTelemetryKeyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsDeleteTelemetryKeyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEventsGetTelemetryKeyRequestEvent != null) { foreach (var each in OnEventsGetTelemetryKeyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsGetTelemetryKeyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEventsGetTelemetryKeyResultEvent != null) { foreach (var each in OnEventsGetTelemetryKeyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsGetTelemetryKeyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEventsListTelemetryKeysRequestEvent != null) { foreach (var each in OnEventsListTelemetryKeysRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsListTelemetryKeysRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEventsListTelemetryKeysResultEvent != null) { foreach (var each in OnEventsListTelemetryKeysResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsListTelemetryKeysResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEventsSetTelemetryKeyActiveRequestEvent != null) { foreach (var each in OnEventsSetTelemetryKeyActiveRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsSetTelemetryKeyActiveRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEventsSetTelemetryKeyActiveResultEvent != null) { foreach (var each in OnEventsSetTelemetryKeyActiveResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsSetTelemetryKeyActiveResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEventsWriteEventsRequestEvent != null) { foreach (var each in OnEventsWriteEventsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsWriteEventsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEventsWriteEventsResultEvent != null) { foreach (var each in OnEventsWriteEventsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsWriteEventsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnEventsWriteTelemetryEventsRequestEvent != null) { foreach (var each in OnEventsWriteTelemetryEventsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsWriteTelemetryEventsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnEventsWriteTelemetryEventsResultEvent != null) { foreach (var each in OnEventsWriteTelemetryEventsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnEventsWriteTelemetryEventsResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnExperimentationCreateExclusionGroupRequestEvent != null) { foreach (var each in OnExperimentationCreateExclusionGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationCreateExclusionGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationCreateExclusionGroupResultEvent != null) { foreach (var each in OnExperimentationCreateExclusionGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationCreateExclusionGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationCreateExperimentRequestEvent != null) { foreach (var each in OnExperimentationCreateExperimentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationCreateExperimentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationCreateExperimentResultEvent != null) { foreach (var each in OnExperimentationCreateExperimentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationCreateExperimentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationDeleteExclusionGroupRequestEvent != null) { foreach (var each in OnExperimentationDeleteExclusionGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationDeleteExclusionGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationDeleteExclusionGroupResultEvent != null) { foreach (var each in OnExperimentationDeleteExclusionGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationDeleteExclusionGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationDeleteExperimentRequestEvent != null) { foreach (var each in OnExperimentationDeleteExperimentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationDeleteExperimentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationDeleteExperimentResultEvent != null) { foreach (var each in OnExperimentationDeleteExperimentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationDeleteExperimentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationGetExclusionGroupsRequestEvent != null) { foreach (var each in OnExperimentationGetExclusionGroupsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetExclusionGroupsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationGetExclusionGroupsResultEvent != null) { foreach (var each in OnExperimentationGetExclusionGroupsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetExclusionGroupsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationGetExclusionGroupTrafficRequestEvent != null) { foreach (var each in OnExperimentationGetExclusionGroupTrafficRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetExclusionGroupTrafficRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationGetExclusionGroupTrafficResultEvent != null) { foreach (var each in OnExperimentationGetExclusionGroupTrafficResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetExclusionGroupTrafficResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationGetExperimentsRequestEvent != null) { foreach (var each in OnExperimentationGetExperimentsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetExperimentsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationGetExperimentsResultEvent != null) { foreach (var each in OnExperimentationGetExperimentsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetExperimentsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationGetLatestScorecardRequestEvent != null) { foreach (var each in OnExperimentationGetLatestScorecardRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetLatestScorecardRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationGetLatestScorecardResultEvent != null) { foreach (var each in OnExperimentationGetLatestScorecardResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetLatestScorecardResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationGetTreatmentAssignmentRequestEvent != null) { foreach (var each in OnExperimentationGetTreatmentAssignmentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetTreatmentAssignmentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationGetTreatmentAssignmentResultEvent != null) { foreach (var each in OnExperimentationGetTreatmentAssignmentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationGetTreatmentAssignmentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationStartExperimentRequestEvent != null) { foreach (var each in OnExperimentationStartExperimentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationStartExperimentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationStartExperimentResultEvent != null) { foreach (var each in OnExperimentationStartExperimentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationStartExperimentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationStopExperimentRequestEvent != null) { foreach (var each in OnExperimentationStopExperimentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationStopExperimentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationStopExperimentResultEvent != null) { foreach (var each in OnExperimentationStopExperimentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationStopExperimentResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationUpdateExclusionGroupRequestEvent != null) { foreach (var each in OnExperimentationUpdateExclusionGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationUpdateExclusionGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationUpdateExclusionGroupResultEvent != null) { foreach (var each in OnExperimentationUpdateExclusionGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationUpdateExclusionGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnExperimentationUpdateExperimentRequestEvent != null) { foreach (var each in OnExperimentationUpdateExperimentRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationUpdateExperimentRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnExperimentationUpdateExperimentResultEvent != null) { foreach (var each in OnExperimentationUpdateExperimentResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnExperimentationUpdateExperimentResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnInsightsGetDetailsRequestEvent != null) { foreach (var each in OnInsightsGetDetailsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsGetDetailsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnInsightsGetDetailsResultEvent != null) { foreach (var each in OnInsightsGetDetailsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsGetDetailsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnInsightsGetLimitsRequestEvent != null) { foreach (var each in OnInsightsGetLimitsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsGetLimitsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnInsightsGetLimitsResultEvent != null) { foreach (var each in OnInsightsGetLimitsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsGetLimitsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnInsightsGetOperationStatusRequestEvent != null) { foreach (var each in OnInsightsGetOperationStatusRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsGetOperationStatusRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnInsightsGetOperationStatusResultEvent != null) { foreach (var each in OnInsightsGetOperationStatusResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsGetOperationStatusResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnInsightsGetPendingOperationsRequestEvent != null) { foreach (var each in OnInsightsGetPendingOperationsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsGetPendingOperationsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnInsightsGetPendingOperationsResultEvent != null) { foreach (var each in OnInsightsGetPendingOperationsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsGetPendingOperationsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnInsightsSetPerformanceRequestEvent != null) { foreach (var each in OnInsightsSetPerformanceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsSetPerformanceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnInsightsSetPerformanceResultEvent != null) { foreach (var each in OnInsightsSetPerformanceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsSetPerformanceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnInsightsSetStorageRetentionRequestEvent != null) { foreach (var each in OnInsightsSetStorageRetentionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsSetStorageRetentionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnInsightsSetStorageRetentionResultEvent != null) { foreach (var each in OnInsightsSetStorageRetentionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnInsightsSetStorageRetentionResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnGroupsAcceptGroupApplicationRequestEvent != null) { foreach (var each in OnGroupsAcceptGroupApplicationRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsAcceptGroupApplicationRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsAcceptGroupApplicationResultEvent != null) { foreach (var each in OnGroupsAcceptGroupApplicationResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsAcceptGroupApplicationResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsAcceptGroupInvitationRequestEvent != null) { foreach (var each in OnGroupsAcceptGroupInvitationRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsAcceptGroupInvitationRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsAcceptGroupInvitationResultEvent != null) { foreach (var each in OnGroupsAcceptGroupInvitationResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsAcceptGroupInvitationResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsAddMembersRequestEvent != null) { foreach (var each in OnGroupsAddMembersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsAddMembersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsAddMembersResultEvent != null) { foreach (var each in OnGroupsAddMembersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsAddMembersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsApplyToGroupRequestEvent != null) { foreach (var each in OnGroupsApplyToGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsApplyToGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsApplyToGroupResultEvent != null) { foreach (var each in OnGroupsApplyToGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsApplyToGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsBlockEntityRequestEvent != null) { foreach (var each in OnGroupsBlockEntityRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsBlockEntityRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsBlockEntityResultEvent != null) { foreach (var each in OnGroupsBlockEntityResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsBlockEntityResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsChangeMemberRoleRequestEvent != null) { foreach (var each in OnGroupsChangeMemberRoleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsChangeMemberRoleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsChangeMemberRoleResultEvent != null) { foreach (var each in OnGroupsChangeMemberRoleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsChangeMemberRoleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsCreateGroupRequestEvent != null) { foreach (var each in OnGroupsCreateGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsCreateGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsCreateGroupResultEvent != null) { foreach (var each in OnGroupsCreateGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsCreateGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsCreateRoleRequestEvent != null) { foreach (var each in OnGroupsCreateRoleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsCreateRoleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsCreateRoleResultEvent != null) { foreach (var each in OnGroupsCreateRoleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsCreateRoleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsDeleteGroupRequestEvent != null) { foreach (var each in OnGroupsDeleteGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsDeleteGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsDeleteGroupResultEvent != null) { foreach (var each in OnGroupsDeleteGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsDeleteGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsDeleteRoleRequestEvent != null) { foreach (var each in OnGroupsDeleteRoleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsDeleteRoleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsDeleteRoleResultEvent != null) { foreach (var each in OnGroupsDeleteRoleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsDeleteRoleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsGetGroupRequestEvent != null) { foreach (var each in OnGroupsGetGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsGetGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsGetGroupResultEvent != null) { foreach (var each in OnGroupsGetGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsGetGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsInviteToGroupRequestEvent != null) { foreach (var each in OnGroupsInviteToGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsInviteToGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsInviteToGroupResultEvent != null) { foreach (var each in OnGroupsInviteToGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsInviteToGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsIsMemberRequestEvent != null) { foreach (var each in OnGroupsIsMemberRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsIsMemberRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsIsMemberResultEvent != null) { foreach (var each in OnGroupsIsMemberResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsIsMemberResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsListGroupApplicationsRequestEvent != null) { foreach (var each in OnGroupsListGroupApplicationsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListGroupApplicationsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsListGroupApplicationsResultEvent != null) { foreach (var each in OnGroupsListGroupApplicationsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListGroupApplicationsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsListGroupBlocksRequestEvent != null) { foreach (var each in OnGroupsListGroupBlocksRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListGroupBlocksRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsListGroupBlocksResultEvent != null) { foreach (var each in OnGroupsListGroupBlocksResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListGroupBlocksResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsListGroupInvitationsRequestEvent != null) { foreach (var each in OnGroupsListGroupInvitationsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListGroupInvitationsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsListGroupInvitationsResultEvent != null) { foreach (var each in OnGroupsListGroupInvitationsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListGroupInvitationsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsListGroupMembersRequestEvent != null) { foreach (var each in OnGroupsListGroupMembersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListGroupMembersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsListGroupMembersResultEvent != null) { foreach (var each in OnGroupsListGroupMembersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListGroupMembersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsListMembershipRequestEvent != null) { foreach (var each in OnGroupsListMembershipRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListMembershipRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsListMembershipResultEvent != null) { foreach (var each in OnGroupsListMembershipResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListMembershipResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsListMembershipOpportunitiesRequestEvent != null) { foreach (var each in OnGroupsListMembershipOpportunitiesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListMembershipOpportunitiesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsListMembershipOpportunitiesResultEvent != null) { foreach (var each in OnGroupsListMembershipOpportunitiesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsListMembershipOpportunitiesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsRemoveGroupApplicationRequestEvent != null) { foreach (var each in OnGroupsRemoveGroupApplicationRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsRemoveGroupApplicationRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsRemoveGroupApplicationResultEvent != null) { foreach (var each in OnGroupsRemoveGroupApplicationResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsRemoveGroupApplicationResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsRemoveGroupInvitationRequestEvent != null) { foreach (var each in OnGroupsRemoveGroupInvitationRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsRemoveGroupInvitationRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsRemoveGroupInvitationResultEvent != null) { foreach (var each in OnGroupsRemoveGroupInvitationResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsRemoveGroupInvitationResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsRemoveMembersRequestEvent != null) { foreach (var each in OnGroupsRemoveMembersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsRemoveMembersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsRemoveMembersResultEvent != null) { foreach (var each in OnGroupsRemoveMembersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsRemoveMembersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsUnblockEntityRequestEvent != null) { foreach (var each in OnGroupsUnblockEntityRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsUnblockEntityRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsUnblockEntityResultEvent != null) { foreach (var each in OnGroupsUnblockEntityResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsUnblockEntityResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsUpdateGroupRequestEvent != null) { foreach (var each in OnGroupsUpdateGroupRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsUpdateGroupRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsUpdateGroupResultEvent != null) { foreach (var each in OnGroupsUpdateGroupResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsUpdateGroupResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnGroupsUpdateRoleRequestEvent != null) { foreach (var each in OnGroupsUpdateRoleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsUpdateRoleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnGroupsUpdateRoleResultEvent != null) { foreach (var each in OnGroupsUpdateRoleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnGroupsUpdateRoleResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnProgressionCreateLeaderboardDefinitionRequestEvent != null) { foreach (var each in OnProgressionCreateLeaderboardDefinitionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionCreateLeaderboardDefinitionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionCreateLeaderboardDefinitionResultEvent != null) { foreach (var each in OnProgressionCreateLeaderboardDefinitionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionCreateLeaderboardDefinitionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionCreateStatisticDefinitionRequestEvent != null) { foreach (var each in OnProgressionCreateStatisticDefinitionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionCreateStatisticDefinitionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionCreateStatisticDefinitionResultEvent != null) { foreach (var each in OnProgressionCreateStatisticDefinitionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionCreateStatisticDefinitionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionDeleteLeaderboardDefinitionRequestEvent != null) { foreach (var each in OnProgressionDeleteLeaderboardDefinitionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionDeleteLeaderboardDefinitionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionDeleteLeaderboardDefinitionResultEvent != null) { foreach (var each in OnProgressionDeleteLeaderboardDefinitionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionDeleteLeaderboardDefinitionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionDeleteLeaderboardEntriesRequestEvent != null) { foreach (var each in OnProgressionDeleteLeaderboardEntriesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionDeleteLeaderboardEntriesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionDeleteLeaderboardEntriesResultEvent != null) { foreach (var each in OnProgressionDeleteLeaderboardEntriesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionDeleteLeaderboardEntriesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionDeleteStatisticDefinitionRequestEvent != null) { foreach (var each in OnProgressionDeleteStatisticDefinitionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionDeleteStatisticDefinitionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionDeleteStatisticDefinitionResultEvent != null) { foreach (var each in OnProgressionDeleteStatisticDefinitionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionDeleteStatisticDefinitionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionDeleteStatisticsRequestEvent != null) { foreach (var each in OnProgressionDeleteStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionDeleteStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionDeleteStatisticsResultEvent != null) { foreach (var each in OnProgressionDeleteStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionDeleteStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionGetFriendLeaderboardForEntityRequestEvent != null) { foreach (var each in OnProgressionGetFriendLeaderboardForEntityRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetFriendLeaderboardForEntityRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionGetFriendLeaderboardForEntityResultEvent != null) { foreach (var each in OnProgressionGetFriendLeaderboardForEntityResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetFriendLeaderboardForEntityResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionGetLeaderboardRequestEvent != null) { foreach (var each in OnProgressionGetLeaderboardRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetLeaderboardRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionGetLeaderboardResultEvent != null) { foreach (var each in OnProgressionGetLeaderboardResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetLeaderboardResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionGetLeaderboardAroundEntityRequestEvent != null) { foreach (var each in OnProgressionGetLeaderboardAroundEntityRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetLeaderboardAroundEntityRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionGetLeaderboardAroundEntityResultEvent != null) { foreach (var each in OnProgressionGetLeaderboardAroundEntityResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetLeaderboardAroundEntityResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionGetLeaderboardDefinitionRequestEvent != null) { foreach (var each in OnProgressionGetLeaderboardDefinitionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetLeaderboardDefinitionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionGetLeaderboardDefinitionResultEvent != null) { foreach (var each in OnProgressionGetLeaderboardDefinitionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetLeaderboardDefinitionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionGetLeaderboardForEntitiesRequestEvent != null) { foreach (var each in OnProgressionGetLeaderboardForEntitiesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetLeaderboardForEntitiesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionGetLeaderboardForEntitiesResultEvent != null) { foreach (var each in OnProgressionGetLeaderboardForEntitiesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetLeaderboardForEntitiesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionGetStatisticDefinitionRequestEvent != null) { foreach (var each in OnProgressionGetStatisticDefinitionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetStatisticDefinitionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionGetStatisticDefinitionResultEvent != null) { foreach (var each in OnProgressionGetStatisticDefinitionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetStatisticDefinitionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionGetStatisticsRequestEvent != null) { foreach (var each in OnProgressionGetStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionGetStatisticsResultEvent != null) { foreach (var each in OnProgressionGetStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionGetStatisticsForEntitiesRequestEvent != null) { foreach (var each in OnProgressionGetStatisticsForEntitiesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetStatisticsForEntitiesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionGetStatisticsForEntitiesResultEvent != null) { foreach (var each in OnProgressionGetStatisticsForEntitiesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionGetStatisticsForEntitiesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionIncrementLeaderboardVersionRequestEvent != null) { foreach (var each in OnProgressionIncrementLeaderboardVersionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionIncrementLeaderboardVersionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionIncrementLeaderboardVersionResultEvent != null) { foreach (var each in OnProgressionIncrementLeaderboardVersionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionIncrementLeaderboardVersionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionIncrementStatisticVersionRequestEvent != null) { foreach (var each in OnProgressionIncrementStatisticVersionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionIncrementStatisticVersionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionIncrementStatisticVersionResultEvent != null) { foreach (var each in OnProgressionIncrementStatisticVersionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionIncrementStatisticVersionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionListLeaderboardDefinitionsRequestEvent != null) { foreach (var each in OnProgressionListLeaderboardDefinitionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionListLeaderboardDefinitionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionListLeaderboardDefinitionsResultEvent != null) { foreach (var each in OnProgressionListLeaderboardDefinitionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionListLeaderboardDefinitionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionListStatisticDefinitionsRequestEvent != null) { foreach (var each in OnProgressionListStatisticDefinitionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionListStatisticDefinitionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionListStatisticDefinitionsResultEvent != null) { foreach (var each in OnProgressionListStatisticDefinitionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionListStatisticDefinitionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionUnlinkLeaderboardFromStatisticRequestEvent != null) { foreach (var each in OnProgressionUnlinkLeaderboardFromStatisticRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionUnlinkLeaderboardFromStatisticRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionUnlinkLeaderboardFromStatisticResultEvent != null) { foreach (var each in OnProgressionUnlinkLeaderboardFromStatisticResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionUnlinkLeaderboardFromStatisticResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionUpdateLeaderboardEntriesRequestEvent != null) { foreach (var each in OnProgressionUpdateLeaderboardEntriesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionUpdateLeaderboardEntriesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionUpdateLeaderboardEntriesResultEvent != null) { foreach (var each in OnProgressionUpdateLeaderboardEntriesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionUpdateLeaderboardEntriesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProgressionUpdateStatisticsRequestEvent != null) { foreach (var each in OnProgressionUpdateStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionUpdateStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProgressionUpdateStatisticsResultEvent != null) { foreach (var each in OnProgressionUpdateStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProgressionUpdateStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnLocalizationGetLanguageListRequestEvent != null) { foreach (var each in OnLocalizationGetLanguageListRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLocalizationGetLanguageListRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnLocalizationGetLanguageListResultEvent != null) { foreach (var each in OnLocalizationGetLanguageListResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnLocalizationGetLanguageListResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnMultiplayerCancelAllMatchmakingTicketsForPlayerRequestEvent != null) { foreach (var each in OnMultiplayerCancelAllMatchmakingTicketsForPlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCancelAllMatchmakingTicketsForPlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCancelAllMatchmakingTicketsForPlayerResultEvent != null) { foreach (var each in OnMultiplayerCancelAllMatchmakingTicketsForPlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCancelAllMatchmakingTicketsForPlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCancelAllServerBackfillTicketsForPlayerRequestEvent != null) { foreach (var each in OnMultiplayerCancelAllServerBackfillTicketsForPlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCancelAllServerBackfillTicketsForPlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCancelAllServerBackfillTicketsForPlayerResultEvent != null) { foreach (var each in OnMultiplayerCancelAllServerBackfillTicketsForPlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCancelAllServerBackfillTicketsForPlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCancelMatchmakingTicketRequestEvent != null) { foreach (var each in OnMultiplayerCancelMatchmakingTicketRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCancelMatchmakingTicketRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCancelMatchmakingTicketResultEvent != null) { foreach (var each in OnMultiplayerCancelMatchmakingTicketResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCancelMatchmakingTicketResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCancelServerBackfillTicketRequestEvent != null) { foreach (var each in OnMultiplayerCancelServerBackfillTicketRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCancelServerBackfillTicketRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCancelServerBackfillTicketResultEvent != null) { foreach (var each in OnMultiplayerCancelServerBackfillTicketResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCancelServerBackfillTicketResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateBuildAliasRequestEvent != null) { foreach (var each in OnMultiplayerCreateBuildAliasRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateBuildAliasRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateBuildAliasResultEvent != null) { foreach (var each in OnMultiplayerCreateBuildAliasResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateBuildAliasResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateBuildWithCustomContainerRequestEvent != null) { foreach (var each in OnMultiplayerCreateBuildWithCustomContainerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateBuildWithCustomContainerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateBuildWithCustomContainerResultEvent != null) { foreach (var each in OnMultiplayerCreateBuildWithCustomContainerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateBuildWithCustomContainerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateBuildWithManagedContainerRequestEvent != null) { foreach (var each in OnMultiplayerCreateBuildWithManagedContainerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateBuildWithManagedContainerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateBuildWithManagedContainerResultEvent != null) { foreach (var each in OnMultiplayerCreateBuildWithManagedContainerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateBuildWithManagedContainerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateBuildWithProcessBasedServerRequestEvent != null) { foreach (var each in OnMultiplayerCreateBuildWithProcessBasedServerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateBuildWithProcessBasedServerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateBuildWithProcessBasedServerResultEvent != null) { foreach (var each in OnMultiplayerCreateBuildWithProcessBasedServerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateBuildWithProcessBasedServerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateLobbyRequestEvent != null) { foreach (var each in OnMultiplayerCreateLobbyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateLobbyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateLobbyResultEvent != null) { foreach (var each in OnMultiplayerCreateLobbyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateLobbyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateMatchmakingTicketRequestEvent != null) { foreach (var each in OnMultiplayerCreateMatchmakingTicketRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateMatchmakingTicketRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateMatchmakingTicketResultEvent != null) { foreach (var each in OnMultiplayerCreateMatchmakingTicketResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateMatchmakingTicketResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateRemoteUserRequestEvent != null) { foreach (var each in OnMultiplayerCreateRemoteUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateRemoteUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateRemoteUserResultEvent != null) { foreach (var each in OnMultiplayerCreateRemoteUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateRemoteUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateServerBackfillTicketRequestEvent != null) { foreach (var each in OnMultiplayerCreateServerBackfillTicketRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateServerBackfillTicketRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateServerBackfillTicketResultEvent != null) { foreach (var each in OnMultiplayerCreateServerBackfillTicketResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateServerBackfillTicketResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateServerMatchmakingTicketRequestEvent != null) { foreach (var each in OnMultiplayerCreateServerMatchmakingTicketRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateServerMatchmakingTicketRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateServerMatchmakingTicketResultEvent != null) { foreach (var each in OnMultiplayerCreateServerMatchmakingTicketResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateServerMatchmakingTicketResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerCreateTitleMultiplayerServersQuotaChangeRequestEvent != null) { foreach (var each in OnMultiplayerCreateTitleMultiplayerServersQuotaChangeRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateTitleMultiplayerServersQuotaChangeRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerCreateTitleMultiplayerServersQuotaChangeResultEvent != null) { foreach (var each in OnMultiplayerCreateTitleMultiplayerServersQuotaChangeResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerCreateTitleMultiplayerServersQuotaChangeResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerDeleteAssetRequestEvent != null) { foreach (var each in OnMultiplayerDeleteAssetRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteAssetRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerDeleteAssetResultEvent != null) { foreach (var each in OnMultiplayerDeleteAssetResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteAssetResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerDeleteBuildRequestEvent != null) { foreach (var each in OnMultiplayerDeleteBuildRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteBuildRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerDeleteBuildResultEvent != null) { foreach (var each in OnMultiplayerDeleteBuildResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteBuildResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerDeleteBuildAliasRequestEvent != null) { foreach (var each in OnMultiplayerDeleteBuildAliasRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteBuildAliasRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerDeleteBuildAliasResultEvent != null) { foreach (var each in OnMultiplayerDeleteBuildAliasResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteBuildAliasResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerDeleteBuildRegionRequestEvent != null) { foreach (var each in OnMultiplayerDeleteBuildRegionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteBuildRegionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerDeleteBuildRegionResultEvent != null) { foreach (var each in OnMultiplayerDeleteBuildRegionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteBuildRegionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerDeleteCertificateRequestEvent != null) { foreach (var each in OnMultiplayerDeleteCertificateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteCertificateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerDeleteCertificateResultEvent != null) { foreach (var each in OnMultiplayerDeleteCertificateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteCertificateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerDeleteContainerImageRepositoryRequestEvent != null) { foreach (var each in OnMultiplayerDeleteContainerImageRepositoryRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteContainerImageRepositoryRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerDeleteContainerImageRepositoryResultEvent != null) { foreach (var each in OnMultiplayerDeleteContainerImageRepositoryResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteContainerImageRepositoryResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerDeleteLobbyRequestEvent != null) { foreach (var each in OnMultiplayerDeleteLobbyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteLobbyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerDeleteLobbyResultEvent != null) { foreach (var each in OnMultiplayerDeleteLobbyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteLobbyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerDeleteRemoteUserRequestEvent != null) { foreach (var each in OnMultiplayerDeleteRemoteUserRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteRemoteUserRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerDeleteRemoteUserResultEvent != null) { foreach (var each in OnMultiplayerDeleteRemoteUserResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteRemoteUserResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerDeleteSecretRequestEvent != null) { foreach (var each in OnMultiplayerDeleteSecretRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteSecretRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerDeleteSecretResultEvent != null) { foreach (var each in OnMultiplayerDeleteSecretResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerDeleteSecretResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerEnableMultiplayerServersForTitleRequestEvent != null) { foreach (var each in OnMultiplayerEnableMultiplayerServersForTitleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerEnableMultiplayerServersForTitleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerEnableMultiplayerServersForTitleResultEvent != null) { foreach (var each in OnMultiplayerEnableMultiplayerServersForTitleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerEnableMultiplayerServersForTitleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerFindFriendLobbiesRequestEvent != null) { foreach (var each in OnMultiplayerFindFriendLobbiesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerFindFriendLobbiesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerFindFriendLobbiesResultEvent != null) { foreach (var each in OnMultiplayerFindFriendLobbiesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerFindFriendLobbiesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerFindLobbiesRequestEvent != null) { foreach (var each in OnMultiplayerFindLobbiesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerFindLobbiesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerFindLobbiesResultEvent != null) { foreach (var each in OnMultiplayerFindLobbiesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerFindLobbiesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetAssetDownloadUrlRequestEvent != null) { foreach (var each in OnMultiplayerGetAssetDownloadUrlRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetAssetDownloadUrlRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetAssetDownloadUrlResultEvent != null) { foreach (var each in OnMultiplayerGetAssetDownloadUrlResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetAssetDownloadUrlResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetAssetUploadUrlRequestEvent != null) { foreach (var each in OnMultiplayerGetAssetUploadUrlRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetAssetUploadUrlRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetAssetUploadUrlResultEvent != null) { foreach (var each in OnMultiplayerGetAssetUploadUrlResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetAssetUploadUrlResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetBuildRequestEvent != null) { foreach (var each in OnMultiplayerGetBuildRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetBuildRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetBuildResultEvent != null) { foreach (var each in OnMultiplayerGetBuildResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetBuildResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetBuildAliasRequestEvent != null) { foreach (var each in OnMultiplayerGetBuildAliasRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetBuildAliasRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetBuildAliasResultEvent != null) { foreach (var each in OnMultiplayerGetBuildAliasResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetBuildAliasResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetContainerRegistryCredentialsRequestEvent != null) { foreach (var each in OnMultiplayerGetContainerRegistryCredentialsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetContainerRegistryCredentialsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetContainerRegistryCredentialsResultEvent != null) { foreach (var each in OnMultiplayerGetContainerRegistryCredentialsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetContainerRegistryCredentialsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetLobbyRequestEvent != null) { foreach (var each in OnMultiplayerGetLobbyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetLobbyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetLobbyResultEvent != null) { foreach (var each in OnMultiplayerGetLobbyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetLobbyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetMatchRequestEvent != null) { foreach (var each in OnMultiplayerGetMatchRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMatchRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetMatchResultEvent != null) { foreach (var each in OnMultiplayerGetMatchResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMatchResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetMatchmakingQueueRequestEvent != null) { foreach (var each in OnMultiplayerGetMatchmakingQueueRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMatchmakingQueueRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetMatchmakingQueueResultEvent != null) { foreach (var each in OnMultiplayerGetMatchmakingQueueResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMatchmakingQueueResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetMatchmakingTicketRequestEvent != null) { foreach (var each in OnMultiplayerGetMatchmakingTicketRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMatchmakingTicketRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetMatchmakingTicketResultEvent != null) { foreach (var each in OnMultiplayerGetMatchmakingTicketResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMatchmakingTicketResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetMultiplayerServerDetailsRequestEvent != null) { foreach (var each in OnMultiplayerGetMultiplayerServerDetailsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMultiplayerServerDetailsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetMultiplayerServerDetailsResultEvent != null) { foreach (var each in OnMultiplayerGetMultiplayerServerDetailsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMultiplayerServerDetailsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetMultiplayerServerLogsRequestEvent != null) { foreach (var each in OnMultiplayerGetMultiplayerServerLogsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMultiplayerServerLogsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetMultiplayerServerLogsResultEvent != null) { foreach (var each in OnMultiplayerGetMultiplayerServerLogsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMultiplayerServerLogsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetMultiplayerSessionLogsBySessionIdRequestEvent != null) { foreach (var each in OnMultiplayerGetMultiplayerSessionLogsBySessionIdRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMultiplayerSessionLogsBySessionIdRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetMultiplayerSessionLogsBySessionIdResultEvent != null) { foreach (var each in OnMultiplayerGetMultiplayerSessionLogsBySessionIdResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetMultiplayerSessionLogsBySessionIdResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetQueueStatisticsRequestEvent != null) { foreach (var each in OnMultiplayerGetQueueStatisticsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetQueueStatisticsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetQueueStatisticsResultEvent != null) { foreach (var each in OnMultiplayerGetQueueStatisticsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetQueueStatisticsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetRemoteLoginEndpointRequestEvent != null) { foreach (var each in OnMultiplayerGetRemoteLoginEndpointRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetRemoteLoginEndpointRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetRemoteLoginEndpointResultEvent != null) { foreach (var each in OnMultiplayerGetRemoteLoginEndpointResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetRemoteLoginEndpointResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetServerBackfillTicketRequestEvent != null) { foreach (var each in OnMultiplayerGetServerBackfillTicketRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetServerBackfillTicketRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetServerBackfillTicketResultEvent != null) { foreach (var each in OnMultiplayerGetServerBackfillTicketResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetServerBackfillTicketResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetTitleEnabledForMultiplayerServersStatusRequestEvent != null) { foreach (var each in OnMultiplayerGetTitleEnabledForMultiplayerServersStatusRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetTitleEnabledForMultiplayerServersStatusRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetTitleEnabledForMultiplayerServersStatusResultEvent != null) { foreach (var each in OnMultiplayerGetTitleEnabledForMultiplayerServersStatusResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetTitleEnabledForMultiplayerServersStatusResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetTitleMultiplayerServersQuotaChangeRequestEvent != null) { foreach (var each in OnMultiplayerGetTitleMultiplayerServersQuotaChangeRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetTitleMultiplayerServersQuotaChangeRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetTitleMultiplayerServersQuotaChangeResultEvent != null) { foreach (var each in OnMultiplayerGetTitleMultiplayerServersQuotaChangeResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetTitleMultiplayerServersQuotaChangeResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerGetTitleMultiplayerServersQuotasRequestEvent != null) { foreach (var each in OnMultiplayerGetTitleMultiplayerServersQuotasRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetTitleMultiplayerServersQuotasRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerGetTitleMultiplayerServersQuotasResultEvent != null) { foreach (var each in OnMultiplayerGetTitleMultiplayerServersQuotasResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerGetTitleMultiplayerServersQuotasResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerInviteToLobbyRequestEvent != null) { foreach (var each in OnMultiplayerInviteToLobbyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerInviteToLobbyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerInviteToLobbyResultEvent != null) { foreach (var each in OnMultiplayerInviteToLobbyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerInviteToLobbyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerJoinArrangedLobbyRequestEvent != null) { foreach (var each in OnMultiplayerJoinArrangedLobbyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerJoinArrangedLobbyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerJoinArrangedLobbyResultEvent != null) { foreach (var each in OnMultiplayerJoinArrangedLobbyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerJoinArrangedLobbyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerJoinLobbyRequestEvent != null) { foreach (var each in OnMultiplayerJoinLobbyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerJoinLobbyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerJoinLobbyResultEvent != null) { foreach (var each in OnMultiplayerJoinLobbyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerJoinLobbyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerJoinLobbyAsServerRequestEvent != null) { foreach (var each in OnMultiplayerJoinLobbyAsServerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerJoinLobbyAsServerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerJoinLobbyAsServerResultEvent != null) { foreach (var each in OnMultiplayerJoinLobbyAsServerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerJoinLobbyAsServerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerJoinMatchmakingTicketRequestEvent != null) { foreach (var each in OnMultiplayerJoinMatchmakingTicketRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerJoinMatchmakingTicketRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerJoinMatchmakingTicketResultEvent != null) { foreach (var each in OnMultiplayerJoinMatchmakingTicketResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerJoinMatchmakingTicketResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerLeaveLobbyRequestEvent != null) { foreach (var each in OnMultiplayerLeaveLobbyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerLeaveLobbyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerLeaveLobbyResultEvent != null) { foreach (var each in OnMultiplayerLeaveLobbyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerLeaveLobbyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerLeaveLobbyAsServerRequestEvent != null) { foreach (var each in OnMultiplayerLeaveLobbyAsServerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerLeaveLobbyAsServerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerLeaveLobbyAsServerResultEvent != null) { foreach (var each in OnMultiplayerLeaveLobbyAsServerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerLeaveLobbyAsServerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListArchivedMultiplayerServersRequestEvent != null) { foreach (var each in OnMultiplayerListArchivedMultiplayerServersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListArchivedMultiplayerServersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListArchivedMultiplayerServersResultEvent != null) { foreach (var each in OnMultiplayerListArchivedMultiplayerServersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListArchivedMultiplayerServersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListAssetSummariesRequestEvent != null) { foreach (var each in OnMultiplayerListAssetSummariesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListAssetSummariesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListAssetSummariesResultEvent != null) { foreach (var each in OnMultiplayerListAssetSummariesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListAssetSummariesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListBuildAliasesRequestEvent != null) { foreach (var each in OnMultiplayerListBuildAliasesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListBuildAliasesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListBuildAliasesResultEvent != null) { foreach (var each in OnMultiplayerListBuildAliasesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListBuildAliasesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListBuildSummariesV2RequestEvent != null) { foreach (var each in OnMultiplayerListBuildSummariesV2RequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListBuildSummariesV2RequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListBuildSummariesV2ResultEvent != null) { foreach (var each in OnMultiplayerListBuildSummariesV2ResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListBuildSummariesV2ResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListCertificateSummariesRequestEvent != null) { foreach (var each in OnMultiplayerListCertificateSummariesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListCertificateSummariesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListCertificateSummariesResultEvent != null) { foreach (var each in OnMultiplayerListCertificateSummariesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListCertificateSummariesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListContainerImagesRequestEvent != null) { foreach (var each in OnMultiplayerListContainerImagesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListContainerImagesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListContainerImagesResultEvent != null) { foreach (var each in OnMultiplayerListContainerImagesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListContainerImagesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListContainerImageTagsRequestEvent != null) { foreach (var each in OnMultiplayerListContainerImageTagsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListContainerImageTagsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListContainerImageTagsResultEvent != null) { foreach (var each in OnMultiplayerListContainerImageTagsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListContainerImageTagsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListMatchmakingQueuesRequestEvent != null) { foreach (var each in OnMultiplayerListMatchmakingQueuesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListMatchmakingQueuesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListMatchmakingQueuesResultEvent != null) { foreach (var each in OnMultiplayerListMatchmakingQueuesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListMatchmakingQueuesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListMatchmakingTicketsForPlayerRequestEvent != null) { foreach (var each in OnMultiplayerListMatchmakingTicketsForPlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListMatchmakingTicketsForPlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListMatchmakingTicketsForPlayerResultEvent != null) { foreach (var each in OnMultiplayerListMatchmakingTicketsForPlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListMatchmakingTicketsForPlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListMultiplayerServersRequestEvent != null) { foreach (var each in OnMultiplayerListMultiplayerServersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListMultiplayerServersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListMultiplayerServersResultEvent != null) { foreach (var each in OnMultiplayerListMultiplayerServersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListMultiplayerServersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListPartyQosServersRequestEvent != null) { foreach (var each in OnMultiplayerListPartyQosServersRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListPartyQosServersRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListPartyQosServersResultEvent != null) { foreach (var each in OnMultiplayerListPartyQosServersResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListPartyQosServersResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListQosServersForTitleRequestEvent != null) { foreach (var each in OnMultiplayerListQosServersForTitleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListQosServersForTitleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListQosServersForTitleResultEvent != null) { foreach (var each in OnMultiplayerListQosServersForTitleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListQosServersForTitleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListSecretSummariesRequestEvent != null) { foreach (var each in OnMultiplayerListSecretSummariesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListSecretSummariesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListSecretSummariesResultEvent != null) { foreach (var each in OnMultiplayerListSecretSummariesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListSecretSummariesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListServerBackfillTicketsForPlayerRequestEvent != null) { foreach (var each in OnMultiplayerListServerBackfillTicketsForPlayerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListServerBackfillTicketsForPlayerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListServerBackfillTicketsForPlayerResultEvent != null) { foreach (var each in OnMultiplayerListServerBackfillTicketsForPlayerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListServerBackfillTicketsForPlayerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListTitleMultiplayerServersQuotaChangesRequestEvent != null) { foreach (var each in OnMultiplayerListTitleMultiplayerServersQuotaChangesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListTitleMultiplayerServersQuotaChangesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListTitleMultiplayerServersQuotaChangesResultEvent != null) { foreach (var each in OnMultiplayerListTitleMultiplayerServersQuotaChangesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListTitleMultiplayerServersQuotaChangesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerListVirtualMachineSummariesRequestEvent != null) { foreach (var each in OnMultiplayerListVirtualMachineSummariesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListVirtualMachineSummariesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerListVirtualMachineSummariesResultEvent != null) { foreach (var each in OnMultiplayerListVirtualMachineSummariesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerListVirtualMachineSummariesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerRemoveMatchmakingQueueRequestEvent != null) { foreach (var each in OnMultiplayerRemoveMatchmakingQueueRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRemoveMatchmakingQueueRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerRemoveMatchmakingQueueResultEvent != null) { foreach (var each in OnMultiplayerRemoveMatchmakingQueueResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRemoveMatchmakingQueueResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerRemoveMemberRequestEvent != null) { foreach (var each in OnMultiplayerRemoveMemberRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRemoveMemberRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerRemoveMemberResultEvent != null) { foreach (var each in OnMultiplayerRemoveMemberResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRemoveMemberResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerRequestMultiplayerServerRequestEvent != null) { foreach (var each in OnMultiplayerRequestMultiplayerServerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRequestMultiplayerServerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerRequestMultiplayerServerResultEvent != null) { foreach (var each in OnMultiplayerRequestMultiplayerServerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRequestMultiplayerServerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerRequestPartyServiceRequestEvent != null) { foreach (var each in OnMultiplayerRequestPartyServiceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRequestPartyServiceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerRequestPartyServiceResultEvent != null) { foreach (var each in OnMultiplayerRequestPartyServiceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRequestPartyServiceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerRolloverContainerRegistryCredentialsRequestEvent != null) { foreach (var each in OnMultiplayerRolloverContainerRegistryCredentialsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRolloverContainerRegistryCredentialsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerRolloverContainerRegistryCredentialsResultEvent != null) { foreach (var each in OnMultiplayerRolloverContainerRegistryCredentialsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerRolloverContainerRegistryCredentialsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerSetMatchmakingQueueRequestEvent != null) { foreach (var each in OnMultiplayerSetMatchmakingQueueRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerSetMatchmakingQueueRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerSetMatchmakingQueueResultEvent != null) { foreach (var each in OnMultiplayerSetMatchmakingQueueResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerSetMatchmakingQueueResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerShutdownMultiplayerServerRequestEvent != null) { foreach (var each in OnMultiplayerShutdownMultiplayerServerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerShutdownMultiplayerServerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerShutdownMultiplayerServerResultEvent != null) { foreach (var each in OnMultiplayerShutdownMultiplayerServerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerShutdownMultiplayerServerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerSubscribeToLobbyResourceRequestEvent != null) { foreach (var each in OnMultiplayerSubscribeToLobbyResourceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerSubscribeToLobbyResourceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerSubscribeToLobbyResourceResultEvent != null) { foreach (var each in OnMultiplayerSubscribeToLobbyResourceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerSubscribeToLobbyResourceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerSubscribeToMatchmakingResourceRequestEvent != null) { foreach (var each in OnMultiplayerSubscribeToMatchmakingResourceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerSubscribeToMatchmakingResourceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerSubscribeToMatchmakingResourceResultEvent != null) { foreach (var each in OnMultiplayerSubscribeToMatchmakingResourceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerSubscribeToMatchmakingResourceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUnsubscribeFromLobbyResourceRequestEvent != null) { foreach (var each in OnMultiplayerUnsubscribeFromLobbyResourceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUnsubscribeFromLobbyResourceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUnsubscribeFromLobbyResourceResultEvent != null) { foreach (var each in OnMultiplayerUnsubscribeFromLobbyResourceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUnsubscribeFromLobbyResourceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUnsubscribeFromMatchmakingResourceRequestEvent != null) { foreach (var each in OnMultiplayerUnsubscribeFromMatchmakingResourceRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUnsubscribeFromMatchmakingResourceRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUnsubscribeFromMatchmakingResourceResultEvent != null) { foreach (var each in OnMultiplayerUnsubscribeFromMatchmakingResourceResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUnsubscribeFromMatchmakingResourceResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUntagContainerImageRequestEvent != null) { foreach (var each in OnMultiplayerUntagContainerImageRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUntagContainerImageRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUntagContainerImageResultEvent != null) { foreach (var each in OnMultiplayerUntagContainerImageResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUntagContainerImageResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUpdateBuildAliasRequestEvent != null) { foreach (var each in OnMultiplayerUpdateBuildAliasRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateBuildAliasRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUpdateBuildAliasResultEvent != null) { foreach (var each in OnMultiplayerUpdateBuildAliasResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateBuildAliasResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUpdateBuildNameRequestEvent != null) { foreach (var each in OnMultiplayerUpdateBuildNameRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateBuildNameRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUpdateBuildNameResultEvent != null) { foreach (var each in OnMultiplayerUpdateBuildNameResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateBuildNameResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUpdateBuildRegionRequestEvent != null) { foreach (var each in OnMultiplayerUpdateBuildRegionRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateBuildRegionRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUpdateBuildRegionResultEvent != null) { foreach (var each in OnMultiplayerUpdateBuildRegionResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateBuildRegionResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUpdateBuildRegionsRequestEvent != null) { foreach (var each in OnMultiplayerUpdateBuildRegionsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateBuildRegionsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUpdateBuildRegionsResultEvent != null) { foreach (var each in OnMultiplayerUpdateBuildRegionsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateBuildRegionsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUpdateLobbyRequestEvent != null) { foreach (var each in OnMultiplayerUpdateLobbyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateLobbyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUpdateLobbyResultEvent != null) { foreach (var each in OnMultiplayerUpdateLobbyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateLobbyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUpdateLobbyAsServerRequestEvent != null) { foreach (var each in OnMultiplayerUpdateLobbyAsServerRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateLobbyAsServerRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUpdateLobbyAsServerResultEvent != null) { foreach (var each in OnMultiplayerUpdateLobbyAsServerResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUpdateLobbyAsServerResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUploadCertificateRequestEvent != null) { foreach (var each in OnMultiplayerUploadCertificateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUploadCertificateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUploadCertificateResultEvent != null) { foreach (var each in OnMultiplayerUploadCertificateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUploadCertificateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnMultiplayerUploadSecretRequestEvent != null) { foreach (var each in OnMultiplayerUploadSecretRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUploadSecretRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnMultiplayerUploadSecretResultEvent != null) { foreach (var each in OnMultiplayerUploadSecretResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnMultiplayerUploadSecretResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnProfilesGetGlobalPolicyRequestEvent != null) { foreach (var each in OnProfilesGetGlobalPolicyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetGlobalPolicyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProfilesGetGlobalPolicyResultEvent != null) { foreach (var each in OnProfilesGetGlobalPolicyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetGlobalPolicyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProfilesGetProfileRequestEvent != null) { foreach (var each in OnProfilesGetProfileRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetProfileRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProfilesGetProfileResultEvent != null) { foreach (var each in OnProfilesGetProfileResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetProfileResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProfilesGetProfilesRequestEvent != null) { foreach (var each in OnProfilesGetProfilesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetProfilesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProfilesGetProfilesResultEvent != null) { foreach (var each in OnProfilesGetProfilesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetProfilesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequestEvent != null) { foreach (var each in OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsResultEvent != null) { foreach (var each in OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProfilesGetTitlePlayersFromXboxLiveIDsRequestEvent != null) { foreach (var each in OnProfilesGetTitlePlayersFromXboxLiveIDsRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetTitlePlayersFromXboxLiveIDsRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProfilesGetTitlePlayersFromXboxLiveIDsResultEvent != null) { foreach (var each in OnProfilesGetTitlePlayersFromXboxLiveIDsResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesGetTitlePlayersFromXboxLiveIDsResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProfilesSetDisplayNameRequestEvent != null) { foreach (var each in OnProfilesSetDisplayNameRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesSetDisplayNameRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProfilesSetDisplayNameResultEvent != null) { foreach (var each in OnProfilesSetDisplayNameResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesSetDisplayNameResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProfilesSetGlobalPolicyRequestEvent != null) { foreach (var each in OnProfilesSetGlobalPolicyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesSetGlobalPolicyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProfilesSetGlobalPolicyResultEvent != null) { foreach (var each in OnProfilesSetGlobalPolicyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesSetGlobalPolicyResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProfilesSetProfileLanguageRequestEvent != null) { foreach (var each in OnProfilesSetProfileLanguageRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesSetProfileLanguageRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProfilesSetProfileLanguageResultEvent != null) { foreach (var each in OnProfilesSetProfileLanguageResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesSetProfileLanguageResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnProfilesSetProfilePolicyRequestEvent != null) { foreach (var each in OnProfilesSetProfilePolicyRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesSetProfilePolicyRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnProfilesSetProfilePolicyResultEvent != null) { foreach (var each in OnProfilesSetProfilePolicyResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnProfilesSetProfilePolicyResultEvent -= (PlayFabResultEvent)each; } } } + +#endif +#if ENABLE_PLAYFABSERVER_API +#endif +#if !DISABLE_PLAYFABENTITY_API + if (OnAddonCreateOrUpdateAppleRequestEvent != null) { foreach (var each in OnAddonCreateOrUpdateAppleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateAppleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonCreateOrUpdateAppleResultEvent != null) { foreach (var each in OnAddonCreateOrUpdateAppleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateAppleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonCreateOrUpdateFacebookRequestEvent != null) { foreach (var each in OnAddonCreateOrUpdateFacebookRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateFacebookRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonCreateOrUpdateFacebookResultEvent != null) { foreach (var each in OnAddonCreateOrUpdateFacebookResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateFacebookResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonCreateOrUpdateFacebookInstantGamesRequestEvent != null) { foreach (var each in OnAddonCreateOrUpdateFacebookInstantGamesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateFacebookInstantGamesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonCreateOrUpdateFacebookInstantGamesResultEvent != null) { foreach (var each in OnAddonCreateOrUpdateFacebookInstantGamesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateFacebookInstantGamesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonCreateOrUpdateGoogleRequestEvent != null) { foreach (var each in OnAddonCreateOrUpdateGoogleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateGoogleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonCreateOrUpdateGoogleResultEvent != null) { foreach (var each in OnAddonCreateOrUpdateGoogleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateGoogleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonCreateOrUpdateKongregateRequestEvent != null) { foreach (var each in OnAddonCreateOrUpdateKongregateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateKongregateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonCreateOrUpdateKongregateResultEvent != null) { foreach (var each in OnAddonCreateOrUpdateKongregateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateKongregateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonCreateOrUpdateNintendoRequestEvent != null) { foreach (var each in OnAddonCreateOrUpdateNintendoRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateNintendoRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonCreateOrUpdateNintendoResultEvent != null) { foreach (var each in OnAddonCreateOrUpdateNintendoResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateNintendoResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonCreateOrUpdatePSNRequestEvent != null) { foreach (var each in OnAddonCreateOrUpdatePSNRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdatePSNRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonCreateOrUpdatePSNResultEvent != null) { foreach (var each in OnAddonCreateOrUpdatePSNResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdatePSNResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonCreateOrUpdateSteamRequestEvent != null) { foreach (var each in OnAddonCreateOrUpdateSteamRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateSteamRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonCreateOrUpdateSteamResultEvent != null) { foreach (var each in OnAddonCreateOrUpdateSteamResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateSteamResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonCreateOrUpdateTwitchRequestEvent != null) { foreach (var each in OnAddonCreateOrUpdateTwitchRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateTwitchRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonCreateOrUpdateTwitchResultEvent != null) { foreach (var each in OnAddonCreateOrUpdateTwitchResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonCreateOrUpdateTwitchResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonDeleteAppleRequestEvent != null) { foreach (var each in OnAddonDeleteAppleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteAppleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonDeleteAppleResultEvent != null) { foreach (var each in OnAddonDeleteAppleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteAppleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonDeleteFacebookRequestEvent != null) { foreach (var each in OnAddonDeleteFacebookRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteFacebookRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonDeleteFacebookResultEvent != null) { foreach (var each in OnAddonDeleteFacebookResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteFacebookResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonDeleteFacebookInstantGamesRequestEvent != null) { foreach (var each in OnAddonDeleteFacebookInstantGamesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteFacebookInstantGamesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonDeleteFacebookInstantGamesResultEvent != null) { foreach (var each in OnAddonDeleteFacebookInstantGamesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteFacebookInstantGamesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonDeleteGoogleRequestEvent != null) { foreach (var each in OnAddonDeleteGoogleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteGoogleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonDeleteGoogleResultEvent != null) { foreach (var each in OnAddonDeleteGoogleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteGoogleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonDeleteKongregateRequestEvent != null) { foreach (var each in OnAddonDeleteKongregateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteKongregateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonDeleteKongregateResultEvent != null) { foreach (var each in OnAddonDeleteKongregateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteKongregateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonDeleteNintendoRequestEvent != null) { foreach (var each in OnAddonDeleteNintendoRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteNintendoRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonDeleteNintendoResultEvent != null) { foreach (var each in OnAddonDeleteNintendoResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteNintendoResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonDeletePSNRequestEvent != null) { foreach (var each in OnAddonDeletePSNRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeletePSNRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonDeletePSNResultEvent != null) { foreach (var each in OnAddonDeletePSNResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeletePSNResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonDeleteSteamRequestEvent != null) { foreach (var each in OnAddonDeleteSteamRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteSteamRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonDeleteSteamResultEvent != null) { foreach (var each in OnAddonDeleteSteamResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteSteamResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonDeleteTwitchRequestEvent != null) { foreach (var each in OnAddonDeleteTwitchRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteTwitchRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonDeleteTwitchResultEvent != null) { foreach (var each in OnAddonDeleteTwitchResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonDeleteTwitchResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonGetAppleRequestEvent != null) { foreach (var each in OnAddonGetAppleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetAppleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonGetAppleResultEvent != null) { foreach (var each in OnAddonGetAppleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetAppleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonGetFacebookRequestEvent != null) { foreach (var each in OnAddonGetFacebookRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetFacebookRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonGetFacebookResultEvent != null) { foreach (var each in OnAddonGetFacebookResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetFacebookResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonGetFacebookInstantGamesRequestEvent != null) { foreach (var each in OnAddonGetFacebookInstantGamesRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetFacebookInstantGamesRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonGetFacebookInstantGamesResultEvent != null) { foreach (var each in OnAddonGetFacebookInstantGamesResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetFacebookInstantGamesResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonGetGoogleRequestEvent != null) { foreach (var each in OnAddonGetGoogleRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetGoogleRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonGetGoogleResultEvent != null) { foreach (var each in OnAddonGetGoogleResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetGoogleResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonGetKongregateRequestEvent != null) { foreach (var each in OnAddonGetKongregateRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetKongregateRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonGetKongregateResultEvent != null) { foreach (var each in OnAddonGetKongregateResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetKongregateResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonGetNintendoRequestEvent != null) { foreach (var each in OnAddonGetNintendoRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetNintendoRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonGetNintendoResultEvent != null) { foreach (var each in OnAddonGetNintendoResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetNintendoResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonGetPSNRequestEvent != null) { foreach (var each in OnAddonGetPSNRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetPSNRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonGetPSNResultEvent != null) { foreach (var each in OnAddonGetPSNResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetPSNResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonGetSteamRequestEvent != null) { foreach (var each in OnAddonGetSteamRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetSteamRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonGetSteamResultEvent != null) { foreach (var each in OnAddonGetSteamResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetSteamResultEvent -= (PlayFabResultEvent)each; } } } + + if (OnAddonGetTwitchRequestEvent != null) { foreach (var each in OnAddonGetTwitchRequestEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetTwitchRequestEvent -= (PlayFabRequestEvent)each; } } } + if (OnAddonGetTwitchResultEvent != null) { foreach (var each in OnAddonGetTwitchResultEvent.GetInvocationList()) { if (ReferenceEquals(each.Target, instance)) { OnAddonGetTwitchResultEvent -= (PlayFabResultEvent)each; } } } + +#endif + + } + + private void OnProcessingErrorEvent(PlayFabRequestCommon request, PlayFabError error) + { + //This just forwards the event. + if (_instance.OnGlobalErrorEvent != null) + { + _instance.OnGlobalErrorEvent(request, error); + } + } + + private void OnProcessingEvent(ApiProcessingEventArgs e) + { + + if (e.EventType == ApiProcessingEventType.Pre) + { + var type = e.Request.GetType(); +#if ENABLE_PLAYFABADMIN_API + if (type == typeof(AdminModels.AbortTaskInstanceRequest)) { if (_instance.OnAdminAbortTaskInstanceRequestEvent != null) { _instance.OnAdminAbortTaskInstanceRequestEvent((AdminModels.AbortTaskInstanceRequest)e.Request); return; } } + if (type == typeof(AdminModels.AddLocalizedNewsRequest)) { if (_instance.OnAdminAddLocalizedNewsRequestEvent != null) { _instance.OnAdminAddLocalizedNewsRequestEvent((AdminModels.AddLocalizedNewsRequest)e.Request); return; } } + if (type == typeof(AdminModels.AddNewsRequest)) { if (_instance.OnAdminAddNewsRequestEvent != null) { _instance.OnAdminAddNewsRequestEvent((AdminModels.AddNewsRequest)e.Request); return; } } + if (type == typeof(AdminModels.AddPlayerTagRequest)) { if (_instance.OnAdminAddPlayerTagRequestEvent != null) { _instance.OnAdminAddPlayerTagRequestEvent((AdminModels.AddPlayerTagRequest)e.Request); return; } } + if (type == typeof(AdminModels.AddUserVirtualCurrencyRequest)) { if (_instance.OnAdminAddUserVirtualCurrencyRequestEvent != null) { _instance.OnAdminAddUserVirtualCurrencyRequestEvent((AdminModels.AddUserVirtualCurrencyRequest)e.Request); return; } } + if (type == typeof(AdminModels.AddVirtualCurrencyTypesRequest)) { if (_instance.OnAdminAddVirtualCurrencyTypesRequestEvent != null) { _instance.OnAdminAddVirtualCurrencyTypesRequestEvent((AdminModels.AddVirtualCurrencyTypesRequest)e.Request); return; } } + if (type == typeof(AdminModels.BanUsersRequest)) { if (_instance.OnAdminBanUsersRequestEvent != null) { _instance.OnAdminBanUsersRequestEvent((AdminModels.BanUsersRequest)e.Request); return; } } + if (type == typeof(AdminModels.CheckLimitedEditionItemAvailabilityRequest)) { if (_instance.OnAdminCheckLimitedEditionItemAvailabilityRequestEvent != null) { _instance.OnAdminCheckLimitedEditionItemAvailabilityRequestEvent((AdminModels.CheckLimitedEditionItemAvailabilityRequest)e.Request); return; } } + if (type == typeof(AdminModels.CreateActionsOnPlayerSegmentTaskRequest)) { if (_instance.OnAdminCreateActionsOnPlayersInSegmentTaskRequestEvent != null) { _instance.OnAdminCreateActionsOnPlayersInSegmentTaskRequestEvent((AdminModels.CreateActionsOnPlayerSegmentTaskRequest)e.Request); return; } } + if (type == typeof(AdminModels.CreateCloudScriptTaskRequest)) { if (_instance.OnAdminCreateCloudScriptTaskRequestEvent != null) { _instance.OnAdminCreateCloudScriptTaskRequestEvent((AdminModels.CreateCloudScriptTaskRequest)e.Request); return; } } + if (type == typeof(AdminModels.CreateInsightsScheduledScalingTaskRequest)) { if (_instance.OnAdminCreateInsightsScheduledScalingTaskRequestEvent != null) { _instance.OnAdminCreateInsightsScheduledScalingTaskRequestEvent((AdminModels.CreateInsightsScheduledScalingTaskRequest)e.Request); return; } } + if (type == typeof(AdminModels.CreateOpenIdConnectionRequest)) { if (_instance.OnAdminCreateOpenIdConnectionRequestEvent != null) { _instance.OnAdminCreateOpenIdConnectionRequestEvent((AdminModels.CreateOpenIdConnectionRequest)e.Request); return; } } + if (type == typeof(AdminModels.CreatePlayerSharedSecretRequest)) { if (_instance.OnAdminCreatePlayerSharedSecretRequestEvent != null) { _instance.OnAdminCreatePlayerSharedSecretRequestEvent((AdminModels.CreatePlayerSharedSecretRequest)e.Request); return; } } + if (type == typeof(AdminModels.CreatePlayerStatisticDefinitionRequest)) { if (_instance.OnAdminCreatePlayerStatisticDefinitionRequestEvent != null) { _instance.OnAdminCreatePlayerStatisticDefinitionRequestEvent((AdminModels.CreatePlayerStatisticDefinitionRequest)e.Request); return; } } + if (type == typeof(AdminModels.CreateSegmentRequest)) { if (_instance.OnAdminCreateSegmentRequestEvent != null) { _instance.OnAdminCreateSegmentRequestEvent((AdminModels.CreateSegmentRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteContentRequest)) { if (_instance.OnAdminDeleteContentRequestEvent != null) { _instance.OnAdminDeleteContentRequestEvent((AdminModels.DeleteContentRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteMasterPlayerAccountRequest)) { if (_instance.OnAdminDeleteMasterPlayerAccountRequestEvent != null) { _instance.OnAdminDeleteMasterPlayerAccountRequestEvent((AdminModels.DeleteMasterPlayerAccountRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteMasterPlayerEventDataRequest)) { if (_instance.OnAdminDeleteMasterPlayerEventDataRequestEvent != null) { _instance.OnAdminDeleteMasterPlayerEventDataRequestEvent((AdminModels.DeleteMasterPlayerEventDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteMembershipSubscriptionRequest)) { if (_instance.OnAdminDeleteMembershipSubscriptionRequestEvent != null) { _instance.OnAdminDeleteMembershipSubscriptionRequestEvent((AdminModels.DeleteMembershipSubscriptionRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteOpenIdConnectionRequest)) { if (_instance.OnAdminDeleteOpenIdConnectionRequestEvent != null) { _instance.OnAdminDeleteOpenIdConnectionRequestEvent((AdminModels.DeleteOpenIdConnectionRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeletePlayerRequest)) { if (_instance.OnAdminDeletePlayerRequestEvent != null) { _instance.OnAdminDeletePlayerRequestEvent((AdminModels.DeletePlayerRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeletePlayerSharedSecretRequest)) { if (_instance.OnAdminDeletePlayerSharedSecretRequestEvent != null) { _instance.OnAdminDeletePlayerSharedSecretRequestEvent((AdminModels.DeletePlayerSharedSecretRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteSegmentRequest)) { if (_instance.OnAdminDeleteSegmentRequestEvent != null) { _instance.OnAdminDeleteSegmentRequestEvent((AdminModels.DeleteSegmentRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteStoreRequest)) { if (_instance.OnAdminDeleteStoreRequestEvent != null) { _instance.OnAdminDeleteStoreRequestEvent((AdminModels.DeleteStoreRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteTaskRequest)) { if (_instance.OnAdminDeleteTaskRequestEvent != null) { _instance.OnAdminDeleteTaskRequestEvent((AdminModels.DeleteTaskRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteTitleRequest)) { if (_instance.OnAdminDeleteTitleRequestEvent != null) { _instance.OnAdminDeleteTitleRequestEvent((AdminModels.DeleteTitleRequest)e.Request); return; } } + if (type == typeof(AdminModels.DeleteTitleDataOverrideRequest)) { if (_instance.OnAdminDeleteTitleDataOverrideRequestEvent != null) { _instance.OnAdminDeleteTitleDataOverrideRequestEvent((AdminModels.DeleteTitleDataOverrideRequest)e.Request); return; } } + if (type == typeof(AdminModels.ExportMasterPlayerDataRequest)) { if (_instance.OnAdminExportMasterPlayerDataRequestEvent != null) { _instance.OnAdminExportMasterPlayerDataRequestEvent((AdminModels.ExportMasterPlayerDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.ExportPlayersInSegmentRequest)) { if (_instance.OnAdminExportPlayersInSegmentRequestEvent != null) { _instance.OnAdminExportPlayersInSegmentRequestEvent((AdminModels.ExportPlayersInSegmentRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetTaskInstanceRequest)) { if (_instance.OnAdminGetActionsOnPlayersInSegmentTaskInstanceRequestEvent != null) { _instance.OnAdminGetActionsOnPlayersInSegmentTaskInstanceRequestEvent((AdminModels.GetTaskInstanceRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetAllSegmentsRequest)) { if (_instance.OnAdminGetAllSegmentsRequestEvent != null) { _instance.OnAdminGetAllSegmentsRequestEvent((AdminModels.GetAllSegmentsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetCatalogItemsRequest)) { if (_instance.OnAdminGetCatalogItemsRequestEvent != null) { _instance.OnAdminGetCatalogItemsRequestEvent((AdminModels.GetCatalogItemsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetCloudScriptRevisionRequest)) { if (_instance.OnAdminGetCloudScriptRevisionRequestEvent != null) { _instance.OnAdminGetCloudScriptRevisionRequestEvent((AdminModels.GetCloudScriptRevisionRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetTaskInstanceRequest)) { if (_instance.OnAdminGetCloudScriptTaskInstanceRequestEvent != null) { _instance.OnAdminGetCloudScriptTaskInstanceRequestEvent((AdminModels.GetTaskInstanceRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetCloudScriptVersionsRequest)) { if (_instance.OnAdminGetCloudScriptVersionsRequestEvent != null) { _instance.OnAdminGetCloudScriptVersionsRequestEvent((AdminModels.GetCloudScriptVersionsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetContentListRequest)) { if (_instance.OnAdminGetContentListRequestEvent != null) { _instance.OnAdminGetContentListRequestEvent((AdminModels.GetContentListRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetContentUploadUrlRequest)) { if (_instance.OnAdminGetContentUploadUrlRequestEvent != null) { _instance.OnAdminGetContentUploadUrlRequestEvent((AdminModels.GetContentUploadUrlRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetDataReportRequest)) { if (_instance.OnAdminGetDataReportRequestEvent != null) { _instance.OnAdminGetDataReportRequestEvent((AdminModels.GetDataReportRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayedTitleListRequest)) { if (_instance.OnAdminGetPlayedTitleListRequestEvent != null) { _instance.OnAdminGetPlayedTitleListRequestEvent((AdminModels.GetPlayedTitleListRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayerIdFromAuthTokenRequest)) { if (_instance.OnAdminGetPlayerIdFromAuthTokenRequestEvent != null) { _instance.OnAdminGetPlayerIdFromAuthTokenRequestEvent((AdminModels.GetPlayerIdFromAuthTokenRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayerProfileRequest)) { if (_instance.OnAdminGetPlayerProfileRequestEvent != null) { _instance.OnAdminGetPlayerProfileRequestEvent((AdminModels.GetPlayerProfileRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayersSegmentsRequest)) { if (_instance.OnAdminGetPlayerSegmentsRequestEvent != null) { _instance.OnAdminGetPlayerSegmentsRequestEvent((AdminModels.GetPlayersSegmentsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayerSharedSecretsRequest)) { if (_instance.OnAdminGetPlayerSharedSecretsRequestEvent != null) { _instance.OnAdminGetPlayerSharedSecretsRequestEvent((AdminModels.GetPlayerSharedSecretsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayersInSegmentRequest)) { if (_instance.OnAdminGetPlayersInSegmentRequestEvent != null) { _instance.OnAdminGetPlayersInSegmentRequestEvent((AdminModels.GetPlayersInSegmentRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayerStatisticDefinitionsRequest)) { if (_instance.OnAdminGetPlayerStatisticDefinitionsRequestEvent != null) { _instance.OnAdminGetPlayerStatisticDefinitionsRequestEvent((AdminModels.GetPlayerStatisticDefinitionsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayerStatisticVersionsRequest)) { if (_instance.OnAdminGetPlayerStatisticVersionsRequestEvent != null) { _instance.OnAdminGetPlayerStatisticVersionsRequestEvent((AdminModels.GetPlayerStatisticVersionsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayerTagsRequest)) { if (_instance.OnAdminGetPlayerTagsRequestEvent != null) { _instance.OnAdminGetPlayerTagsRequestEvent((AdminModels.GetPlayerTagsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPolicyRequest)) { if (_instance.OnAdminGetPolicyRequestEvent != null) { _instance.OnAdminGetPolicyRequestEvent((AdminModels.GetPolicyRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPublisherDataRequest)) { if (_instance.OnAdminGetPublisherDataRequestEvent != null) { _instance.OnAdminGetPublisherDataRequestEvent((AdminModels.GetPublisherDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetRandomResultTablesRequest)) { if (_instance.OnAdminGetRandomResultTablesRequestEvent != null) { _instance.OnAdminGetRandomResultTablesRequestEvent((AdminModels.GetRandomResultTablesRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetPlayersInSegmentExportRequest)) { if (_instance.OnAdminGetSegmentExportRequestEvent != null) { _instance.OnAdminGetSegmentExportRequestEvent((AdminModels.GetPlayersInSegmentExportRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetSegmentsRequest)) { if (_instance.OnAdminGetSegmentsRequestEvent != null) { _instance.OnAdminGetSegmentsRequestEvent((AdminModels.GetSegmentsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetStoreItemsRequest)) { if (_instance.OnAdminGetStoreItemsRequestEvent != null) { _instance.OnAdminGetStoreItemsRequestEvent((AdminModels.GetStoreItemsRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetTaskInstancesRequest)) { if (_instance.OnAdminGetTaskInstancesRequestEvent != null) { _instance.OnAdminGetTaskInstancesRequestEvent((AdminModels.GetTaskInstancesRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetTasksRequest)) { if (_instance.OnAdminGetTasksRequestEvent != null) { _instance.OnAdminGetTasksRequestEvent((AdminModels.GetTasksRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetTitleDataRequest)) { if (_instance.OnAdminGetTitleDataRequestEvent != null) { _instance.OnAdminGetTitleDataRequestEvent((AdminModels.GetTitleDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetTitleDataRequest)) { if (_instance.OnAdminGetTitleInternalDataRequestEvent != null) { _instance.OnAdminGetTitleInternalDataRequestEvent((AdminModels.GetTitleDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.LookupUserAccountInfoRequest)) { if (_instance.OnAdminGetUserAccountInfoRequestEvent != null) { _instance.OnAdminGetUserAccountInfoRequestEvent((AdminModels.LookupUserAccountInfoRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetUserBansRequest)) { if (_instance.OnAdminGetUserBansRequestEvent != null) { _instance.OnAdminGetUserBansRequestEvent((AdminModels.GetUserBansRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetUserDataRequest)) { if (_instance.OnAdminGetUserDataRequestEvent != null) { _instance.OnAdminGetUserDataRequestEvent((AdminModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetUserDataRequest)) { if (_instance.OnAdminGetUserInternalDataRequestEvent != null) { _instance.OnAdminGetUserInternalDataRequestEvent((AdminModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetUserInventoryRequest)) { if (_instance.OnAdminGetUserInventoryRequestEvent != null) { _instance.OnAdminGetUserInventoryRequestEvent((AdminModels.GetUserInventoryRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetUserDataRequest)) { if (_instance.OnAdminGetUserPublisherDataRequestEvent != null) { _instance.OnAdminGetUserPublisherDataRequestEvent((AdminModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetUserDataRequest)) { if (_instance.OnAdminGetUserPublisherInternalDataRequestEvent != null) { _instance.OnAdminGetUserPublisherInternalDataRequestEvent((AdminModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetUserDataRequest)) { if (_instance.OnAdminGetUserPublisherReadOnlyDataRequestEvent != null) { _instance.OnAdminGetUserPublisherReadOnlyDataRequestEvent((AdminModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.GetUserDataRequest)) { if (_instance.OnAdminGetUserReadOnlyDataRequestEvent != null) { _instance.OnAdminGetUserReadOnlyDataRequestEvent((AdminModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.GrantItemsToUsersRequest)) { if (_instance.OnAdminGrantItemsToUsersRequestEvent != null) { _instance.OnAdminGrantItemsToUsersRequestEvent((AdminModels.GrantItemsToUsersRequest)e.Request); return; } } + if (type == typeof(AdminModels.IncrementLimitedEditionItemAvailabilityRequest)) { if (_instance.OnAdminIncrementLimitedEditionItemAvailabilityRequestEvent != null) { _instance.OnAdminIncrementLimitedEditionItemAvailabilityRequestEvent((AdminModels.IncrementLimitedEditionItemAvailabilityRequest)e.Request); return; } } + if (type == typeof(AdminModels.IncrementPlayerStatisticVersionRequest)) { if (_instance.OnAdminIncrementPlayerStatisticVersionRequestEvent != null) { _instance.OnAdminIncrementPlayerStatisticVersionRequestEvent((AdminModels.IncrementPlayerStatisticVersionRequest)e.Request); return; } } + if (type == typeof(AdminModels.ListOpenIdConnectionRequest)) { if (_instance.OnAdminListOpenIdConnectionRequestEvent != null) { _instance.OnAdminListOpenIdConnectionRequestEvent((AdminModels.ListOpenIdConnectionRequest)e.Request); return; } } + if (type == typeof(AdminModels.ListVirtualCurrencyTypesRequest)) { if (_instance.OnAdminListVirtualCurrencyTypesRequestEvent != null) { _instance.OnAdminListVirtualCurrencyTypesRequestEvent((AdminModels.ListVirtualCurrencyTypesRequest)e.Request); return; } } + if (type == typeof(AdminModels.RefundPurchaseRequest)) { if (_instance.OnAdminRefundPurchaseRequestEvent != null) { _instance.OnAdminRefundPurchaseRequestEvent((AdminModels.RefundPurchaseRequest)e.Request); return; } } + if (type == typeof(AdminModels.RemovePlayerTagRequest)) { if (_instance.OnAdminRemovePlayerTagRequestEvent != null) { _instance.OnAdminRemovePlayerTagRequestEvent((AdminModels.RemovePlayerTagRequest)e.Request); return; } } + if (type == typeof(AdminModels.RemoveVirtualCurrencyTypesRequest)) { if (_instance.OnAdminRemoveVirtualCurrencyTypesRequestEvent != null) { _instance.OnAdminRemoveVirtualCurrencyTypesRequestEvent((AdminModels.RemoveVirtualCurrencyTypesRequest)e.Request); return; } } + if (type == typeof(AdminModels.ResetCharacterStatisticsRequest)) { if (_instance.OnAdminResetCharacterStatisticsRequestEvent != null) { _instance.OnAdminResetCharacterStatisticsRequestEvent((AdminModels.ResetCharacterStatisticsRequest)e.Request); return; } } + if (type == typeof(AdminModels.ResetPasswordRequest)) { if (_instance.OnAdminResetPasswordRequestEvent != null) { _instance.OnAdminResetPasswordRequestEvent((AdminModels.ResetPasswordRequest)e.Request); return; } } + if (type == typeof(AdminModels.ResetUserStatisticsRequest)) { if (_instance.OnAdminResetUserStatisticsRequestEvent != null) { _instance.OnAdminResetUserStatisticsRequestEvent((AdminModels.ResetUserStatisticsRequest)e.Request); return; } } + if (type == typeof(AdminModels.ResolvePurchaseDisputeRequest)) { if (_instance.OnAdminResolvePurchaseDisputeRequestEvent != null) { _instance.OnAdminResolvePurchaseDisputeRequestEvent((AdminModels.ResolvePurchaseDisputeRequest)e.Request); return; } } + if (type == typeof(AdminModels.RevokeAllBansForUserRequest)) { if (_instance.OnAdminRevokeAllBansForUserRequestEvent != null) { _instance.OnAdminRevokeAllBansForUserRequestEvent((AdminModels.RevokeAllBansForUserRequest)e.Request); return; } } + if (type == typeof(AdminModels.RevokeBansRequest)) { if (_instance.OnAdminRevokeBansRequestEvent != null) { _instance.OnAdminRevokeBansRequestEvent((AdminModels.RevokeBansRequest)e.Request); return; } } + if (type == typeof(AdminModels.RevokeInventoryItemRequest)) { if (_instance.OnAdminRevokeInventoryItemRequestEvent != null) { _instance.OnAdminRevokeInventoryItemRequestEvent((AdminModels.RevokeInventoryItemRequest)e.Request); return; } } + if (type == typeof(AdminModels.RevokeInventoryItemsRequest)) { if (_instance.OnAdminRevokeInventoryItemsRequestEvent != null) { _instance.OnAdminRevokeInventoryItemsRequestEvent((AdminModels.RevokeInventoryItemsRequest)e.Request); return; } } + if (type == typeof(AdminModels.RunTaskRequest)) { if (_instance.OnAdminRunTaskRequestEvent != null) { _instance.OnAdminRunTaskRequestEvent((AdminModels.RunTaskRequest)e.Request); return; } } + if (type == typeof(AdminModels.SendAccountRecoveryEmailRequest)) { if (_instance.OnAdminSendAccountRecoveryEmailRequestEvent != null) { _instance.OnAdminSendAccountRecoveryEmailRequestEvent((AdminModels.SendAccountRecoveryEmailRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateCatalogItemsRequest)) { if (_instance.OnAdminSetCatalogItemsRequestEvent != null) { _instance.OnAdminSetCatalogItemsRequestEvent((AdminModels.UpdateCatalogItemsRequest)e.Request); return; } } + if (type == typeof(AdminModels.SetMembershipOverrideRequest)) { if (_instance.OnAdminSetMembershipOverrideRequestEvent != null) { _instance.OnAdminSetMembershipOverrideRequestEvent((AdminModels.SetMembershipOverrideRequest)e.Request); return; } } + if (type == typeof(AdminModels.SetPlayerSecretRequest)) { if (_instance.OnAdminSetPlayerSecretRequestEvent != null) { _instance.OnAdminSetPlayerSecretRequestEvent((AdminModels.SetPlayerSecretRequest)e.Request); return; } } + if (type == typeof(AdminModels.SetPublishedRevisionRequest)) { if (_instance.OnAdminSetPublishedRevisionRequestEvent != null) { _instance.OnAdminSetPublishedRevisionRequestEvent((AdminModels.SetPublishedRevisionRequest)e.Request); return; } } + if (type == typeof(AdminModels.SetPublisherDataRequest)) { if (_instance.OnAdminSetPublisherDataRequestEvent != null) { _instance.OnAdminSetPublisherDataRequestEvent((AdminModels.SetPublisherDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateStoreItemsRequest)) { if (_instance.OnAdminSetStoreItemsRequestEvent != null) { _instance.OnAdminSetStoreItemsRequestEvent((AdminModels.UpdateStoreItemsRequest)e.Request); return; } } + if (type == typeof(AdminModels.SetTitleDataRequest)) { if (_instance.OnAdminSetTitleDataRequestEvent != null) { _instance.OnAdminSetTitleDataRequestEvent((AdminModels.SetTitleDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.SetTitleDataAndOverridesRequest)) { if (_instance.OnAdminSetTitleDataAndOverridesRequestEvent != null) { _instance.OnAdminSetTitleDataAndOverridesRequestEvent((AdminModels.SetTitleDataAndOverridesRequest)e.Request); return; } } + if (type == typeof(AdminModels.SetTitleDataRequest)) { if (_instance.OnAdminSetTitleInternalDataRequestEvent != null) { _instance.OnAdminSetTitleInternalDataRequestEvent((AdminModels.SetTitleDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.SetupPushNotificationRequest)) { if (_instance.OnAdminSetupPushNotificationRequestEvent != null) { _instance.OnAdminSetupPushNotificationRequestEvent((AdminModels.SetupPushNotificationRequest)e.Request); return; } } + if (type == typeof(AdminModels.SubtractUserVirtualCurrencyRequest)) { if (_instance.OnAdminSubtractUserVirtualCurrencyRequestEvent != null) { _instance.OnAdminSubtractUserVirtualCurrencyRequestEvent((AdminModels.SubtractUserVirtualCurrencyRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateBansRequest)) { if (_instance.OnAdminUpdateBansRequestEvent != null) { _instance.OnAdminUpdateBansRequestEvent((AdminModels.UpdateBansRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateCatalogItemsRequest)) { if (_instance.OnAdminUpdateCatalogItemsRequestEvent != null) { _instance.OnAdminUpdateCatalogItemsRequestEvent((AdminModels.UpdateCatalogItemsRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateCloudScriptRequest)) { if (_instance.OnAdminUpdateCloudScriptRequestEvent != null) { _instance.OnAdminUpdateCloudScriptRequestEvent((AdminModels.UpdateCloudScriptRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateOpenIdConnectionRequest)) { if (_instance.OnAdminUpdateOpenIdConnectionRequestEvent != null) { _instance.OnAdminUpdateOpenIdConnectionRequestEvent((AdminModels.UpdateOpenIdConnectionRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdatePlayerSharedSecretRequest)) { if (_instance.OnAdminUpdatePlayerSharedSecretRequestEvent != null) { _instance.OnAdminUpdatePlayerSharedSecretRequestEvent((AdminModels.UpdatePlayerSharedSecretRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdatePlayerStatisticDefinitionRequest)) { if (_instance.OnAdminUpdatePlayerStatisticDefinitionRequestEvent != null) { _instance.OnAdminUpdatePlayerStatisticDefinitionRequestEvent((AdminModels.UpdatePlayerStatisticDefinitionRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdatePolicyRequest)) { if (_instance.OnAdminUpdatePolicyRequestEvent != null) { _instance.OnAdminUpdatePolicyRequestEvent((AdminModels.UpdatePolicyRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateRandomResultTablesRequest)) { if (_instance.OnAdminUpdateRandomResultTablesRequestEvent != null) { _instance.OnAdminUpdateRandomResultTablesRequestEvent((AdminModels.UpdateRandomResultTablesRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateSegmentRequest)) { if (_instance.OnAdminUpdateSegmentRequestEvent != null) { _instance.OnAdminUpdateSegmentRequestEvent((AdminModels.UpdateSegmentRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateStoreItemsRequest)) { if (_instance.OnAdminUpdateStoreItemsRequestEvent != null) { _instance.OnAdminUpdateStoreItemsRequestEvent((AdminModels.UpdateStoreItemsRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateTaskRequest)) { if (_instance.OnAdminUpdateTaskRequestEvent != null) { _instance.OnAdminUpdateTaskRequestEvent((AdminModels.UpdateTaskRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateUserDataRequest)) { if (_instance.OnAdminUpdateUserDataRequestEvent != null) { _instance.OnAdminUpdateUserDataRequestEvent((AdminModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateUserInternalDataRequest)) { if (_instance.OnAdminUpdateUserInternalDataRequestEvent != null) { _instance.OnAdminUpdateUserInternalDataRequestEvent((AdminModels.UpdateUserInternalDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateUserDataRequest)) { if (_instance.OnAdminUpdateUserPublisherDataRequestEvent != null) { _instance.OnAdminUpdateUserPublisherDataRequestEvent((AdminModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateUserInternalDataRequest)) { if (_instance.OnAdminUpdateUserPublisherInternalDataRequestEvent != null) { _instance.OnAdminUpdateUserPublisherInternalDataRequestEvent((AdminModels.UpdateUserInternalDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateUserDataRequest)) { if (_instance.OnAdminUpdateUserPublisherReadOnlyDataRequestEvent != null) { _instance.OnAdminUpdateUserPublisherReadOnlyDataRequestEvent((AdminModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateUserDataRequest)) { if (_instance.OnAdminUpdateUserReadOnlyDataRequestEvent != null) { _instance.OnAdminUpdateUserReadOnlyDataRequestEvent((AdminModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(AdminModels.UpdateUserTitleDisplayNameRequest)) { if (_instance.OnAdminUpdateUserTitleDisplayNameRequestEvent != null) { _instance.OnAdminUpdateUserTitleDisplayNameRequestEvent((AdminModels.UpdateUserTitleDisplayNameRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABCLIENT_API + if (type == typeof(ClientModels.AcceptTradeRequest)) { if (_instance.OnAcceptTradeRequestEvent != null) { _instance.OnAcceptTradeRequestEvent((ClientModels.AcceptTradeRequest)e.Request); return; } } + if (type == typeof(ClientModels.AddFriendRequest)) { if (_instance.OnAddFriendRequestEvent != null) { _instance.OnAddFriendRequestEvent((ClientModels.AddFriendRequest)e.Request); return; } } + if (type == typeof(ClientModels.AddGenericIDRequest)) { if (_instance.OnAddGenericIDRequestEvent != null) { _instance.OnAddGenericIDRequestEvent((ClientModels.AddGenericIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.AddOrUpdateContactEmailRequest)) { if (_instance.OnAddOrUpdateContactEmailRequestEvent != null) { _instance.OnAddOrUpdateContactEmailRequestEvent((ClientModels.AddOrUpdateContactEmailRequest)e.Request); return; } } + if (type == typeof(ClientModels.AddSharedGroupMembersRequest)) { if (_instance.OnAddSharedGroupMembersRequestEvent != null) { _instance.OnAddSharedGroupMembersRequestEvent((ClientModels.AddSharedGroupMembersRequest)e.Request); return; } } + if (type == typeof(ClientModels.AddUsernamePasswordRequest)) { if (_instance.OnAddUsernamePasswordRequestEvent != null) { _instance.OnAddUsernamePasswordRequestEvent((ClientModels.AddUsernamePasswordRequest)e.Request); return; } } + if (type == typeof(ClientModels.AddUserVirtualCurrencyRequest)) { if (_instance.OnAddUserVirtualCurrencyRequestEvent != null) { _instance.OnAddUserVirtualCurrencyRequestEvent((ClientModels.AddUserVirtualCurrencyRequest)e.Request); return; } } + if (type == typeof(ClientModels.AndroidDevicePushNotificationRegistrationRequest)) { if (_instance.OnAndroidDevicePushNotificationRegistrationRequestEvent != null) { _instance.OnAndroidDevicePushNotificationRegistrationRequestEvent((ClientModels.AndroidDevicePushNotificationRegistrationRequest)e.Request); return; } } + if (type == typeof(ClientModels.AttributeInstallRequest)) { if (_instance.OnAttributeInstallRequestEvent != null) { _instance.OnAttributeInstallRequestEvent((ClientModels.AttributeInstallRequest)e.Request); return; } } + if (type == typeof(ClientModels.CancelTradeRequest)) { if (_instance.OnCancelTradeRequestEvent != null) { _instance.OnCancelTradeRequestEvent((ClientModels.CancelTradeRequest)e.Request); return; } } + if (type == typeof(ClientModels.ConfirmPurchaseRequest)) { if (_instance.OnConfirmPurchaseRequestEvent != null) { _instance.OnConfirmPurchaseRequestEvent((ClientModels.ConfirmPurchaseRequest)e.Request); return; } } + if (type == typeof(ClientModels.ConsumeItemRequest)) { if (_instance.OnConsumeItemRequestEvent != null) { _instance.OnConsumeItemRequestEvent((ClientModels.ConsumeItemRequest)e.Request); return; } } + if (type == typeof(ClientModels.ConsumeMicrosoftStoreEntitlementsRequest)) { if (_instance.OnConsumeMicrosoftStoreEntitlementsRequestEvent != null) { _instance.OnConsumeMicrosoftStoreEntitlementsRequestEvent((ClientModels.ConsumeMicrosoftStoreEntitlementsRequest)e.Request); return; } } + if (type == typeof(ClientModels.ConsumePS5EntitlementsRequest)) { if (_instance.OnConsumePS5EntitlementsRequestEvent != null) { _instance.OnConsumePS5EntitlementsRequestEvent((ClientModels.ConsumePS5EntitlementsRequest)e.Request); return; } } + if (type == typeof(ClientModels.ConsumePSNEntitlementsRequest)) { if (_instance.OnConsumePSNEntitlementsRequestEvent != null) { _instance.OnConsumePSNEntitlementsRequestEvent((ClientModels.ConsumePSNEntitlementsRequest)e.Request); return; } } + if (type == typeof(ClientModels.ConsumeXboxEntitlementsRequest)) { if (_instance.OnConsumeXboxEntitlementsRequestEvent != null) { _instance.OnConsumeXboxEntitlementsRequestEvent((ClientModels.ConsumeXboxEntitlementsRequest)e.Request); return; } } + if (type == typeof(ClientModels.CreateSharedGroupRequest)) { if (_instance.OnCreateSharedGroupRequestEvent != null) { _instance.OnCreateSharedGroupRequestEvent((ClientModels.CreateSharedGroupRequest)e.Request); return; } } + if (type == typeof(ClientModels.ExecuteCloudScriptRequest)) { if (_instance.OnExecuteCloudScriptRequestEvent != null) { _instance.OnExecuteCloudScriptRequestEvent((ClientModels.ExecuteCloudScriptRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetAccountInfoRequest)) { if (_instance.OnGetAccountInfoRequestEvent != null) { _instance.OnGetAccountInfoRequestEvent((ClientModels.GetAccountInfoRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetAdPlacementsRequest)) { if (_instance.OnGetAdPlacementsRequestEvent != null) { _instance.OnGetAdPlacementsRequestEvent((ClientModels.GetAdPlacementsRequest)e.Request); return; } } + if (type == typeof(ClientModels.ListUsersCharactersRequest)) { if (_instance.OnGetAllUsersCharactersRequestEvent != null) { _instance.OnGetAllUsersCharactersRequestEvent((ClientModels.ListUsersCharactersRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetCatalogItemsRequest)) { if (_instance.OnGetCatalogItemsRequestEvent != null) { _instance.OnGetCatalogItemsRequestEvent((ClientModels.GetCatalogItemsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetCharacterDataRequest)) { if (_instance.OnGetCharacterDataRequestEvent != null) { _instance.OnGetCharacterDataRequestEvent((ClientModels.GetCharacterDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetCharacterInventoryRequest)) { if (_instance.OnGetCharacterInventoryRequestEvent != null) { _instance.OnGetCharacterInventoryRequestEvent((ClientModels.GetCharacterInventoryRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetCharacterLeaderboardRequest)) { if (_instance.OnGetCharacterLeaderboardRequestEvent != null) { _instance.OnGetCharacterLeaderboardRequestEvent((ClientModels.GetCharacterLeaderboardRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetCharacterDataRequest)) { if (_instance.OnGetCharacterReadOnlyDataRequestEvent != null) { _instance.OnGetCharacterReadOnlyDataRequestEvent((ClientModels.GetCharacterDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetCharacterStatisticsRequest)) { if (_instance.OnGetCharacterStatisticsRequestEvent != null) { _instance.OnGetCharacterStatisticsRequestEvent((ClientModels.GetCharacterStatisticsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetContentDownloadUrlRequest)) { if (_instance.OnGetContentDownloadUrlRequestEvent != null) { _instance.OnGetContentDownloadUrlRequestEvent((ClientModels.GetContentDownloadUrlRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetFriendLeaderboardRequest)) { if (_instance.OnGetFriendLeaderboardRequestEvent != null) { _instance.OnGetFriendLeaderboardRequestEvent((ClientModels.GetFriendLeaderboardRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetFriendLeaderboardAroundPlayerRequest)) { if (_instance.OnGetFriendLeaderboardAroundPlayerRequestEvent != null) { _instance.OnGetFriendLeaderboardAroundPlayerRequestEvent((ClientModels.GetFriendLeaderboardAroundPlayerRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetFriendsListRequest)) { if (_instance.OnGetFriendsListRequestEvent != null) { _instance.OnGetFriendsListRequestEvent((ClientModels.GetFriendsListRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetLeaderboardRequest)) { if (_instance.OnGetLeaderboardRequestEvent != null) { _instance.OnGetLeaderboardRequestEvent((ClientModels.GetLeaderboardRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetLeaderboardAroundCharacterRequest)) { if (_instance.OnGetLeaderboardAroundCharacterRequestEvent != null) { _instance.OnGetLeaderboardAroundCharacterRequestEvent((ClientModels.GetLeaderboardAroundCharacterRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetLeaderboardAroundPlayerRequest)) { if (_instance.OnGetLeaderboardAroundPlayerRequestEvent != null) { _instance.OnGetLeaderboardAroundPlayerRequestEvent((ClientModels.GetLeaderboardAroundPlayerRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetLeaderboardForUsersCharactersRequest)) { if (_instance.OnGetLeaderboardForUserCharactersRequestEvent != null) { _instance.OnGetLeaderboardForUserCharactersRequestEvent((ClientModels.GetLeaderboardForUsersCharactersRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPaymentTokenRequest)) { if (_instance.OnGetPaymentTokenRequestEvent != null) { _instance.OnGetPaymentTokenRequestEvent((ClientModels.GetPaymentTokenRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPhotonAuthenticationTokenRequest)) { if (_instance.OnGetPhotonAuthenticationTokenRequestEvent != null) { _instance.OnGetPhotonAuthenticationTokenRequestEvent((ClientModels.GetPhotonAuthenticationTokenRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayerCombinedInfoRequest)) { if (_instance.OnGetPlayerCombinedInfoRequestEvent != null) { _instance.OnGetPlayerCombinedInfoRequestEvent((ClientModels.GetPlayerCombinedInfoRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayerProfileRequest)) { if (_instance.OnGetPlayerProfileRequestEvent != null) { _instance.OnGetPlayerProfileRequestEvent((ClientModels.GetPlayerProfileRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayerSegmentsRequest)) { if (_instance.OnGetPlayerSegmentsRequestEvent != null) { _instance.OnGetPlayerSegmentsRequestEvent((ClientModels.GetPlayerSegmentsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayerStatisticsRequest)) { if (_instance.OnGetPlayerStatisticsRequestEvent != null) { _instance.OnGetPlayerStatisticsRequestEvent((ClientModels.GetPlayerStatisticsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayerStatisticVersionsRequest)) { if (_instance.OnGetPlayerStatisticVersionsRequestEvent != null) { _instance.OnGetPlayerStatisticVersionsRequestEvent((ClientModels.GetPlayerStatisticVersionsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayerTagsRequest)) { if (_instance.OnGetPlayerTagsRequestEvent != null) { _instance.OnGetPlayerTagsRequestEvent((ClientModels.GetPlayerTagsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayerTradesRequest)) { if (_instance.OnGetPlayerTradesRequestEvent != null) { _instance.OnGetPlayerTradesRequestEvent((ClientModels.GetPlayerTradesRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromFacebookIDsRequest)) { if (_instance.OnGetPlayFabIDsFromFacebookIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromFacebookIDsRequestEvent((ClientModels.GetPlayFabIDsFromFacebookIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromFacebookInstantGamesIdsRequest)) { if (_instance.OnGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent != null) { _instance.OnGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent((ClientModels.GetPlayFabIDsFromFacebookInstantGamesIdsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromGameCenterIDsRequest)) { if (_instance.OnGetPlayFabIDsFromGameCenterIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromGameCenterIDsRequestEvent((ClientModels.GetPlayFabIDsFromGameCenterIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromGenericIDsRequest)) { if (_instance.OnGetPlayFabIDsFromGenericIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromGenericIDsRequestEvent((ClientModels.GetPlayFabIDsFromGenericIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromGoogleIDsRequest)) { if (_instance.OnGetPlayFabIDsFromGoogleIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromGoogleIDsRequestEvent((ClientModels.GetPlayFabIDsFromGoogleIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest)) { if (_instance.OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsRequestEvent((ClientModels.GetPlayFabIDsFromGooglePlayGamesPlayerIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromKongregateIDsRequest)) { if (_instance.OnGetPlayFabIDsFromKongregateIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromKongregateIDsRequestEvent((ClientModels.GetPlayFabIDsFromKongregateIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromNintendoServiceAccountIdsRequest)) { if (_instance.OnGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent != null) { _instance.OnGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent((ClientModels.GetPlayFabIDsFromNintendoServiceAccountIdsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest)) { if (_instance.OnGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent != null) { _instance.OnGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent((ClientModels.GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromPSNAccountIDsRequest)) { if (_instance.OnGetPlayFabIDsFromPSNAccountIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromPSNAccountIDsRequestEvent((ClientModels.GetPlayFabIDsFromPSNAccountIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromPSNOnlineIDsRequest)) { if (_instance.OnGetPlayFabIDsFromPSNOnlineIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromPSNOnlineIDsRequestEvent((ClientModels.GetPlayFabIDsFromPSNOnlineIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromSteamIDsRequest)) { if (_instance.OnGetPlayFabIDsFromSteamIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromSteamIDsRequestEvent((ClientModels.GetPlayFabIDsFromSteamIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromTwitchIDsRequest)) { if (_instance.OnGetPlayFabIDsFromTwitchIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromTwitchIDsRequestEvent((ClientModels.GetPlayFabIDsFromTwitchIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromXboxLiveIDsRequest)) { if (_instance.OnGetPlayFabIDsFromXboxLiveIDsRequestEvent != null) { _instance.OnGetPlayFabIDsFromXboxLiveIDsRequestEvent((ClientModels.GetPlayFabIDsFromXboxLiveIDsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPublisherDataRequest)) { if (_instance.OnGetPublisherDataRequestEvent != null) { _instance.OnGetPublisherDataRequestEvent((ClientModels.GetPublisherDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetPurchaseRequest)) { if (_instance.OnGetPurchaseRequestEvent != null) { _instance.OnGetPurchaseRequestEvent((ClientModels.GetPurchaseRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetSharedGroupDataRequest)) { if (_instance.OnGetSharedGroupDataRequestEvent != null) { _instance.OnGetSharedGroupDataRequestEvent((ClientModels.GetSharedGroupDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetStoreItemsRequest)) { if (_instance.OnGetStoreItemsRequestEvent != null) { _instance.OnGetStoreItemsRequestEvent((ClientModels.GetStoreItemsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetTimeRequest)) { if (_instance.OnGetTimeRequestEvent != null) { _instance.OnGetTimeRequestEvent((ClientModels.GetTimeRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetTitleDataRequest)) { if (_instance.OnGetTitleDataRequestEvent != null) { _instance.OnGetTitleDataRequestEvent((ClientModels.GetTitleDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetTitleNewsRequest)) { if (_instance.OnGetTitleNewsRequestEvent != null) { _instance.OnGetTitleNewsRequestEvent((ClientModels.GetTitleNewsRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetTitlePublicKeyRequest)) { if (_instance.OnGetTitlePublicKeyRequestEvent != null) { _instance.OnGetTitlePublicKeyRequestEvent((ClientModels.GetTitlePublicKeyRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetTradeStatusRequest)) { if (_instance.OnGetTradeStatusRequestEvent != null) { _instance.OnGetTradeStatusRequestEvent((ClientModels.GetTradeStatusRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetUserDataRequest)) { if (_instance.OnGetUserDataRequestEvent != null) { _instance.OnGetUserDataRequestEvent((ClientModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetUserInventoryRequest)) { if (_instance.OnGetUserInventoryRequestEvent != null) { _instance.OnGetUserInventoryRequestEvent((ClientModels.GetUserInventoryRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetUserDataRequest)) { if (_instance.OnGetUserPublisherDataRequestEvent != null) { _instance.OnGetUserPublisherDataRequestEvent((ClientModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetUserDataRequest)) { if (_instance.OnGetUserPublisherReadOnlyDataRequestEvent != null) { _instance.OnGetUserPublisherReadOnlyDataRequestEvent((ClientModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.GetUserDataRequest)) { if (_instance.OnGetUserReadOnlyDataRequestEvent != null) { _instance.OnGetUserReadOnlyDataRequestEvent((ClientModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.GrantCharacterToUserRequest)) { if (_instance.OnGrantCharacterToUserRequestEvent != null) { _instance.OnGrantCharacterToUserRequestEvent((ClientModels.GrantCharacterToUserRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkAndroidDeviceIDRequest)) { if (_instance.OnLinkAndroidDeviceIDRequestEvent != null) { _instance.OnLinkAndroidDeviceIDRequestEvent((ClientModels.LinkAndroidDeviceIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkAppleRequest)) { if (_instance.OnLinkAppleRequestEvent != null) { _instance.OnLinkAppleRequestEvent((ClientModels.LinkAppleRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkCustomIDRequest)) { if (_instance.OnLinkCustomIDRequestEvent != null) { _instance.OnLinkCustomIDRequestEvent((ClientModels.LinkCustomIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkFacebookAccountRequest)) { if (_instance.OnLinkFacebookAccountRequestEvent != null) { _instance.OnLinkFacebookAccountRequestEvent((ClientModels.LinkFacebookAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkFacebookInstantGamesIdRequest)) { if (_instance.OnLinkFacebookInstantGamesIdRequestEvent != null) { _instance.OnLinkFacebookInstantGamesIdRequestEvent((ClientModels.LinkFacebookInstantGamesIdRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkGameCenterAccountRequest)) { if (_instance.OnLinkGameCenterAccountRequestEvent != null) { _instance.OnLinkGameCenterAccountRequestEvent((ClientModels.LinkGameCenterAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkGoogleAccountRequest)) { if (_instance.OnLinkGoogleAccountRequestEvent != null) { _instance.OnLinkGoogleAccountRequestEvent((ClientModels.LinkGoogleAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkGooglePlayGamesServicesAccountRequest)) { if (_instance.OnLinkGooglePlayGamesServicesAccountRequestEvent != null) { _instance.OnLinkGooglePlayGamesServicesAccountRequestEvent((ClientModels.LinkGooglePlayGamesServicesAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkIOSDeviceIDRequest)) { if (_instance.OnLinkIOSDeviceIDRequestEvent != null) { _instance.OnLinkIOSDeviceIDRequestEvent((ClientModels.LinkIOSDeviceIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkKongregateAccountRequest)) { if (_instance.OnLinkKongregateRequestEvent != null) { _instance.OnLinkKongregateRequestEvent((ClientModels.LinkKongregateAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkNintendoServiceAccountRequest)) { if (_instance.OnLinkNintendoServiceAccountRequestEvent != null) { _instance.OnLinkNintendoServiceAccountRequestEvent((ClientModels.LinkNintendoServiceAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkNintendoSwitchDeviceIdRequest)) { if (_instance.OnLinkNintendoSwitchDeviceIdRequestEvent != null) { _instance.OnLinkNintendoSwitchDeviceIdRequestEvent((ClientModels.LinkNintendoSwitchDeviceIdRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkOpenIdConnectRequest)) { if (_instance.OnLinkOpenIdConnectRequestEvent != null) { _instance.OnLinkOpenIdConnectRequestEvent((ClientModels.LinkOpenIdConnectRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkPSNAccountRequest)) { if (_instance.OnLinkPSNAccountRequestEvent != null) { _instance.OnLinkPSNAccountRequestEvent((ClientModels.LinkPSNAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkSteamAccountRequest)) { if (_instance.OnLinkSteamAccountRequestEvent != null) { _instance.OnLinkSteamAccountRequestEvent((ClientModels.LinkSteamAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkTwitchAccountRequest)) { if (_instance.OnLinkTwitchRequestEvent != null) { _instance.OnLinkTwitchRequestEvent((ClientModels.LinkTwitchAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LinkXboxAccountRequest)) { if (_instance.OnLinkXboxAccountRequestEvent != null) { _instance.OnLinkXboxAccountRequestEvent((ClientModels.LinkXboxAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithAndroidDeviceIDRequest)) { if (_instance.OnLoginWithAndroidDeviceIDRequestEvent != null) { _instance.OnLoginWithAndroidDeviceIDRequestEvent((ClientModels.LoginWithAndroidDeviceIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithAppleRequest)) { if (_instance.OnLoginWithAppleRequestEvent != null) { _instance.OnLoginWithAppleRequestEvent((ClientModels.LoginWithAppleRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithCustomIDRequest)) { if (_instance.OnLoginWithCustomIDRequestEvent != null) { _instance.OnLoginWithCustomIDRequestEvent((ClientModels.LoginWithCustomIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithEmailAddressRequest)) { if (_instance.OnLoginWithEmailAddressRequestEvent != null) { _instance.OnLoginWithEmailAddressRequestEvent((ClientModels.LoginWithEmailAddressRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithFacebookRequest)) { if (_instance.OnLoginWithFacebookRequestEvent != null) { _instance.OnLoginWithFacebookRequestEvent((ClientModels.LoginWithFacebookRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithFacebookInstantGamesIdRequest)) { if (_instance.OnLoginWithFacebookInstantGamesIdRequestEvent != null) { _instance.OnLoginWithFacebookInstantGamesIdRequestEvent((ClientModels.LoginWithFacebookInstantGamesIdRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithGameCenterRequest)) { if (_instance.OnLoginWithGameCenterRequestEvent != null) { _instance.OnLoginWithGameCenterRequestEvent((ClientModels.LoginWithGameCenterRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithGoogleAccountRequest)) { if (_instance.OnLoginWithGoogleAccountRequestEvent != null) { _instance.OnLoginWithGoogleAccountRequestEvent((ClientModels.LoginWithGoogleAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithGooglePlayGamesServicesRequest)) { if (_instance.OnLoginWithGooglePlayGamesServicesRequestEvent != null) { _instance.OnLoginWithGooglePlayGamesServicesRequestEvent((ClientModels.LoginWithGooglePlayGamesServicesRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithIOSDeviceIDRequest)) { if (_instance.OnLoginWithIOSDeviceIDRequestEvent != null) { _instance.OnLoginWithIOSDeviceIDRequestEvent((ClientModels.LoginWithIOSDeviceIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithKongregateRequest)) { if (_instance.OnLoginWithKongregateRequestEvent != null) { _instance.OnLoginWithKongregateRequestEvent((ClientModels.LoginWithKongregateRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithNintendoServiceAccountRequest)) { if (_instance.OnLoginWithNintendoServiceAccountRequestEvent != null) { _instance.OnLoginWithNintendoServiceAccountRequestEvent((ClientModels.LoginWithNintendoServiceAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithNintendoSwitchDeviceIdRequest)) { if (_instance.OnLoginWithNintendoSwitchDeviceIdRequestEvent != null) { _instance.OnLoginWithNintendoSwitchDeviceIdRequestEvent((ClientModels.LoginWithNintendoSwitchDeviceIdRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithOpenIdConnectRequest)) { if (_instance.OnLoginWithOpenIdConnectRequestEvent != null) { _instance.OnLoginWithOpenIdConnectRequestEvent((ClientModels.LoginWithOpenIdConnectRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithPlayFabRequest)) { if (_instance.OnLoginWithPlayFabRequestEvent != null) { _instance.OnLoginWithPlayFabRequestEvent((ClientModels.LoginWithPlayFabRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithPSNRequest)) { if (_instance.OnLoginWithPSNRequestEvent != null) { _instance.OnLoginWithPSNRequestEvent((ClientModels.LoginWithPSNRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithSteamRequest)) { if (_instance.OnLoginWithSteamRequestEvent != null) { _instance.OnLoginWithSteamRequestEvent((ClientModels.LoginWithSteamRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithTwitchRequest)) { if (_instance.OnLoginWithTwitchRequestEvent != null) { _instance.OnLoginWithTwitchRequestEvent((ClientModels.LoginWithTwitchRequest)e.Request); return; } } + if (type == typeof(ClientModels.LoginWithXboxRequest)) { if (_instance.OnLoginWithXboxRequestEvent != null) { _instance.OnLoginWithXboxRequestEvent((ClientModels.LoginWithXboxRequest)e.Request); return; } } + if (type == typeof(ClientModels.OpenTradeRequest)) { if (_instance.OnOpenTradeRequestEvent != null) { _instance.OnOpenTradeRequestEvent((ClientModels.OpenTradeRequest)e.Request); return; } } + if (type == typeof(ClientModels.PayForPurchaseRequest)) { if (_instance.OnPayForPurchaseRequestEvent != null) { _instance.OnPayForPurchaseRequestEvent((ClientModels.PayForPurchaseRequest)e.Request); return; } } + if (type == typeof(ClientModels.PurchaseItemRequest)) { if (_instance.OnPurchaseItemRequestEvent != null) { _instance.OnPurchaseItemRequestEvent((ClientModels.PurchaseItemRequest)e.Request); return; } } + if (type == typeof(ClientModels.RedeemCouponRequest)) { if (_instance.OnRedeemCouponRequestEvent != null) { _instance.OnRedeemCouponRequestEvent((ClientModels.RedeemCouponRequest)e.Request); return; } } + if (type == typeof(ClientModels.RefreshPSNAuthTokenRequest)) { if (_instance.OnRefreshPSNAuthTokenRequestEvent != null) { _instance.OnRefreshPSNAuthTokenRequestEvent((ClientModels.RefreshPSNAuthTokenRequest)e.Request); return; } } + if (type == typeof(ClientModels.RegisterForIOSPushNotificationRequest)) { if (_instance.OnRegisterForIOSPushNotificationRequestEvent != null) { _instance.OnRegisterForIOSPushNotificationRequestEvent((ClientModels.RegisterForIOSPushNotificationRequest)e.Request); return; } } + if (type == typeof(ClientModels.RegisterPlayFabUserRequest)) { if (_instance.OnRegisterPlayFabUserRequestEvent != null) { _instance.OnRegisterPlayFabUserRequestEvent((ClientModels.RegisterPlayFabUserRequest)e.Request); return; } } + if (type == typeof(ClientModels.RemoveContactEmailRequest)) { if (_instance.OnRemoveContactEmailRequestEvent != null) { _instance.OnRemoveContactEmailRequestEvent((ClientModels.RemoveContactEmailRequest)e.Request); return; } } + if (type == typeof(ClientModels.RemoveFriendRequest)) { if (_instance.OnRemoveFriendRequestEvent != null) { _instance.OnRemoveFriendRequestEvent((ClientModels.RemoveFriendRequest)e.Request); return; } } + if (type == typeof(ClientModels.RemoveGenericIDRequest)) { if (_instance.OnRemoveGenericIDRequestEvent != null) { _instance.OnRemoveGenericIDRequestEvent((ClientModels.RemoveGenericIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.RemoveSharedGroupMembersRequest)) { if (_instance.OnRemoveSharedGroupMembersRequestEvent != null) { _instance.OnRemoveSharedGroupMembersRequestEvent((ClientModels.RemoveSharedGroupMembersRequest)e.Request); return; } } + if (type == typeof(ClientModels.ReportAdActivityRequest)) { if (_instance.OnReportAdActivityRequestEvent != null) { _instance.OnReportAdActivityRequestEvent((ClientModels.ReportAdActivityRequest)e.Request); return; } } + if (type == typeof(ClientModels.DeviceInfoRequest)) { if (_instance.OnReportDeviceInfoRequestEvent != null) { _instance.OnReportDeviceInfoRequestEvent((ClientModels.DeviceInfoRequest)e.Request); return; } } + if (type == typeof(ClientModels.ReportPlayerClientRequest)) { if (_instance.OnReportPlayerRequestEvent != null) { _instance.OnReportPlayerRequestEvent((ClientModels.ReportPlayerClientRequest)e.Request); return; } } + if (type == typeof(ClientModels.RestoreIOSPurchasesRequest)) { if (_instance.OnRestoreIOSPurchasesRequestEvent != null) { _instance.OnRestoreIOSPurchasesRequestEvent((ClientModels.RestoreIOSPurchasesRequest)e.Request); return; } } + if (type == typeof(ClientModels.RewardAdActivityRequest)) { if (_instance.OnRewardAdActivityRequestEvent != null) { _instance.OnRewardAdActivityRequestEvent((ClientModels.RewardAdActivityRequest)e.Request); return; } } + if (type == typeof(ClientModels.SendAccountRecoveryEmailRequest)) { if (_instance.OnSendAccountRecoveryEmailRequestEvent != null) { _instance.OnSendAccountRecoveryEmailRequestEvent((ClientModels.SendAccountRecoveryEmailRequest)e.Request); return; } } + if (type == typeof(ClientModels.SetFriendTagsRequest)) { if (_instance.OnSetFriendTagsRequestEvent != null) { _instance.OnSetFriendTagsRequestEvent((ClientModels.SetFriendTagsRequest)e.Request); return; } } + if (type == typeof(ClientModels.SetPlayerSecretRequest)) { if (_instance.OnSetPlayerSecretRequestEvent != null) { _instance.OnSetPlayerSecretRequestEvent((ClientModels.SetPlayerSecretRequest)e.Request); return; } } + if (type == typeof(ClientModels.StartPurchaseRequest)) { if (_instance.OnStartPurchaseRequestEvent != null) { _instance.OnStartPurchaseRequestEvent((ClientModels.StartPurchaseRequest)e.Request); return; } } + if (type == typeof(ClientModels.SubtractUserVirtualCurrencyRequest)) { if (_instance.OnSubtractUserVirtualCurrencyRequestEvent != null) { _instance.OnSubtractUserVirtualCurrencyRequestEvent((ClientModels.SubtractUserVirtualCurrencyRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkAndroidDeviceIDRequest)) { if (_instance.OnUnlinkAndroidDeviceIDRequestEvent != null) { _instance.OnUnlinkAndroidDeviceIDRequestEvent((ClientModels.UnlinkAndroidDeviceIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkAppleRequest)) { if (_instance.OnUnlinkAppleRequestEvent != null) { _instance.OnUnlinkAppleRequestEvent((ClientModels.UnlinkAppleRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkCustomIDRequest)) { if (_instance.OnUnlinkCustomIDRequestEvent != null) { _instance.OnUnlinkCustomIDRequestEvent((ClientModels.UnlinkCustomIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkFacebookAccountRequest)) { if (_instance.OnUnlinkFacebookAccountRequestEvent != null) { _instance.OnUnlinkFacebookAccountRequestEvent((ClientModels.UnlinkFacebookAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkFacebookInstantGamesIdRequest)) { if (_instance.OnUnlinkFacebookInstantGamesIdRequestEvent != null) { _instance.OnUnlinkFacebookInstantGamesIdRequestEvent((ClientModels.UnlinkFacebookInstantGamesIdRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkGameCenterAccountRequest)) { if (_instance.OnUnlinkGameCenterAccountRequestEvent != null) { _instance.OnUnlinkGameCenterAccountRequestEvent((ClientModels.UnlinkGameCenterAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkGoogleAccountRequest)) { if (_instance.OnUnlinkGoogleAccountRequestEvent != null) { _instance.OnUnlinkGoogleAccountRequestEvent((ClientModels.UnlinkGoogleAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkGooglePlayGamesServicesAccountRequest)) { if (_instance.OnUnlinkGooglePlayGamesServicesAccountRequestEvent != null) { _instance.OnUnlinkGooglePlayGamesServicesAccountRequestEvent((ClientModels.UnlinkGooglePlayGamesServicesAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkIOSDeviceIDRequest)) { if (_instance.OnUnlinkIOSDeviceIDRequestEvent != null) { _instance.OnUnlinkIOSDeviceIDRequestEvent((ClientModels.UnlinkIOSDeviceIDRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkKongregateAccountRequest)) { if (_instance.OnUnlinkKongregateRequestEvent != null) { _instance.OnUnlinkKongregateRequestEvent((ClientModels.UnlinkKongregateAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkNintendoServiceAccountRequest)) { if (_instance.OnUnlinkNintendoServiceAccountRequestEvent != null) { _instance.OnUnlinkNintendoServiceAccountRequestEvent((ClientModels.UnlinkNintendoServiceAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkNintendoSwitchDeviceIdRequest)) { if (_instance.OnUnlinkNintendoSwitchDeviceIdRequestEvent != null) { _instance.OnUnlinkNintendoSwitchDeviceIdRequestEvent((ClientModels.UnlinkNintendoSwitchDeviceIdRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkOpenIdConnectRequest)) { if (_instance.OnUnlinkOpenIdConnectRequestEvent != null) { _instance.OnUnlinkOpenIdConnectRequestEvent((ClientModels.UnlinkOpenIdConnectRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkPSNAccountRequest)) { if (_instance.OnUnlinkPSNAccountRequestEvent != null) { _instance.OnUnlinkPSNAccountRequestEvent((ClientModels.UnlinkPSNAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkSteamAccountRequest)) { if (_instance.OnUnlinkSteamAccountRequestEvent != null) { _instance.OnUnlinkSteamAccountRequestEvent((ClientModels.UnlinkSteamAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkTwitchAccountRequest)) { if (_instance.OnUnlinkTwitchRequestEvent != null) { _instance.OnUnlinkTwitchRequestEvent((ClientModels.UnlinkTwitchAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlinkXboxAccountRequest)) { if (_instance.OnUnlinkXboxAccountRequestEvent != null) { _instance.OnUnlinkXboxAccountRequestEvent((ClientModels.UnlinkXboxAccountRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlockContainerInstanceRequest)) { if (_instance.OnUnlockContainerInstanceRequestEvent != null) { _instance.OnUnlockContainerInstanceRequestEvent((ClientModels.UnlockContainerInstanceRequest)e.Request); return; } } + if (type == typeof(ClientModels.UnlockContainerItemRequest)) { if (_instance.OnUnlockContainerItemRequestEvent != null) { _instance.OnUnlockContainerItemRequestEvent((ClientModels.UnlockContainerItemRequest)e.Request); return; } } + if (type == typeof(ClientModels.UpdateAvatarUrlRequest)) { if (_instance.OnUpdateAvatarUrlRequestEvent != null) { _instance.OnUpdateAvatarUrlRequestEvent((ClientModels.UpdateAvatarUrlRequest)e.Request); return; } } + if (type == typeof(ClientModels.UpdateCharacterDataRequest)) { if (_instance.OnUpdateCharacterDataRequestEvent != null) { _instance.OnUpdateCharacterDataRequestEvent((ClientModels.UpdateCharacterDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.UpdateCharacterStatisticsRequest)) { if (_instance.OnUpdateCharacterStatisticsRequestEvent != null) { _instance.OnUpdateCharacterStatisticsRequestEvent((ClientModels.UpdateCharacterStatisticsRequest)e.Request); return; } } + if (type == typeof(ClientModels.UpdatePlayerStatisticsRequest)) { if (_instance.OnUpdatePlayerStatisticsRequestEvent != null) { _instance.OnUpdatePlayerStatisticsRequestEvent((ClientModels.UpdatePlayerStatisticsRequest)e.Request); return; } } + if (type == typeof(ClientModels.UpdateSharedGroupDataRequest)) { if (_instance.OnUpdateSharedGroupDataRequestEvent != null) { _instance.OnUpdateSharedGroupDataRequestEvent((ClientModels.UpdateSharedGroupDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.UpdateUserDataRequest)) { if (_instance.OnUpdateUserDataRequestEvent != null) { _instance.OnUpdateUserDataRequestEvent((ClientModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.UpdateUserDataRequest)) { if (_instance.OnUpdateUserPublisherDataRequestEvent != null) { _instance.OnUpdateUserPublisherDataRequestEvent((ClientModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(ClientModels.UpdateUserTitleDisplayNameRequest)) { if (_instance.OnUpdateUserTitleDisplayNameRequestEvent != null) { _instance.OnUpdateUserTitleDisplayNameRequestEvent((ClientModels.UpdateUserTitleDisplayNameRequest)e.Request); return; } } + if (type == typeof(ClientModels.ValidateAmazonReceiptRequest)) { if (_instance.OnValidateAmazonIAPReceiptRequestEvent != null) { _instance.OnValidateAmazonIAPReceiptRequestEvent((ClientModels.ValidateAmazonReceiptRequest)e.Request); return; } } + if (type == typeof(ClientModels.ValidateGooglePlayPurchaseRequest)) { if (_instance.OnValidateGooglePlayPurchaseRequestEvent != null) { _instance.OnValidateGooglePlayPurchaseRequestEvent((ClientModels.ValidateGooglePlayPurchaseRequest)e.Request); return; } } + if (type == typeof(ClientModels.ValidateIOSReceiptRequest)) { if (_instance.OnValidateIOSReceiptRequestEvent != null) { _instance.OnValidateIOSReceiptRequestEvent((ClientModels.ValidateIOSReceiptRequest)e.Request); return; } } + if (type == typeof(ClientModels.ValidateWindowsReceiptRequest)) { if (_instance.OnValidateWindowsStoreReceiptRequestEvent != null) { _instance.OnValidateWindowsStoreReceiptRequestEvent((ClientModels.ValidateWindowsReceiptRequest)e.Request); return; } } + if (type == typeof(ClientModels.WriteClientCharacterEventRequest)) { if (_instance.OnWriteCharacterEventRequestEvent != null) { _instance.OnWriteCharacterEventRequestEvent((ClientModels.WriteClientCharacterEventRequest)e.Request); return; } } + if (type == typeof(ClientModels.WriteClientPlayerEventRequest)) { if (_instance.OnWritePlayerEventRequestEvent != null) { _instance.OnWritePlayerEventRequestEvent((ClientModels.WriteClientPlayerEventRequest)e.Request); return; } } + if (type == typeof(ClientModels.WriteTitleEventRequest)) { if (_instance.OnWriteTitleEventRequestEvent != null) { _instance.OnWriteTitleEventRequestEvent((ClientModels.WriteTitleEventRequest)e.Request); return; } } +#endif +#if ENABLE_PLAYFABSERVER_API + if (type == typeof(ServerModels.AddCharacterVirtualCurrencyRequest)) { if (_instance.OnServerAddCharacterVirtualCurrencyRequestEvent != null) { _instance.OnServerAddCharacterVirtualCurrencyRequestEvent((ServerModels.AddCharacterVirtualCurrencyRequest)e.Request); return; } } + if (type == typeof(ServerModels.AddFriendRequest)) { if (_instance.OnServerAddFriendRequestEvent != null) { _instance.OnServerAddFriendRequestEvent((ServerModels.AddFriendRequest)e.Request); return; } } + if (type == typeof(ServerModels.AddGenericIDRequest)) { if (_instance.OnServerAddGenericIDRequestEvent != null) { _instance.OnServerAddGenericIDRequestEvent((ServerModels.AddGenericIDRequest)e.Request); return; } } + if (type == typeof(ServerModels.AddPlayerTagRequest)) { if (_instance.OnServerAddPlayerTagRequestEvent != null) { _instance.OnServerAddPlayerTagRequestEvent((ServerModels.AddPlayerTagRequest)e.Request); return; } } + if (type == typeof(ServerModels.AddSharedGroupMembersRequest)) { if (_instance.OnServerAddSharedGroupMembersRequestEvent != null) { _instance.OnServerAddSharedGroupMembersRequestEvent((ServerModels.AddSharedGroupMembersRequest)e.Request); return; } } + if (type == typeof(ServerModels.AddUserVirtualCurrencyRequest)) { if (_instance.OnServerAddUserVirtualCurrencyRequestEvent != null) { _instance.OnServerAddUserVirtualCurrencyRequestEvent((ServerModels.AddUserVirtualCurrencyRequest)e.Request); return; } } + if (type == typeof(ServerModels.AuthenticateSessionTicketRequest)) { if (_instance.OnServerAuthenticateSessionTicketRequestEvent != null) { _instance.OnServerAuthenticateSessionTicketRequestEvent((ServerModels.AuthenticateSessionTicketRequest)e.Request); return; } } + if (type == typeof(ServerModels.AwardSteamAchievementRequest)) { if (_instance.OnServerAwardSteamAchievementRequestEvent != null) { _instance.OnServerAwardSteamAchievementRequestEvent((ServerModels.AwardSteamAchievementRequest)e.Request); return; } } + if (type == typeof(ServerModels.BanUsersRequest)) { if (_instance.OnServerBanUsersRequestEvent != null) { _instance.OnServerBanUsersRequestEvent((ServerModels.BanUsersRequest)e.Request); return; } } + if (type == typeof(ServerModels.ConsumeItemRequest)) { if (_instance.OnServerConsumeItemRequestEvent != null) { _instance.OnServerConsumeItemRequestEvent((ServerModels.ConsumeItemRequest)e.Request); return; } } + if (type == typeof(ServerModels.CreateSharedGroupRequest)) { if (_instance.OnServerCreateSharedGroupRequestEvent != null) { _instance.OnServerCreateSharedGroupRequestEvent((ServerModels.CreateSharedGroupRequest)e.Request); return; } } + if (type == typeof(ServerModels.DeleteCharacterFromUserRequest)) { if (_instance.OnServerDeleteCharacterFromUserRequestEvent != null) { _instance.OnServerDeleteCharacterFromUserRequestEvent((ServerModels.DeleteCharacterFromUserRequest)e.Request); return; } } + if (type == typeof(ServerModels.DeletePlayerRequest)) { if (_instance.OnServerDeletePlayerRequestEvent != null) { _instance.OnServerDeletePlayerRequestEvent((ServerModels.DeletePlayerRequest)e.Request); return; } } + if (type == typeof(ServerModels.DeletePushNotificationTemplateRequest)) { if (_instance.OnServerDeletePushNotificationTemplateRequestEvent != null) { _instance.OnServerDeletePushNotificationTemplateRequestEvent((ServerModels.DeletePushNotificationTemplateRequest)e.Request); return; } } + if (type == typeof(ServerModels.DeleteSharedGroupRequest)) { if (_instance.OnServerDeleteSharedGroupRequestEvent != null) { _instance.OnServerDeleteSharedGroupRequestEvent((ServerModels.DeleteSharedGroupRequest)e.Request); return; } } + if (type == typeof(ServerModels.EvaluateRandomResultTableRequest)) { if (_instance.OnServerEvaluateRandomResultTableRequestEvent != null) { _instance.OnServerEvaluateRandomResultTableRequestEvent((ServerModels.EvaluateRandomResultTableRequest)e.Request); return; } } + if (type == typeof(ServerModels.ExecuteCloudScriptServerRequest)) { if (_instance.OnServerExecuteCloudScriptRequestEvent != null) { _instance.OnServerExecuteCloudScriptRequestEvent((ServerModels.ExecuteCloudScriptServerRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetAllSegmentsRequest)) { if (_instance.OnServerGetAllSegmentsRequestEvent != null) { _instance.OnServerGetAllSegmentsRequestEvent((ServerModels.GetAllSegmentsRequest)e.Request); return; } } + if (type == typeof(ServerModels.ListUsersCharactersRequest)) { if (_instance.OnServerGetAllUsersCharactersRequestEvent != null) { _instance.OnServerGetAllUsersCharactersRequestEvent((ServerModels.ListUsersCharactersRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetCatalogItemsRequest)) { if (_instance.OnServerGetCatalogItemsRequestEvent != null) { _instance.OnServerGetCatalogItemsRequestEvent((ServerModels.GetCatalogItemsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetCharacterDataRequest)) { if (_instance.OnServerGetCharacterDataRequestEvent != null) { _instance.OnServerGetCharacterDataRequestEvent((ServerModels.GetCharacterDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetCharacterDataRequest)) { if (_instance.OnServerGetCharacterInternalDataRequestEvent != null) { _instance.OnServerGetCharacterInternalDataRequestEvent((ServerModels.GetCharacterDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetCharacterInventoryRequest)) { if (_instance.OnServerGetCharacterInventoryRequestEvent != null) { _instance.OnServerGetCharacterInventoryRequestEvent((ServerModels.GetCharacterInventoryRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetCharacterLeaderboardRequest)) { if (_instance.OnServerGetCharacterLeaderboardRequestEvent != null) { _instance.OnServerGetCharacterLeaderboardRequestEvent((ServerModels.GetCharacterLeaderboardRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetCharacterDataRequest)) { if (_instance.OnServerGetCharacterReadOnlyDataRequestEvent != null) { _instance.OnServerGetCharacterReadOnlyDataRequestEvent((ServerModels.GetCharacterDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetCharacterStatisticsRequest)) { if (_instance.OnServerGetCharacterStatisticsRequestEvent != null) { _instance.OnServerGetCharacterStatisticsRequestEvent((ServerModels.GetCharacterStatisticsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetContentDownloadUrlRequest)) { if (_instance.OnServerGetContentDownloadUrlRequestEvent != null) { _instance.OnServerGetContentDownloadUrlRequestEvent((ServerModels.GetContentDownloadUrlRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetFriendLeaderboardRequest)) { if (_instance.OnServerGetFriendLeaderboardRequestEvent != null) { _instance.OnServerGetFriendLeaderboardRequestEvent((ServerModels.GetFriendLeaderboardRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetFriendsListRequest)) { if (_instance.OnServerGetFriendsListRequestEvent != null) { _instance.OnServerGetFriendsListRequestEvent((ServerModels.GetFriendsListRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetLeaderboardRequest)) { if (_instance.OnServerGetLeaderboardRequestEvent != null) { _instance.OnServerGetLeaderboardRequestEvent((ServerModels.GetLeaderboardRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetLeaderboardAroundCharacterRequest)) { if (_instance.OnServerGetLeaderboardAroundCharacterRequestEvent != null) { _instance.OnServerGetLeaderboardAroundCharacterRequestEvent((ServerModels.GetLeaderboardAroundCharacterRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetLeaderboardAroundUserRequest)) { if (_instance.OnServerGetLeaderboardAroundUserRequestEvent != null) { _instance.OnServerGetLeaderboardAroundUserRequestEvent((ServerModels.GetLeaderboardAroundUserRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetLeaderboardForUsersCharactersRequest)) { if (_instance.OnServerGetLeaderboardForUserCharactersRequestEvent != null) { _instance.OnServerGetLeaderboardForUserCharactersRequestEvent((ServerModels.GetLeaderboardForUsersCharactersRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayerCombinedInfoRequest)) { if (_instance.OnServerGetPlayerCombinedInfoRequestEvent != null) { _instance.OnServerGetPlayerCombinedInfoRequestEvent((ServerModels.GetPlayerCombinedInfoRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayerProfileRequest)) { if (_instance.OnServerGetPlayerProfileRequestEvent != null) { _instance.OnServerGetPlayerProfileRequestEvent((ServerModels.GetPlayerProfileRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayersSegmentsRequest)) { if (_instance.OnServerGetPlayerSegmentsRequestEvent != null) { _instance.OnServerGetPlayerSegmentsRequestEvent((ServerModels.GetPlayersSegmentsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayersInSegmentRequest)) { if (_instance.OnServerGetPlayersInSegmentRequestEvent != null) { _instance.OnServerGetPlayersInSegmentRequestEvent((ServerModels.GetPlayersInSegmentRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayerStatisticsRequest)) { if (_instance.OnServerGetPlayerStatisticsRequestEvent != null) { _instance.OnServerGetPlayerStatisticsRequestEvent((ServerModels.GetPlayerStatisticsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayerStatisticVersionsRequest)) { if (_instance.OnServerGetPlayerStatisticVersionsRequestEvent != null) { _instance.OnServerGetPlayerStatisticVersionsRequestEvent((ServerModels.GetPlayerStatisticVersionsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayerTagsRequest)) { if (_instance.OnServerGetPlayerTagsRequestEvent != null) { _instance.OnServerGetPlayerTagsRequestEvent((ServerModels.GetPlayerTagsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromFacebookIDsRequest)) { if (_instance.OnServerGetPlayFabIDsFromFacebookIDsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromFacebookIDsRequestEvent((ServerModels.GetPlayFabIDsFromFacebookIDsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromFacebookInstantGamesIdsRequest)) { if (_instance.OnServerGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromFacebookInstantGamesIdsRequestEvent((ServerModels.GetPlayFabIDsFromFacebookInstantGamesIdsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromGenericIDsRequest)) { if (_instance.OnServerGetPlayFabIDsFromGenericIDsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromGenericIDsRequestEvent((ServerModels.GetPlayFabIDsFromGenericIDsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromNintendoServiceAccountIdsRequest)) { if (_instance.OnServerGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromNintendoServiceAccountIdsRequestEvent((ServerModels.GetPlayFabIDsFromNintendoServiceAccountIdsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest)) { if (_instance.OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsRequestEvent((ServerModels.GetPlayFabIDsFromNintendoSwitchDeviceIdsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromPSNAccountIDsRequest)) { if (_instance.OnServerGetPlayFabIDsFromPSNAccountIDsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromPSNAccountIDsRequestEvent((ServerModels.GetPlayFabIDsFromPSNAccountIDsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromPSNOnlineIDsRequest)) { if (_instance.OnServerGetPlayFabIDsFromPSNOnlineIDsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromPSNOnlineIDsRequestEvent((ServerModels.GetPlayFabIDsFromPSNOnlineIDsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromSteamIDsRequest)) { if (_instance.OnServerGetPlayFabIDsFromSteamIDsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromSteamIDsRequestEvent((ServerModels.GetPlayFabIDsFromSteamIDsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromTwitchIDsRequest)) { if (_instance.OnServerGetPlayFabIDsFromTwitchIDsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromTwitchIDsRequestEvent((ServerModels.GetPlayFabIDsFromTwitchIDsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromXboxLiveIDsRequest)) { if (_instance.OnServerGetPlayFabIDsFromXboxLiveIDsRequestEvent != null) { _instance.OnServerGetPlayFabIDsFromXboxLiveIDsRequestEvent((ServerModels.GetPlayFabIDsFromXboxLiveIDsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetPublisherDataRequest)) { if (_instance.OnServerGetPublisherDataRequestEvent != null) { _instance.OnServerGetPublisherDataRequestEvent((ServerModels.GetPublisherDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetRandomResultTablesRequest)) { if (_instance.OnServerGetRandomResultTablesRequestEvent != null) { _instance.OnServerGetRandomResultTablesRequestEvent((ServerModels.GetRandomResultTablesRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetServerCustomIDsFromPlayFabIDsRequest)) { if (_instance.OnServerGetServerCustomIDsFromPlayFabIDsRequestEvent != null) { _instance.OnServerGetServerCustomIDsFromPlayFabIDsRequestEvent((ServerModels.GetServerCustomIDsFromPlayFabIDsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetSharedGroupDataRequest)) { if (_instance.OnServerGetSharedGroupDataRequestEvent != null) { _instance.OnServerGetSharedGroupDataRequestEvent((ServerModels.GetSharedGroupDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetStoreItemsServerRequest)) { if (_instance.OnServerGetStoreItemsRequestEvent != null) { _instance.OnServerGetStoreItemsRequestEvent((ServerModels.GetStoreItemsServerRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetTimeRequest)) { if (_instance.OnServerGetTimeRequestEvent != null) { _instance.OnServerGetTimeRequestEvent((ServerModels.GetTimeRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetTitleDataRequest)) { if (_instance.OnServerGetTitleDataRequestEvent != null) { _instance.OnServerGetTitleDataRequestEvent((ServerModels.GetTitleDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetTitleDataRequest)) { if (_instance.OnServerGetTitleInternalDataRequestEvent != null) { _instance.OnServerGetTitleInternalDataRequestEvent((ServerModels.GetTitleDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetTitleNewsRequest)) { if (_instance.OnServerGetTitleNewsRequestEvent != null) { _instance.OnServerGetTitleNewsRequestEvent((ServerModels.GetTitleNewsRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetUserAccountInfoRequest)) { if (_instance.OnServerGetUserAccountInfoRequestEvent != null) { _instance.OnServerGetUserAccountInfoRequestEvent((ServerModels.GetUserAccountInfoRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetUserBansRequest)) { if (_instance.OnServerGetUserBansRequestEvent != null) { _instance.OnServerGetUserBansRequestEvent((ServerModels.GetUserBansRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetUserDataRequest)) { if (_instance.OnServerGetUserDataRequestEvent != null) { _instance.OnServerGetUserDataRequestEvent((ServerModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetUserDataRequest)) { if (_instance.OnServerGetUserInternalDataRequestEvent != null) { _instance.OnServerGetUserInternalDataRequestEvent((ServerModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetUserInventoryRequest)) { if (_instance.OnServerGetUserInventoryRequestEvent != null) { _instance.OnServerGetUserInventoryRequestEvent((ServerModels.GetUserInventoryRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetUserDataRequest)) { if (_instance.OnServerGetUserPublisherDataRequestEvent != null) { _instance.OnServerGetUserPublisherDataRequestEvent((ServerModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetUserDataRequest)) { if (_instance.OnServerGetUserPublisherInternalDataRequestEvent != null) { _instance.OnServerGetUserPublisherInternalDataRequestEvent((ServerModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetUserDataRequest)) { if (_instance.OnServerGetUserPublisherReadOnlyDataRequestEvent != null) { _instance.OnServerGetUserPublisherReadOnlyDataRequestEvent((ServerModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GetUserDataRequest)) { if (_instance.OnServerGetUserReadOnlyDataRequestEvent != null) { _instance.OnServerGetUserReadOnlyDataRequestEvent((ServerModels.GetUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.GrantCharacterToUserRequest)) { if (_instance.OnServerGrantCharacterToUserRequestEvent != null) { _instance.OnServerGrantCharacterToUserRequestEvent((ServerModels.GrantCharacterToUserRequest)e.Request); return; } } + if (type == typeof(ServerModels.GrantItemsToCharacterRequest)) { if (_instance.OnServerGrantItemsToCharacterRequestEvent != null) { _instance.OnServerGrantItemsToCharacterRequestEvent((ServerModels.GrantItemsToCharacterRequest)e.Request); return; } } + if (type == typeof(ServerModels.GrantItemsToUserRequest)) { if (_instance.OnServerGrantItemsToUserRequestEvent != null) { _instance.OnServerGrantItemsToUserRequestEvent((ServerModels.GrantItemsToUserRequest)e.Request); return; } } + if (type == typeof(ServerModels.GrantItemsToUsersRequest)) { if (_instance.OnServerGrantItemsToUsersRequestEvent != null) { _instance.OnServerGrantItemsToUsersRequestEvent((ServerModels.GrantItemsToUsersRequest)e.Request); return; } } + if (type == typeof(ServerModels.LinkNintendoServiceAccountRequest)) { if (_instance.OnServerLinkNintendoServiceAccountRequestEvent != null) { _instance.OnServerLinkNintendoServiceAccountRequestEvent((ServerModels.LinkNintendoServiceAccountRequest)e.Request); return; } } + if (type == typeof(ServerModels.LinkNintendoServiceAccountSubjectRequest)) { if (_instance.OnServerLinkNintendoServiceAccountSubjectRequestEvent != null) { _instance.OnServerLinkNintendoServiceAccountSubjectRequestEvent((ServerModels.LinkNintendoServiceAccountSubjectRequest)e.Request); return; } } + if (type == typeof(ServerModels.LinkNintendoSwitchDeviceIdRequest)) { if (_instance.OnServerLinkNintendoSwitchDeviceIdRequestEvent != null) { _instance.OnServerLinkNintendoSwitchDeviceIdRequestEvent((ServerModels.LinkNintendoSwitchDeviceIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.LinkPSNAccountRequest)) { if (_instance.OnServerLinkPSNAccountRequestEvent != null) { _instance.OnServerLinkPSNAccountRequestEvent((ServerModels.LinkPSNAccountRequest)e.Request); return; } } + if (type == typeof(ServerModels.LinkPSNIdRequest)) { if (_instance.OnServerLinkPSNIdRequestEvent != null) { _instance.OnServerLinkPSNIdRequestEvent((ServerModels.LinkPSNIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.LinkServerCustomIdRequest)) { if (_instance.OnServerLinkServerCustomIdRequestEvent != null) { _instance.OnServerLinkServerCustomIdRequestEvent((ServerModels.LinkServerCustomIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.LinkSteamIdRequest)) { if (_instance.OnServerLinkSteamIdRequestEvent != null) { _instance.OnServerLinkSteamIdRequestEvent((ServerModels.LinkSteamIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.LinkXboxAccountRequest)) { if (_instance.OnServerLinkXboxAccountRequestEvent != null) { _instance.OnServerLinkXboxAccountRequestEvent((ServerModels.LinkXboxAccountRequest)e.Request); return; } } + if (type == typeof(ServerModels.LoginWithPSNRequest)) { if (_instance.OnServerLoginWithPSNRequestEvent != null) { _instance.OnServerLoginWithPSNRequestEvent((ServerModels.LoginWithPSNRequest)e.Request); return; } } + if (type == typeof(ServerModels.LoginWithServerCustomIdRequest)) { if (_instance.OnServerLoginWithServerCustomIdRequestEvent != null) { _instance.OnServerLoginWithServerCustomIdRequestEvent((ServerModels.LoginWithServerCustomIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.LoginWithSteamIdRequest)) { if (_instance.OnServerLoginWithSteamIdRequestEvent != null) { _instance.OnServerLoginWithSteamIdRequestEvent((ServerModels.LoginWithSteamIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.LoginWithXboxRequest)) { if (_instance.OnServerLoginWithXboxRequestEvent != null) { _instance.OnServerLoginWithXboxRequestEvent((ServerModels.LoginWithXboxRequest)e.Request); return; } } + if (type == typeof(ServerModels.LoginWithXboxIdRequest)) { if (_instance.OnServerLoginWithXboxIdRequestEvent != null) { _instance.OnServerLoginWithXboxIdRequestEvent((ServerModels.LoginWithXboxIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.ModifyItemUsesRequest)) { if (_instance.OnServerModifyItemUsesRequestEvent != null) { _instance.OnServerModifyItemUsesRequestEvent((ServerModels.ModifyItemUsesRequest)e.Request); return; } } + if (type == typeof(ServerModels.MoveItemToCharacterFromCharacterRequest)) { if (_instance.OnServerMoveItemToCharacterFromCharacterRequestEvent != null) { _instance.OnServerMoveItemToCharacterFromCharacterRequestEvent((ServerModels.MoveItemToCharacterFromCharacterRequest)e.Request); return; } } + if (type == typeof(ServerModels.MoveItemToCharacterFromUserRequest)) { if (_instance.OnServerMoveItemToCharacterFromUserRequestEvent != null) { _instance.OnServerMoveItemToCharacterFromUserRequestEvent((ServerModels.MoveItemToCharacterFromUserRequest)e.Request); return; } } + if (type == typeof(ServerModels.MoveItemToUserFromCharacterRequest)) { if (_instance.OnServerMoveItemToUserFromCharacterRequestEvent != null) { _instance.OnServerMoveItemToUserFromCharacterRequestEvent((ServerModels.MoveItemToUserFromCharacterRequest)e.Request); return; } } + if (type == typeof(ServerModels.RedeemCouponRequest)) { if (_instance.OnServerRedeemCouponRequestEvent != null) { _instance.OnServerRedeemCouponRequestEvent((ServerModels.RedeemCouponRequest)e.Request); return; } } + if (type == typeof(ServerModels.RemoveFriendRequest)) { if (_instance.OnServerRemoveFriendRequestEvent != null) { _instance.OnServerRemoveFriendRequestEvent((ServerModels.RemoveFriendRequest)e.Request); return; } } + if (type == typeof(ServerModels.RemoveGenericIDRequest)) { if (_instance.OnServerRemoveGenericIDRequestEvent != null) { _instance.OnServerRemoveGenericIDRequestEvent((ServerModels.RemoveGenericIDRequest)e.Request); return; } } + if (type == typeof(ServerModels.RemovePlayerTagRequest)) { if (_instance.OnServerRemovePlayerTagRequestEvent != null) { _instance.OnServerRemovePlayerTagRequestEvent((ServerModels.RemovePlayerTagRequest)e.Request); return; } } + if (type == typeof(ServerModels.RemoveSharedGroupMembersRequest)) { if (_instance.OnServerRemoveSharedGroupMembersRequestEvent != null) { _instance.OnServerRemoveSharedGroupMembersRequestEvent((ServerModels.RemoveSharedGroupMembersRequest)e.Request); return; } } + if (type == typeof(ServerModels.ReportPlayerServerRequest)) { if (_instance.OnServerReportPlayerRequestEvent != null) { _instance.OnServerReportPlayerRequestEvent((ServerModels.ReportPlayerServerRequest)e.Request); return; } } + if (type == typeof(ServerModels.RevokeAllBansForUserRequest)) { if (_instance.OnServerRevokeAllBansForUserRequestEvent != null) { _instance.OnServerRevokeAllBansForUserRequestEvent((ServerModels.RevokeAllBansForUserRequest)e.Request); return; } } + if (type == typeof(ServerModels.RevokeBansRequest)) { if (_instance.OnServerRevokeBansRequestEvent != null) { _instance.OnServerRevokeBansRequestEvent((ServerModels.RevokeBansRequest)e.Request); return; } } + if (type == typeof(ServerModels.RevokeInventoryItemRequest)) { if (_instance.OnServerRevokeInventoryItemRequestEvent != null) { _instance.OnServerRevokeInventoryItemRequestEvent((ServerModels.RevokeInventoryItemRequest)e.Request); return; } } + if (type == typeof(ServerModels.RevokeInventoryItemsRequest)) { if (_instance.OnServerRevokeInventoryItemsRequestEvent != null) { _instance.OnServerRevokeInventoryItemsRequestEvent((ServerModels.RevokeInventoryItemsRequest)e.Request); return; } } + if (type == typeof(ServerModels.SavePushNotificationTemplateRequest)) { if (_instance.OnServerSavePushNotificationTemplateRequestEvent != null) { _instance.OnServerSavePushNotificationTemplateRequestEvent((ServerModels.SavePushNotificationTemplateRequest)e.Request); return; } } + if (type == typeof(ServerModels.SendCustomAccountRecoveryEmailRequest)) { if (_instance.OnServerSendCustomAccountRecoveryEmailRequestEvent != null) { _instance.OnServerSendCustomAccountRecoveryEmailRequestEvent((ServerModels.SendCustomAccountRecoveryEmailRequest)e.Request); return; } } + if (type == typeof(ServerModels.SendEmailFromTemplateRequest)) { if (_instance.OnServerSendEmailFromTemplateRequestEvent != null) { _instance.OnServerSendEmailFromTemplateRequestEvent((ServerModels.SendEmailFromTemplateRequest)e.Request); return; } } + if (type == typeof(ServerModels.SendPushNotificationRequest)) { if (_instance.OnServerSendPushNotificationRequestEvent != null) { _instance.OnServerSendPushNotificationRequestEvent((ServerModels.SendPushNotificationRequest)e.Request); return; } } + if (type == typeof(ServerModels.SendPushNotificationFromTemplateRequest)) { if (_instance.OnServerSendPushNotificationFromTemplateRequestEvent != null) { _instance.OnServerSendPushNotificationFromTemplateRequestEvent((ServerModels.SendPushNotificationFromTemplateRequest)e.Request); return; } } + if (type == typeof(ServerModels.SetFriendTagsRequest)) { if (_instance.OnServerSetFriendTagsRequestEvent != null) { _instance.OnServerSetFriendTagsRequestEvent((ServerModels.SetFriendTagsRequest)e.Request); return; } } + if (type == typeof(ServerModels.SetPlayerSecretRequest)) { if (_instance.OnServerSetPlayerSecretRequestEvent != null) { _instance.OnServerSetPlayerSecretRequestEvent((ServerModels.SetPlayerSecretRequest)e.Request); return; } } + if (type == typeof(ServerModels.SetPublisherDataRequest)) { if (_instance.OnServerSetPublisherDataRequestEvent != null) { _instance.OnServerSetPublisherDataRequestEvent((ServerModels.SetPublisherDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.SetTitleDataRequest)) { if (_instance.OnServerSetTitleDataRequestEvent != null) { _instance.OnServerSetTitleDataRequestEvent((ServerModels.SetTitleDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.SetTitleDataRequest)) { if (_instance.OnServerSetTitleInternalDataRequestEvent != null) { _instance.OnServerSetTitleInternalDataRequestEvent((ServerModels.SetTitleDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.SubtractCharacterVirtualCurrencyRequest)) { if (_instance.OnServerSubtractCharacterVirtualCurrencyRequestEvent != null) { _instance.OnServerSubtractCharacterVirtualCurrencyRequestEvent((ServerModels.SubtractCharacterVirtualCurrencyRequest)e.Request); return; } } + if (type == typeof(ServerModels.SubtractUserVirtualCurrencyRequest)) { if (_instance.OnServerSubtractUserVirtualCurrencyRequestEvent != null) { _instance.OnServerSubtractUserVirtualCurrencyRequestEvent((ServerModels.SubtractUserVirtualCurrencyRequest)e.Request); return; } } + if (type == typeof(ServerModels.UnlinkNintendoServiceAccountRequest)) { if (_instance.OnServerUnlinkNintendoServiceAccountRequestEvent != null) { _instance.OnServerUnlinkNintendoServiceAccountRequestEvent((ServerModels.UnlinkNintendoServiceAccountRequest)e.Request); return; } } + if (type == typeof(ServerModels.UnlinkNintendoSwitchDeviceIdRequest)) { if (_instance.OnServerUnlinkNintendoSwitchDeviceIdRequestEvent != null) { _instance.OnServerUnlinkNintendoSwitchDeviceIdRequestEvent((ServerModels.UnlinkNintendoSwitchDeviceIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.UnlinkPSNAccountRequest)) { if (_instance.OnServerUnlinkPSNAccountRequestEvent != null) { _instance.OnServerUnlinkPSNAccountRequestEvent((ServerModels.UnlinkPSNAccountRequest)e.Request); return; } } + if (type == typeof(ServerModels.UnlinkServerCustomIdRequest)) { if (_instance.OnServerUnlinkServerCustomIdRequestEvent != null) { _instance.OnServerUnlinkServerCustomIdRequestEvent((ServerModels.UnlinkServerCustomIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.UnlinkSteamIdRequest)) { if (_instance.OnServerUnlinkSteamIdRequestEvent != null) { _instance.OnServerUnlinkSteamIdRequestEvent((ServerModels.UnlinkSteamIdRequest)e.Request); return; } } + if (type == typeof(ServerModels.UnlinkXboxAccountRequest)) { if (_instance.OnServerUnlinkXboxAccountRequestEvent != null) { _instance.OnServerUnlinkXboxAccountRequestEvent((ServerModels.UnlinkXboxAccountRequest)e.Request); return; } } + if (type == typeof(ServerModels.UnlockContainerInstanceRequest)) { if (_instance.OnServerUnlockContainerInstanceRequestEvent != null) { _instance.OnServerUnlockContainerInstanceRequestEvent((ServerModels.UnlockContainerInstanceRequest)e.Request); return; } } + if (type == typeof(ServerModels.UnlockContainerItemRequest)) { if (_instance.OnServerUnlockContainerItemRequestEvent != null) { _instance.OnServerUnlockContainerItemRequestEvent((ServerModels.UnlockContainerItemRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateAvatarUrlRequest)) { if (_instance.OnServerUpdateAvatarUrlRequestEvent != null) { _instance.OnServerUpdateAvatarUrlRequestEvent((ServerModels.UpdateAvatarUrlRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateBansRequest)) { if (_instance.OnServerUpdateBansRequestEvent != null) { _instance.OnServerUpdateBansRequestEvent((ServerModels.UpdateBansRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateCharacterDataRequest)) { if (_instance.OnServerUpdateCharacterDataRequestEvent != null) { _instance.OnServerUpdateCharacterDataRequestEvent((ServerModels.UpdateCharacterDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateCharacterDataRequest)) { if (_instance.OnServerUpdateCharacterInternalDataRequestEvent != null) { _instance.OnServerUpdateCharacterInternalDataRequestEvent((ServerModels.UpdateCharacterDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateCharacterDataRequest)) { if (_instance.OnServerUpdateCharacterReadOnlyDataRequestEvent != null) { _instance.OnServerUpdateCharacterReadOnlyDataRequestEvent((ServerModels.UpdateCharacterDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateCharacterStatisticsRequest)) { if (_instance.OnServerUpdateCharacterStatisticsRequestEvent != null) { _instance.OnServerUpdateCharacterStatisticsRequestEvent((ServerModels.UpdateCharacterStatisticsRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdatePlayerStatisticsRequest)) { if (_instance.OnServerUpdatePlayerStatisticsRequestEvent != null) { _instance.OnServerUpdatePlayerStatisticsRequestEvent((ServerModels.UpdatePlayerStatisticsRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateSharedGroupDataRequest)) { if (_instance.OnServerUpdateSharedGroupDataRequestEvent != null) { _instance.OnServerUpdateSharedGroupDataRequestEvent((ServerModels.UpdateSharedGroupDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateUserDataRequest)) { if (_instance.OnServerUpdateUserDataRequestEvent != null) { _instance.OnServerUpdateUserDataRequestEvent((ServerModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateUserInternalDataRequest)) { if (_instance.OnServerUpdateUserInternalDataRequestEvent != null) { _instance.OnServerUpdateUserInternalDataRequestEvent((ServerModels.UpdateUserInternalDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateUserInventoryItemDataRequest)) { if (_instance.OnServerUpdateUserInventoryItemCustomDataRequestEvent != null) { _instance.OnServerUpdateUserInventoryItemCustomDataRequestEvent((ServerModels.UpdateUserInventoryItemDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateUserDataRequest)) { if (_instance.OnServerUpdateUserPublisherDataRequestEvent != null) { _instance.OnServerUpdateUserPublisherDataRequestEvent((ServerModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateUserInternalDataRequest)) { if (_instance.OnServerUpdateUserPublisherInternalDataRequestEvent != null) { _instance.OnServerUpdateUserPublisherInternalDataRequestEvent((ServerModels.UpdateUserInternalDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateUserDataRequest)) { if (_instance.OnServerUpdateUserPublisherReadOnlyDataRequestEvent != null) { _instance.OnServerUpdateUserPublisherReadOnlyDataRequestEvent((ServerModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.UpdateUserDataRequest)) { if (_instance.OnServerUpdateUserReadOnlyDataRequestEvent != null) { _instance.OnServerUpdateUserReadOnlyDataRequestEvent((ServerModels.UpdateUserDataRequest)e.Request); return; } } + if (type == typeof(ServerModels.WriteServerCharacterEventRequest)) { if (_instance.OnServerWriteCharacterEventRequestEvent != null) { _instance.OnServerWriteCharacterEventRequestEvent((ServerModels.WriteServerCharacterEventRequest)e.Request); return; } } + if (type == typeof(ServerModels.WriteServerPlayerEventRequest)) { if (_instance.OnServerWritePlayerEventRequestEvent != null) { _instance.OnServerWritePlayerEventRequestEvent((ServerModels.WriteServerPlayerEventRequest)e.Request); return; } } + if (type == typeof(ServerModels.WriteTitleEventRequest)) { if (_instance.OnServerWriteTitleEventRequestEvent != null) { _instance.OnServerWriteTitleEventRequestEvent((ServerModels.WriteTitleEventRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(AuthenticationModels.AuthenticateCustomIdRequest)) { if (_instance.OnAuthenticationAuthenticateGameServerWithCustomIdRequestEvent != null) { _instance.OnAuthenticationAuthenticateGameServerWithCustomIdRequestEvent((AuthenticationModels.AuthenticateCustomIdRequest)e.Request); return; } } + if (type == typeof(AuthenticationModels.DeleteRequest)) { if (_instance.OnAuthenticationDeleteRequestEvent != null) { _instance.OnAuthenticationDeleteRequestEvent((AuthenticationModels.DeleteRequest)e.Request); return; } } + if (type == typeof(AuthenticationModels.GetEntityTokenRequest)) { if (_instance.OnAuthenticationGetEntityTokenRequestEvent != null) { _instance.OnAuthenticationGetEntityTokenRequestEvent((AuthenticationModels.GetEntityTokenRequest)e.Request); return; } } + if (type == typeof(AuthenticationModels.ValidateEntityTokenRequest)) { if (_instance.OnAuthenticationValidateEntityTokenRequestEvent != null) { _instance.OnAuthenticationValidateEntityTokenRequestEvent((AuthenticationModels.ValidateEntityTokenRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(CloudScriptModels.ExecuteEntityCloudScriptRequest)) { if (_instance.OnCloudScriptExecuteEntityCloudScriptRequestEvent != null) { _instance.OnCloudScriptExecuteEntityCloudScriptRequestEvent((CloudScriptModels.ExecuteEntityCloudScriptRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.ExecuteFunctionRequest)) { if (_instance.OnCloudScriptExecuteFunctionRequestEvent != null) { _instance.OnCloudScriptExecuteFunctionRequestEvent((CloudScriptModels.ExecuteFunctionRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.GetFunctionRequest)) { if (_instance.OnCloudScriptGetFunctionRequestEvent != null) { _instance.OnCloudScriptGetFunctionRequestEvent((CloudScriptModels.GetFunctionRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.ListFunctionsRequest)) { if (_instance.OnCloudScriptListEventHubFunctionsRequestEvent != null) { _instance.OnCloudScriptListEventHubFunctionsRequestEvent((CloudScriptModels.ListFunctionsRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.ListFunctionsRequest)) { if (_instance.OnCloudScriptListFunctionsRequestEvent != null) { _instance.OnCloudScriptListFunctionsRequestEvent((CloudScriptModels.ListFunctionsRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.ListFunctionsRequest)) { if (_instance.OnCloudScriptListHttpFunctionsRequestEvent != null) { _instance.OnCloudScriptListHttpFunctionsRequestEvent((CloudScriptModels.ListFunctionsRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.ListFunctionsRequest)) { if (_instance.OnCloudScriptListQueuedFunctionsRequestEvent != null) { _instance.OnCloudScriptListQueuedFunctionsRequestEvent((CloudScriptModels.ListFunctionsRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.PostFunctionResultForEntityTriggeredActionRequest)) { if (_instance.OnCloudScriptPostFunctionResultForEntityTriggeredActionRequestEvent != null) { _instance.OnCloudScriptPostFunctionResultForEntityTriggeredActionRequestEvent((CloudScriptModels.PostFunctionResultForEntityTriggeredActionRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.PostFunctionResultForFunctionExecutionRequest)) { if (_instance.OnCloudScriptPostFunctionResultForFunctionExecutionRequestEvent != null) { _instance.OnCloudScriptPostFunctionResultForFunctionExecutionRequestEvent((CloudScriptModels.PostFunctionResultForFunctionExecutionRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.PostFunctionResultForPlayerTriggeredActionRequest)) { if (_instance.OnCloudScriptPostFunctionResultForPlayerTriggeredActionRequestEvent != null) { _instance.OnCloudScriptPostFunctionResultForPlayerTriggeredActionRequestEvent((CloudScriptModels.PostFunctionResultForPlayerTriggeredActionRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.PostFunctionResultForScheduledTaskRequest)) { if (_instance.OnCloudScriptPostFunctionResultForScheduledTaskRequestEvent != null) { _instance.OnCloudScriptPostFunctionResultForScheduledTaskRequestEvent((CloudScriptModels.PostFunctionResultForScheduledTaskRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.RegisterEventHubFunctionRequest)) { if (_instance.OnCloudScriptRegisterEventHubFunctionRequestEvent != null) { _instance.OnCloudScriptRegisterEventHubFunctionRequestEvent((CloudScriptModels.RegisterEventHubFunctionRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.RegisterHttpFunctionRequest)) { if (_instance.OnCloudScriptRegisterHttpFunctionRequestEvent != null) { _instance.OnCloudScriptRegisterHttpFunctionRequestEvent((CloudScriptModels.RegisterHttpFunctionRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.RegisterQueuedFunctionRequest)) { if (_instance.OnCloudScriptRegisterQueuedFunctionRequestEvent != null) { _instance.OnCloudScriptRegisterQueuedFunctionRequestEvent((CloudScriptModels.RegisterQueuedFunctionRequest)e.Request); return; } } + if (type == typeof(CloudScriptModels.UnregisterFunctionRequest)) { if (_instance.OnCloudScriptUnregisterFunctionRequestEvent != null) { _instance.OnCloudScriptUnregisterFunctionRequestEvent((CloudScriptModels.UnregisterFunctionRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(DataModels.AbortFileUploadsRequest)) { if (_instance.OnDataAbortFileUploadsRequestEvent != null) { _instance.OnDataAbortFileUploadsRequestEvent((DataModels.AbortFileUploadsRequest)e.Request); return; } } + if (type == typeof(DataModels.DeleteFilesRequest)) { if (_instance.OnDataDeleteFilesRequestEvent != null) { _instance.OnDataDeleteFilesRequestEvent((DataModels.DeleteFilesRequest)e.Request); return; } } + if (type == typeof(DataModels.FinalizeFileUploadsRequest)) { if (_instance.OnDataFinalizeFileUploadsRequestEvent != null) { _instance.OnDataFinalizeFileUploadsRequestEvent((DataModels.FinalizeFileUploadsRequest)e.Request); return; } } + if (type == typeof(DataModels.GetFilesRequest)) { if (_instance.OnDataGetFilesRequestEvent != null) { _instance.OnDataGetFilesRequestEvent((DataModels.GetFilesRequest)e.Request); return; } } + if (type == typeof(DataModels.GetObjectsRequest)) { if (_instance.OnDataGetObjectsRequestEvent != null) { _instance.OnDataGetObjectsRequestEvent((DataModels.GetObjectsRequest)e.Request); return; } } + if (type == typeof(DataModels.InitiateFileUploadsRequest)) { if (_instance.OnDataInitiateFileUploadsRequestEvent != null) { _instance.OnDataInitiateFileUploadsRequestEvent((DataModels.InitiateFileUploadsRequest)e.Request); return; } } + if (type == typeof(DataModels.SetObjectsRequest)) { if (_instance.OnDataSetObjectsRequestEvent != null) { _instance.OnDataSetObjectsRequestEvent((DataModels.SetObjectsRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(EconomyModels.AddInventoryItemsRequest)) { if (_instance.OnEconomyAddInventoryItemsRequestEvent != null) { _instance.OnEconomyAddInventoryItemsRequestEvent((EconomyModels.AddInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.CreateDraftItemRequest)) { if (_instance.OnEconomyCreateDraftItemRequestEvent != null) { _instance.OnEconomyCreateDraftItemRequestEvent((EconomyModels.CreateDraftItemRequest)e.Request); return; } } + if (type == typeof(EconomyModels.CreateUploadUrlsRequest)) { if (_instance.OnEconomyCreateUploadUrlsRequestEvent != null) { _instance.OnEconomyCreateUploadUrlsRequestEvent((EconomyModels.CreateUploadUrlsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.DeleteEntityItemReviewsRequest)) { if (_instance.OnEconomyDeleteEntityItemReviewsRequestEvent != null) { _instance.OnEconomyDeleteEntityItemReviewsRequestEvent((EconomyModels.DeleteEntityItemReviewsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.DeleteInventoryCollectionRequest)) { if (_instance.OnEconomyDeleteInventoryCollectionRequestEvent != null) { _instance.OnEconomyDeleteInventoryCollectionRequestEvent((EconomyModels.DeleteInventoryCollectionRequest)e.Request); return; } } + if (type == typeof(EconomyModels.DeleteInventoryItemsRequest)) { if (_instance.OnEconomyDeleteInventoryItemsRequestEvent != null) { _instance.OnEconomyDeleteInventoryItemsRequestEvent((EconomyModels.DeleteInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.DeleteItemRequest)) { if (_instance.OnEconomyDeleteItemRequestEvent != null) { _instance.OnEconomyDeleteItemRequestEvent((EconomyModels.DeleteItemRequest)e.Request); return; } } + if (type == typeof(EconomyModels.ExecuteInventoryOperationsRequest)) { if (_instance.OnEconomyExecuteInventoryOperationsRequestEvent != null) { _instance.OnEconomyExecuteInventoryOperationsRequestEvent((EconomyModels.ExecuteInventoryOperationsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.ExecuteTransferOperationsRequest)) { if (_instance.OnEconomyExecuteTransferOperationsRequestEvent != null) { _instance.OnEconomyExecuteTransferOperationsRequestEvent((EconomyModels.ExecuteTransferOperationsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetCatalogConfigRequest)) { if (_instance.OnEconomyGetCatalogConfigRequestEvent != null) { _instance.OnEconomyGetCatalogConfigRequestEvent((EconomyModels.GetCatalogConfigRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetDraftItemRequest)) { if (_instance.OnEconomyGetDraftItemRequestEvent != null) { _instance.OnEconomyGetDraftItemRequestEvent((EconomyModels.GetDraftItemRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetDraftItemsRequest)) { if (_instance.OnEconomyGetDraftItemsRequestEvent != null) { _instance.OnEconomyGetDraftItemsRequestEvent((EconomyModels.GetDraftItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetEntityDraftItemsRequest)) { if (_instance.OnEconomyGetEntityDraftItemsRequestEvent != null) { _instance.OnEconomyGetEntityDraftItemsRequestEvent((EconomyModels.GetEntityDraftItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetEntityItemReviewRequest)) { if (_instance.OnEconomyGetEntityItemReviewRequestEvent != null) { _instance.OnEconomyGetEntityItemReviewRequestEvent((EconomyModels.GetEntityItemReviewRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetInventoryCollectionIdsRequest)) { if (_instance.OnEconomyGetInventoryCollectionIdsRequestEvent != null) { _instance.OnEconomyGetInventoryCollectionIdsRequestEvent((EconomyModels.GetInventoryCollectionIdsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetInventoryItemsRequest)) { if (_instance.OnEconomyGetInventoryItemsRequestEvent != null) { _instance.OnEconomyGetInventoryItemsRequestEvent((EconomyModels.GetInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetInventoryOperationStatusRequest)) { if (_instance.OnEconomyGetInventoryOperationStatusRequestEvent != null) { _instance.OnEconomyGetInventoryOperationStatusRequestEvent((EconomyModels.GetInventoryOperationStatusRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetItemRequest)) { if (_instance.OnEconomyGetItemRequestEvent != null) { _instance.OnEconomyGetItemRequestEvent((EconomyModels.GetItemRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetItemContainersRequest)) { if (_instance.OnEconomyGetItemContainersRequestEvent != null) { _instance.OnEconomyGetItemContainersRequestEvent((EconomyModels.GetItemContainersRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetItemModerationStateRequest)) { if (_instance.OnEconomyGetItemModerationStateRequestEvent != null) { _instance.OnEconomyGetItemModerationStateRequestEvent((EconomyModels.GetItemModerationStateRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetItemPublishStatusRequest)) { if (_instance.OnEconomyGetItemPublishStatusRequestEvent != null) { _instance.OnEconomyGetItemPublishStatusRequestEvent((EconomyModels.GetItemPublishStatusRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetItemReviewsRequest)) { if (_instance.OnEconomyGetItemReviewsRequestEvent != null) { _instance.OnEconomyGetItemReviewsRequestEvent((EconomyModels.GetItemReviewsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetItemReviewSummaryRequest)) { if (_instance.OnEconomyGetItemReviewSummaryRequestEvent != null) { _instance.OnEconomyGetItemReviewSummaryRequestEvent((EconomyModels.GetItemReviewSummaryRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetItemsRequest)) { if (_instance.OnEconomyGetItemsRequestEvent != null) { _instance.OnEconomyGetItemsRequestEvent((EconomyModels.GetItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetMicrosoftStoreAccessTokensRequest)) { if (_instance.OnEconomyGetMicrosoftStoreAccessTokensRequestEvent != null) { _instance.OnEconomyGetMicrosoftStoreAccessTokensRequestEvent((EconomyModels.GetMicrosoftStoreAccessTokensRequest)e.Request); return; } } + if (type == typeof(EconomyModels.GetTransactionHistoryRequest)) { if (_instance.OnEconomyGetTransactionHistoryRequestEvent != null) { _instance.OnEconomyGetTransactionHistoryRequestEvent((EconomyModels.GetTransactionHistoryRequest)e.Request); return; } } + if (type == typeof(EconomyModels.PublishDraftItemRequest)) { if (_instance.OnEconomyPublishDraftItemRequestEvent != null) { _instance.OnEconomyPublishDraftItemRequestEvent((EconomyModels.PublishDraftItemRequest)e.Request); return; } } + if (type == typeof(EconomyModels.PurchaseInventoryItemsRequest)) { if (_instance.OnEconomyPurchaseInventoryItemsRequestEvent != null) { _instance.OnEconomyPurchaseInventoryItemsRequestEvent((EconomyModels.PurchaseInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.RedeemAppleAppStoreInventoryItemsRequest)) { if (_instance.OnEconomyRedeemAppleAppStoreInventoryItemsRequestEvent != null) { _instance.OnEconomyRedeemAppleAppStoreInventoryItemsRequestEvent((EconomyModels.RedeemAppleAppStoreInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.RedeemGooglePlayInventoryItemsRequest)) { if (_instance.OnEconomyRedeemGooglePlayInventoryItemsRequestEvent != null) { _instance.OnEconomyRedeemGooglePlayInventoryItemsRequestEvent((EconomyModels.RedeemGooglePlayInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.RedeemMicrosoftStoreInventoryItemsRequest)) { if (_instance.OnEconomyRedeemMicrosoftStoreInventoryItemsRequestEvent != null) { _instance.OnEconomyRedeemMicrosoftStoreInventoryItemsRequestEvent((EconomyModels.RedeemMicrosoftStoreInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.RedeemNintendoEShopInventoryItemsRequest)) { if (_instance.OnEconomyRedeemNintendoEShopInventoryItemsRequestEvent != null) { _instance.OnEconomyRedeemNintendoEShopInventoryItemsRequestEvent((EconomyModels.RedeemNintendoEShopInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.RedeemPlayStationStoreInventoryItemsRequest)) { if (_instance.OnEconomyRedeemPlayStationStoreInventoryItemsRequestEvent != null) { _instance.OnEconomyRedeemPlayStationStoreInventoryItemsRequestEvent((EconomyModels.RedeemPlayStationStoreInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.RedeemSteamInventoryItemsRequest)) { if (_instance.OnEconomyRedeemSteamInventoryItemsRequestEvent != null) { _instance.OnEconomyRedeemSteamInventoryItemsRequestEvent((EconomyModels.RedeemSteamInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.ReportItemRequest)) { if (_instance.OnEconomyReportItemRequestEvent != null) { _instance.OnEconomyReportItemRequestEvent((EconomyModels.ReportItemRequest)e.Request); return; } } + if (type == typeof(EconomyModels.ReportItemReviewRequest)) { if (_instance.OnEconomyReportItemReviewRequestEvent != null) { _instance.OnEconomyReportItemReviewRequestEvent((EconomyModels.ReportItemReviewRequest)e.Request); return; } } + if (type == typeof(EconomyModels.ReviewItemRequest)) { if (_instance.OnEconomyReviewItemRequestEvent != null) { _instance.OnEconomyReviewItemRequestEvent((EconomyModels.ReviewItemRequest)e.Request); return; } } + if (type == typeof(EconomyModels.SearchItemsRequest)) { if (_instance.OnEconomySearchItemsRequestEvent != null) { _instance.OnEconomySearchItemsRequestEvent((EconomyModels.SearchItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.SetItemModerationStateRequest)) { if (_instance.OnEconomySetItemModerationStateRequestEvent != null) { _instance.OnEconomySetItemModerationStateRequestEvent((EconomyModels.SetItemModerationStateRequest)e.Request); return; } } + if (type == typeof(EconomyModels.SubmitItemReviewVoteRequest)) { if (_instance.OnEconomySubmitItemReviewVoteRequestEvent != null) { _instance.OnEconomySubmitItemReviewVoteRequestEvent((EconomyModels.SubmitItemReviewVoteRequest)e.Request); return; } } + if (type == typeof(EconomyModels.SubtractInventoryItemsRequest)) { if (_instance.OnEconomySubtractInventoryItemsRequestEvent != null) { _instance.OnEconomySubtractInventoryItemsRequestEvent((EconomyModels.SubtractInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.TakedownItemReviewsRequest)) { if (_instance.OnEconomyTakedownItemReviewsRequestEvent != null) { _instance.OnEconomyTakedownItemReviewsRequestEvent((EconomyModels.TakedownItemReviewsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.TransferInventoryItemsRequest)) { if (_instance.OnEconomyTransferInventoryItemsRequestEvent != null) { _instance.OnEconomyTransferInventoryItemsRequestEvent((EconomyModels.TransferInventoryItemsRequest)e.Request); return; } } + if (type == typeof(EconomyModels.UpdateCatalogConfigRequest)) { if (_instance.OnEconomyUpdateCatalogConfigRequestEvent != null) { _instance.OnEconomyUpdateCatalogConfigRequestEvent((EconomyModels.UpdateCatalogConfigRequest)e.Request); return; } } + if (type == typeof(EconomyModels.UpdateDraftItemRequest)) { if (_instance.OnEconomyUpdateDraftItemRequestEvent != null) { _instance.OnEconomyUpdateDraftItemRequestEvent((EconomyModels.UpdateDraftItemRequest)e.Request); return; } } + if (type == typeof(EconomyModels.UpdateInventoryItemsRequest)) { if (_instance.OnEconomyUpdateInventoryItemsRequestEvent != null) { _instance.OnEconomyUpdateInventoryItemsRequestEvent((EconomyModels.UpdateInventoryItemsRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(EventsModels.CreateTelemetryKeyRequest)) { if (_instance.OnEventsCreateTelemetryKeyRequestEvent != null) { _instance.OnEventsCreateTelemetryKeyRequestEvent((EventsModels.CreateTelemetryKeyRequest)e.Request); return; } } + if (type == typeof(EventsModels.DeleteTelemetryKeyRequest)) { if (_instance.OnEventsDeleteTelemetryKeyRequestEvent != null) { _instance.OnEventsDeleteTelemetryKeyRequestEvent((EventsModels.DeleteTelemetryKeyRequest)e.Request); return; } } + if (type == typeof(EventsModels.GetTelemetryKeyRequest)) { if (_instance.OnEventsGetTelemetryKeyRequestEvent != null) { _instance.OnEventsGetTelemetryKeyRequestEvent((EventsModels.GetTelemetryKeyRequest)e.Request); return; } } + if (type == typeof(EventsModels.ListTelemetryKeysRequest)) { if (_instance.OnEventsListTelemetryKeysRequestEvent != null) { _instance.OnEventsListTelemetryKeysRequestEvent((EventsModels.ListTelemetryKeysRequest)e.Request); return; } } + if (type == typeof(EventsModels.SetTelemetryKeyActiveRequest)) { if (_instance.OnEventsSetTelemetryKeyActiveRequestEvent != null) { _instance.OnEventsSetTelemetryKeyActiveRequestEvent((EventsModels.SetTelemetryKeyActiveRequest)e.Request); return; } } + if (type == typeof(EventsModels.WriteEventsRequest)) { if (_instance.OnEventsWriteEventsRequestEvent != null) { _instance.OnEventsWriteEventsRequestEvent((EventsModels.WriteEventsRequest)e.Request); return; } } + if (type == typeof(EventsModels.WriteEventsRequest)) { if (_instance.OnEventsWriteTelemetryEventsRequestEvent != null) { _instance.OnEventsWriteTelemetryEventsRequestEvent((EventsModels.WriteEventsRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(ExperimentationModels.CreateExclusionGroupRequest)) { if (_instance.OnExperimentationCreateExclusionGroupRequestEvent != null) { _instance.OnExperimentationCreateExclusionGroupRequestEvent((ExperimentationModels.CreateExclusionGroupRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.CreateExperimentRequest)) { if (_instance.OnExperimentationCreateExperimentRequestEvent != null) { _instance.OnExperimentationCreateExperimentRequestEvent((ExperimentationModels.CreateExperimentRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.DeleteExclusionGroupRequest)) { if (_instance.OnExperimentationDeleteExclusionGroupRequestEvent != null) { _instance.OnExperimentationDeleteExclusionGroupRequestEvent((ExperimentationModels.DeleteExclusionGroupRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.DeleteExperimentRequest)) { if (_instance.OnExperimentationDeleteExperimentRequestEvent != null) { _instance.OnExperimentationDeleteExperimentRequestEvent((ExperimentationModels.DeleteExperimentRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.GetExclusionGroupsRequest)) { if (_instance.OnExperimentationGetExclusionGroupsRequestEvent != null) { _instance.OnExperimentationGetExclusionGroupsRequestEvent((ExperimentationModels.GetExclusionGroupsRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.GetExclusionGroupTrafficRequest)) { if (_instance.OnExperimentationGetExclusionGroupTrafficRequestEvent != null) { _instance.OnExperimentationGetExclusionGroupTrafficRequestEvent((ExperimentationModels.GetExclusionGroupTrafficRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.GetExperimentsRequest)) { if (_instance.OnExperimentationGetExperimentsRequestEvent != null) { _instance.OnExperimentationGetExperimentsRequestEvent((ExperimentationModels.GetExperimentsRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.GetLatestScorecardRequest)) { if (_instance.OnExperimentationGetLatestScorecardRequestEvent != null) { _instance.OnExperimentationGetLatestScorecardRequestEvent((ExperimentationModels.GetLatestScorecardRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.GetTreatmentAssignmentRequest)) { if (_instance.OnExperimentationGetTreatmentAssignmentRequestEvent != null) { _instance.OnExperimentationGetTreatmentAssignmentRequestEvent((ExperimentationModels.GetTreatmentAssignmentRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.StartExperimentRequest)) { if (_instance.OnExperimentationStartExperimentRequestEvent != null) { _instance.OnExperimentationStartExperimentRequestEvent((ExperimentationModels.StartExperimentRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.StopExperimentRequest)) { if (_instance.OnExperimentationStopExperimentRequestEvent != null) { _instance.OnExperimentationStopExperimentRequestEvent((ExperimentationModels.StopExperimentRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.UpdateExclusionGroupRequest)) { if (_instance.OnExperimentationUpdateExclusionGroupRequestEvent != null) { _instance.OnExperimentationUpdateExclusionGroupRequestEvent((ExperimentationModels.UpdateExclusionGroupRequest)e.Request); return; } } + if (type == typeof(ExperimentationModels.UpdateExperimentRequest)) { if (_instance.OnExperimentationUpdateExperimentRequestEvent != null) { _instance.OnExperimentationUpdateExperimentRequestEvent((ExperimentationModels.UpdateExperimentRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(InsightsModels.InsightsEmptyRequest)) { if (_instance.OnInsightsGetDetailsRequestEvent != null) { _instance.OnInsightsGetDetailsRequestEvent((InsightsModels.InsightsEmptyRequest)e.Request); return; } } + if (type == typeof(InsightsModels.InsightsEmptyRequest)) { if (_instance.OnInsightsGetLimitsRequestEvent != null) { _instance.OnInsightsGetLimitsRequestEvent((InsightsModels.InsightsEmptyRequest)e.Request); return; } } + if (type == typeof(InsightsModels.InsightsGetOperationStatusRequest)) { if (_instance.OnInsightsGetOperationStatusRequestEvent != null) { _instance.OnInsightsGetOperationStatusRequestEvent((InsightsModels.InsightsGetOperationStatusRequest)e.Request); return; } } + if (type == typeof(InsightsModels.InsightsGetPendingOperationsRequest)) { if (_instance.OnInsightsGetPendingOperationsRequestEvent != null) { _instance.OnInsightsGetPendingOperationsRequestEvent((InsightsModels.InsightsGetPendingOperationsRequest)e.Request); return; } } + if (type == typeof(InsightsModels.InsightsSetPerformanceRequest)) { if (_instance.OnInsightsSetPerformanceRequestEvent != null) { _instance.OnInsightsSetPerformanceRequestEvent((InsightsModels.InsightsSetPerformanceRequest)e.Request); return; } } + if (type == typeof(InsightsModels.InsightsSetStorageRetentionRequest)) { if (_instance.OnInsightsSetStorageRetentionRequestEvent != null) { _instance.OnInsightsSetStorageRetentionRequestEvent((InsightsModels.InsightsSetStorageRetentionRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(GroupsModels.AcceptGroupApplicationRequest)) { if (_instance.OnGroupsAcceptGroupApplicationRequestEvent != null) { _instance.OnGroupsAcceptGroupApplicationRequestEvent((GroupsModels.AcceptGroupApplicationRequest)e.Request); return; } } + if (type == typeof(GroupsModels.AcceptGroupInvitationRequest)) { if (_instance.OnGroupsAcceptGroupInvitationRequestEvent != null) { _instance.OnGroupsAcceptGroupInvitationRequestEvent((GroupsModels.AcceptGroupInvitationRequest)e.Request); return; } } + if (type == typeof(GroupsModels.AddMembersRequest)) { if (_instance.OnGroupsAddMembersRequestEvent != null) { _instance.OnGroupsAddMembersRequestEvent((GroupsModels.AddMembersRequest)e.Request); return; } } + if (type == typeof(GroupsModels.ApplyToGroupRequest)) { if (_instance.OnGroupsApplyToGroupRequestEvent != null) { _instance.OnGroupsApplyToGroupRequestEvent((GroupsModels.ApplyToGroupRequest)e.Request); return; } } + if (type == typeof(GroupsModels.BlockEntityRequest)) { if (_instance.OnGroupsBlockEntityRequestEvent != null) { _instance.OnGroupsBlockEntityRequestEvent((GroupsModels.BlockEntityRequest)e.Request); return; } } + if (type == typeof(GroupsModels.ChangeMemberRoleRequest)) { if (_instance.OnGroupsChangeMemberRoleRequestEvent != null) { _instance.OnGroupsChangeMemberRoleRequestEvent((GroupsModels.ChangeMemberRoleRequest)e.Request); return; } } + if (type == typeof(GroupsModels.CreateGroupRequest)) { if (_instance.OnGroupsCreateGroupRequestEvent != null) { _instance.OnGroupsCreateGroupRequestEvent((GroupsModels.CreateGroupRequest)e.Request); return; } } + if (type == typeof(GroupsModels.CreateGroupRoleRequest)) { if (_instance.OnGroupsCreateRoleRequestEvent != null) { _instance.OnGroupsCreateRoleRequestEvent((GroupsModels.CreateGroupRoleRequest)e.Request); return; } } + if (type == typeof(GroupsModels.DeleteGroupRequest)) { if (_instance.OnGroupsDeleteGroupRequestEvent != null) { _instance.OnGroupsDeleteGroupRequestEvent((GroupsModels.DeleteGroupRequest)e.Request); return; } } + if (type == typeof(GroupsModels.DeleteRoleRequest)) { if (_instance.OnGroupsDeleteRoleRequestEvent != null) { _instance.OnGroupsDeleteRoleRequestEvent((GroupsModels.DeleteRoleRequest)e.Request); return; } } + if (type == typeof(GroupsModels.GetGroupRequest)) { if (_instance.OnGroupsGetGroupRequestEvent != null) { _instance.OnGroupsGetGroupRequestEvent((GroupsModels.GetGroupRequest)e.Request); return; } } + if (type == typeof(GroupsModels.InviteToGroupRequest)) { if (_instance.OnGroupsInviteToGroupRequestEvent != null) { _instance.OnGroupsInviteToGroupRequestEvent((GroupsModels.InviteToGroupRequest)e.Request); return; } } + if (type == typeof(GroupsModels.IsMemberRequest)) { if (_instance.OnGroupsIsMemberRequestEvent != null) { _instance.OnGroupsIsMemberRequestEvent((GroupsModels.IsMemberRequest)e.Request); return; } } + if (type == typeof(GroupsModels.ListGroupApplicationsRequest)) { if (_instance.OnGroupsListGroupApplicationsRequestEvent != null) { _instance.OnGroupsListGroupApplicationsRequestEvent((GroupsModels.ListGroupApplicationsRequest)e.Request); return; } } + if (type == typeof(GroupsModels.ListGroupBlocksRequest)) { if (_instance.OnGroupsListGroupBlocksRequestEvent != null) { _instance.OnGroupsListGroupBlocksRequestEvent((GroupsModels.ListGroupBlocksRequest)e.Request); return; } } + if (type == typeof(GroupsModels.ListGroupInvitationsRequest)) { if (_instance.OnGroupsListGroupInvitationsRequestEvent != null) { _instance.OnGroupsListGroupInvitationsRequestEvent((GroupsModels.ListGroupInvitationsRequest)e.Request); return; } } + if (type == typeof(GroupsModels.ListGroupMembersRequest)) { if (_instance.OnGroupsListGroupMembersRequestEvent != null) { _instance.OnGroupsListGroupMembersRequestEvent((GroupsModels.ListGroupMembersRequest)e.Request); return; } } + if (type == typeof(GroupsModels.ListMembershipRequest)) { if (_instance.OnGroupsListMembershipRequestEvent != null) { _instance.OnGroupsListMembershipRequestEvent((GroupsModels.ListMembershipRequest)e.Request); return; } } + if (type == typeof(GroupsModels.ListMembershipOpportunitiesRequest)) { if (_instance.OnGroupsListMembershipOpportunitiesRequestEvent != null) { _instance.OnGroupsListMembershipOpportunitiesRequestEvent((GroupsModels.ListMembershipOpportunitiesRequest)e.Request); return; } } + if (type == typeof(GroupsModels.RemoveGroupApplicationRequest)) { if (_instance.OnGroupsRemoveGroupApplicationRequestEvent != null) { _instance.OnGroupsRemoveGroupApplicationRequestEvent((GroupsModels.RemoveGroupApplicationRequest)e.Request); return; } } + if (type == typeof(GroupsModels.RemoveGroupInvitationRequest)) { if (_instance.OnGroupsRemoveGroupInvitationRequestEvent != null) { _instance.OnGroupsRemoveGroupInvitationRequestEvent((GroupsModels.RemoveGroupInvitationRequest)e.Request); return; } } + if (type == typeof(GroupsModels.RemoveMembersRequest)) { if (_instance.OnGroupsRemoveMembersRequestEvent != null) { _instance.OnGroupsRemoveMembersRequestEvent((GroupsModels.RemoveMembersRequest)e.Request); return; } } + if (type == typeof(GroupsModels.UnblockEntityRequest)) { if (_instance.OnGroupsUnblockEntityRequestEvent != null) { _instance.OnGroupsUnblockEntityRequestEvent((GroupsModels.UnblockEntityRequest)e.Request); return; } } + if (type == typeof(GroupsModels.UpdateGroupRequest)) { if (_instance.OnGroupsUpdateGroupRequestEvent != null) { _instance.OnGroupsUpdateGroupRequestEvent((GroupsModels.UpdateGroupRequest)e.Request); return; } } + if (type == typeof(GroupsModels.UpdateGroupRoleRequest)) { if (_instance.OnGroupsUpdateRoleRequestEvent != null) { _instance.OnGroupsUpdateRoleRequestEvent((GroupsModels.UpdateGroupRoleRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(ProgressionModels.CreateLeaderboardDefinitionRequest)) { if (_instance.OnProgressionCreateLeaderboardDefinitionRequestEvent != null) { _instance.OnProgressionCreateLeaderboardDefinitionRequestEvent((ProgressionModels.CreateLeaderboardDefinitionRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.CreateStatisticDefinitionRequest)) { if (_instance.OnProgressionCreateStatisticDefinitionRequestEvent != null) { _instance.OnProgressionCreateStatisticDefinitionRequestEvent((ProgressionModels.CreateStatisticDefinitionRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.DeleteLeaderboardDefinitionRequest)) { if (_instance.OnProgressionDeleteLeaderboardDefinitionRequestEvent != null) { _instance.OnProgressionDeleteLeaderboardDefinitionRequestEvent((ProgressionModels.DeleteLeaderboardDefinitionRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.DeleteLeaderboardEntriesRequest)) { if (_instance.OnProgressionDeleteLeaderboardEntriesRequestEvent != null) { _instance.OnProgressionDeleteLeaderboardEntriesRequestEvent((ProgressionModels.DeleteLeaderboardEntriesRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.DeleteStatisticDefinitionRequest)) { if (_instance.OnProgressionDeleteStatisticDefinitionRequestEvent != null) { _instance.OnProgressionDeleteStatisticDefinitionRequestEvent((ProgressionModels.DeleteStatisticDefinitionRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.DeleteStatisticsRequest)) { if (_instance.OnProgressionDeleteStatisticsRequestEvent != null) { _instance.OnProgressionDeleteStatisticsRequestEvent((ProgressionModels.DeleteStatisticsRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.GetFriendLeaderboardForEntityRequest)) { if (_instance.OnProgressionGetFriendLeaderboardForEntityRequestEvent != null) { _instance.OnProgressionGetFriendLeaderboardForEntityRequestEvent((ProgressionModels.GetFriendLeaderboardForEntityRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.GetEntityLeaderboardRequest)) { if (_instance.OnProgressionGetLeaderboardRequestEvent != null) { _instance.OnProgressionGetLeaderboardRequestEvent((ProgressionModels.GetEntityLeaderboardRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.GetLeaderboardAroundEntityRequest)) { if (_instance.OnProgressionGetLeaderboardAroundEntityRequestEvent != null) { _instance.OnProgressionGetLeaderboardAroundEntityRequestEvent((ProgressionModels.GetLeaderboardAroundEntityRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.GetLeaderboardDefinitionRequest)) { if (_instance.OnProgressionGetLeaderboardDefinitionRequestEvent != null) { _instance.OnProgressionGetLeaderboardDefinitionRequestEvent((ProgressionModels.GetLeaderboardDefinitionRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.GetLeaderboardForEntitiesRequest)) { if (_instance.OnProgressionGetLeaderboardForEntitiesRequestEvent != null) { _instance.OnProgressionGetLeaderboardForEntitiesRequestEvent((ProgressionModels.GetLeaderboardForEntitiesRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.GetStatisticDefinitionRequest)) { if (_instance.OnProgressionGetStatisticDefinitionRequestEvent != null) { _instance.OnProgressionGetStatisticDefinitionRequestEvent((ProgressionModels.GetStatisticDefinitionRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.GetStatisticsRequest)) { if (_instance.OnProgressionGetStatisticsRequestEvent != null) { _instance.OnProgressionGetStatisticsRequestEvent((ProgressionModels.GetStatisticsRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.GetStatisticsForEntitiesRequest)) { if (_instance.OnProgressionGetStatisticsForEntitiesRequestEvent != null) { _instance.OnProgressionGetStatisticsForEntitiesRequestEvent((ProgressionModels.GetStatisticsForEntitiesRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.IncrementLeaderboardVersionRequest)) { if (_instance.OnProgressionIncrementLeaderboardVersionRequestEvent != null) { _instance.OnProgressionIncrementLeaderboardVersionRequestEvent((ProgressionModels.IncrementLeaderboardVersionRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.IncrementStatisticVersionRequest)) { if (_instance.OnProgressionIncrementStatisticVersionRequestEvent != null) { _instance.OnProgressionIncrementStatisticVersionRequestEvent((ProgressionModels.IncrementStatisticVersionRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.ListLeaderboardDefinitionsRequest)) { if (_instance.OnProgressionListLeaderboardDefinitionsRequestEvent != null) { _instance.OnProgressionListLeaderboardDefinitionsRequestEvent((ProgressionModels.ListLeaderboardDefinitionsRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.ListStatisticDefinitionsRequest)) { if (_instance.OnProgressionListStatisticDefinitionsRequestEvent != null) { _instance.OnProgressionListStatisticDefinitionsRequestEvent((ProgressionModels.ListStatisticDefinitionsRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.UnlinkLeaderboardFromStatisticRequest)) { if (_instance.OnProgressionUnlinkLeaderboardFromStatisticRequestEvent != null) { _instance.OnProgressionUnlinkLeaderboardFromStatisticRequestEvent((ProgressionModels.UnlinkLeaderboardFromStatisticRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.UpdateLeaderboardEntriesRequest)) { if (_instance.OnProgressionUpdateLeaderboardEntriesRequestEvent != null) { _instance.OnProgressionUpdateLeaderboardEntriesRequestEvent((ProgressionModels.UpdateLeaderboardEntriesRequest)e.Request); return; } } + if (type == typeof(ProgressionModels.UpdateStatisticsRequest)) { if (_instance.OnProgressionUpdateStatisticsRequestEvent != null) { _instance.OnProgressionUpdateStatisticsRequestEvent((ProgressionModels.UpdateStatisticsRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(LocalizationModels.GetLanguageListRequest)) { if (_instance.OnLocalizationGetLanguageListRequestEvent != null) { _instance.OnLocalizationGetLanguageListRequestEvent((LocalizationModels.GetLanguageListRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(MultiplayerModels.CancelAllMatchmakingTicketsForPlayerRequest)) { if (_instance.OnMultiplayerCancelAllMatchmakingTicketsForPlayerRequestEvent != null) { _instance.OnMultiplayerCancelAllMatchmakingTicketsForPlayerRequestEvent((MultiplayerModels.CancelAllMatchmakingTicketsForPlayerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CancelAllServerBackfillTicketsForPlayerRequest)) { if (_instance.OnMultiplayerCancelAllServerBackfillTicketsForPlayerRequestEvent != null) { _instance.OnMultiplayerCancelAllServerBackfillTicketsForPlayerRequestEvent((MultiplayerModels.CancelAllServerBackfillTicketsForPlayerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CancelMatchmakingTicketRequest)) { if (_instance.OnMultiplayerCancelMatchmakingTicketRequestEvent != null) { _instance.OnMultiplayerCancelMatchmakingTicketRequestEvent((MultiplayerModels.CancelMatchmakingTicketRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CancelServerBackfillTicketRequest)) { if (_instance.OnMultiplayerCancelServerBackfillTicketRequestEvent != null) { _instance.OnMultiplayerCancelServerBackfillTicketRequestEvent((MultiplayerModels.CancelServerBackfillTicketRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateBuildAliasRequest)) { if (_instance.OnMultiplayerCreateBuildAliasRequestEvent != null) { _instance.OnMultiplayerCreateBuildAliasRequestEvent((MultiplayerModels.CreateBuildAliasRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateBuildWithCustomContainerRequest)) { if (_instance.OnMultiplayerCreateBuildWithCustomContainerRequestEvent != null) { _instance.OnMultiplayerCreateBuildWithCustomContainerRequestEvent((MultiplayerModels.CreateBuildWithCustomContainerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateBuildWithManagedContainerRequest)) { if (_instance.OnMultiplayerCreateBuildWithManagedContainerRequestEvent != null) { _instance.OnMultiplayerCreateBuildWithManagedContainerRequestEvent((MultiplayerModels.CreateBuildWithManagedContainerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateBuildWithProcessBasedServerRequest)) { if (_instance.OnMultiplayerCreateBuildWithProcessBasedServerRequestEvent != null) { _instance.OnMultiplayerCreateBuildWithProcessBasedServerRequestEvent((MultiplayerModels.CreateBuildWithProcessBasedServerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateLobbyRequest)) { if (_instance.OnMultiplayerCreateLobbyRequestEvent != null) { _instance.OnMultiplayerCreateLobbyRequestEvent((MultiplayerModels.CreateLobbyRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateMatchmakingTicketRequest)) { if (_instance.OnMultiplayerCreateMatchmakingTicketRequestEvent != null) { _instance.OnMultiplayerCreateMatchmakingTicketRequestEvent((MultiplayerModels.CreateMatchmakingTicketRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateRemoteUserRequest)) { if (_instance.OnMultiplayerCreateRemoteUserRequestEvent != null) { _instance.OnMultiplayerCreateRemoteUserRequestEvent((MultiplayerModels.CreateRemoteUserRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateServerBackfillTicketRequest)) { if (_instance.OnMultiplayerCreateServerBackfillTicketRequestEvent != null) { _instance.OnMultiplayerCreateServerBackfillTicketRequestEvent((MultiplayerModels.CreateServerBackfillTicketRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateServerMatchmakingTicketRequest)) { if (_instance.OnMultiplayerCreateServerMatchmakingTicketRequestEvent != null) { _instance.OnMultiplayerCreateServerMatchmakingTicketRequestEvent((MultiplayerModels.CreateServerMatchmakingTicketRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.CreateTitleMultiplayerServersQuotaChangeRequest)) { if (_instance.OnMultiplayerCreateTitleMultiplayerServersQuotaChangeRequestEvent != null) { _instance.OnMultiplayerCreateTitleMultiplayerServersQuotaChangeRequestEvent((MultiplayerModels.CreateTitleMultiplayerServersQuotaChangeRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.DeleteAssetRequest)) { if (_instance.OnMultiplayerDeleteAssetRequestEvent != null) { _instance.OnMultiplayerDeleteAssetRequestEvent((MultiplayerModels.DeleteAssetRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.DeleteBuildRequest)) { if (_instance.OnMultiplayerDeleteBuildRequestEvent != null) { _instance.OnMultiplayerDeleteBuildRequestEvent((MultiplayerModels.DeleteBuildRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.DeleteBuildAliasRequest)) { if (_instance.OnMultiplayerDeleteBuildAliasRequestEvent != null) { _instance.OnMultiplayerDeleteBuildAliasRequestEvent((MultiplayerModels.DeleteBuildAliasRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.DeleteBuildRegionRequest)) { if (_instance.OnMultiplayerDeleteBuildRegionRequestEvent != null) { _instance.OnMultiplayerDeleteBuildRegionRequestEvent((MultiplayerModels.DeleteBuildRegionRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.DeleteCertificateRequest)) { if (_instance.OnMultiplayerDeleteCertificateRequestEvent != null) { _instance.OnMultiplayerDeleteCertificateRequestEvent((MultiplayerModels.DeleteCertificateRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.DeleteContainerImageRequest)) { if (_instance.OnMultiplayerDeleteContainerImageRepositoryRequestEvent != null) { _instance.OnMultiplayerDeleteContainerImageRepositoryRequestEvent((MultiplayerModels.DeleteContainerImageRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.DeleteLobbyRequest)) { if (_instance.OnMultiplayerDeleteLobbyRequestEvent != null) { _instance.OnMultiplayerDeleteLobbyRequestEvent((MultiplayerModels.DeleteLobbyRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.DeleteRemoteUserRequest)) { if (_instance.OnMultiplayerDeleteRemoteUserRequestEvent != null) { _instance.OnMultiplayerDeleteRemoteUserRequestEvent((MultiplayerModels.DeleteRemoteUserRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.DeleteSecretRequest)) { if (_instance.OnMultiplayerDeleteSecretRequestEvent != null) { _instance.OnMultiplayerDeleteSecretRequestEvent((MultiplayerModels.DeleteSecretRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.EnableMultiplayerServersForTitleRequest)) { if (_instance.OnMultiplayerEnableMultiplayerServersForTitleRequestEvent != null) { _instance.OnMultiplayerEnableMultiplayerServersForTitleRequestEvent((MultiplayerModels.EnableMultiplayerServersForTitleRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.FindFriendLobbiesRequest)) { if (_instance.OnMultiplayerFindFriendLobbiesRequestEvent != null) { _instance.OnMultiplayerFindFriendLobbiesRequestEvent((MultiplayerModels.FindFriendLobbiesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.FindLobbiesRequest)) { if (_instance.OnMultiplayerFindLobbiesRequestEvent != null) { _instance.OnMultiplayerFindLobbiesRequestEvent((MultiplayerModels.FindLobbiesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetAssetDownloadUrlRequest)) { if (_instance.OnMultiplayerGetAssetDownloadUrlRequestEvent != null) { _instance.OnMultiplayerGetAssetDownloadUrlRequestEvent((MultiplayerModels.GetAssetDownloadUrlRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetAssetUploadUrlRequest)) { if (_instance.OnMultiplayerGetAssetUploadUrlRequestEvent != null) { _instance.OnMultiplayerGetAssetUploadUrlRequestEvent((MultiplayerModels.GetAssetUploadUrlRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetBuildRequest)) { if (_instance.OnMultiplayerGetBuildRequestEvent != null) { _instance.OnMultiplayerGetBuildRequestEvent((MultiplayerModels.GetBuildRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetBuildAliasRequest)) { if (_instance.OnMultiplayerGetBuildAliasRequestEvent != null) { _instance.OnMultiplayerGetBuildAliasRequestEvent((MultiplayerModels.GetBuildAliasRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetContainerRegistryCredentialsRequest)) { if (_instance.OnMultiplayerGetContainerRegistryCredentialsRequestEvent != null) { _instance.OnMultiplayerGetContainerRegistryCredentialsRequestEvent((MultiplayerModels.GetContainerRegistryCredentialsRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetLobbyRequest)) { if (_instance.OnMultiplayerGetLobbyRequestEvent != null) { _instance.OnMultiplayerGetLobbyRequestEvent((MultiplayerModels.GetLobbyRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetMatchRequest)) { if (_instance.OnMultiplayerGetMatchRequestEvent != null) { _instance.OnMultiplayerGetMatchRequestEvent((MultiplayerModels.GetMatchRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetMatchmakingQueueRequest)) { if (_instance.OnMultiplayerGetMatchmakingQueueRequestEvent != null) { _instance.OnMultiplayerGetMatchmakingQueueRequestEvent((MultiplayerModels.GetMatchmakingQueueRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetMatchmakingTicketRequest)) { if (_instance.OnMultiplayerGetMatchmakingTicketRequestEvent != null) { _instance.OnMultiplayerGetMatchmakingTicketRequestEvent((MultiplayerModels.GetMatchmakingTicketRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetMultiplayerServerDetailsRequest)) { if (_instance.OnMultiplayerGetMultiplayerServerDetailsRequestEvent != null) { _instance.OnMultiplayerGetMultiplayerServerDetailsRequestEvent((MultiplayerModels.GetMultiplayerServerDetailsRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetMultiplayerServerLogsRequest)) { if (_instance.OnMultiplayerGetMultiplayerServerLogsRequestEvent != null) { _instance.OnMultiplayerGetMultiplayerServerLogsRequestEvent((MultiplayerModels.GetMultiplayerServerLogsRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetMultiplayerSessionLogsBySessionIdRequest)) { if (_instance.OnMultiplayerGetMultiplayerSessionLogsBySessionIdRequestEvent != null) { _instance.OnMultiplayerGetMultiplayerSessionLogsBySessionIdRequestEvent((MultiplayerModels.GetMultiplayerSessionLogsBySessionIdRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetQueueStatisticsRequest)) { if (_instance.OnMultiplayerGetQueueStatisticsRequestEvent != null) { _instance.OnMultiplayerGetQueueStatisticsRequestEvent((MultiplayerModels.GetQueueStatisticsRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetRemoteLoginEndpointRequest)) { if (_instance.OnMultiplayerGetRemoteLoginEndpointRequestEvent != null) { _instance.OnMultiplayerGetRemoteLoginEndpointRequestEvent((MultiplayerModels.GetRemoteLoginEndpointRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetServerBackfillTicketRequest)) { if (_instance.OnMultiplayerGetServerBackfillTicketRequestEvent != null) { _instance.OnMultiplayerGetServerBackfillTicketRequestEvent((MultiplayerModels.GetServerBackfillTicketRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetTitleEnabledForMultiplayerServersStatusRequest)) { if (_instance.OnMultiplayerGetTitleEnabledForMultiplayerServersStatusRequestEvent != null) { _instance.OnMultiplayerGetTitleEnabledForMultiplayerServersStatusRequestEvent((MultiplayerModels.GetTitleEnabledForMultiplayerServersStatusRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetTitleMultiplayerServersQuotaChangeRequest)) { if (_instance.OnMultiplayerGetTitleMultiplayerServersQuotaChangeRequestEvent != null) { _instance.OnMultiplayerGetTitleMultiplayerServersQuotaChangeRequestEvent((MultiplayerModels.GetTitleMultiplayerServersQuotaChangeRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.GetTitleMultiplayerServersQuotasRequest)) { if (_instance.OnMultiplayerGetTitleMultiplayerServersQuotasRequestEvent != null) { _instance.OnMultiplayerGetTitleMultiplayerServersQuotasRequestEvent((MultiplayerModels.GetTitleMultiplayerServersQuotasRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.InviteToLobbyRequest)) { if (_instance.OnMultiplayerInviteToLobbyRequestEvent != null) { _instance.OnMultiplayerInviteToLobbyRequestEvent((MultiplayerModels.InviteToLobbyRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.JoinArrangedLobbyRequest)) { if (_instance.OnMultiplayerJoinArrangedLobbyRequestEvent != null) { _instance.OnMultiplayerJoinArrangedLobbyRequestEvent((MultiplayerModels.JoinArrangedLobbyRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.JoinLobbyRequest)) { if (_instance.OnMultiplayerJoinLobbyRequestEvent != null) { _instance.OnMultiplayerJoinLobbyRequestEvent((MultiplayerModels.JoinLobbyRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.JoinLobbyAsServerRequest)) { if (_instance.OnMultiplayerJoinLobbyAsServerRequestEvent != null) { _instance.OnMultiplayerJoinLobbyAsServerRequestEvent((MultiplayerModels.JoinLobbyAsServerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.JoinMatchmakingTicketRequest)) { if (_instance.OnMultiplayerJoinMatchmakingTicketRequestEvent != null) { _instance.OnMultiplayerJoinMatchmakingTicketRequestEvent((MultiplayerModels.JoinMatchmakingTicketRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.LeaveLobbyRequest)) { if (_instance.OnMultiplayerLeaveLobbyRequestEvent != null) { _instance.OnMultiplayerLeaveLobbyRequestEvent((MultiplayerModels.LeaveLobbyRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.LeaveLobbyAsServerRequest)) { if (_instance.OnMultiplayerLeaveLobbyAsServerRequestEvent != null) { _instance.OnMultiplayerLeaveLobbyAsServerRequestEvent((MultiplayerModels.LeaveLobbyAsServerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListMultiplayerServersRequest)) { if (_instance.OnMultiplayerListArchivedMultiplayerServersRequestEvent != null) { _instance.OnMultiplayerListArchivedMultiplayerServersRequestEvent((MultiplayerModels.ListMultiplayerServersRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListAssetSummariesRequest)) { if (_instance.OnMultiplayerListAssetSummariesRequestEvent != null) { _instance.OnMultiplayerListAssetSummariesRequestEvent((MultiplayerModels.ListAssetSummariesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListBuildAliasesRequest)) { if (_instance.OnMultiplayerListBuildAliasesRequestEvent != null) { _instance.OnMultiplayerListBuildAliasesRequestEvent((MultiplayerModels.ListBuildAliasesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListBuildSummariesRequest)) { if (_instance.OnMultiplayerListBuildSummariesV2RequestEvent != null) { _instance.OnMultiplayerListBuildSummariesV2RequestEvent((MultiplayerModels.ListBuildSummariesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListCertificateSummariesRequest)) { if (_instance.OnMultiplayerListCertificateSummariesRequestEvent != null) { _instance.OnMultiplayerListCertificateSummariesRequestEvent((MultiplayerModels.ListCertificateSummariesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListContainerImagesRequest)) { if (_instance.OnMultiplayerListContainerImagesRequestEvent != null) { _instance.OnMultiplayerListContainerImagesRequestEvent((MultiplayerModels.ListContainerImagesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListContainerImageTagsRequest)) { if (_instance.OnMultiplayerListContainerImageTagsRequestEvent != null) { _instance.OnMultiplayerListContainerImageTagsRequestEvent((MultiplayerModels.ListContainerImageTagsRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListMatchmakingQueuesRequest)) { if (_instance.OnMultiplayerListMatchmakingQueuesRequestEvent != null) { _instance.OnMultiplayerListMatchmakingQueuesRequestEvent((MultiplayerModels.ListMatchmakingQueuesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListMatchmakingTicketsForPlayerRequest)) { if (_instance.OnMultiplayerListMatchmakingTicketsForPlayerRequestEvent != null) { _instance.OnMultiplayerListMatchmakingTicketsForPlayerRequestEvent((MultiplayerModels.ListMatchmakingTicketsForPlayerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListMultiplayerServersRequest)) { if (_instance.OnMultiplayerListMultiplayerServersRequestEvent != null) { _instance.OnMultiplayerListMultiplayerServersRequestEvent((MultiplayerModels.ListMultiplayerServersRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListPartyQosServersRequest)) { if (_instance.OnMultiplayerListPartyQosServersRequestEvent != null) { _instance.OnMultiplayerListPartyQosServersRequestEvent((MultiplayerModels.ListPartyQosServersRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListQosServersForTitleRequest)) { if (_instance.OnMultiplayerListQosServersForTitleRequestEvent != null) { _instance.OnMultiplayerListQosServersForTitleRequestEvent((MultiplayerModels.ListQosServersForTitleRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListSecretSummariesRequest)) { if (_instance.OnMultiplayerListSecretSummariesRequestEvent != null) { _instance.OnMultiplayerListSecretSummariesRequestEvent((MultiplayerModels.ListSecretSummariesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListServerBackfillTicketsForPlayerRequest)) { if (_instance.OnMultiplayerListServerBackfillTicketsForPlayerRequestEvent != null) { _instance.OnMultiplayerListServerBackfillTicketsForPlayerRequestEvent((MultiplayerModels.ListServerBackfillTicketsForPlayerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListTitleMultiplayerServersQuotaChangesRequest)) { if (_instance.OnMultiplayerListTitleMultiplayerServersQuotaChangesRequestEvent != null) { _instance.OnMultiplayerListTitleMultiplayerServersQuotaChangesRequestEvent((MultiplayerModels.ListTitleMultiplayerServersQuotaChangesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ListVirtualMachineSummariesRequest)) { if (_instance.OnMultiplayerListVirtualMachineSummariesRequestEvent != null) { _instance.OnMultiplayerListVirtualMachineSummariesRequestEvent((MultiplayerModels.ListVirtualMachineSummariesRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.RemoveMatchmakingQueueRequest)) { if (_instance.OnMultiplayerRemoveMatchmakingQueueRequestEvent != null) { _instance.OnMultiplayerRemoveMatchmakingQueueRequestEvent((MultiplayerModels.RemoveMatchmakingQueueRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.RemoveMemberFromLobbyRequest)) { if (_instance.OnMultiplayerRemoveMemberRequestEvent != null) { _instance.OnMultiplayerRemoveMemberRequestEvent((MultiplayerModels.RemoveMemberFromLobbyRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.RequestMultiplayerServerRequest)) { if (_instance.OnMultiplayerRequestMultiplayerServerRequestEvent != null) { _instance.OnMultiplayerRequestMultiplayerServerRequestEvent((MultiplayerModels.RequestMultiplayerServerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.RequestPartyServiceRequest)) { if (_instance.OnMultiplayerRequestPartyServiceRequestEvent != null) { _instance.OnMultiplayerRequestPartyServiceRequestEvent((MultiplayerModels.RequestPartyServiceRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.RolloverContainerRegistryCredentialsRequest)) { if (_instance.OnMultiplayerRolloverContainerRegistryCredentialsRequestEvent != null) { _instance.OnMultiplayerRolloverContainerRegistryCredentialsRequestEvent((MultiplayerModels.RolloverContainerRegistryCredentialsRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.SetMatchmakingQueueRequest)) { if (_instance.OnMultiplayerSetMatchmakingQueueRequestEvent != null) { _instance.OnMultiplayerSetMatchmakingQueueRequestEvent((MultiplayerModels.SetMatchmakingQueueRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.ShutdownMultiplayerServerRequest)) { if (_instance.OnMultiplayerShutdownMultiplayerServerRequestEvent != null) { _instance.OnMultiplayerShutdownMultiplayerServerRequestEvent((MultiplayerModels.ShutdownMultiplayerServerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.SubscribeToLobbyResourceRequest)) { if (_instance.OnMultiplayerSubscribeToLobbyResourceRequestEvent != null) { _instance.OnMultiplayerSubscribeToLobbyResourceRequestEvent((MultiplayerModels.SubscribeToLobbyResourceRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.SubscribeToMatchResourceRequest)) { if (_instance.OnMultiplayerSubscribeToMatchmakingResourceRequestEvent != null) { _instance.OnMultiplayerSubscribeToMatchmakingResourceRequestEvent((MultiplayerModels.SubscribeToMatchResourceRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UnsubscribeFromLobbyResourceRequest)) { if (_instance.OnMultiplayerUnsubscribeFromLobbyResourceRequestEvent != null) { _instance.OnMultiplayerUnsubscribeFromLobbyResourceRequestEvent((MultiplayerModels.UnsubscribeFromLobbyResourceRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UnsubscribeFromMatchResourceRequest)) { if (_instance.OnMultiplayerUnsubscribeFromMatchmakingResourceRequestEvent != null) { _instance.OnMultiplayerUnsubscribeFromMatchmakingResourceRequestEvent((MultiplayerModels.UnsubscribeFromMatchResourceRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UntagContainerImageRequest)) { if (_instance.OnMultiplayerUntagContainerImageRequestEvent != null) { _instance.OnMultiplayerUntagContainerImageRequestEvent((MultiplayerModels.UntagContainerImageRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UpdateBuildAliasRequest)) { if (_instance.OnMultiplayerUpdateBuildAliasRequestEvent != null) { _instance.OnMultiplayerUpdateBuildAliasRequestEvent((MultiplayerModels.UpdateBuildAliasRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UpdateBuildNameRequest)) { if (_instance.OnMultiplayerUpdateBuildNameRequestEvent != null) { _instance.OnMultiplayerUpdateBuildNameRequestEvent((MultiplayerModels.UpdateBuildNameRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UpdateBuildRegionRequest)) { if (_instance.OnMultiplayerUpdateBuildRegionRequestEvent != null) { _instance.OnMultiplayerUpdateBuildRegionRequestEvent((MultiplayerModels.UpdateBuildRegionRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UpdateBuildRegionsRequest)) { if (_instance.OnMultiplayerUpdateBuildRegionsRequestEvent != null) { _instance.OnMultiplayerUpdateBuildRegionsRequestEvent((MultiplayerModels.UpdateBuildRegionsRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UpdateLobbyRequest)) { if (_instance.OnMultiplayerUpdateLobbyRequestEvent != null) { _instance.OnMultiplayerUpdateLobbyRequestEvent((MultiplayerModels.UpdateLobbyRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UpdateLobbyAsServerRequest)) { if (_instance.OnMultiplayerUpdateLobbyAsServerRequestEvent != null) { _instance.OnMultiplayerUpdateLobbyAsServerRequestEvent((MultiplayerModels.UpdateLobbyAsServerRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UploadCertificateRequest)) { if (_instance.OnMultiplayerUploadCertificateRequestEvent != null) { _instance.OnMultiplayerUploadCertificateRequestEvent((MultiplayerModels.UploadCertificateRequest)e.Request); return; } } + if (type == typeof(MultiplayerModels.UploadSecretRequest)) { if (_instance.OnMultiplayerUploadSecretRequestEvent != null) { _instance.OnMultiplayerUploadSecretRequestEvent((MultiplayerModels.UploadSecretRequest)e.Request); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(ProfilesModels.GetGlobalPolicyRequest)) { if (_instance.OnProfilesGetGlobalPolicyRequestEvent != null) { _instance.OnProfilesGetGlobalPolicyRequestEvent((ProfilesModels.GetGlobalPolicyRequest)e.Request); return; } } + if (type == typeof(ProfilesModels.GetEntityProfileRequest)) { if (_instance.OnProfilesGetProfileRequestEvent != null) { _instance.OnProfilesGetProfileRequestEvent((ProfilesModels.GetEntityProfileRequest)e.Request); return; } } + if (type == typeof(ProfilesModels.GetEntityProfilesRequest)) { if (_instance.OnProfilesGetProfilesRequestEvent != null) { _instance.OnProfilesGetProfilesRequestEvent((ProfilesModels.GetEntityProfilesRequest)e.Request); return; } } + if (type == typeof(ProfilesModels.GetTitlePlayersFromMasterPlayerAccountIdsRequest)) { if (_instance.OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequestEvent != null) { _instance.OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequestEvent((ProfilesModels.GetTitlePlayersFromMasterPlayerAccountIdsRequest)e.Request); return; } } + if (type == typeof(ProfilesModels.GetTitlePlayersFromXboxLiveIDsRequest)) { if (_instance.OnProfilesGetTitlePlayersFromXboxLiveIDsRequestEvent != null) { _instance.OnProfilesGetTitlePlayersFromXboxLiveIDsRequestEvent((ProfilesModels.GetTitlePlayersFromXboxLiveIDsRequest)e.Request); return; } } + if (type == typeof(ProfilesModels.SetDisplayNameRequest)) { if (_instance.OnProfilesSetDisplayNameRequestEvent != null) { _instance.OnProfilesSetDisplayNameRequestEvent((ProfilesModels.SetDisplayNameRequest)e.Request); return; } } + if (type == typeof(ProfilesModels.SetGlobalPolicyRequest)) { if (_instance.OnProfilesSetGlobalPolicyRequestEvent != null) { _instance.OnProfilesSetGlobalPolicyRequestEvent((ProfilesModels.SetGlobalPolicyRequest)e.Request); return; } } + if (type == typeof(ProfilesModels.SetProfileLanguageRequest)) { if (_instance.OnProfilesSetProfileLanguageRequestEvent != null) { _instance.OnProfilesSetProfileLanguageRequestEvent((ProfilesModels.SetProfileLanguageRequest)e.Request); return; } } + if (type == typeof(ProfilesModels.SetEntityProfilePolicyRequest)) { if (_instance.OnProfilesSetProfilePolicyRequestEvent != null) { _instance.OnProfilesSetProfilePolicyRequestEvent((ProfilesModels.SetEntityProfilePolicyRequest)e.Request); return; } } +#endif +#if ENABLE_PLAYFABSERVER_API +#endif +#if !DISABLE_PLAYFABENTITY_API + if (type == typeof(AddonModels.CreateOrUpdateAppleRequest)) { if (_instance.OnAddonCreateOrUpdateAppleRequestEvent != null) { _instance.OnAddonCreateOrUpdateAppleRequestEvent((AddonModels.CreateOrUpdateAppleRequest)e.Request); return; } } + if (type == typeof(AddonModels.CreateOrUpdateFacebookRequest)) { if (_instance.OnAddonCreateOrUpdateFacebookRequestEvent != null) { _instance.OnAddonCreateOrUpdateFacebookRequestEvent((AddonModels.CreateOrUpdateFacebookRequest)e.Request); return; } } + if (type == typeof(AddonModels.CreateOrUpdateFacebookInstantGamesRequest)) { if (_instance.OnAddonCreateOrUpdateFacebookInstantGamesRequestEvent != null) { _instance.OnAddonCreateOrUpdateFacebookInstantGamesRequestEvent((AddonModels.CreateOrUpdateFacebookInstantGamesRequest)e.Request); return; } } + if (type == typeof(AddonModels.CreateOrUpdateGoogleRequest)) { if (_instance.OnAddonCreateOrUpdateGoogleRequestEvent != null) { _instance.OnAddonCreateOrUpdateGoogleRequestEvent((AddonModels.CreateOrUpdateGoogleRequest)e.Request); return; } } + if (type == typeof(AddonModels.CreateOrUpdateKongregateRequest)) { if (_instance.OnAddonCreateOrUpdateKongregateRequestEvent != null) { _instance.OnAddonCreateOrUpdateKongregateRequestEvent((AddonModels.CreateOrUpdateKongregateRequest)e.Request); return; } } + if (type == typeof(AddonModels.CreateOrUpdateNintendoRequest)) { if (_instance.OnAddonCreateOrUpdateNintendoRequestEvent != null) { _instance.OnAddonCreateOrUpdateNintendoRequestEvent((AddonModels.CreateOrUpdateNintendoRequest)e.Request); return; } } + if (type == typeof(AddonModels.CreateOrUpdatePSNRequest)) { if (_instance.OnAddonCreateOrUpdatePSNRequestEvent != null) { _instance.OnAddonCreateOrUpdatePSNRequestEvent((AddonModels.CreateOrUpdatePSNRequest)e.Request); return; } } + if (type == typeof(AddonModels.CreateOrUpdateSteamRequest)) { if (_instance.OnAddonCreateOrUpdateSteamRequestEvent != null) { _instance.OnAddonCreateOrUpdateSteamRequestEvent((AddonModels.CreateOrUpdateSteamRequest)e.Request); return; } } + if (type == typeof(AddonModels.CreateOrUpdateTwitchRequest)) { if (_instance.OnAddonCreateOrUpdateTwitchRequestEvent != null) { _instance.OnAddonCreateOrUpdateTwitchRequestEvent((AddonModels.CreateOrUpdateTwitchRequest)e.Request); return; } } + if (type == typeof(AddonModels.DeleteAppleRequest)) { if (_instance.OnAddonDeleteAppleRequestEvent != null) { _instance.OnAddonDeleteAppleRequestEvent((AddonModels.DeleteAppleRequest)e.Request); return; } } + if (type == typeof(AddonModels.DeleteFacebookRequest)) { if (_instance.OnAddonDeleteFacebookRequestEvent != null) { _instance.OnAddonDeleteFacebookRequestEvent((AddonModels.DeleteFacebookRequest)e.Request); return; } } + if (type == typeof(AddonModels.DeleteFacebookInstantGamesRequest)) { if (_instance.OnAddonDeleteFacebookInstantGamesRequestEvent != null) { _instance.OnAddonDeleteFacebookInstantGamesRequestEvent((AddonModels.DeleteFacebookInstantGamesRequest)e.Request); return; } } + if (type == typeof(AddonModels.DeleteGoogleRequest)) { if (_instance.OnAddonDeleteGoogleRequestEvent != null) { _instance.OnAddonDeleteGoogleRequestEvent((AddonModels.DeleteGoogleRequest)e.Request); return; } } + if (type == typeof(AddonModels.DeleteKongregateRequest)) { if (_instance.OnAddonDeleteKongregateRequestEvent != null) { _instance.OnAddonDeleteKongregateRequestEvent((AddonModels.DeleteKongregateRequest)e.Request); return; } } + if (type == typeof(AddonModels.DeleteNintendoRequest)) { if (_instance.OnAddonDeleteNintendoRequestEvent != null) { _instance.OnAddonDeleteNintendoRequestEvent((AddonModels.DeleteNintendoRequest)e.Request); return; } } + if (type == typeof(AddonModels.DeletePSNRequest)) { if (_instance.OnAddonDeletePSNRequestEvent != null) { _instance.OnAddonDeletePSNRequestEvent((AddonModels.DeletePSNRequest)e.Request); return; } } + if (type == typeof(AddonModels.DeleteSteamRequest)) { if (_instance.OnAddonDeleteSteamRequestEvent != null) { _instance.OnAddonDeleteSteamRequestEvent((AddonModels.DeleteSteamRequest)e.Request); return; } } + if (type == typeof(AddonModels.DeleteTwitchRequest)) { if (_instance.OnAddonDeleteTwitchRequestEvent != null) { _instance.OnAddonDeleteTwitchRequestEvent((AddonModels.DeleteTwitchRequest)e.Request); return; } } + if (type == typeof(AddonModels.GetAppleRequest)) { if (_instance.OnAddonGetAppleRequestEvent != null) { _instance.OnAddonGetAppleRequestEvent((AddonModels.GetAppleRequest)e.Request); return; } } + if (type == typeof(AddonModels.GetFacebookRequest)) { if (_instance.OnAddonGetFacebookRequestEvent != null) { _instance.OnAddonGetFacebookRequestEvent((AddonModels.GetFacebookRequest)e.Request); return; } } + if (type == typeof(AddonModels.GetFacebookInstantGamesRequest)) { if (_instance.OnAddonGetFacebookInstantGamesRequestEvent != null) { _instance.OnAddonGetFacebookInstantGamesRequestEvent((AddonModels.GetFacebookInstantGamesRequest)e.Request); return; } } + if (type == typeof(AddonModels.GetGoogleRequest)) { if (_instance.OnAddonGetGoogleRequestEvent != null) { _instance.OnAddonGetGoogleRequestEvent((AddonModels.GetGoogleRequest)e.Request); return; } } + if (type == typeof(AddonModels.GetKongregateRequest)) { if (_instance.OnAddonGetKongregateRequestEvent != null) { _instance.OnAddonGetKongregateRequestEvent((AddonModels.GetKongregateRequest)e.Request); return; } } + if (type == typeof(AddonModels.GetNintendoRequest)) { if (_instance.OnAddonGetNintendoRequestEvent != null) { _instance.OnAddonGetNintendoRequestEvent((AddonModels.GetNintendoRequest)e.Request); return; } } + if (type == typeof(AddonModels.GetPSNRequest)) { if (_instance.OnAddonGetPSNRequestEvent != null) { _instance.OnAddonGetPSNRequestEvent((AddonModels.GetPSNRequest)e.Request); return; } } + if (type == typeof(AddonModels.GetSteamRequest)) { if (_instance.OnAddonGetSteamRequestEvent != null) { _instance.OnAddonGetSteamRequestEvent((AddonModels.GetSteamRequest)e.Request); return; } } + if (type == typeof(AddonModels.GetTwitchRequest)) { if (_instance.OnAddonGetTwitchRequestEvent != null) { _instance.OnAddonGetTwitchRequestEvent((AddonModels.GetTwitchRequest)e.Request); return; } } +#endif + + } + else + { + var type = e.Result.GetType(); +#if ENABLE_PLAYFABADMIN_API + + if (type == typeof(AdminModels.EmptyResponse)) { if (_instance.OnAdminAbortTaskInstanceResultEvent != null) { _instance.OnAdminAbortTaskInstanceResultEvent((AdminModels.EmptyResponse)e.Result); return; } } + if (type == typeof(AdminModels.AddLocalizedNewsResult)) { if (_instance.OnAdminAddLocalizedNewsResultEvent != null) { _instance.OnAdminAddLocalizedNewsResultEvent((AdminModels.AddLocalizedNewsResult)e.Result); return; } } + if (type == typeof(AdminModels.AddNewsResult)) { if (_instance.OnAdminAddNewsResultEvent != null) { _instance.OnAdminAddNewsResultEvent((AdminModels.AddNewsResult)e.Result); return; } } + if (type == typeof(AdminModels.AddPlayerTagResult)) { if (_instance.OnAdminAddPlayerTagResultEvent != null) { _instance.OnAdminAddPlayerTagResultEvent((AdminModels.AddPlayerTagResult)e.Result); return; } } + if (type == typeof(AdminModels.ModifyUserVirtualCurrencyResult)) { if (_instance.OnAdminAddUserVirtualCurrencyResultEvent != null) { _instance.OnAdminAddUserVirtualCurrencyResultEvent((AdminModels.ModifyUserVirtualCurrencyResult)e.Result); return; } } + if (type == typeof(AdminModels.BlankResult)) { if (_instance.OnAdminAddVirtualCurrencyTypesResultEvent != null) { _instance.OnAdminAddVirtualCurrencyTypesResultEvent((AdminModels.BlankResult)e.Result); return; } } + if (type == typeof(AdminModels.BanUsersResult)) { if (_instance.OnAdminBanUsersResultEvent != null) { _instance.OnAdminBanUsersResultEvent((AdminModels.BanUsersResult)e.Result); return; } } + if (type == typeof(AdminModels.CheckLimitedEditionItemAvailabilityResult)) { if (_instance.OnAdminCheckLimitedEditionItemAvailabilityResultEvent != null) { _instance.OnAdminCheckLimitedEditionItemAvailabilityResultEvent((AdminModels.CheckLimitedEditionItemAvailabilityResult)e.Result); return; } } + if (type == typeof(AdminModels.CreateTaskResult)) { if (_instance.OnAdminCreateActionsOnPlayersInSegmentTaskResultEvent != null) { _instance.OnAdminCreateActionsOnPlayersInSegmentTaskResultEvent((AdminModels.CreateTaskResult)e.Result); return; } } + if (type == typeof(AdminModels.CreateTaskResult)) { if (_instance.OnAdminCreateCloudScriptTaskResultEvent != null) { _instance.OnAdminCreateCloudScriptTaskResultEvent((AdminModels.CreateTaskResult)e.Result); return; } } + if (type == typeof(AdminModels.CreateTaskResult)) { if (_instance.OnAdminCreateInsightsScheduledScalingTaskResultEvent != null) { _instance.OnAdminCreateInsightsScheduledScalingTaskResultEvent((AdminModels.CreateTaskResult)e.Result); return; } } + if (type == typeof(AdminModels.EmptyResponse)) { if (_instance.OnAdminCreateOpenIdConnectionResultEvent != null) { _instance.OnAdminCreateOpenIdConnectionResultEvent((AdminModels.EmptyResponse)e.Result); return; } } + if (type == typeof(AdminModels.CreatePlayerSharedSecretResult)) { if (_instance.OnAdminCreatePlayerSharedSecretResultEvent != null) { _instance.OnAdminCreatePlayerSharedSecretResultEvent((AdminModels.CreatePlayerSharedSecretResult)e.Result); return; } } + if (type == typeof(AdminModels.CreatePlayerStatisticDefinitionResult)) { if (_instance.OnAdminCreatePlayerStatisticDefinitionResultEvent != null) { _instance.OnAdminCreatePlayerStatisticDefinitionResultEvent((AdminModels.CreatePlayerStatisticDefinitionResult)e.Result); return; } } + if (type == typeof(AdminModels.CreateSegmentResponse)) { if (_instance.OnAdminCreateSegmentResultEvent != null) { _instance.OnAdminCreateSegmentResultEvent((AdminModels.CreateSegmentResponse)e.Result); return; } } + if (type == typeof(AdminModels.BlankResult)) { if (_instance.OnAdminDeleteContentResultEvent != null) { _instance.OnAdminDeleteContentResultEvent((AdminModels.BlankResult)e.Result); return; } } + if (type == typeof(AdminModels.DeleteMasterPlayerAccountResult)) { if (_instance.OnAdminDeleteMasterPlayerAccountResultEvent != null) { _instance.OnAdminDeleteMasterPlayerAccountResultEvent((AdminModels.DeleteMasterPlayerAccountResult)e.Result); return; } } + if (type == typeof(AdminModels.DeleteMasterPlayerEventDataResult)) { if (_instance.OnAdminDeleteMasterPlayerEventDataResultEvent != null) { _instance.OnAdminDeleteMasterPlayerEventDataResultEvent((AdminModels.DeleteMasterPlayerEventDataResult)e.Result); return; } } + if (type == typeof(AdminModels.DeleteMembershipSubscriptionResult)) { if (_instance.OnAdminDeleteMembershipSubscriptionResultEvent != null) { _instance.OnAdminDeleteMembershipSubscriptionResultEvent((AdminModels.DeleteMembershipSubscriptionResult)e.Result); return; } } + if (type == typeof(AdminModels.EmptyResponse)) { if (_instance.OnAdminDeleteOpenIdConnectionResultEvent != null) { _instance.OnAdminDeleteOpenIdConnectionResultEvent((AdminModels.EmptyResponse)e.Result); return; } } + if (type == typeof(AdminModels.DeletePlayerResult)) { if (_instance.OnAdminDeletePlayerResultEvent != null) { _instance.OnAdminDeletePlayerResultEvent((AdminModels.DeletePlayerResult)e.Result); return; } } + if (type == typeof(AdminModels.DeletePlayerSharedSecretResult)) { if (_instance.OnAdminDeletePlayerSharedSecretResultEvent != null) { _instance.OnAdminDeletePlayerSharedSecretResultEvent((AdminModels.DeletePlayerSharedSecretResult)e.Result); return; } } + if (type == typeof(AdminModels.DeleteSegmentsResponse)) { if (_instance.OnAdminDeleteSegmentResultEvent != null) { _instance.OnAdminDeleteSegmentResultEvent((AdminModels.DeleteSegmentsResponse)e.Result); return; } } + if (type == typeof(AdminModels.DeleteStoreResult)) { if (_instance.OnAdminDeleteStoreResultEvent != null) { _instance.OnAdminDeleteStoreResultEvent((AdminModels.DeleteStoreResult)e.Result); return; } } + if (type == typeof(AdminModels.EmptyResponse)) { if (_instance.OnAdminDeleteTaskResultEvent != null) { _instance.OnAdminDeleteTaskResultEvent((AdminModels.EmptyResponse)e.Result); return; } } + if (type == typeof(AdminModels.DeleteTitleResult)) { if (_instance.OnAdminDeleteTitleResultEvent != null) { _instance.OnAdminDeleteTitleResultEvent((AdminModels.DeleteTitleResult)e.Result); return; } } + if (type == typeof(AdminModels.DeleteTitleDataOverrideResult)) { if (_instance.OnAdminDeleteTitleDataOverrideResultEvent != null) { _instance.OnAdminDeleteTitleDataOverrideResultEvent((AdminModels.DeleteTitleDataOverrideResult)e.Result); return; } } + if (type == typeof(AdminModels.ExportMasterPlayerDataResult)) { if (_instance.OnAdminExportMasterPlayerDataResultEvent != null) { _instance.OnAdminExportMasterPlayerDataResultEvent((AdminModels.ExportMasterPlayerDataResult)e.Result); return; } } + if (type == typeof(AdminModels.ExportPlayersInSegmentResult)) { if (_instance.OnAdminExportPlayersInSegmentResultEvent != null) { _instance.OnAdminExportPlayersInSegmentResultEvent((AdminModels.ExportPlayersInSegmentResult)e.Result); return; } } + if (type == typeof(AdminModels.GetActionsOnPlayersInSegmentTaskInstanceResult)) { if (_instance.OnAdminGetActionsOnPlayersInSegmentTaskInstanceResultEvent != null) { _instance.OnAdminGetActionsOnPlayersInSegmentTaskInstanceResultEvent((AdminModels.GetActionsOnPlayersInSegmentTaskInstanceResult)e.Result); return; } } + if (type == typeof(AdminModels.GetAllSegmentsResult)) { if (_instance.OnAdminGetAllSegmentsResultEvent != null) { _instance.OnAdminGetAllSegmentsResultEvent((AdminModels.GetAllSegmentsResult)e.Result); return; } } + if (type == typeof(AdminModels.GetCatalogItemsResult)) { if (_instance.OnAdminGetCatalogItemsResultEvent != null) { _instance.OnAdminGetCatalogItemsResultEvent((AdminModels.GetCatalogItemsResult)e.Result); return; } } + if (type == typeof(AdminModels.GetCloudScriptRevisionResult)) { if (_instance.OnAdminGetCloudScriptRevisionResultEvent != null) { _instance.OnAdminGetCloudScriptRevisionResultEvent((AdminModels.GetCloudScriptRevisionResult)e.Result); return; } } + if (type == typeof(AdminModels.GetCloudScriptTaskInstanceResult)) { if (_instance.OnAdminGetCloudScriptTaskInstanceResultEvent != null) { _instance.OnAdminGetCloudScriptTaskInstanceResultEvent((AdminModels.GetCloudScriptTaskInstanceResult)e.Result); return; } } + if (type == typeof(AdminModels.GetCloudScriptVersionsResult)) { if (_instance.OnAdminGetCloudScriptVersionsResultEvent != null) { _instance.OnAdminGetCloudScriptVersionsResultEvent((AdminModels.GetCloudScriptVersionsResult)e.Result); return; } } + if (type == typeof(AdminModels.GetContentListResult)) { if (_instance.OnAdminGetContentListResultEvent != null) { _instance.OnAdminGetContentListResultEvent((AdminModels.GetContentListResult)e.Result); return; } } + if (type == typeof(AdminModels.GetContentUploadUrlResult)) { if (_instance.OnAdminGetContentUploadUrlResultEvent != null) { _instance.OnAdminGetContentUploadUrlResultEvent((AdminModels.GetContentUploadUrlResult)e.Result); return; } } + if (type == typeof(AdminModels.GetDataReportResult)) { if (_instance.OnAdminGetDataReportResultEvent != null) { _instance.OnAdminGetDataReportResultEvent((AdminModels.GetDataReportResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayedTitleListResult)) { if (_instance.OnAdminGetPlayedTitleListResultEvent != null) { _instance.OnAdminGetPlayedTitleListResultEvent((AdminModels.GetPlayedTitleListResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayerIdFromAuthTokenResult)) { if (_instance.OnAdminGetPlayerIdFromAuthTokenResultEvent != null) { _instance.OnAdminGetPlayerIdFromAuthTokenResultEvent((AdminModels.GetPlayerIdFromAuthTokenResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayerProfileResult)) { if (_instance.OnAdminGetPlayerProfileResultEvent != null) { _instance.OnAdminGetPlayerProfileResultEvent((AdminModels.GetPlayerProfileResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayerSegmentsResult)) { if (_instance.OnAdminGetPlayerSegmentsResultEvent != null) { _instance.OnAdminGetPlayerSegmentsResultEvent((AdminModels.GetPlayerSegmentsResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayerSharedSecretsResult)) { if (_instance.OnAdminGetPlayerSharedSecretsResultEvent != null) { _instance.OnAdminGetPlayerSharedSecretsResultEvent((AdminModels.GetPlayerSharedSecretsResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayersInSegmentResult)) { if (_instance.OnAdminGetPlayersInSegmentResultEvent != null) { _instance.OnAdminGetPlayersInSegmentResultEvent((AdminModels.GetPlayersInSegmentResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayerStatisticDefinitionsResult)) { if (_instance.OnAdminGetPlayerStatisticDefinitionsResultEvent != null) { _instance.OnAdminGetPlayerStatisticDefinitionsResultEvent((AdminModels.GetPlayerStatisticDefinitionsResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayerStatisticVersionsResult)) { if (_instance.OnAdminGetPlayerStatisticVersionsResultEvent != null) { _instance.OnAdminGetPlayerStatisticVersionsResultEvent((AdminModels.GetPlayerStatisticVersionsResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayerTagsResult)) { if (_instance.OnAdminGetPlayerTagsResultEvent != null) { _instance.OnAdminGetPlayerTagsResultEvent((AdminModels.GetPlayerTagsResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPolicyResponse)) { if (_instance.OnAdminGetPolicyResultEvent != null) { _instance.OnAdminGetPolicyResultEvent((AdminModels.GetPolicyResponse)e.Result); return; } } + if (type == typeof(AdminModels.GetPublisherDataResult)) { if (_instance.OnAdminGetPublisherDataResultEvent != null) { _instance.OnAdminGetPublisherDataResultEvent((AdminModels.GetPublisherDataResult)e.Result); return; } } + if (type == typeof(AdminModels.GetRandomResultTablesResult)) { if (_instance.OnAdminGetRandomResultTablesResultEvent != null) { _instance.OnAdminGetRandomResultTablesResultEvent((AdminModels.GetRandomResultTablesResult)e.Result); return; } } + if (type == typeof(AdminModels.GetPlayersInSegmentExportResponse)) { if (_instance.OnAdminGetSegmentExportResultEvent != null) { _instance.OnAdminGetSegmentExportResultEvent((AdminModels.GetPlayersInSegmentExportResponse)e.Result); return; } } + if (type == typeof(AdminModels.GetSegmentsResponse)) { if (_instance.OnAdminGetSegmentsResultEvent != null) { _instance.OnAdminGetSegmentsResultEvent((AdminModels.GetSegmentsResponse)e.Result); return; } } + if (type == typeof(AdminModels.GetStoreItemsResult)) { if (_instance.OnAdminGetStoreItemsResultEvent != null) { _instance.OnAdminGetStoreItemsResultEvent((AdminModels.GetStoreItemsResult)e.Result); return; } } + if (type == typeof(AdminModels.GetTaskInstancesResult)) { if (_instance.OnAdminGetTaskInstancesResultEvent != null) { _instance.OnAdminGetTaskInstancesResultEvent((AdminModels.GetTaskInstancesResult)e.Result); return; } } + if (type == typeof(AdminModels.GetTasksResult)) { if (_instance.OnAdminGetTasksResultEvent != null) { _instance.OnAdminGetTasksResultEvent((AdminModels.GetTasksResult)e.Result); return; } } + if (type == typeof(AdminModels.GetTitleDataResult)) { if (_instance.OnAdminGetTitleDataResultEvent != null) { _instance.OnAdminGetTitleDataResultEvent((AdminModels.GetTitleDataResult)e.Result); return; } } + if (type == typeof(AdminModels.GetTitleDataResult)) { if (_instance.OnAdminGetTitleInternalDataResultEvent != null) { _instance.OnAdminGetTitleInternalDataResultEvent((AdminModels.GetTitleDataResult)e.Result); return; } } + if (type == typeof(AdminModels.LookupUserAccountInfoResult)) { if (_instance.OnAdminGetUserAccountInfoResultEvent != null) { _instance.OnAdminGetUserAccountInfoResultEvent((AdminModels.LookupUserAccountInfoResult)e.Result); return; } } + if (type == typeof(AdminModels.GetUserBansResult)) { if (_instance.OnAdminGetUserBansResultEvent != null) { _instance.OnAdminGetUserBansResultEvent((AdminModels.GetUserBansResult)e.Result); return; } } + if (type == typeof(AdminModels.GetUserDataResult)) { if (_instance.OnAdminGetUserDataResultEvent != null) { _instance.OnAdminGetUserDataResultEvent((AdminModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.GetUserDataResult)) { if (_instance.OnAdminGetUserInternalDataResultEvent != null) { _instance.OnAdminGetUserInternalDataResultEvent((AdminModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.GetUserInventoryResult)) { if (_instance.OnAdminGetUserInventoryResultEvent != null) { _instance.OnAdminGetUserInventoryResultEvent((AdminModels.GetUserInventoryResult)e.Result); return; } } + if (type == typeof(AdminModels.GetUserDataResult)) { if (_instance.OnAdminGetUserPublisherDataResultEvent != null) { _instance.OnAdminGetUserPublisherDataResultEvent((AdminModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.GetUserDataResult)) { if (_instance.OnAdminGetUserPublisherInternalDataResultEvent != null) { _instance.OnAdminGetUserPublisherInternalDataResultEvent((AdminModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.GetUserDataResult)) { if (_instance.OnAdminGetUserPublisherReadOnlyDataResultEvent != null) { _instance.OnAdminGetUserPublisherReadOnlyDataResultEvent((AdminModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.GetUserDataResult)) { if (_instance.OnAdminGetUserReadOnlyDataResultEvent != null) { _instance.OnAdminGetUserReadOnlyDataResultEvent((AdminModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.GrantItemsToUsersResult)) { if (_instance.OnAdminGrantItemsToUsersResultEvent != null) { _instance.OnAdminGrantItemsToUsersResultEvent((AdminModels.GrantItemsToUsersResult)e.Result); return; } } + if (type == typeof(AdminModels.IncrementLimitedEditionItemAvailabilityResult)) { if (_instance.OnAdminIncrementLimitedEditionItemAvailabilityResultEvent != null) { _instance.OnAdminIncrementLimitedEditionItemAvailabilityResultEvent((AdminModels.IncrementLimitedEditionItemAvailabilityResult)e.Result); return; } } + if (type == typeof(AdminModels.IncrementPlayerStatisticVersionResult)) { if (_instance.OnAdminIncrementPlayerStatisticVersionResultEvent != null) { _instance.OnAdminIncrementPlayerStatisticVersionResultEvent((AdminModels.IncrementPlayerStatisticVersionResult)e.Result); return; } } + if (type == typeof(AdminModels.ListOpenIdConnectionResponse)) { if (_instance.OnAdminListOpenIdConnectionResultEvent != null) { _instance.OnAdminListOpenIdConnectionResultEvent((AdminModels.ListOpenIdConnectionResponse)e.Result); return; } } + if (type == typeof(AdminModels.ListVirtualCurrencyTypesResult)) { if (_instance.OnAdminListVirtualCurrencyTypesResultEvent != null) { _instance.OnAdminListVirtualCurrencyTypesResultEvent((AdminModels.ListVirtualCurrencyTypesResult)e.Result); return; } } + if (type == typeof(AdminModels.RefundPurchaseResponse)) { if (_instance.OnAdminRefundPurchaseResultEvent != null) { _instance.OnAdminRefundPurchaseResultEvent((AdminModels.RefundPurchaseResponse)e.Result); return; } } + if (type == typeof(AdminModels.RemovePlayerTagResult)) { if (_instance.OnAdminRemovePlayerTagResultEvent != null) { _instance.OnAdminRemovePlayerTagResultEvent((AdminModels.RemovePlayerTagResult)e.Result); return; } } + if (type == typeof(AdminModels.BlankResult)) { if (_instance.OnAdminRemoveVirtualCurrencyTypesResultEvent != null) { _instance.OnAdminRemoveVirtualCurrencyTypesResultEvent((AdminModels.BlankResult)e.Result); return; } } + if (type == typeof(AdminModels.ResetCharacterStatisticsResult)) { if (_instance.OnAdminResetCharacterStatisticsResultEvent != null) { _instance.OnAdminResetCharacterStatisticsResultEvent((AdminModels.ResetCharacterStatisticsResult)e.Result); return; } } + if (type == typeof(AdminModels.ResetPasswordResult)) { if (_instance.OnAdminResetPasswordResultEvent != null) { _instance.OnAdminResetPasswordResultEvent((AdminModels.ResetPasswordResult)e.Result); return; } } + if (type == typeof(AdminModels.ResetUserStatisticsResult)) { if (_instance.OnAdminResetUserStatisticsResultEvent != null) { _instance.OnAdminResetUserStatisticsResultEvent((AdminModels.ResetUserStatisticsResult)e.Result); return; } } + if (type == typeof(AdminModels.ResolvePurchaseDisputeResponse)) { if (_instance.OnAdminResolvePurchaseDisputeResultEvent != null) { _instance.OnAdminResolvePurchaseDisputeResultEvent((AdminModels.ResolvePurchaseDisputeResponse)e.Result); return; } } + if (type == typeof(AdminModels.RevokeAllBansForUserResult)) { if (_instance.OnAdminRevokeAllBansForUserResultEvent != null) { _instance.OnAdminRevokeAllBansForUserResultEvent((AdminModels.RevokeAllBansForUserResult)e.Result); return; } } + if (type == typeof(AdminModels.RevokeBansResult)) { if (_instance.OnAdminRevokeBansResultEvent != null) { _instance.OnAdminRevokeBansResultEvent((AdminModels.RevokeBansResult)e.Result); return; } } + if (type == typeof(AdminModels.RevokeInventoryResult)) { if (_instance.OnAdminRevokeInventoryItemResultEvent != null) { _instance.OnAdminRevokeInventoryItemResultEvent((AdminModels.RevokeInventoryResult)e.Result); return; } } + if (type == typeof(AdminModels.RevokeInventoryItemsResult)) { if (_instance.OnAdminRevokeInventoryItemsResultEvent != null) { _instance.OnAdminRevokeInventoryItemsResultEvent((AdminModels.RevokeInventoryItemsResult)e.Result); return; } } + if (type == typeof(AdminModels.RunTaskResult)) { if (_instance.OnAdminRunTaskResultEvent != null) { _instance.OnAdminRunTaskResultEvent((AdminModels.RunTaskResult)e.Result); return; } } + if (type == typeof(AdminModels.SendAccountRecoveryEmailResult)) { if (_instance.OnAdminSendAccountRecoveryEmailResultEvent != null) { _instance.OnAdminSendAccountRecoveryEmailResultEvent((AdminModels.SendAccountRecoveryEmailResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateCatalogItemsResult)) { if (_instance.OnAdminSetCatalogItemsResultEvent != null) { _instance.OnAdminSetCatalogItemsResultEvent((AdminModels.UpdateCatalogItemsResult)e.Result); return; } } + if (type == typeof(AdminModels.SetMembershipOverrideResult)) { if (_instance.OnAdminSetMembershipOverrideResultEvent != null) { _instance.OnAdminSetMembershipOverrideResultEvent((AdminModels.SetMembershipOverrideResult)e.Result); return; } } + if (type == typeof(AdminModels.SetPlayerSecretResult)) { if (_instance.OnAdminSetPlayerSecretResultEvent != null) { _instance.OnAdminSetPlayerSecretResultEvent((AdminModels.SetPlayerSecretResult)e.Result); return; } } + if (type == typeof(AdminModels.SetPublishedRevisionResult)) { if (_instance.OnAdminSetPublishedRevisionResultEvent != null) { _instance.OnAdminSetPublishedRevisionResultEvent((AdminModels.SetPublishedRevisionResult)e.Result); return; } } + if (type == typeof(AdminModels.SetPublisherDataResult)) { if (_instance.OnAdminSetPublisherDataResultEvent != null) { _instance.OnAdminSetPublisherDataResultEvent((AdminModels.SetPublisherDataResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateStoreItemsResult)) { if (_instance.OnAdminSetStoreItemsResultEvent != null) { _instance.OnAdminSetStoreItemsResultEvent((AdminModels.UpdateStoreItemsResult)e.Result); return; } } + if (type == typeof(AdminModels.SetTitleDataResult)) { if (_instance.OnAdminSetTitleDataResultEvent != null) { _instance.OnAdminSetTitleDataResultEvent((AdminModels.SetTitleDataResult)e.Result); return; } } + if (type == typeof(AdminModels.SetTitleDataAndOverridesResult)) { if (_instance.OnAdminSetTitleDataAndOverridesResultEvent != null) { _instance.OnAdminSetTitleDataAndOverridesResultEvent((AdminModels.SetTitleDataAndOverridesResult)e.Result); return; } } + if (type == typeof(AdminModels.SetTitleDataResult)) { if (_instance.OnAdminSetTitleInternalDataResultEvent != null) { _instance.OnAdminSetTitleInternalDataResultEvent((AdminModels.SetTitleDataResult)e.Result); return; } } + if (type == typeof(AdminModels.SetupPushNotificationResult)) { if (_instance.OnAdminSetupPushNotificationResultEvent != null) { _instance.OnAdminSetupPushNotificationResultEvent((AdminModels.SetupPushNotificationResult)e.Result); return; } } + if (type == typeof(AdminModels.ModifyUserVirtualCurrencyResult)) { if (_instance.OnAdminSubtractUserVirtualCurrencyResultEvent != null) { _instance.OnAdminSubtractUserVirtualCurrencyResultEvent((AdminModels.ModifyUserVirtualCurrencyResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateBansResult)) { if (_instance.OnAdminUpdateBansResultEvent != null) { _instance.OnAdminUpdateBansResultEvent((AdminModels.UpdateBansResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateCatalogItemsResult)) { if (_instance.OnAdminUpdateCatalogItemsResultEvent != null) { _instance.OnAdminUpdateCatalogItemsResultEvent((AdminModels.UpdateCatalogItemsResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateCloudScriptResult)) { if (_instance.OnAdminUpdateCloudScriptResultEvent != null) { _instance.OnAdminUpdateCloudScriptResultEvent((AdminModels.UpdateCloudScriptResult)e.Result); return; } } + if (type == typeof(AdminModels.EmptyResponse)) { if (_instance.OnAdminUpdateOpenIdConnectionResultEvent != null) { _instance.OnAdminUpdateOpenIdConnectionResultEvent((AdminModels.EmptyResponse)e.Result); return; } } + if (type == typeof(AdminModels.UpdatePlayerSharedSecretResult)) { if (_instance.OnAdminUpdatePlayerSharedSecretResultEvent != null) { _instance.OnAdminUpdatePlayerSharedSecretResultEvent((AdminModels.UpdatePlayerSharedSecretResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdatePlayerStatisticDefinitionResult)) { if (_instance.OnAdminUpdatePlayerStatisticDefinitionResultEvent != null) { _instance.OnAdminUpdatePlayerStatisticDefinitionResultEvent((AdminModels.UpdatePlayerStatisticDefinitionResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdatePolicyResponse)) { if (_instance.OnAdminUpdatePolicyResultEvent != null) { _instance.OnAdminUpdatePolicyResultEvent((AdminModels.UpdatePolicyResponse)e.Result); return; } } + if (type == typeof(AdminModels.UpdateRandomResultTablesResult)) { if (_instance.OnAdminUpdateRandomResultTablesResultEvent != null) { _instance.OnAdminUpdateRandomResultTablesResultEvent((AdminModels.UpdateRandomResultTablesResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateSegmentResponse)) { if (_instance.OnAdminUpdateSegmentResultEvent != null) { _instance.OnAdminUpdateSegmentResultEvent((AdminModels.UpdateSegmentResponse)e.Result); return; } } + if (type == typeof(AdminModels.UpdateStoreItemsResult)) { if (_instance.OnAdminUpdateStoreItemsResultEvent != null) { _instance.OnAdminUpdateStoreItemsResultEvent((AdminModels.UpdateStoreItemsResult)e.Result); return; } } + if (type == typeof(AdminModels.EmptyResponse)) { if (_instance.OnAdminUpdateTaskResultEvent != null) { _instance.OnAdminUpdateTaskResultEvent((AdminModels.EmptyResponse)e.Result); return; } } + if (type == typeof(AdminModels.UpdateUserDataResult)) { if (_instance.OnAdminUpdateUserDataResultEvent != null) { _instance.OnAdminUpdateUserDataResultEvent((AdminModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateUserDataResult)) { if (_instance.OnAdminUpdateUserInternalDataResultEvent != null) { _instance.OnAdminUpdateUserInternalDataResultEvent((AdminModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateUserDataResult)) { if (_instance.OnAdminUpdateUserPublisherDataResultEvent != null) { _instance.OnAdminUpdateUserPublisherDataResultEvent((AdminModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateUserDataResult)) { if (_instance.OnAdminUpdateUserPublisherInternalDataResultEvent != null) { _instance.OnAdminUpdateUserPublisherInternalDataResultEvent((AdminModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateUserDataResult)) { if (_instance.OnAdminUpdateUserPublisherReadOnlyDataResultEvent != null) { _instance.OnAdminUpdateUserPublisherReadOnlyDataResultEvent((AdminModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateUserDataResult)) { if (_instance.OnAdminUpdateUserReadOnlyDataResultEvent != null) { _instance.OnAdminUpdateUserReadOnlyDataResultEvent((AdminModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(AdminModels.UpdateUserTitleDisplayNameResult)) { if (_instance.OnAdminUpdateUserTitleDisplayNameResultEvent != null) { _instance.OnAdminUpdateUserTitleDisplayNameResultEvent((AdminModels.UpdateUserTitleDisplayNameResult)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABCLIENT_API + if (type == typeof(ClientModels.LoginResult)) { if (_instance.OnLoginResultEvent != null) { _instance.OnLoginResultEvent((ClientModels.LoginResult)e.Result); return; } } + + if (type == typeof(ClientModels.AcceptTradeResponse)) { if (_instance.OnAcceptTradeResultEvent != null) { _instance.OnAcceptTradeResultEvent((ClientModels.AcceptTradeResponse)e.Result); return; } } + if (type == typeof(ClientModels.AddFriendResult)) { if (_instance.OnAddFriendResultEvent != null) { _instance.OnAddFriendResultEvent((ClientModels.AddFriendResult)e.Result); return; } } + if (type == typeof(ClientModels.AddGenericIDResult)) { if (_instance.OnAddGenericIDResultEvent != null) { _instance.OnAddGenericIDResultEvent((ClientModels.AddGenericIDResult)e.Result); return; } } + if (type == typeof(ClientModels.AddOrUpdateContactEmailResult)) { if (_instance.OnAddOrUpdateContactEmailResultEvent != null) { _instance.OnAddOrUpdateContactEmailResultEvent((ClientModels.AddOrUpdateContactEmailResult)e.Result); return; } } + if (type == typeof(ClientModels.AddSharedGroupMembersResult)) { if (_instance.OnAddSharedGroupMembersResultEvent != null) { _instance.OnAddSharedGroupMembersResultEvent((ClientModels.AddSharedGroupMembersResult)e.Result); return; } } + if (type == typeof(ClientModels.AddUsernamePasswordResult)) { if (_instance.OnAddUsernamePasswordResultEvent != null) { _instance.OnAddUsernamePasswordResultEvent((ClientModels.AddUsernamePasswordResult)e.Result); return; } } + if (type == typeof(ClientModels.ModifyUserVirtualCurrencyResult)) { if (_instance.OnAddUserVirtualCurrencyResultEvent != null) { _instance.OnAddUserVirtualCurrencyResultEvent((ClientModels.ModifyUserVirtualCurrencyResult)e.Result); return; } } + if (type == typeof(ClientModels.AndroidDevicePushNotificationRegistrationResult)) { if (_instance.OnAndroidDevicePushNotificationRegistrationResultEvent != null) { _instance.OnAndroidDevicePushNotificationRegistrationResultEvent((ClientModels.AndroidDevicePushNotificationRegistrationResult)e.Result); return; } } + if (type == typeof(ClientModels.AttributeInstallResult)) { if (_instance.OnAttributeInstallResultEvent != null) { _instance.OnAttributeInstallResultEvent((ClientModels.AttributeInstallResult)e.Result); return; } } + if (type == typeof(ClientModels.CancelTradeResponse)) { if (_instance.OnCancelTradeResultEvent != null) { _instance.OnCancelTradeResultEvent((ClientModels.CancelTradeResponse)e.Result); return; } } + if (type == typeof(ClientModels.ConfirmPurchaseResult)) { if (_instance.OnConfirmPurchaseResultEvent != null) { _instance.OnConfirmPurchaseResultEvent((ClientModels.ConfirmPurchaseResult)e.Result); return; } } + if (type == typeof(ClientModels.ConsumeItemResult)) { if (_instance.OnConsumeItemResultEvent != null) { _instance.OnConsumeItemResultEvent((ClientModels.ConsumeItemResult)e.Result); return; } } + if (type == typeof(ClientModels.ConsumeMicrosoftStoreEntitlementsResponse)) { if (_instance.OnConsumeMicrosoftStoreEntitlementsResultEvent != null) { _instance.OnConsumeMicrosoftStoreEntitlementsResultEvent((ClientModels.ConsumeMicrosoftStoreEntitlementsResponse)e.Result); return; } } + if (type == typeof(ClientModels.ConsumePS5EntitlementsResult)) { if (_instance.OnConsumePS5EntitlementsResultEvent != null) { _instance.OnConsumePS5EntitlementsResultEvent((ClientModels.ConsumePS5EntitlementsResult)e.Result); return; } } + if (type == typeof(ClientModels.ConsumePSNEntitlementsResult)) { if (_instance.OnConsumePSNEntitlementsResultEvent != null) { _instance.OnConsumePSNEntitlementsResultEvent((ClientModels.ConsumePSNEntitlementsResult)e.Result); return; } } + if (type == typeof(ClientModels.ConsumeXboxEntitlementsResult)) { if (_instance.OnConsumeXboxEntitlementsResultEvent != null) { _instance.OnConsumeXboxEntitlementsResultEvent((ClientModels.ConsumeXboxEntitlementsResult)e.Result); return; } } + if (type == typeof(ClientModels.CreateSharedGroupResult)) { if (_instance.OnCreateSharedGroupResultEvent != null) { _instance.OnCreateSharedGroupResultEvent((ClientModels.CreateSharedGroupResult)e.Result); return; } } + if (type == typeof(ClientModels.ExecuteCloudScriptResult)) { if (_instance.OnExecuteCloudScriptResultEvent != null) { _instance.OnExecuteCloudScriptResultEvent((ClientModels.ExecuteCloudScriptResult)e.Result); return; } } + if (type == typeof(ClientModels.GetAccountInfoResult)) { if (_instance.OnGetAccountInfoResultEvent != null) { _instance.OnGetAccountInfoResultEvent((ClientModels.GetAccountInfoResult)e.Result); return; } } + if (type == typeof(ClientModels.GetAdPlacementsResult)) { if (_instance.OnGetAdPlacementsResultEvent != null) { _instance.OnGetAdPlacementsResultEvent((ClientModels.GetAdPlacementsResult)e.Result); return; } } + if (type == typeof(ClientModels.ListUsersCharactersResult)) { if (_instance.OnGetAllUsersCharactersResultEvent != null) { _instance.OnGetAllUsersCharactersResultEvent((ClientModels.ListUsersCharactersResult)e.Result); return; } } + if (type == typeof(ClientModels.GetCatalogItemsResult)) { if (_instance.OnGetCatalogItemsResultEvent != null) { _instance.OnGetCatalogItemsResultEvent((ClientModels.GetCatalogItemsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetCharacterDataResult)) { if (_instance.OnGetCharacterDataResultEvent != null) { _instance.OnGetCharacterDataResultEvent((ClientModels.GetCharacterDataResult)e.Result); return; } } + if (type == typeof(ClientModels.GetCharacterInventoryResult)) { if (_instance.OnGetCharacterInventoryResultEvent != null) { _instance.OnGetCharacterInventoryResultEvent((ClientModels.GetCharacterInventoryResult)e.Result); return; } } + if (type == typeof(ClientModels.GetCharacterLeaderboardResult)) { if (_instance.OnGetCharacterLeaderboardResultEvent != null) { _instance.OnGetCharacterLeaderboardResultEvent((ClientModels.GetCharacterLeaderboardResult)e.Result); return; } } + if (type == typeof(ClientModels.GetCharacterDataResult)) { if (_instance.OnGetCharacterReadOnlyDataResultEvent != null) { _instance.OnGetCharacterReadOnlyDataResultEvent((ClientModels.GetCharacterDataResult)e.Result); return; } } + if (type == typeof(ClientModels.GetCharacterStatisticsResult)) { if (_instance.OnGetCharacterStatisticsResultEvent != null) { _instance.OnGetCharacterStatisticsResultEvent((ClientModels.GetCharacterStatisticsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetContentDownloadUrlResult)) { if (_instance.OnGetContentDownloadUrlResultEvent != null) { _instance.OnGetContentDownloadUrlResultEvent((ClientModels.GetContentDownloadUrlResult)e.Result); return; } } + if (type == typeof(ClientModels.GetLeaderboardResult)) { if (_instance.OnGetFriendLeaderboardResultEvent != null) { _instance.OnGetFriendLeaderboardResultEvent((ClientModels.GetLeaderboardResult)e.Result); return; } } + if (type == typeof(ClientModels.GetFriendLeaderboardAroundPlayerResult)) { if (_instance.OnGetFriendLeaderboardAroundPlayerResultEvent != null) { _instance.OnGetFriendLeaderboardAroundPlayerResultEvent((ClientModels.GetFriendLeaderboardAroundPlayerResult)e.Result); return; } } + if (type == typeof(ClientModels.GetFriendsListResult)) { if (_instance.OnGetFriendsListResultEvent != null) { _instance.OnGetFriendsListResultEvent((ClientModels.GetFriendsListResult)e.Result); return; } } + if (type == typeof(ClientModels.GetLeaderboardResult)) { if (_instance.OnGetLeaderboardResultEvent != null) { _instance.OnGetLeaderboardResultEvent((ClientModels.GetLeaderboardResult)e.Result); return; } } + if (type == typeof(ClientModels.GetLeaderboardAroundCharacterResult)) { if (_instance.OnGetLeaderboardAroundCharacterResultEvent != null) { _instance.OnGetLeaderboardAroundCharacterResultEvent((ClientModels.GetLeaderboardAroundCharacterResult)e.Result); return; } } + if (type == typeof(ClientModels.GetLeaderboardAroundPlayerResult)) { if (_instance.OnGetLeaderboardAroundPlayerResultEvent != null) { _instance.OnGetLeaderboardAroundPlayerResultEvent((ClientModels.GetLeaderboardAroundPlayerResult)e.Result); return; } } + if (type == typeof(ClientModels.GetLeaderboardForUsersCharactersResult)) { if (_instance.OnGetLeaderboardForUserCharactersResultEvent != null) { _instance.OnGetLeaderboardForUserCharactersResultEvent((ClientModels.GetLeaderboardForUsersCharactersResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPaymentTokenResult)) { if (_instance.OnGetPaymentTokenResultEvent != null) { _instance.OnGetPaymentTokenResultEvent((ClientModels.GetPaymentTokenResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPhotonAuthenticationTokenResult)) { if (_instance.OnGetPhotonAuthenticationTokenResultEvent != null) { _instance.OnGetPhotonAuthenticationTokenResultEvent((ClientModels.GetPhotonAuthenticationTokenResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayerCombinedInfoResult)) { if (_instance.OnGetPlayerCombinedInfoResultEvent != null) { _instance.OnGetPlayerCombinedInfoResultEvent((ClientModels.GetPlayerCombinedInfoResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayerProfileResult)) { if (_instance.OnGetPlayerProfileResultEvent != null) { _instance.OnGetPlayerProfileResultEvent((ClientModels.GetPlayerProfileResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayerSegmentsResult)) { if (_instance.OnGetPlayerSegmentsResultEvent != null) { _instance.OnGetPlayerSegmentsResultEvent((ClientModels.GetPlayerSegmentsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayerStatisticsResult)) { if (_instance.OnGetPlayerStatisticsResultEvent != null) { _instance.OnGetPlayerStatisticsResultEvent((ClientModels.GetPlayerStatisticsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayerStatisticVersionsResult)) { if (_instance.OnGetPlayerStatisticVersionsResultEvent != null) { _instance.OnGetPlayerStatisticVersionsResultEvent((ClientModels.GetPlayerStatisticVersionsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayerTagsResult)) { if (_instance.OnGetPlayerTagsResultEvent != null) { _instance.OnGetPlayerTagsResultEvent((ClientModels.GetPlayerTagsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayerTradesResponse)) { if (_instance.OnGetPlayerTradesResultEvent != null) { _instance.OnGetPlayerTradesResultEvent((ClientModels.GetPlayerTradesResponse)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromFacebookIDsResult)) { if (_instance.OnGetPlayFabIDsFromFacebookIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromFacebookIDsResultEvent((ClientModels.GetPlayFabIDsFromFacebookIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromFacebookInstantGamesIdsResult)) { if (_instance.OnGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent != null) { _instance.OnGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent((ClientModels.GetPlayFabIDsFromFacebookInstantGamesIdsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromGameCenterIDsResult)) { if (_instance.OnGetPlayFabIDsFromGameCenterIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromGameCenterIDsResultEvent((ClientModels.GetPlayFabIDsFromGameCenterIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromGenericIDsResult)) { if (_instance.OnGetPlayFabIDsFromGenericIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromGenericIDsResultEvent((ClientModels.GetPlayFabIDsFromGenericIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromGoogleIDsResult)) { if (_instance.OnGetPlayFabIDsFromGoogleIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromGoogleIDsResultEvent((ClientModels.GetPlayFabIDsFromGoogleIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromGooglePlayGamesPlayerIDsResult)) { if (_instance.OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromGooglePlayGamesPlayerIDsResultEvent((ClientModels.GetPlayFabIDsFromGooglePlayGamesPlayerIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromKongregateIDsResult)) { if (_instance.OnGetPlayFabIDsFromKongregateIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromKongregateIDsResultEvent((ClientModels.GetPlayFabIDsFromKongregateIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromNintendoServiceAccountIdsResult)) { if (_instance.OnGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent != null) { _instance.OnGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent((ClientModels.GetPlayFabIDsFromNintendoServiceAccountIdsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromNintendoSwitchDeviceIdsResult)) { if (_instance.OnGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent != null) { _instance.OnGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent((ClientModels.GetPlayFabIDsFromNintendoSwitchDeviceIdsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromPSNAccountIDsResult)) { if (_instance.OnGetPlayFabIDsFromPSNAccountIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromPSNAccountIDsResultEvent((ClientModels.GetPlayFabIDsFromPSNAccountIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromPSNOnlineIDsResult)) { if (_instance.OnGetPlayFabIDsFromPSNOnlineIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromPSNOnlineIDsResultEvent((ClientModels.GetPlayFabIDsFromPSNOnlineIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromSteamIDsResult)) { if (_instance.OnGetPlayFabIDsFromSteamIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromSteamIDsResultEvent((ClientModels.GetPlayFabIDsFromSteamIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromTwitchIDsResult)) { if (_instance.OnGetPlayFabIDsFromTwitchIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromTwitchIDsResultEvent((ClientModels.GetPlayFabIDsFromTwitchIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPlayFabIDsFromXboxLiveIDsResult)) { if (_instance.OnGetPlayFabIDsFromXboxLiveIDsResultEvent != null) { _instance.OnGetPlayFabIDsFromXboxLiveIDsResultEvent((ClientModels.GetPlayFabIDsFromXboxLiveIDsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPublisherDataResult)) { if (_instance.OnGetPublisherDataResultEvent != null) { _instance.OnGetPublisherDataResultEvent((ClientModels.GetPublisherDataResult)e.Result); return; } } + if (type == typeof(ClientModels.GetPurchaseResult)) { if (_instance.OnGetPurchaseResultEvent != null) { _instance.OnGetPurchaseResultEvent((ClientModels.GetPurchaseResult)e.Result); return; } } + if (type == typeof(ClientModels.GetSharedGroupDataResult)) { if (_instance.OnGetSharedGroupDataResultEvent != null) { _instance.OnGetSharedGroupDataResultEvent((ClientModels.GetSharedGroupDataResult)e.Result); return; } } + if (type == typeof(ClientModels.GetStoreItemsResult)) { if (_instance.OnGetStoreItemsResultEvent != null) { _instance.OnGetStoreItemsResultEvent((ClientModels.GetStoreItemsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetTimeResult)) { if (_instance.OnGetTimeResultEvent != null) { _instance.OnGetTimeResultEvent((ClientModels.GetTimeResult)e.Result); return; } } + if (type == typeof(ClientModels.GetTitleDataResult)) { if (_instance.OnGetTitleDataResultEvent != null) { _instance.OnGetTitleDataResultEvent((ClientModels.GetTitleDataResult)e.Result); return; } } + if (type == typeof(ClientModels.GetTitleNewsResult)) { if (_instance.OnGetTitleNewsResultEvent != null) { _instance.OnGetTitleNewsResultEvent((ClientModels.GetTitleNewsResult)e.Result); return; } } + if (type == typeof(ClientModels.GetTitlePublicKeyResult)) { if (_instance.OnGetTitlePublicKeyResultEvent != null) { _instance.OnGetTitlePublicKeyResultEvent((ClientModels.GetTitlePublicKeyResult)e.Result); return; } } + if (type == typeof(ClientModels.GetTradeStatusResponse)) { if (_instance.OnGetTradeStatusResultEvent != null) { _instance.OnGetTradeStatusResultEvent((ClientModels.GetTradeStatusResponse)e.Result); return; } } + if (type == typeof(ClientModels.GetUserDataResult)) { if (_instance.OnGetUserDataResultEvent != null) { _instance.OnGetUserDataResultEvent((ClientModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ClientModels.GetUserInventoryResult)) { if (_instance.OnGetUserInventoryResultEvent != null) { _instance.OnGetUserInventoryResultEvent((ClientModels.GetUserInventoryResult)e.Result); return; } } + if (type == typeof(ClientModels.GetUserDataResult)) { if (_instance.OnGetUserPublisherDataResultEvent != null) { _instance.OnGetUserPublisherDataResultEvent((ClientModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ClientModels.GetUserDataResult)) { if (_instance.OnGetUserPublisherReadOnlyDataResultEvent != null) { _instance.OnGetUserPublisherReadOnlyDataResultEvent((ClientModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ClientModels.GetUserDataResult)) { if (_instance.OnGetUserReadOnlyDataResultEvent != null) { _instance.OnGetUserReadOnlyDataResultEvent((ClientModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ClientModels.GrantCharacterToUserResult)) { if (_instance.OnGrantCharacterToUserResultEvent != null) { _instance.OnGrantCharacterToUserResultEvent((ClientModels.GrantCharacterToUserResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkAndroidDeviceIDResult)) { if (_instance.OnLinkAndroidDeviceIDResultEvent != null) { _instance.OnLinkAndroidDeviceIDResultEvent((ClientModels.LinkAndroidDeviceIDResult)e.Result); return; } } + if (type == typeof(ClientModels.EmptyResult)) { if (_instance.OnLinkAppleResultEvent != null) { _instance.OnLinkAppleResultEvent((ClientModels.EmptyResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkCustomIDResult)) { if (_instance.OnLinkCustomIDResultEvent != null) { _instance.OnLinkCustomIDResultEvent((ClientModels.LinkCustomIDResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkFacebookAccountResult)) { if (_instance.OnLinkFacebookAccountResultEvent != null) { _instance.OnLinkFacebookAccountResultEvent((ClientModels.LinkFacebookAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkFacebookInstantGamesIdResult)) { if (_instance.OnLinkFacebookInstantGamesIdResultEvent != null) { _instance.OnLinkFacebookInstantGamesIdResultEvent((ClientModels.LinkFacebookInstantGamesIdResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkGameCenterAccountResult)) { if (_instance.OnLinkGameCenterAccountResultEvent != null) { _instance.OnLinkGameCenterAccountResultEvent((ClientModels.LinkGameCenterAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkGoogleAccountResult)) { if (_instance.OnLinkGoogleAccountResultEvent != null) { _instance.OnLinkGoogleAccountResultEvent((ClientModels.LinkGoogleAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkGooglePlayGamesServicesAccountResult)) { if (_instance.OnLinkGooglePlayGamesServicesAccountResultEvent != null) { _instance.OnLinkGooglePlayGamesServicesAccountResultEvent((ClientModels.LinkGooglePlayGamesServicesAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkIOSDeviceIDResult)) { if (_instance.OnLinkIOSDeviceIDResultEvent != null) { _instance.OnLinkIOSDeviceIDResultEvent((ClientModels.LinkIOSDeviceIDResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkKongregateAccountResult)) { if (_instance.OnLinkKongregateResultEvent != null) { _instance.OnLinkKongregateResultEvent((ClientModels.LinkKongregateAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.EmptyResult)) { if (_instance.OnLinkNintendoServiceAccountResultEvent != null) { _instance.OnLinkNintendoServiceAccountResultEvent((ClientModels.EmptyResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkNintendoSwitchDeviceIdResult)) { if (_instance.OnLinkNintendoSwitchDeviceIdResultEvent != null) { _instance.OnLinkNintendoSwitchDeviceIdResultEvent((ClientModels.LinkNintendoSwitchDeviceIdResult)e.Result); return; } } + if (type == typeof(ClientModels.EmptyResult)) { if (_instance.OnLinkOpenIdConnectResultEvent != null) { _instance.OnLinkOpenIdConnectResultEvent((ClientModels.EmptyResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkPSNAccountResult)) { if (_instance.OnLinkPSNAccountResultEvent != null) { _instance.OnLinkPSNAccountResultEvent((ClientModels.LinkPSNAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkSteamAccountResult)) { if (_instance.OnLinkSteamAccountResultEvent != null) { _instance.OnLinkSteamAccountResultEvent((ClientModels.LinkSteamAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkTwitchAccountResult)) { if (_instance.OnLinkTwitchResultEvent != null) { _instance.OnLinkTwitchResultEvent((ClientModels.LinkTwitchAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.LinkXboxAccountResult)) { if (_instance.OnLinkXboxAccountResultEvent != null) { _instance.OnLinkXboxAccountResultEvent((ClientModels.LinkXboxAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.OpenTradeResponse)) { if (_instance.OnOpenTradeResultEvent != null) { _instance.OnOpenTradeResultEvent((ClientModels.OpenTradeResponse)e.Result); return; } } + if (type == typeof(ClientModels.PayForPurchaseResult)) { if (_instance.OnPayForPurchaseResultEvent != null) { _instance.OnPayForPurchaseResultEvent((ClientModels.PayForPurchaseResult)e.Result); return; } } + if (type == typeof(ClientModels.PurchaseItemResult)) { if (_instance.OnPurchaseItemResultEvent != null) { _instance.OnPurchaseItemResultEvent((ClientModels.PurchaseItemResult)e.Result); return; } } + if (type == typeof(ClientModels.RedeemCouponResult)) { if (_instance.OnRedeemCouponResultEvent != null) { _instance.OnRedeemCouponResultEvent((ClientModels.RedeemCouponResult)e.Result); return; } } + if (type == typeof(ClientModels.EmptyResponse)) { if (_instance.OnRefreshPSNAuthTokenResultEvent != null) { _instance.OnRefreshPSNAuthTokenResultEvent((ClientModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ClientModels.RegisterForIOSPushNotificationResult)) { if (_instance.OnRegisterForIOSPushNotificationResultEvent != null) { _instance.OnRegisterForIOSPushNotificationResultEvent((ClientModels.RegisterForIOSPushNotificationResult)e.Result); return; } } + if (type == typeof(ClientModels.RegisterPlayFabUserResult)) { if (_instance.OnRegisterPlayFabUserResultEvent != null) { _instance.OnRegisterPlayFabUserResultEvent((ClientModels.RegisterPlayFabUserResult)e.Result); return; } } + if (type == typeof(ClientModels.RemoveContactEmailResult)) { if (_instance.OnRemoveContactEmailResultEvent != null) { _instance.OnRemoveContactEmailResultEvent((ClientModels.RemoveContactEmailResult)e.Result); return; } } + if (type == typeof(ClientModels.RemoveFriendResult)) { if (_instance.OnRemoveFriendResultEvent != null) { _instance.OnRemoveFriendResultEvent((ClientModels.RemoveFriendResult)e.Result); return; } } + if (type == typeof(ClientModels.RemoveGenericIDResult)) { if (_instance.OnRemoveGenericIDResultEvent != null) { _instance.OnRemoveGenericIDResultEvent((ClientModels.RemoveGenericIDResult)e.Result); return; } } + if (type == typeof(ClientModels.RemoveSharedGroupMembersResult)) { if (_instance.OnRemoveSharedGroupMembersResultEvent != null) { _instance.OnRemoveSharedGroupMembersResultEvent((ClientModels.RemoveSharedGroupMembersResult)e.Result); return; } } + if (type == typeof(ClientModels.ReportAdActivityResult)) { if (_instance.OnReportAdActivityResultEvent != null) { _instance.OnReportAdActivityResultEvent((ClientModels.ReportAdActivityResult)e.Result); return; } } + if (type == typeof(ClientModels.EmptyResponse)) { if (_instance.OnReportDeviceInfoResultEvent != null) { _instance.OnReportDeviceInfoResultEvent((ClientModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ClientModels.ReportPlayerClientResult)) { if (_instance.OnReportPlayerResultEvent != null) { _instance.OnReportPlayerResultEvent((ClientModels.ReportPlayerClientResult)e.Result); return; } } + if (type == typeof(ClientModels.RestoreIOSPurchasesResult)) { if (_instance.OnRestoreIOSPurchasesResultEvent != null) { _instance.OnRestoreIOSPurchasesResultEvent((ClientModels.RestoreIOSPurchasesResult)e.Result); return; } } + if (type == typeof(ClientModels.RewardAdActivityResult)) { if (_instance.OnRewardAdActivityResultEvent != null) { _instance.OnRewardAdActivityResultEvent((ClientModels.RewardAdActivityResult)e.Result); return; } } + if (type == typeof(ClientModels.SendAccountRecoveryEmailResult)) { if (_instance.OnSendAccountRecoveryEmailResultEvent != null) { _instance.OnSendAccountRecoveryEmailResultEvent((ClientModels.SendAccountRecoveryEmailResult)e.Result); return; } } + if (type == typeof(ClientModels.SetFriendTagsResult)) { if (_instance.OnSetFriendTagsResultEvent != null) { _instance.OnSetFriendTagsResultEvent((ClientModels.SetFriendTagsResult)e.Result); return; } } + if (type == typeof(ClientModels.SetPlayerSecretResult)) { if (_instance.OnSetPlayerSecretResultEvent != null) { _instance.OnSetPlayerSecretResultEvent((ClientModels.SetPlayerSecretResult)e.Result); return; } } + if (type == typeof(ClientModels.StartPurchaseResult)) { if (_instance.OnStartPurchaseResultEvent != null) { _instance.OnStartPurchaseResultEvent((ClientModels.StartPurchaseResult)e.Result); return; } } + if (type == typeof(ClientModels.ModifyUserVirtualCurrencyResult)) { if (_instance.OnSubtractUserVirtualCurrencyResultEvent != null) { _instance.OnSubtractUserVirtualCurrencyResultEvent((ClientModels.ModifyUserVirtualCurrencyResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkAndroidDeviceIDResult)) { if (_instance.OnUnlinkAndroidDeviceIDResultEvent != null) { _instance.OnUnlinkAndroidDeviceIDResultEvent((ClientModels.UnlinkAndroidDeviceIDResult)e.Result); return; } } + if (type == typeof(ClientModels.EmptyResponse)) { if (_instance.OnUnlinkAppleResultEvent != null) { _instance.OnUnlinkAppleResultEvent((ClientModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkCustomIDResult)) { if (_instance.OnUnlinkCustomIDResultEvent != null) { _instance.OnUnlinkCustomIDResultEvent((ClientModels.UnlinkCustomIDResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkFacebookAccountResult)) { if (_instance.OnUnlinkFacebookAccountResultEvent != null) { _instance.OnUnlinkFacebookAccountResultEvent((ClientModels.UnlinkFacebookAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkFacebookInstantGamesIdResult)) { if (_instance.OnUnlinkFacebookInstantGamesIdResultEvent != null) { _instance.OnUnlinkFacebookInstantGamesIdResultEvent((ClientModels.UnlinkFacebookInstantGamesIdResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkGameCenterAccountResult)) { if (_instance.OnUnlinkGameCenterAccountResultEvent != null) { _instance.OnUnlinkGameCenterAccountResultEvent((ClientModels.UnlinkGameCenterAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkGoogleAccountResult)) { if (_instance.OnUnlinkGoogleAccountResultEvent != null) { _instance.OnUnlinkGoogleAccountResultEvent((ClientModels.UnlinkGoogleAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkGooglePlayGamesServicesAccountResult)) { if (_instance.OnUnlinkGooglePlayGamesServicesAccountResultEvent != null) { _instance.OnUnlinkGooglePlayGamesServicesAccountResultEvent((ClientModels.UnlinkGooglePlayGamesServicesAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkIOSDeviceIDResult)) { if (_instance.OnUnlinkIOSDeviceIDResultEvent != null) { _instance.OnUnlinkIOSDeviceIDResultEvent((ClientModels.UnlinkIOSDeviceIDResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkKongregateAccountResult)) { if (_instance.OnUnlinkKongregateResultEvent != null) { _instance.OnUnlinkKongregateResultEvent((ClientModels.UnlinkKongregateAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.EmptyResponse)) { if (_instance.OnUnlinkNintendoServiceAccountResultEvent != null) { _instance.OnUnlinkNintendoServiceAccountResultEvent((ClientModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkNintendoSwitchDeviceIdResult)) { if (_instance.OnUnlinkNintendoSwitchDeviceIdResultEvent != null) { _instance.OnUnlinkNintendoSwitchDeviceIdResultEvent((ClientModels.UnlinkNintendoSwitchDeviceIdResult)e.Result); return; } } + if (type == typeof(ClientModels.EmptyResponse)) { if (_instance.OnUnlinkOpenIdConnectResultEvent != null) { _instance.OnUnlinkOpenIdConnectResultEvent((ClientModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkPSNAccountResult)) { if (_instance.OnUnlinkPSNAccountResultEvent != null) { _instance.OnUnlinkPSNAccountResultEvent((ClientModels.UnlinkPSNAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkSteamAccountResult)) { if (_instance.OnUnlinkSteamAccountResultEvent != null) { _instance.OnUnlinkSteamAccountResultEvent((ClientModels.UnlinkSteamAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkTwitchAccountResult)) { if (_instance.OnUnlinkTwitchResultEvent != null) { _instance.OnUnlinkTwitchResultEvent((ClientModels.UnlinkTwitchAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlinkXboxAccountResult)) { if (_instance.OnUnlinkXboxAccountResultEvent != null) { _instance.OnUnlinkXboxAccountResultEvent((ClientModels.UnlinkXboxAccountResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlockContainerItemResult)) { if (_instance.OnUnlockContainerInstanceResultEvent != null) { _instance.OnUnlockContainerInstanceResultEvent((ClientModels.UnlockContainerItemResult)e.Result); return; } } + if (type == typeof(ClientModels.UnlockContainerItemResult)) { if (_instance.OnUnlockContainerItemResultEvent != null) { _instance.OnUnlockContainerItemResultEvent((ClientModels.UnlockContainerItemResult)e.Result); return; } } + if (type == typeof(ClientModels.EmptyResponse)) { if (_instance.OnUpdateAvatarUrlResultEvent != null) { _instance.OnUpdateAvatarUrlResultEvent((ClientModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ClientModels.UpdateCharacterDataResult)) { if (_instance.OnUpdateCharacterDataResultEvent != null) { _instance.OnUpdateCharacterDataResultEvent((ClientModels.UpdateCharacterDataResult)e.Result); return; } } + if (type == typeof(ClientModels.UpdateCharacterStatisticsResult)) { if (_instance.OnUpdateCharacterStatisticsResultEvent != null) { _instance.OnUpdateCharacterStatisticsResultEvent((ClientModels.UpdateCharacterStatisticsResult)e.Result); return; } } + if (type == typeof(ClientModels.UpdatePlayerStatisticsResult)) { if (_instance.OnUpdatePlayerStatisticsResultEvent != null) { _instance.OnUpdatePlayerStatisticsResultEvent((ClientModels.UpdatePlayerStatisticsResult)e.Result); return; } } + if (type == typeof(ClientModels.UpdateSharedGroupDataResult)) { if (_instance.OnUpdateSharedGroupDataResultEvent != null) { _instance.OnUpdateSharedGroupDataResultEvent((ClientModels.UpdateSharedGroupDataResult)e.Result); return; } } + if (type == typeof(ClientModels.UpdateUserDataResult)) { if (_instance.OnUpdateUserDataResultEvent != null) { _instance.OnUpdateUserDataResultEvent((ClientModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(ClientModels.UpdateUserDataResult)) { if (_instance.OnUpdateUserPublisherDataResultEvent != null) { _instance.OnUpdateUserPublisherDataResultEvent((ClientModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(ClientModels.UpdateUserTitleDisplayNameResult)) { if (_instance.OnUpdateUserTitleDisplayNameResultEvent != null) { _instance.OnUpdateUserTitleDisplayNameResultEvent((ClientModels.UpdateUserTitleDisplayNameResult)e.Result); return; } } + if (type == typeof(ClientModels.ValidateAmazonReceiptResult)) { if (_instance.OnValidateAmazonIAPReceiptResultEvent != null) { _instance.OnValidateAmazonIAPReceiptResultEvent((ClientModels.ValidateAmazonReceiptResult)e.Result); return; } } + if (type == typeof(ClientModels.ValidateGooglePlayPurchaseResult)) { if (_instance.OnValidateGooglePlayPurchaseResultEvent != null) { _instance.OnValidateGooglePlayPurchaseResultEvent((ClientModels.ValidateGooglePlayPurchaseResult)e.Result); return; } } + if (type == typeof(ClientModels.ValidateIOSReceiptResult)) { if (_instance.OnValidateIOSReceiptResultEvent != null) { _instance.OnValidateIOSReceiptResultEvent((ClientModels.ValidateIOSReceiptResult)e.Result); return; } } + if (type == typeof(ClientModels.ValidateWindowsReceiptResult)) { if (_instance.OnValidateWindowsStoreReceiptResultEvent != null) { _instance.OnValidateWindowsStoreReceiptResultEvent((ClientModels.ValidateWindowsReceiptResult)e.Result); return; } } + if (type == typeof(ClientModels.WriteEventResponse)) { if (_instance.OnWriteCharacterEventResultEvent != null) { _instance.OnWriteCharacterEventResultEvent((ClientModels.WriteEventResponse)e.Result); return; } } + if (type == typeof(ClientModels.WriteEventResponse)) { if (_instance.OnWritePlayerEventResultEvent != null) { _instance.OnWritePlayerEventResultEvent((ClientModels.WriteEventResponse)e.Result); return; } } + if (type == typeof(ClientModels.WriteEventResponse)) { if (_instance.OnWriteTitleEventResultEvent != null) { _instance.OnWriteTitleEventResultEvent((ClientModels.WriteEventResponse)e.Result); return; } } +#endif +#if ENABLE_PLAYFABSERVER_API + + if (type == typeof(ServerModels.ModifyCharacterVirtualCurrencyResult)) { if (_instance.OnServerAddCharacterVirtualCurrencyResultEvent != null) { _instance.OnServerAddCharacterVirtualCurrencyResultEvent((ServerModels.ModifyCharacterVirtualCurrencyResult)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResponse)) { if (_instance.OnServerAddFriendResultEvent != null) { _instance.OnServerAddFriendResultEvent((ServerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResult)) { if (_instance.OnServerAddGenericIDResultEvent != null) { _instance.OnServerAddGenericIDResultEvent((ServerModels.EmptyResult)e.Result); return; } } + if (type == typeof(ServerModels.AddPlayerTagResult)) { if (_instance.OnServerAddPlayerTagResultEvent != null) { _instance.OnServerAddPlayerTagResultEvent((ServerModels.AddPlayerTagResult)e.Result); return; } } + if (type == typeof(ServerModels.AddSharedGroupMembersResult)) { if (_instance.OnServerAddSharedGroupMembersResultEvent != null) { _instance.OnServerAddSharedGroupMembersResultEvent((ServerModels.AddSharedGroupMembersResult)e.Result); return; } } + if (type == typeof(ServerModels.ModifyUserVirtualCurrencyResult)) { if (_instance.OnServerAddUserVirtualCurrencyResultEvent != null) { _instance.OnServerAddUserVirtualCurrencyResultEvent((ServerModels.ModifyUserVirtualCurrencyResult)e.Result); return; } } + if (type == typeof(ServerModels.AuthenticateSessionTicketResult)) { if (_instance.OnServerAuthenticateSessionTicketResultEvent != null) { _instance.OnServerAuthenticateSessionTicketResultEvent((ServerModels.AuthenticateSessionTicketResult)e.Result); return; } } + if (type == typeof(ServerModels.AwardSteamAchievementResult)) { if (_instance.OnServerAwardSteamAchievementResultEvent != null) { _instance.OnServerAwardSteamAchievementResultEvent((ServerModels.AwardSteamAchievementResult)e.Result); return; } } + if (type == typeof(ServerModels.BanUsersResult)) { if (_instance.OnServerBanUsersResultEvent != null) { _instance.OnServerBanUsersResultEvent((ServerModels.BanUsersResult)e.Result); return; } } + if (type == typeof(ServerModels.ConsumeItemResult)) { if (_instance.OnServerConsumeItemResultEvent != null) { _instance.OnServerConsumeItemResultEvent((ServerModels.ConsumeItemResult)e.Result); return; } } + if (type == typeof(ServerModels.CreateSharedGroupResult)) { if (_instance.OnServerCreateSharedGroupResultEvent != null) { _instance.OnServerCreateSharedGroupResultEvent((ServerModels.CreateSharedGroupResult)e.Result); return; } } + if (type == typeof(ServerModels.DeleteCharacterFromUserResult)) { if (_instance.OnServerDeleteCharacterFromUserResultEvent != null) { _instance.OnServerDeleteCharacterFromUserResultEvent((ServerModels.DeleteCharacterFromUserResult)e.Result); return; } } + if (type == typeof(ServerModels.DeletePlayerResult)) { if (_instance.OnServerDeletePlayerResultEvent != null) { _instance.OnServerDeletePlayerResultEvent((ServerModels.DeletePlayerResult)e.Result); return; } } + if (type == typeof(ServerModels.DeletePushNotificationTemplateResult)) { if (_instance.OnServerDeletePushNotificationTemplateResultEvent != null) { _instance.OnServerDeletePushNotificationTemplateResultEvent((ServerModels.DeletePushNotificationTemplateResult)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResponse)) { if (_instance.OnServerDeleteSharedGroupResultEvent != null) { _instance.OnServerDeleteSharedGroupResultEvent((ServerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ServerModels.EvaluateRandomResultTableResult)) { if (_instance.OnServerEvaluateRandomResultTableResultEvent != null) { _instance.OnServerEvaluateRandomResultTableResultEvent((ServerModels.EvaluateRandomResultTableResult)e.Result); return; } } + if (type == typeof(ServerModels.ExecuteCloudScriptResult)) { if (_instance.OnServerExecuteCloudScriptResultEvent != null) { _instance.OnServerExecuteCloudScriptResultEvent((ServerModels.ExecuteCloudScriptResult)e.Result); return; } } + if (type == typeof(ServerModels.GetAllSegmentsResult)) { if (_instance.OnServerGetAllSegmentsResultEvent != null) { _instance.OnServerGetAllSegmentsResultEvent((ServerModels.GetAllSegmentsResult)e.Result); return; } } + if (type == typeof(ServerModels.ListUsersCharactersResult)) { if (_instance.OnServerGetAllUsersCharactersResultEvent != null) { _instance.OnServerGetAllUsersCharactersResultEvent((ServerModels.ListUsersCharactersResult)e.Result); return; } } + if (type == typeof(ServerModels.GetCatalogItemsResult)) { if (_instance.OnServerGetCatalogItemsResultEvent != null) { _instance.OnServerGetCatalogItemsResultEvent((ServerModels.GetCatalogItemsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetCharacterDataResult)) { if (_instance.OnServerGetCharacterDataResultEvent != null) { _instance.OnServerGetCharacterDataResultEvent((ServerModels.GetCharacterDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetCharacterDataResult)) { if (_instance.OnServerGetCharacterInternalDataResultEvent != null) { _instance.OnServerGetCharacterInternalDataResultEvent((ServerModels.GetCharacterDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetCharacterInventoryResult)) { if (_instance.OnServerGetCharacterInventoryResultEvent != null) { _instance.OnServerGetCharacterInventoryResultEvent((ServerModels.GetCharacterInventoryResult)e.Result); return; } } + if (type == typeof(ServerModels.GetCharacterLeaderboardResult)) { if (_instance.OnServerGetCharacterLeaderboardResultEvent != null) { _instance.OnServerGetCharacterLeaderboardResultEvent((ServerModels.GetCharacterLeaderboardResult)e.Result); return; } } + if (type == typeof(ServerModels.GetCharacterDataResult)) { if (_instance.OnServerGetCharacterReadOnlyDataResultEvent != null) { _instance.OnServerGetCharacterReadOnlyDataResultEvent((ServerModels.GetCharacterDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetCharacterStatisticsResult)) { if (_instance.OnServerGetCharacterStatisticsResultEvent != null) { _instance.OnServerGetCharacterStatisticsResultEvent((ServerModels.GetCharacterStatisticsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetContentDownloadUrlResult)) { if (_instance.OnServerGetContentDownloadUrlResultEvent != null) { _instance.OnServerGetContentDownloadUrlResultEvent((ServerModels.GetContentDownloadUrlResult)e.Result); return; } } + if (type == typeof(ServerModels.GetLeaderboardResult)) { if (_instance.OnServerGetFriendLeaderboardResultEvent != null) { _instance.OnServerGetFriendLeaderboardResultEvent((ServerModels.GetLeaderboardResult)e.Result); return; } } + if (type == typeof(ServerModels.GetFriendsListResult)) { if (_instance.OnServerGetFriendsListResultEvent != null) { _instance.OnServerGetFriendsListResultEvent((ServerModels.GetFriendsListResult)e.Result); return; } } + if (type == typeof(ServerModels.GetLeaderboardResult)) { if (_instance.OnServerGetLeaderboardResultEvent != null) { _instance.OnServerGetLeaderboardResultEvent((ServerModels.GetLeaderboardResult)e.Result); return; } } + if (type == typeof(ServerModels.GetLeaderboardAroundCharacterResult)) { if (_instance.OnServerGetLeaderboardAroundCharacterResultEvent != null) { _instance.OnServerGetLeaderboardAroundCharacterResultEvent((ServerModels.GetLeaderboardAroundCharacterResult)e.Result); return; } } + if (type == typeof(ServerModels.GetLeaderboardAroundUserResult)) { if (_instance.OnServerGetLeaderboardAroundUserResultEvent != null) { _instance.OnServerGetLeaderboardAroundUserResultEvent((ServerModels.GetLeaderboardAroundUserResult)e.Result); return; } } + if (type == typeof(ServerModels.GetLeaderboardForUsersCharactersResult)) { if (_instance.OnServerGetLeaderboardForUserCharactersResultEvent != null) { _instance.OnServerGetLeaderboardForUserCharactersResultEvent((ServerModels.GetLeaderboardForUsersCharactersResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayerCombinedInfoResult)) { if (_instance.OnServerGetPlayerCombinedInfoResultEvent != null) { _instance.OnServerGetPlayerCombinedInfoResultEvent((ServerModels.GetPlayerCombinedInfoResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayerProfileResult)) { if (_instance.OnServerGetPlayerProfileResultEvent != null) { _instance.OnServerGetPlayerProfileResultEvent((ServerModels.GetPlayerProfileResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayerSegmentsResult)) { if (_instance.OnServerGetPlayerSegmentsResultEvent != null) { _instance.OnServerGetPlayerSegmentsResultEvent((ServerModels.GetPlayerSegmentsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayersInSegmentResult)) { if (_instance.OnServerGetPlayersInSegmentResultEvent != null) { _instance.OnServerGetPlayersInSegmentResultEvent((ServerModels.GetPlayersInSegmentResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayerStatisticsResult)) { if (_instance.OnServerGetPlayerStatisticsResultEvent != null) { _instance.OnServerGetPlayerStatisticsResultEvent((ServerModels.GetPlayerStatisticsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayerStatisticVersionsResult)) { if (_instance.OnServerGetPlayerStatisticVersionsResultEvent != null) { _instance.OnServerGetPlayerStatisticVersionsResultEvent((ServerModels.GetPlayerStatisticVersionsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayerTagsResult)) { if (_instance.OnServerGetPlayerTagsResultEvent != null) { _instance.OnServerGetPlayerTagsResultEvent((ServerModels.GetPlayerTagsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromFacebookIDsResult)) { if (_instance.OnServerGetPlayFabIDsFromFacebookIDsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromFacebookIDsResultEvent((ServerModels.GetPlayFabIDsFromFacebookIDsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromFacebookInstantGamesIdsResult)) { if (_instance.OnServerGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromFacebookInstantGamesIdsResultEvent((ServerModels.GetPlayFabIDsFromFacebookInstantGamesIdsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromGenericIDsResult)) { if (_instance.OnServerGetPlayFabIDsFromGenericIDsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromGenericIDsResultEvent((ServerModels.GetPlayFabIDsFromGenericIDsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromNintendoServiceAccountIdsResult)) { if (_instance.OnServerGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromNintendoServiceAccountIdsResultEvent((ServerModels.GetPlayFabIDsFromNintendoServiceAccountIdsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromNintendoSwitchDeviceIdsResult)) { if (_instance.OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromNintendoSwitchDeviceIdsResultEvent((ServerModels.GetPlayFabIDsFromNintendoSwitchDeviceIdsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromPSNAccountIDsResult)) { if (_instance.OnServerGetPlayFabIDsFromPSNAccountIDsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromPSNAccountIDsResultEvent((ServerModels.GetPlayFabIDsFromPSNAccountIDsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromPSNOnlineIDsResult)) { if (_instance.OnServerGetPlayFabIDsFromPSNOnlineIDsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromPSNOnlineIDsResultEvent((ServerModels.GetPlayFabIDsFromPSNOnlineIDsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromSteamIDsResult)) { if (_instance.OnServerGetPlayFabIDsFromSteamIDsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromSteamIDsResultEvent((ServerModels.GetPlayFabIDsFromSteamIDsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromTwitchIDsResult)) { if (_instance.OnServerGetPlayFabIDsFromTwitchIDsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromTwitchIDsResultEvent((ServerModels.GetPlayFabIDsFromTwitchIDsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPlayFabIDsFromXboxLiveIDsResult)) { if (_instance.OnServerGetPlayFabIDsFromXboxLiveIDsResultEvent != null) { _instance.OnServerGetPlayFabIDsFromXboxLiveIDsResultEvent((ServerModels.GetPlayFabIDsFromXboxLiveIDsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetPublisherDataResult)) { if (_instance.OnServerGetPublisherDataResultEvent != null) { _instance.OnServerGetPublisherDataResultEvent((ServerModels.GetPublisherDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetRandomResultTablesResult)) { if (_instance.OnServerGetRandomResultTablesResultEvent != null) { _instance.OnServerGetRandomResultTablesResultEvent((ServerModels.GetRandomResultTablesResult)e.Result); return; } } + if (type == typeof(ServerModels.GetServerCustomIDsFromPlayFabIDsResult)) { if (_instance.OnServerGetServerCustomIDsFromPlayFabIDsResultEvent != null) { _instance.OnServerGetServerCustomIDsFromPlayFabIDsResultEvent((ServerModels.GetServerCustomIDsFromPlayFabIDsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetSharedGroupDataResult)) { if (_instance.OnServerGetSharedGroupDataResultEvent != null) { _instance.OnServerGetSharedGroupDataResultEvent((ServerModels.GetSharedGroupDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetStoreItemsResult)) { if (_instance.OnServerGetStoreItemsResultEvent != null) { _instance.OnServerGetStoreItemsResultEvent((ServerModels.GetStoreItemsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetTimeResult)) { if (_instance.OnServerGetTimeResultEvent != null) { _instance.OnServerGetTimeResultEvent((ServerModels.GetTimeResult)e.Result); return; } } + if (type == typeof(ServerModels.GetTitleDataResult)) { if (_instance.OnServerGetTitleDataResultEvent != null) { _instance.OnServerGetTitleDataResultEvent((ServerModels.GetTitleDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetTitleDataResult)) { if (_instance.OnServerGetTitleInternalDataResultEvent != null) { _instance.OnServerGetTitleInternalDataResultEvent((ServerModels.GetTitleDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetTitleNewsResult)) { if (_instance.OnServerGetTitleNewsResultEvent != null) { _instance.OnServerGetTitleNewsResultEvent((ServerModels.GetTitleNewsResult)e.Result); return; } } + if (type == typeof(ServerModels.GetUserAccountInfoResult)) { if (_instance.OnServerGetUserAccountInfoResultEvent != null) { _instance.OnServerGetUserAccountInfoResultEvent((ServerModels.GetUserAccountInfoResult)e.Result); return; } } + if (type == typeof(ServerModels.GetUserBansResult)) { if (_instance.OnServerGetUserBansResultEvent != null) { _instance.OnServerGetUserBansResultEvent((ServerModels.GetUserBansResult)e.Result); return; } } + if (type == typeof(ServerModels.GetUserDataResult)) { if (_instance.OnServerGetUserDataResultEvent != null) { _instance.OnServerGetUserDataResultEvent((ServerModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetUserDataResult)) { if (_instance.OnServerGetUserInternalDataResultEvent != null) { _instance.OnServerGetUserInternalDataResultEvent((ServerModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetUserInventoryResult)) { if (_instance.OnServerGetUserInventoryResultEvent != null) { _instance.OnServerGetUserInventoryResultEvent((ServerModels.GetUserInventoryResult)e.Result); return; } } + if (type == typeof(ServerModels.GetUserDataResult)) { if (_instance.OnServerGetUserPublisherDataResultEvent != null) { _instance.OnServerGetUserPublisherDataResultEvent((ServerModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetUserDataResult)) { if (_instance.OnServerGetUserPublisherInternalDataResultEvent != null) { _instance.OnServerGetUserPublisherInternalDataResultEvent((ServerModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetUserDataResult)) { if (_instance.OnServerGetUserPublisherReadOnlyDataResultEvent != null) { _instance.OnServerGetUserPublisherReadOnlyDataResultEvent((ServerModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GetUserDataResult)) { if (_instance.OnServerGetUserReadOnlyDataResultEvent != null) { _instance.OnServerGetUserReadOnlyDataResultEvent((ServerModels.GetUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.GrantCharacterToUserResult)) { if (_instance.OnServerGrantCharacterToUserResultEvent != null) { _instance.OnServerGrantCharacterToUserResultEvent((ServerModels.GrantCharacterToUserResult)e.Result); return; } } + if (type == typeof(ServerModels.GrantItemsToCharacterResult)) { if (_instance.OnServerGrantItemsToCharacterResultEvent != null) { _instance.OnServerGrantItemsToCharacterResultEvent((ServerModels.GrantItemsToCharacterResult)e.Result); return; } } + if (type == typeof(ServerModels.GrantItemsToUserResult)) { if (_instance.OnServerGrantItemsToUserResultEvent != null) { _instance.OnServerGrantItemsToUserResultEvent((ServerModels.GrantItemsToUserResult)e.Result); return; } } + if (type == typeof(ServerModels.GrantItemsToUsersResult)) { if (_instance.OnServerGrantItemsToUsersResultEvent != null) { _instance.OnServerGrantItemsToUsersResultEvent((ServerModels.GrantItemsToUsersResult)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResult)) { if (_instance.OnServerLinkNintendoServiceAccountResultEvent != null) { _instance.OnServerLinkNintendoServiceAccountResultEvent((ServerModels.EmptyResult)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResult)) { if (_instance.OnServerLinkNintendoServiceAccountSubjectResultEvent != null) { _instance.OnServerLinkNintendoServiceAccountSubjectResultEvent((ServerModels.EmptyResult)e.Result); return; } } + if (type == typeof(ServerModels.LinkNintendoSwitchDeviceIdResult)) { if (_instance.OnServerLinkNintendoSwitchDeviceIdResultEvent != null) { _instance.OnServerLinkNintendoSwitchDeviceIdResultEvent((ServerModels.LinkNintendoSwitchDeviceIdResult)e.Result); return; } } + if (type == typeof(ServerModels.LinkPSNAccountResult)) { if (_instance.OnServerLinkPSNAccountResultEvent != null) { _instance.OnServerLinkPSNAccountResultEvent((ServerModels.LinkPSNAccountResult)e.Result); return; } } + if (type == typeof(ServerModels.LinkPSNIdResponse)) { if (_instance.OnServerLinkPSNIdResultEvent != null) { _instance.OnServerLinkPSNIdResultEvent((ServerModels.LinkPSNIdResponse)e.Result); return; } } + if (type == typeof(ServerModels.LinkServerCustomIdResult)) { if (_instance.OnServerLinkServerCustomIdResultEvent != null) { _instance.OnServerLinkServerCustomIdResultEvent((ServerModels.LinkServerCustomIdResult)e.Result); return; } } + if (type == typeof(ServerModels.LinkSteamIdResult)) { if (_instance.OnServerLinkSteamIdResultEvent != null) { _instance.OnServerLinkSteamIdResultEvent((ServerModels.LinkSteamIdResult)e.Result); return; } } + if (type == typeof(ServerModels.LinkXboxAccountResult)) { if (_instance.OnServerLinkXboxAccountResultEvent != null) { _instance.OnServerLinkXboxAccountResultEvent((ServerModels.LinkXboxAccountResult)e.Result); return; } } + if (type == typeof(ServerModels.ServerLoginResult)) { if (_instance.OnServerLoginWithPSNResultEvent != null) { _instance.OnServerLoginWithPSNResultEvent((ServerModels.ServerLoginResult)e.Result); return; } } + if (type == typeof(ServerModels.ServerLoginResult)) { if (_instance.OnServerLoginWithServerCustomIdResultEvent != null) { _instance.OnServerLoginWithServerCustomIdResultEvent((ServerModels.ServerLoginResult)e.Result); return; } } + if (type == typeof(ServerModels.ServerLoginResult)) { if (_instance.OnServerLoginWithSteamIdResultEvent != null) { _instance.OnServerLoginWithSteamIdResultEvent((ServerModels.ServerLoginResult)e.Result); return; } } + if (type == typeof(ServerModels.ServerLoginResult)) { if (_instance.OnServerLoginWithXboxResultEvent != null) { _instance.OnServerLoginWithXboxResultEvent((ServerModels.ServerLoginResult)e.Result); return; } } + if (type == typeof(ServerModels.ServerLoginResult)) { if (_instance.OnServerLoginWithXboxIdResultEvent != null) { _instance.OnServerLoginWithXboxIdResultEvent((ServerModels.ServerLoginResult)e.Result); return; } } + if (type == typeof(ServerModels.ModifyItemUsesResult)) { if (_instance.OnServerModifyItemUsesResultEvent != null) { _instance.OnServerModifyItemUsesResultEvent((ServerModels.ModifyItemUsesResult)e.Result); return; } } + if (type == typeof(ServerModels.MoveItemToCharacterFromCharacterResult)) { if (_instance.OnServerMoveItemToCharacterFromCharacterResultEvent != null) { _instance.OnServerMoveItemToCharacterFromCharacterResultEvent((ServerModels.MoveItemToCharacterFromCharacterResult)e.Result); return; } } + if (type == typeof(ServerModels.MoveItemToCharacterFromUserResult)) { if (_instance.OnServerMoveItemToCharacterFromUserResultEvent != null) { _instance.OnServerMoveItemToCharacterFromUserResultEvent((ServerModels.MoveItemToCharacterFromUserResult)e.Result); return; } } + if (type == typeof(ServerModels.MoveItemToUserFromCharacterResult)) { if (_instance.OnServerMoveItemToUserFromCharacterResultEvent != null) { _instance.OnServerMoveItemToUserFromCharacterResultEvent((ServerModels.MoveItemToUserFromCharacterResult)e.Result); return; } } + if (type == typeof(ServerModels.RedeemCouponResult)) { if (_instance.OnServerRedeemCouponResultEvent != null) { _instance.OnServerRedeemCouponResultEvent((ServerModels.RedeemCouponResult)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResponse)) { if (_instance.OnServerRemoveFriendResultEvent != null) { _instance.OnServerRemoveFriendResultEvent((ServerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResult)) { if (_instance.OnServerRemoveGenericIDResultEvent != null) { _instance.OnServerRemoveGenericIDResultEvent((ServerModels.EmptyResult)e.Result); return; } } + if (type == typeof(ServerModels.RemovePlayerTagResult)) { if (_instance.OnServerRemovePlayerTagResultEvent != null) { _instance.OnServerRemovePlayerTagResultEvent((ServerModels.RemovePlayerTagResult)e.Result); return; } } + if (type == typeof(ServerModels.RemoveSharedGroupMembersResult)) { if (_instance.OnServerRemoveSharedGroupMembersResultEvent != null) { _instance.OnServerRemoveSharedGroupMembersResultEvent((ServerModels.RemoveSharedGroupMembersResult)e.Result); return; } } + if (type == typeof(ServerModels.ReportPlayerServerResult)) { if (_instance.OnServerReportPlayerResultEvent != null) { _instance.OnServerReportPlayerResultEvent((ServerModels.ReportPlayerServerResult)e.Result); return; } } + if (type == typeof(ServerModels.RevokeAllBansForUserResult)) { if (_instance.OnServerRevokeAllBansForUserResultEvent != null) { _instance.OnServerRevokeAllBansForUserResultEvent((ServerModels.RevokeAllBansForUserResult)e.Result); return; } } + if (type == typeof(ServerModels.RevokeBansResult)) { if (_instance.OnServerRevokeBansResultEvent != null) { _instance.OnServerRevokeBansResultEvent((ServerModels.RevokeBansResult)e.Result); return; } } + if (type == typeof(ServerModels.RevokeInventoryResult)) { if (_instance.OnServerRevokeInventoryItemResultEvent != null) { _instance.OnServerRevokeInventoryItemResultEvent((ServerModels.RevokeInventoryResult)e.Result); return; } } + if (type == typeof(ServerModels.RevokeInventoryItemsResult)) { if (_instance.OnServerRevokeInventoryItemsResultEvent != null) { _instance.OnServerRevokeInventoryItemsResultEvent((ServerModels.RevokeInventoryItemsResult)e.Result); return; } } + if (type == typeof(ServerModels.SavePushNotificationTemplateResult)) { if (_instance.OnServerSavePushNotificationTemplateResultEvent != null) { _instance.OnServerSavePushNotificationTemplateResultEvent((ServerModels.SavePushNotificationTemplateResult)e.Result); return; } } + if (type == typeof(ServerModels.SendCustomAccountRecoveryEmailResult)) { if (_instance.OnServerSendCustomAccountRecoveryEmailResultEvent != null) { _instance.OnServerSendCustomAccountRecoveryEmailResultEvent((ServerModels.SendCustomAccountRecoveryEmailResult)e.Result); return; } } + if (type == typeof(ServerModels.SendEmailFromTemplateResult)) { if (_instance.OnServerSendEmailFromTemplateResultEvent != null) { _instance.OnServerSendEmailFromTemplateResultEvent((ServerModels.SendEmailFromTemplateResult)e.Result); return; } } + if (type == typeof(ServerModels.SendPushNotificationResult)) { if (_instance.OnServerSendPushNotificationResultEvent != null) { _instance.OnServerSendPushNotificationResultEvent((ServerModels.SendPushNotificationResult)e.Result); return; } } + if (type == typeof(ServerModels.SendPushNotificationResult)) { if (_instance.OnServerSendPushNotificationFromTemplateResultEvent != null) { _instance.OnServerSendPushNotificationFromTemplateResultEvent((ServerModels.SendPushNotificationResult)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResponse)) { if (_instance.OnServerSetFriendTagsResultEvent != null) { _instance.OnServerSetFriendTagsResultEvent((ServerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ServerModels.SetPlayerSecretResult)) { if (_instance.OnServerSetPlayerSecretResultEvent != null) { _instance.OnServerSetPlayerSecretResultEvent((ServerModels.SetPlayerSecretResult)e.Result); return; } } + if (type == typeof(ServerModels.SetPublisherDataResult)) { if (_instance.OnServerSetPublisherDataResultEvent != null) { _instance.OnServerSetPublisherDataResultEvent((ServerModels.SetPublisherDataResult)e.Result); return; } } + if (type == typeof(ServerModels.SetTitleDataResult)) { if (_instance.OnServerSetTitleDataResultEvent != null) { _instance.OnServerSetTitleDataResultEvent((ServerModels.SetTitleDataResult)e.Result); return; } } + if (type == typeof(ServerModels.SetTitleDataResult)) { if (_instance.OnServerSetTitleInternalDataResultEvent != null) { _instance.OnServerSetTitleInternalDataResultEvent((ServerModels.SetTitleDataResult)e.Result); return; } } + if (type == typeof(ServerModels.ModifyCharacterVirtualCurrencyResult)) { if (_instance.OnServerSubtractCharacterVirtualCurrencyResultEvent != null) { _instance.OnServerSubtractCharacterVirtualCurrencyResultEvent((ServerModels.ModifyCharacterVirtualCurrencyResult)e.Result); return; } } + if (type == typeof(ServerModels.ModifyUserVirtualCurrencyResult)) { if (_instance.OnServerSubtractUserVirtualCurrencyResultEvent != null) { _instance.OnServerSubtractUserVirtualCurrencyResultEvent((ServerModels.ModifyUserVirtualCurrencyResult)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResponse)) { if (_instance.OnServerUnlinkNintendoServiceAccountResultEvent != null) { _instance.OnServerUnlinkNintendoServiceAccountResultEvent((ServerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ServerModels.UnlinkNintendoSwitchDeviceIdResult)) { if (_instance.OnServerUnlinkNintendoSwitchDeviceIdResultEvent != null) { _instance.OnServerUnlinkNintendoSwitchDeviceIdResultEvent((ServerModels.UnlinkNintendoSwitchDeviceIdResult)e.Result); return; } } + if (type == typeof(ServerModels.UnlinkPSNAccountResult)) { if (_instance.OnServerUnlinkPSNAccountResultEvent != null) { _instance.OnServerUnlinkPSNAccountResultEvent((ServerModels.UnlinkPSNAccountResult)e.Result); return; } } + if (type == typeof(ServerModels.UnlinkServerCustomIdResult)) { if (_instance.OnServerUnlinkServerCustomIdResultEvent != null) { _instance.OnServerUnlinkServerCustomIdResultEvent((ServerModels.UnlinkServerCustomIdResult)e.Result); return; } } + if (type == typeof(ServerModels.UnlinkSteamIdResult)) { if (_instance.OnServerUnlinkSteamIdResultEvent != null) { _instance.OnServerUnlinkSteamIdResultEvent((ServerModels.UnlinkSteamIdResult)e.Result); return; } } + if (type == typeof(ServerModels.UnlinkXboxAccountResult)) { if (_instance.OnServerUnlinkXboxAccountResultEvent != null) { _instance.OnServerUnlinkXboxAccountResultEvent((ServerModels.UnlinkXboxAccountResult)e.Result); return; } } + if (type == typeof(ServerModels.UnlockContainerItemResult)) { if (_instance.OnServerUnlockContainerInstanceResultEvent != null) { _instance.OnServerUnlockContainerInstanceResultEvent((ServerModels.UnlockContainerItemResult)e.Result); return; } } + if (type == typeof(ServerModels.UnlockContainerItemResult)) { if (_instance.OnServerUnlockContainerItemResultEvent != null) { _instance.OnServerUnlockContainerItemResultEvent((ServerModels.UnlockContainerItemResult)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResponse)) { if (_instance.OnServerUpdateAvatarUrlResultEvent != null) { _instance.OnServerUpdateAvatarUrlResultEvent((ServerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ServerModels.UpdateBansResult)) { if (_instance.OnServerUpdateBansResultEvent != null) { _instance.OnServerUpdateBansResultEvent((ServerModels.UpdateBansResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateCharacterDataResult)) { if (_instance.OnServerUpdateCharacterDataResultEvent != null) { _instance.OnServerUpdateCharacterDataResultEvent((ServerModels.UpdateCharacterDataResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateCharacterDataResult)) { if (_instance.OnServerUpdateCharacterInternalDataResultEvent != null) { _instance.OnServerUpdateCharacterInternalDataResultEvent((ServerModels.UpdateCharacterDataResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateCharacterDataResult)) { if (_instance.OnServerUpdateCharacterReadOnlyDataResultEvent != null) { _instance.OnServerUpdateCharacterReadOnlyDataResultEvent((ServerModels.UpdateCharacterDataResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateCharacterStatisticsResult)) { if (_instance.OnServerUpdateCharacterStatisticsResultEvent != null) { _instance.OnServerUpdateCharacterStatisticsResultEvent((ServerModels.UpdateCharacterStatisticsResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdatePlayerStatisticsResult)) { if (_instance.OnServerUpdatePlayerStatisticsResultEvent != null) { _instance.OnServerUpdatePlayerStatisticsResultEvent((ServerModels.UpdatePlayerStatisticsResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateSharedGroupDataResult)) { if (_instance.OnServerUpdateSharedGroupDataResultEvent != null) { _instance.OnServerUpdateSharedGroupDataResultEvent((ServerModels.UpdateSharedGroupDataResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateUserDataResult)) { if (_instance.OnServerUpdateUserDataResultEvent != null) { _instance.OnServerUpdateUserDataResultEvent((ServerModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateUserDataResult)) { if (_instance.OnServerUpdateUserInternalDataResultEvent != null) { _instance.OnServerUpdateUserInternalDataResultEvent((ServerModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.EmptyResponse)) { if (_instance.OnServerUpdateUserInventoryItemCustomDataResultEvent != null) { _instance.OnServerUpdateUserInventoryItemCustomDataResultEvent((ServerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ServerModels.UpdateUserDataResult)) { if (_instance.OnServerUpdateUserPublisherDataResultEvent != null) { _instance.OnServerUpdateUserPublisherDataResultEvent((ServerModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateUserDataResult)) { if (_instance.OnServerUpdateUserPublisherInternalDataResultEvent != null) { _instance.OnServerUpdateUserPublisherInternalDataResultEvent((ServerModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateUserDataResult)) { if (_instance.OnServerUpdateUserPublisherReadOnlyDataResultEvent != null) { _instance.OnServerUpdateUserPublisherReadOnlyDataResultEvent((ServerModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.UpdateUserDataResult)) { if (_instance.OnServerUpdateUserReadOnlyDataResultEvent != null) { _instance.OnServerUpdateUserReadOnlyDataResultEvent((ServerModels.UpdateUserDataResult)e.Result); return; } } + if (type == typeof(ServerModels.WriteEventResponse)) { if (_instance.OnServerWriteCharacterEventResultEvent != null) { _instance.OnServerWriteCharacterEventResultEvent((ServerModels.WriteEventResponse)e.Result); return; } } + if (type == typeof(ServerModels.WriteEventResponse)) { if (_instance.OnServerWritePlayerEventResultEvent != null) { _instance.OnServerWritePlayerEventResultEvent((ServerModels.WriteEventResponse)e.Result); return; } } + if (type == typeof(ServerModels.WriteEventResponse)) { if (_instance.OnServerWriteTitleEventResultEvent != null) { _instance.OnServerWriteTitleEventResultEvent((ServerModels.WriteEventResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(AuthenticationModels.AuthenticateCustomIdResult)) { if (_instance.OnAuthenticationAuthenticateGameServerWithCustomIdResultEvent != null) { _instance.OnAuthenticationAuthenticateGameServerWithCustomIdResultEvent((AuthenticationModels.AuthenticateCustomIdResult)e.Result); return; } } + if (type == typeof(AuthenticationModels.EmptyResponse)) { if (_instance.OnAuthenticationDeleteResultEvent != null) { _instance.OnAuthenticationDeleteResultEvent((AuthenticationModels.EmptyResponse)e.Result); return; } } + if (type == typeof(AuthenticationModels.GetEntityTokenResponse)) { if (_instance.OnAuthenticationGetEntityTokenResultEvent != null) { _instance.OnAuthenticationGetEntityTokenResultEvent((AuthenticationModels.GetEntityTokenResponse)e.Result); return; } } + if (type == typeof(AuthenticationModels.ValidateEntityTokenResponse)) { if (_instance.OnAuthenticationValidateEntityTokenResultEvent != null) { _instance.OnAuthenticationValidateEntityTokenResultEvent((AuthenticationModels.ValidateEntityTokenResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(CloudScriptModels.ExecuteCloudScriptResult)) { if (_instance.OnCloudScriptExecuteEntityCloudScriptResultEvent != null) { _instance.OnCloudScriptExecuteEntityCloudScriptResultEvent((CloudScriptModels.ExecuteCloudScriptResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.ExecuteFunctionResult)) { if (_instance.OnCloudScriptExecuteFunctionResultEvent != null) { _instance.OnCloudScriptExecuteFunctionResultEvent((CloudScriptModels.ExecuteFunctionResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.GetFunctionResult)) { if (_instance.OnCloudScriptGetFunctionResultEvent != null) { _instance.OnCloudScriptGetFunctionResultEvent((CloudScriptModels.GetFunctionResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.ListEventHubFunctionsResult)) { if (_instance.OnCloudScriptListEventHubFunctionsResultEvent != null) { _instance.OnCloudScriptListEventHubFunctionsResultEvent((CloudScriptModels.ListEventHubFunctionsResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.ListFunctionsResult)) { if (_instance.OnCloudScriptListFunctionsResultEvent != null) { _instance.OnCloudScriptListFunctionsResultEvent((CloudScriptModels.ListFunctionsResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.ListHttpFunctionsResult)) { if (_instance.OnCloudScriptListHttpFunctionsResultEvent != null) { _instance.OnCloudScriptListHttpFunctionsResultEvent((CloudScriptModels.ListHttpFunctionsResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.ListQueuedFunctionsResult)) { if (_instance.OnCloudScriptListQueuedFunctionsResultEvent != null) { _instance.OnCloudScriptListQueuedFunctionsResultEvent((CloudScriptModels.ListQueuedFunctionsResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.EmptyResult)) { if (_instance.OnCloudScriptPostFunctionResultForEntityTriggeredActionResultEvent != null) { _instance.OnCloudScriptPostFunctionResultForEntityTriggeredActionResultEvent((CloudScriptModels.EmptyResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.EmptyResult)) { if (_instance.OnCloudScriptPostFunctionResultForFunctionExecutionResultEvent != null) { _instance.OnCloudScriptPostFunctionResultForFunctionExecutionResultEvent((CloudScriptModels.EmptyResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.EmptyResult)) { if (_instance.OnCloudScriptPostFunctionResultForPlayerTriggeredActionResultEvent != null) { _instance.OnCloudScriptPostFunctionResultForPlayerTriggeredActionResultEvent((CloudScriptModels.EmptyResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.EmptyResult)) { if (_instance.OnCloudScriptPostFunctionResultForScheduledTaskResultEvent != null) { _instance.OnCloudScriptPostFunctionResultForScheduledTaskResultEvent((CloudScriptModels.EmptyResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.EmptyResult)) { if (_instance.OnCloudScriptRegisterEventHubFunctionResultEvent != null) { _instance.OnCloudScriptRegisterEventHubFunctionResultEvent((CloudScriptModels.EmptyResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.EmptyResult)) { if (_instance.OnCloudScriptRegisterHttpFunctionResultEvent != null) { _instance.OnCloudScriptRegisterHttpFunctionResultEvent((CloudScriptModels.EmptyResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.EmptyResult)) { if (_instance.OnCloudScriptRegisterQueuedFunctionResultEvent != null) { _instance.OnCloudScriptRegisterQueuedFunctionResultEvent((CloudScriptModels.EmptyResult)e.Result); return; } } + if (type == typeof(CloudScriptModels.EmptyResult)) { if (_instance.OnCloudScriptUnregisterFunctionResultEvent != null) { _instance.OnCloudScriptUnregisterFunctionResultEvent((CloudScriptModels.EmptyResult)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(DataModels.AbortFileUploadsResponse)) { if (_instance.OnDataAbortFileUploadsResultEvent != null) { _instance.OnDataAbortFileUploadsResultEvent((DataModels.AbortFileUploadsResponse)e.Result); return; } } + if (type == typeof(DataModels.DeleteFilesResponse)) { if (_instance.OnDataDeleteFilesResultEvent != null) { _instance.OnDataDeleteFilesResultEvent((DataModels.DeleteFilesResponse)e.Result); return; } } + if (type == typeof(DataModels.FinalizeFileUploadsResponse)) { if (_instance.OnDataFinalizeFileUploadsResultEvent != null) { _instance.OnDataFinalizeFileUploadsResultEvent((DataModels.FinalizeFileUploadsResponse)e.Result); return; } } + if (type == typeof(DataModels.GetFilesResponse)) { if (_instance.OnDataGetFilesResultEvent != null) { _instance.OnDataGetFilesResultEvent((DataModels.GetFilesResponse)e.Result); return; } } + if (type == typeof(DataModels.GetObjectsResponse)) { if (_instance.OnDataGetObjectsResultEvent != null) { _instance.OnDataGetObjectsResultEvent((DataModels.GetObjectsResponse)e.Result); return; } } + if (type == typeof(DataModels.InitiateFileUploadsResponse)) { if (_instance.OnDataInitiateFileUploadsResultEvent != null) { _instance.OnDataInitiateFileUploadsResultEvent((DataModels.InitiateFileUploadsResponse)e.Result); return; } } + if (type == typeof(DataModels.SetObjectsResponse)) { if (_instance.OnDataSetObjectsResultEvent != null) { _instance.OnDataSetObjectsResultEvent((DataModels.SetObjectsResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(EconomyModels.AddInventoryItemsResponse)) { if (_instance.OnEconomyAddInventoryItemsResultEvent != null) { _instance.OnEconomyAddInventoryItemsResultEvent((EconomyModels.AddInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.CreateDraftItemResponse)) { if (_instance.OnEconomyCreateDraftItemResultEvent != null) { _instance.OnEconomyCreateDraftItemResultEvent((EconomyModels.CreateDraftItemResponse)e.Result); return; } } + if (type == typeof(EconomyModels.CreateUploadUrlsResponse)) { if (_instance.OnEconomyCreateUploadUrlsResultEvent != null) { _instance.OnEconomyCreateUploadUrlsResultEvent((EconomyModels.CreateUploadUrlsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.DeleteEntityItemReviewsResponse)) { if (_instance.OnEconomyDeleteEntityItemReviewsResultEvent != null) { _instance.OnEconomyDeleteEntityItemReviewsResultEvent((EconomyModels.DeleteEntityItemReviewsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.DeleteInventoryCollectionResponse)) { if (_instance.OnEconomyDeleteInventoryCollectionResultEvent != null) { _instance.OnEconomyDeleteInventoryCollectionResultEvent((EconomyModels.DeleteInventoryCollectionResponse)e.Result); return; } } + if (type == typeof(EconomyModels.DeleteInventoryItemsResponse)) { if (_instance.OnEconomyDeleteInventoryItemsResultEvent != null) { _instance.OnEconomyDeleteInventoryItemsResultEvent((EconomyModels.DeleteInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.DeleteItemResponse)) { if (_instance.OnEconomyDeleteItemResultEvent != null) { _instance.OnEconomyDeleteItemResultEvent((EconomyModels.DeleteItemResponse)e.Result); return; } } + if (type == typeof(EconomyModels.ExecuteInventoryOperationsResponse)) { if (_instance.OnEconomyExecuteInventoryOperationsResultEvent != null) { _instance.OnEconomyExecuteInventoryOperationsResultEvent((EconomyModels.ExecuteInventoryOperationsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.ExecuteTransferOperationsResponse)) { if (_instance.OnEconomyExecuteTransferOperationsResultEvent != null) { _instance.OnEconomyExecuteTransferOperationsResultEvent((EconomyModels.ExecuteTransferOperationsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetCatalogConfigResponse)) { if (_instance.OnEconomyGetCatalogConfigResultEvent != null) { _instance.OnEconomyGetCatalogConfigResultEvent((EconomyModels.GetCatalogConfigResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetDraftItemResponse)) { if (_instance.OnEconomyGetDraftItemResultEvent != null) { _instance.OnEconomyGetDraftItemResultEvent((EconomyModels.GetDraftItemResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetDraftItemsResponse)) { if (_instance.OnEconomyGetDraftItemsResultEvent != null) { _instance.OnEconomyGetDraftItemsResultEvent((EconomyModels.GetDraftItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetEntityDraftItemsResponse)) { if (_instance.OnEconomyGetEntityDraftItemsResultEvent != null) { _instance.OnEconomyGetEntityDraftItemsResultEvent((EconomyModels.GetEntityDraftItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetEntityItemReviewResponse)) { if (_instance.OnEconomyGetEntityItemReviewResultEvent != null) { _instance.OnEconomyGetEntityItemReviewResultEvent((EconomyModels.GetEntityItemReviewResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetInventoryCollectionIdsResponse)) { if (_instance.OnEconomyGetInventoryCollectionIdsResultEvent != null) { _instance.OnEconomyGetInventoryCollectionIdsResultEvent((EconomyModels.GetInventoryCollectionIdsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetInventoryItemsResponse)) { if (_instance.OnEconomyGetInventoryItemsResultEvent != null) { _instance.OnEconomyGetInventoryItemsResultEvent((EconomyModels.GetInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetInventoryOperationStatusResponse)) { if (_instance.OnEconomyGetInventoryOperationStatusResultEvent != null) { _instance.OnEconomyGetInventoryOperationStatusResultEvent((EconomyModels.GetInventoryOperationStatusResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetItemResponse)) { if (_instance.OnEconomyGetItemResultEvent != null) { _instance.OnEconomyGetItemResultEvent((EconomyModels.GetItemResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetItemContainersResponse)) { if (_instance.OnEconomyGetItemContainersResultEvent != null) { _instance.OnEconomyGetItemContainersResultEvent((EconomyModels.GetItemContainersResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetItemModerationStateResponse)) { if (_instance.OnEconomyGetItemModerationStateResultEvent != null) { _instance.OnEconomyGetItemModerationStateResultEvent((EconomyModels.GetItemModerationStateResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetItemPublishStatusResponse)) { if (_instance.OnEconomyGetItemPublishStatusResultEvent != null) { _instance.OnEconomyGetItemPublishStatusResultEvent((EconomyModels.GetItemPublishStatusResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetItemReviewsResponse)) { if (_instance.OnEconomyGetItemReviewsResultEvent != null) { _instance.OnEconomyGetItemReviewsResultEvent((EconomyModels.GetItemReviewsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetItemReviewSummaryResponse)) { if (_instance.OnEconomyGetItemReviewSummaryResultEvent != null) { _instance.OnEconomyGetItemReviewSummaryResultEvent((EconomyModels.GetItemReviewSummaryResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetItemsResponse)) { if (_instance.OnEconomyGetItemsResultEvent != null) { _instance.OnEconomyGetItemsResultEvent((EconomyModels.GetItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetMicrosoftStoreAccessTokensResponse)) { if (_instance.OnEconomyGetMicrosoftStoreAccessTokensResultEvent != null) { _instance.OnEconomyGetMicrosoftStoreAccessTokensResultEvent((EconomyModels.GetMicrosoftStoreAccessTokensResponse)e.Result); return; } } + if (type == typeof(EconomyModels.GetTransactionHistoryResponse)) { if (_instance.OnEconomyGetTransactionHistoryResultEvent != null) { _instance.OnEconomyGetTransactionHistoryResultEvent((EconomyModels.GetTransactionHistoryResponse)e.Result); return; } } + if (type == typeof(EconomyModels.PublishDraftItemResponse)) { if (_instance.OnEconomyPublishDraftItemResultEvent != null) { _instance.OnEconomyPublishDraftItemResultEvent((EconomyModels.PublishDraftItemResponse)e.Result); return; } } + if (type == typeof(EconomyModels.PurchaseInventoryItemsResponse)) { if (_instance.OnEconomyPurchaseInventoryItemsResultEvent != null) { _instance.OnEconomyPurchaseInventoryItemsResultEvent((EconomyModels.PurchaseInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.RedeemAppleAppStoreInventoryItemsResponse)) { if (_instance.OnEconomyRedeemAppleAppStoreInventoryItemsResultEvent != null) { _instance.OnEconomyRedeemAppleAppStoreInventoryItemsResultEvent((EconomyModels.RedeemAppleAppStoreInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.RedeemGooglePlayInventoryItemsResponse)) { if (_instance.OnEconomyRedeemGooglePlayInventoryItemsResultEvent != null) { _instance.OnEconomyRedeemGooglePlayInventoryItemsResultEvent((EconomyModels.RedeemGooglePlayInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.RedeemMicrosoftStoreInventoryItemsResponse)) { if (_instance.OnEconomyRedeemMicrosoftStoreInventoryItemsResultEvent != null) { _instance.OnEconomyRedeemMicrosoftStoreInventoryItemsResultEvent((EconomyModels.RedeemMicrosoftStoreInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.RedeemNintendoEShopInventoryItemsResponse)) { if (_instance.OnEconomyRedeemNintendoEShopInventoryItemsResultEvent != null) { _instance.OnEconomyRedeemNintendoEShopInventoryItemsResultEvent((EconomyModels.RedeemNintendoEShopInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.RedeemPlayStationStoreInventoryItemsResponse)) { if (_instance.OnEconomyRedeemPlayStationStoreInventoryItemsResultEvent != null) { _instance.OnEconomyRedeemPlayStationStoreInventoryItemsResultEvent((EconomyModels.RedeemPlayStationStoreInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.RedeemSteamInventoryItemsResponse)) { if (_instance.OnEconomyRedeemSteamInventoryItemsResultEvent != null) { _instance.OnEconomyRedeemSteamInventoryItemsResultEvent((EconomyModels.RedeemSteamInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.ReportItemResponse)) { if (_instance.OnEconomyReportItemResultEvent != null) { _instance.OnEconomyReportItemResultEvent((EconomyModels.ReportItemResponse)e.Result); return; } } + if (type == typeof(EconomyModels.ReportItemReviewResponse)) { if (_instance.OnEconomyReportItemReviewResultEvent != null) { _instance.OnEconomyReportItemReviewResultEvent((EconomyModels.ReportItemReviewResponse)e.Result); return; } } + if (type == typeof(EconomyModels.ReviewItemResponse)) { if (_instance.OnEconomyReviewItemResultEvent != null) { _instance.OnEconomyReviewItemResultEvent((EconomyModels.ReviewItemResponse)e.Result); return; } } + if (type == typeof(EconomyModels.SearchItemsResponse)) { if (_instance.OnEconomySearchItemsResultEvent != null) { _instance.OnEconomySearchItemsResultEvent((EconomyModels.SearchItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.SetItemModerationStateResponse)) { if (_instance.OnEconomySetItemModerationStateResultEvent != null) { _instance.OnEconomySetItemModerationStateResultEvent((EconomyModels.SetItemModerationStateResponse)e.Result); return; } } + if (type == typeof(EconomyModels.SubmitItemReviewVoteResponse)) { if (_instance.OnEconomySubmitItemReviewVoteResultEvent != null) { _instance.OnEconomySubmitItemReviewVoteResultEvent((EconomyModels.SubmitItemReviewVoteResponse)e.Result); return; } } + if (type == typeof(EconomyModels.SubtractInventoryItemsResponse)) { if (_instance.OnEconomySubtractInventoryItemsResultEvent != null) { _instance.OnEconomySubtractInventoryItemsResultEvent((EconomyModels.SubtractInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.TakedownItemReviewsResponse)) { if (_instance.OnEconomyTakedownItemReviewsResultEvent != null) { _instance.OnEconomyTakedownItemReviewsResultEvent((EconomyModels.TakedownItemReviewsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.TransferInventoryItemsResponse)) { if (_instance.OnEconomyTransferInventoryItemsResultEvent != null) { _instance.OnEconomyTransferInventoryItemsResultEvent((EconomyModels.TransferInventoryItemsResponse)e.Result); return; } } + if (type == typeof(EconomyModels.UpdateCatalogConfigResponse)) { if (_instance.OnEconomyUpdateCatalogConfigResultEvent != null) { _instance.OnEconomyUpdateCatalogConfigResultEvent((EconomyModels.UpdateCatalogConfigResponse)e.Result); return; } } + if (type == typeof(EconomyModels.UpdateDraftItemResponse)) { if (_instance.OnEconomyUpdateDraftItemResultEvent != null) { _instance.OnEconomyUpdateDraftItemResultEvent((EconomyModels.UpdateDraftItemResponse)e.Result); return; } } + if (type == typeof(EconomyModels.UpdateInventoryItemsResponse)) { if (_instance.OnEconomyUpdateInventoryItemsResultEvent != null) { _instance.OnEconomyUpdateInventoryItemsResultEvent((EconomyModels.UpdateInventoryItemsResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(EventsModels.CreateTelemetryKeyResponse)) { if (_instance.OnEventsCreateTelemetryKeyResultEvent != null) { _instance.OnEventsCreateTelemetryKeyResultEvent((EventsModels.CreateTelemetryKeyResponse)e.Result); return; } } + if (type == typeof(EventsModels.DeleteTelemetryKeyResponse)) { if (_instance.OnEventsDeleteTelemetryKeyResultEvent != null) { _instance.OnEventsDeleteTelemetryKeyResultEvent((EventsModels.DeleteTelemetryKeyResponse)e.Result); return; } } + if (type == typeof(EventsModels.GetTelemetryKeyResponse)) { if (_instance.OnEventsGetTelemetryKeyResultEvent != null) { _instance.OnEventsGetTelemetryKeyResultEvent((EventsModels.GetTelemetryKeyResponse)e.Result); return; } } + if (type == typeof(EventsModels.ListTelemetryKeysResponse)) { if (_instance.OnEventsListTelemetryKeysResultEvent != null) { _instance.OnEventsListTelemetryKeysResultEvent((EventsModels.ListTelemetryKeysResponse)e.Result); return; } } + if (type == typeof(EventsModels.SetTelemetryKeyActiveResponse)) { if (_instance.OnEventsSetTelemetryKeyActiveResultEvent != null) { _instance.OnEventsSetTelemetryKeyActiveResultEvent((EventsModels.SetTelemetryKeyActiveResponse)e.Result); return; } } + if (type == typeof(EventsModels.WriteEventsResponse)) { if (_instance.OnEventsWriteEventsResultEvent != null) { _instance.OnEventsWriteEventsResultEvent((EventsModels.WriteEventsResponse)e.Result); return; } } + if (type == typeof(EventsModels.WriteEventsResponse)) { if (_instance.OnEventsWriteTelemetryEventsResultEvent != null) { _instance.OnEventsWriteTelemetryEventsResultEvent((EventsModels.WriteEventsResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(ExperimentationModels.CreateExclusionGroupResult)) { if (_instance.OnExperimentationCreateExclusionGroupResultEvent != null) { _instance.OnExperimentationCreateExclusionGroupResultEvent((ExperimentationModels.CreateExclusionGroupResult)e.Result); return; } } + if (type == typeof(ExperimentationModels.CreateExperimentResult)) { if (_instance.OnExperimentationCreateExperimentResultEvent != null) { _instance.OnExperimentationCreateExperimentResultEvent((ExperimentationModels.CreateExperimentResult)e.Result); return; } } + if (type == typeof(ExperimentationModels.EmptyResponse)) { if (_instance.OnExperimentationDeleteExclusionGroupResultEvent != null) { _instance.OnExperimentationDeleteExclusionGroupResultEvent((ExperimentationModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ExperimentationModels.EmptyResponse)) { if (_instance.OnExperimentationDeleteExperimentResultEvent != null) { _instance.OnExperimentationDeleteExperimentResultEvent((ExperimentationModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ExperimentationModels.GetExclusionGroupsResult)) { if (_instance.OnExperimentationGetExclusionGroupsResultEvent != null) { _instance.OnExperimentationGetExclusionGroupsResultEvent((ExperimentationModels.GetExclusionGroupsResult)e.Result); return; } } + if (type == typeof(ExperimentationModels.GetExclusionGroupTrafficResult)) { if (_instance.OnExperimentationGetExclusionGroupTrafficResultEvent != null) { _instance.OnExperimentationGetExclusionGroupTrafficResultEvent((ExperimentationModels.GetExclusionGroupTrafficResult)e.Result); return; } } + if (type == typeof(ExperimentationModels.GetExperimentsResult)) { if (_instance.OnExperimentationGetExperimentsResultEvent != null) { _instance.OnExperimentationGetExperimentsResultEvent((ExperimentationModels.GetExperimentsResult)e.Result); return; } } + if (type == typeof(ExperimentationModels.GetLatestScorecardResult)) { if (_instance.OnExperimentationGetLatestScorecardResultEvent != null) { _instance.OnExperimentationGetLatestScorecardResultEvent((ExperimentationModels.GetLatestScorecardResult)e.Result); return; } } + if (type == typeof(ExperimentationModels.GetTreatmentAssignmentResult)) { if (_instance.OnExperimentationGetTreatmentAssignmentResultEvent != null) { _instance.OnExperimentationGetTreatmentAssignmentResultEvent((ExperimentationModels.GetTreatmentAssignmentResult)e.Result); return; } } + if (type == typeof(ExperimentationModels.EmptyResponse)) { if (_instance.OnExperimentationStartExperimentResultEvent != null) { _instance.OnExperimentationStartExperimentResultEvent((ExperimentationModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ExperimentationModels.EmptyResponse)) { if (_instance.OnExperimentationStopExperimentResultEvent != null) { _instance.OnExperimentationStopExperimentResultEvent((ExperimentationModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ExperimentationModels.EmptyResponse)) { if (_instance.OnExperimentationUpdateExclusionGroupResultEvent != null) { _instance.OnExperimentationUpdateExclusionGroupResultEvent((ExperimentationModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ExperimentationModels.EmptyResponse)) { if (_instance.OnExperimentationUpdateExperimentResultEvent != null) { _instance.OnExperimentationUpdateExperimentResultEvent((ExperimentationModels.EmptyResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(InsightsModels.InsightsGetDetailsResponse)) { if (_instance.OnInsightsGetDetailsResultEvent != null) { _instance.OnInsightsGetDetailsResultEvent((InsightsModels.InsightsGetDetailsResponse)e.Result); return; } } + if (type == typeof(InsightsModels.InsightsGetLimitsResponse)) { if (_instance.OnInsightsGetLimitsResultEvent != null) { _instance.OnInsightsGetLimitsResultEvent((InsightsModels.InsightsGetLimitsResponse)e.Result); return; } } + if (type == typeof(InsightsModels.InsightsGetOperationStatusResponse)) { if (_instance.OnInsightsGetOperationStatusResultEvent != null) { _instance.OnInsightsGetOperationStatusResultEvent((InsightsModels.InsightsGetOperationStatusResponse)e.Result); return; } } + if (type == typeof(InsightsModels.InsightsGetPendingOperationsResponse)) { if (_instance.OnInsightsGetPendingOperationsResultEvent != null) { _instance.OnInsightsGetPendingOperationsResultEvent((InsightsModels.InsightsGetPendingOperationsResponse)e.Result); return; } } + if (type == typeof(InsightsModels.InsightsOperationResponse)) { if (_instance.OnInsightsSetPerformanceResultEvent != null) { _instance.OnInsightsSetPerformanceResultEvent((InsightsModels.InsightsOperationResponse)e.Result); return; } } + if (type == typeof(InsightsModels.InsightsOperationResponse)) { if (_instance.OnInsightsSetStorageRetentionResultEvent != null) { _instance.OnInsightsSetStorageRetentionResultEvent((InsightsModels.InsightsOperationResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsAcceptGroupApplicationResultEvent != null) { _instance.OnGroupsAcceptGroupApplicationResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsAcceptGroupInvitationResultEvent != null) { _instance.OnGroupsAcceptGroupInvitationResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsAddMembersResultEvent != null) { _instance.OnGroupsAddMembersResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.ApplyToGroupResponse)) { if (_instance.OnGroupsApplyToGroupResultEvent != null) { _instance.OnGroupsApplyToGroupResultEvent((GroupsModels.ApplyToGroupResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsBlockEntityResultEvent != null) { _instance.OnGroupsBlockEntityResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsChangeMemberRoleResultEvent != null) { _instance.OnGroupsChangeMemberRoleResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.CreateGroupResponse)) { if (_instance.OnGroupsCreateGroupResultEvent != null) { _instance.OnGroupsCreateGroupResultEvent((GroupsModels.CreateGroupResponse)e.Result); return; } } + if (type == typeof(GroupsModels.CreateGroupRoleResponse)) { if (_instance.OnGroupsCreateRoleResultEvent != null) { _instance.OnGroupsCreateRoleResultEvent((GroupsModels.CreateGroupRoleResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsDeleteGroupResultEvent != null) { _instance.OnGroupsDeleteGroupResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsDeleteRoleResultEvent != null) { _instance.OnGroupsDeleteRoleResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.GetGroupResponse)) { if (_instance.OnGroupsGetGroupResultEvent != null) { _instance.OnGroupsGetGroupResultEvent((GroupsModels.GetGroupResponse)e.Result); return; } } + if (type == typeof(GroupsModels.InviteToGroupResponse)) { if (_instance.OnGroupsInviteToGroupResultEvent != null) { _instance.OnGroupsInviteToGroupResultEvent((GroupsModels.InviteToGroupResponse)e.Result); return; } } + if (type == typeof(GroupsModels.IsMemberResponse)) { if (_instance.OnGroupsIsMemberResultEvent != null) { _instance.OnGroupsIsMemberResultEvent((GroupsModels.IsMemberResponse)e.Result); return; } } + if (type == typeof(GroupsModels.ListGroupApplicationsResponse)) { if (_instance.OnGroupsListGroupApplicationsResultEvent != null) { _instance.OnGroupsListGroupApplicationsResultEvent((GroupsModels.ListGroupApplicationsResponse)e.Result); return; } } + if (type == typeof(GroupsModels.ListGroupBlocksResponse)) { if (_instance.OnGroupsListGroupBlocksResultEvent != null) { _instance.OnGroupsListGroupBlocksResultEvent((GroupsModels.ListGroupBlocksResponse)e.Result); return; } } + if (type == typeof(GroupsModels.ListGroupInvitationsResponse)) { if (_instance.OnGroupsListGroupInvitationsResultEvent != null) { _instance.OnGroupsListGroupInvitationsResultEvent((GroupsModels.ListGroupInvitationsResponse)e.Result); return; } } + if (type == typeof(GroupsModels.ListGroupMembersResponse)) { if (_instance.OnGroupsListGroupMembersResultEvent != null) { _instance.OnGroupsListGroupMembersResultEvent((GroupsModels.ListGroupMembersResponse)e.Result); return; } } + if (type == typeof(GroupsModels.ListMembershipResponse)) { if (_instance.OnGroupsListMembershipResultEvent != null) { _instance.OnGroupsListMembershipResultEvent((GroupsModels.ListMembershipResponse)e.Result); return; } } + if (type == typeof(GroupsModels.ListMembershipOpportunitiesResponse)) { if (_instance.OnGroupsListMembershipOpportunitiesResultEvent != null) { _instance.OnGroupsListMembershipOpportunitiesResultEvent((GroupsModels.ListMembershipOpportunitiesResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsRemoveGroupApplicationResultEvent != null) { _instance.OnGroupsRemoveGroupApplicationResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsRemoveGroupInvitationResultEvent != null) { _instance.OnGroupsRemoveGroupInvitationResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsRemoveMembersResultEvent != null) { _instance.OnGroupsRemoveMembersResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.EmptyResponse)) { if (_instance.OnGroupsUnblockEntityResultEvent != null) { _instance.OnGroupsUnblockEntityResultEvent((GroupsModels.EmptyResponse)e.Result); return; } } + if (type == typeof(GroupsModels.UpdateGroupResponse)) { if (_instance.OnGroupsUpdateGroupResultEvent != null) { _instance.OnGroupsUpdateGroupResultEvent((GroupsModels.UpdateGroupResponse)e.Result); return; } } + if (type == typeof(GroupsModels.UpdateGroupRoleResponse)) { if (_instance.OnGroupsUpdateRoleResultEvent != null) { _instance.OnGroupsUpdateRoleResultEvent((GroupsModels.UpdateGroupRoleResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(ProgressionModels.EmptyResponse)) { if (_instance.OnProgressionCreateLeaderboardDefinitionResultEvent != null) { _instance.OnProgressionCreateLeaderboardDefinitionResultEvent((ProgressionModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.EmptyResponse)) { if (_instance.OnProgressionCreateStatisticDefinitionResultEvent != null) { _instance.OnProgressionCreateStatisticDefinitionResultEvent((ProgressionModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.EmptyResponse)) { if (_instance.OnProgressionDeleteLeaderboardDefinitionResultEvent != null) { _instance.OnProgressionDeleteLeaderboardDefinitionResultEvent((ProgressionModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.EmptyResponse)) { if (_instance.OnProgressionDeleteLeaderboardEntriesResultEvent != null) { _instance.OnProgressionDeleteLeaderboardEntriesResultEvent((ProgressionModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.EmptyResponse)) { if (_instance.OnProgressionDeleteStatisticDefinitionResultEvent != null) { _instance.OnProgressionDeleteStatisticDefinitionResultEvent((ProgressionModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.DeleteStatisticsResponse)) { if (_instance.OnProgressionDeleteStatisticsResultEvent != null) { _instance.OnProgressionDeleteStatisticsResultEvent((ProgressionModels.DeleteStatisticsResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.GetEntityLeaderboardResponse)) { if (_instance.OnProgressionGetFriendLeaderboardForEntityResultEvent != null) { _instance.OnProgressionGetFriendLeaderboardForEntityResultEvent((ProgressionModels.GetEntityLeaderboardResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.GetEntityLeaderboardResponse)) { if (_instance.OnProgressionGetLeaderboardResultEvent != null) { _instance.OnProgressionGetLeaderboardResultEvent((ProgressionModels.GetEntityLeaderboardResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.GetEntityLeaderboardResponse)) { if (_instance.OnProgressionGetLeaderboardAroundEntityResultEvent != null) { _instance.OnProgressionGetLeaderboardAroundEntityResultEvent((ProgressionModels.GetEntityLeaderboardResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.GetLeaderboardDefinitionResponse)) { if (_instance.OnProgressionGetLeaderboardDefinitionResultEvent != null) { _instance.OnProgressionGetLeaderboardDefinitionResultEvent((ProgressionModels.GetLeaderboardDefinitionResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.GetEntityLeaderboardResponse)) { if (_instance.OnProgressionGetLeaderboardForEntitiesResultEvent != null) { _instance.OnProgressionGetLeaderboardForEntitiesResultEvent((ProgressionModels.GetEntityLeaderboardResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.GetStatisticDefinitionResponse)) { if (_instance.OnProgressionGetStatisticDefinitionResultEvent != null) { _instance.OnProgressionGetStatisticDefinitionResultEvent((ProgressionModels.GetStatisticDefinitionResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.GetStatisticsResponse)) { if (_instance.OnProgressionGetStatisticsResultEvent != null) { _instance.OnProgressionGetStatisticsResultEvent((ProgressionModels.GetStatisticsResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.GetStatisticsForEntitiesResponse)) { if (_instance.OnProgressionGetStatisticsForEntitiesResultEvent != null) { _instance.OnProgressionGetStatisticsForEntitiesResultEvent((ProgressionModels.GetStatisticsForEntitiesResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.IncrementLeaderboardVersionResponse)) { if (_instance.OnProgressionIncrementLeaderboardVersionResultEvent != null) { _instance.OnProgressionIncrementLeaderboardVersionResultEvent((ProgressionModels.IncrementLeaderboardVersionResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.IncrementStatisticVersionResponse)) { if (_instance.OnProgressionIncrementStatisticVersionResultEvent != null) { _instance.OnProgressionIncrementStatisticVersionResultEvent((ProgressionModels.IncrementStatisticVersionResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.ListLeaderboardDefinitionsResponse)) { if (_instance.OnProgressionListLeaderboardDefinitionsResultEvent != null) { _instance.OnProgressionListLeaderboardDefinitionsResultEvent((ProgressionModels.ListLeaderboardDefinitionsResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.ListStatisticDefinitionsResponse)) { if (_instance.OnProgressionListStatisticDefinitionsResultEvent != null) { _instance.OnProgressionListStatisticDefinitionsResultEvent((ProgressionModels.ListStatisticDefinitionsResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.EmptyResponse)) { if (_instance.OnProgressionUnlinkLeaderboardFromStatisticResultEvent != null) { _instance.OnProgressionUnlinkLeaderboardFromStatisticResultEvent((ProgressionModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.EmptyResponse)) { if (_instance.OnProgressionUpdateLeaderboardEntriesResultEvent != null) { _instance.OnProgressionUpdateLeaderboardEntriesResultEvent((ProgressionModels.EmptyResponse)e.Result); return; } } + if (type == typeof(ProgressionModels.UpdateStatisticsResponse)) { if (_instance.OnProgressionUpdateStatisticsResultEvent != null) { _instance.OnProgressionUpdateStatisticsResultEvent((ProgressionModels.UpdateStatisticsResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(LocalizationModels.GetLanguageListResponse)) { if (_instance.OnLocalizationGetLanguageListResultEvent != null) { _instance.OnLocalizationGetLanguageListResultEvent((LocalizationModels.GetLanguageListResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(MultiplayerModels.CancelAllMatchmakingTicketsForPlayerResult)) { if (_instance.OnMultiplayerCancelAllMatchmakingTicketsForPlayerResultEvent != null) { _instance.OnMultiplayerCancelAllMatchmakingTicketsForPlayerResultEvent((MultiplayerModels.CancelAllMatchmakingTicketsForPlayerResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.CancelAllServerBackfillTicketsForPlayerResult)) { if (_instance.OnMultiplayerCancelAllServerBackfillTicketsForPlayerResultEvent != null) { _instance.OnMultiplayerCancelAllServerBackfillTicketsForPlayerResultEvent((MultiplayerModels.CancelAllServerBackfillTicketsForPlayerResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.CancelMatchmakingTicketResult)) { if (_instance.OnMultiplayerCancelMatchmakingTicketResultEvent != null) { _instance.OnMultiplayerCancelMatchmakingTicketResultEvent((MultiplayerModels.CancelMatchmakingTicketResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.CancelServerBackfillTicketResult)) { if (_instance.OnMultiplayerCancelServerBackfillTicketResultEvent != null) { _instance.OnMultiplayerCancelServerBackfillTicketResultEvent((MultiplayerModels.CancelServerBackfillTicketResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.BuildAliasDetailsResponse)) { if (_instance.OnMultiplayerCreateBuildAliasResultEvent != null) { _instance.OnMultiplayerCreateBuildAliasResultEvent((MultiplayerModels.BuildAliasDetailsResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.CreateBuildWithCustomContainerResponse)) { if (_instance.OnMultiplayerCreateBuildWithCustomContainerResultEvent != null) { _instance.OnMultiplayerCreateBuildWithCustomContainerResultEvent((MultiplayerModels.CreateBuildWithCustomContainerResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.CreateBuildWithManagedContainerResponse)) { if (_instance.OnMultiplayerCreateBuildWithManagedContainerResultEvent != null) { _instance.OnMultiplayerCreateBuildWithManagedContainerResultEvent((MultiplayerModels.CreateBuildWithManagedContainerResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.CreateBuildWithProcessBasedServerResponse)) { if (_instance.OnMultiplayerCreateBuildWithProcessBasedServerResultEvent != null) { _instance.OnMultiplayerCreateBuildWithProcessBasedServerResultEvent((MultiplayerModels.CreateBuildWithProcessBasedServerResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.CreateLobbyResult)) { if (_instance.OnMultiplayerCreateLobbyResultEvent != null) { _instance.OnMultiplayerCreateLobbyResultEvent((MultiplayerModels.CreateLobbyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.CreateMatchmakingTicketResult)) { if (_instance.OnMultiplayerCreateMatchmakingTicketResultEvent != null) { _instance.OnMultiplayerCreateMatchmakingTicketResultEvent((MultiplayerModels.CreateMatchmakingTicketResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.CreateRemoteUserResponse)) { if (_instance.OnMultiplayerCreateRemoteUserResultEvent != null) { _instance.OnMultiplayerCreateRemoteUserResultEvent((MultiplayerModels.CreateRemoteUserResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.CreateServerBackfillTicketResult)) { if (_instance.OnMultiplayerCreateServerBackfillTicketResultEvent != null) { _instance.OnMultiplayerCreateServerBackfillTicketResultEvent((MultiplayerModels.CreateServerBackfillTicketResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.CreateMatchmakingTicketResult)) { if (_instance.OnMultiplayerCreateServerMatchmakingTicketResultEvent != null) { _instance.OnMultiplayerCreateServerMatchmakingTicketResultEvent((MultiplayerModels.CreateMatchmakingTicketResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.CreateTitleMultiplayerServersQuotaChangeResponse)) { if (_instance.OnMultiplayerCreateTitleMultiplayerServersQuotaChangeResultEvent != null) { _instance.OnMultiplayerCreateTitleMultiplayerServersQuotaChangeResultEvent((MultiplayerModels.CreateTitleMultiplayerServersQuotaChangeResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerDeleteAssetResultEvent != null) { _instance.OnMultiplayerDeleteAssetResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerDeleteBuildResultEvent != null) { _instance.OnMultiplayerDeleteBuildResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerDeleteBuildAliasResultEvent != null) { _instance.OnMultiplayerDeleteBuildAliasResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerDeleteBuildRegionResultEvent != null) { _instance.OnMultiplayerDeleteBuildRegionResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerDeleteCertificateResultEvent != null) { _instance.OnMultiplayerDeleteCertificateResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerDeleteContainerImageRepositoryResultEvent != null) { _instance.OnMultiplayerDeleteContainerImageRepositoryResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.LobbyEmptyResult)) { if (_instance.OnMultiplayerDeleteLobbyResultEvent != null) { _instance.OnMultiplayerDeleteLobbyResultEvent((MultiplayerModels.LobbyEmptyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerDeleteRemoteUserResultEvent != null) { _instance.OnMultiplayerDeleteRemoteUserResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerDeleteSecretResultEvent != null) { _instance.OnMultiplayerDeleteSecretResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EnableMultiplayerServersForTitleResponse)) { if (_instance.OnMultiplayerEnableMultiplayerServersForTitleResultEvent != null) { _instance.OnMultiplayerEnableMultiplayerServersForTitleResultEvent((MultiplayerModels.EnableMultiplayerServersForTitleResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.FindFriendLobbiesResult)) { if (_instance.OnMultiplayerFindFriendLobbiesResultEvent != null) { _instance.OnMultiplayerFindFriendLobbiesResultEvent((MultiplayerModels.FindFriendLobbiesResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.FindLobbiesResult)) { if (_instance.OnMultiplayerFindLobbiesResultEvent != null) { _instance.OnMultiplayerFindLobbiesResultEvent((MultiplayerModels.FindLobbiesResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetAssetDownloadUrlResponse)) { if (_instance.OnMultiplayerGetAssetDownloadUrlResultEvent != null) { _instance.OnMultiplayerGetAssetDownloadUrlResultEvent((MultiplayerModels.GetAssetDownloadUrlResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetAssetUploadUrlResponse)) { if (_instance.OnMultiplayerGetAssetUploadUrlResultEvent != null) { _instance.OnMultiplayerGetAssetUploadUrlResultEvent((MultiplayerModels.GetAssetUploadUrlResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetBuildResponse)) { if (_instance.OnMultiplayerGetBuildResultEvent != null) { _instance.OnMultiplayerGetBuildResultEvent((MultiplayerModels.GetBuildResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.BuildAliasDetailsResponse)) { if (_instance.OnMultiplayerGetBuildAliasResultEvent != null) { _instance.OnMultiplayerGetBuildAliasResultEvent((MultiplayerModels.BuildAliasDetailsResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetContainerRegistryCredentialsResponse)) { if (_instance.OnMultiplayerGetContainerRegistryCredentialsResultEvent != null) { _instance.OnMultiplayerGetContainerRegistryCredentialsResultEvent((MultiplayerModels.GetContainerRegistryCredentialsResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetLobbyResult)) { if (_instance.OnMultiplayerGetLobbyResultEvent != null) { _instance.OnMultiplayerGetLobbyResultEvent((MultiplayerModels.GetLobbyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetMatchResult)) { if (_instance.OnMultiplayerGetMatchResultEvent != null) { _instance.OnMultiplayerGetMatchResultEvent((MultiplayerModels.GetMatchResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetMatchmakingQueueResult)) { if (_instance.OnMultiplayerGetMatchmakingQueueResultEvent != null) { _instance.OnMultiplayerGetMatchmakingQueueResultEvent((MultiplayerModels.GetMatchmakingQueueResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetMatchmakingTicketResult)) { if (_instance.OnMultiplayerGetMatchmakingTicketResultEvent != null) { _instance.OnMultiplayerGetMatchmakingTicketResultEvent((MultiplayerModels.GetMatchmakingTicketResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetMultiplayerServerDetailsResponse)) { if (_instance.OnMultiplayerGetMultiplayerServerDetailsResultEvent != null) { _instance.OnMultiplayerGetMultiplayerServerDetailsResultEvent((MultiplayerModels.GetMultiplayerServerDetailsResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetMultiplayerServerLogsResponse)) { if (_instance.OnMultiplayerGetMultiplayerServerLogsResultEvent != null) { _instance.OnMultiplayerGetMultiplayerServerLogsResultEvent((MultiplayerModels.GetMultiplayerServerLogsResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetMultiplayerServerLogsResponse)) { if (_instance.OnMultiplayerGetMultiplayerSessionLogsBySessionIdResultEvent != null) { _instance.OnMultiplayerGetMultiplayerSessionLogsBySessionIdResultEvent((MultiplayerModels.GetMultiplayerServerLogsResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetQueueStatisticsResult)) { if (_instance.OnMultiplayerGetQueueStatisticsResultEvent != null) { _instance.OnMultiplayerGetQueueStatisticsResultEvent((MultiplayerModels.GetQueueStatisticsResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetRemoteLoginEndpointResponse)) { if (_instance.OnMultiplayerGetRemoteLoginEndpointResultEvent != null) { _instance.OnMultiplayerGetRemoteLoginEndpointResultEvent((MultiplayerModels.GetRemoteLoginEndpointResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetServerBackfillTicketResult)) { if (_instance.OnMultiplayerGetServerBackfillTicketResultEvent != null) { _instance.OnMultiplayerGetServerBackfillTicketResultEvent((MultiplayerModels.GetServerBackfillTicketResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetTitleEnabledForMultiplayerServersStatusResponse)) { if (_instance.OnMultiplayerGetTitleEnabledForMultiplayerServersStatusResultEvent != null) { _instance.OnMultiplayerGetTitleEnabledForMultiplayerServersStatusResultEvent((MultiplayerModels.GetTitleEnabledForMultiplayerServersStatusResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetTitleMultiplayerServersQuotaChangeResponse)) { if (_instance.OnMultiplayerGetTitleMultiplayerServersQuotaChangeResultEvent != null) { _instance.OnMultiplayerGetTitleMultiplayerServersQuotaChangeResultEvent((MultiplayerModels.GetTitleMultiplayerServersQuotaChangeResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.GetTitleMultiplayerServersQuotasResponse)) { if (_instance.OnMultiplayerGetTitleMultiplayerServersQuotasResultEvent != null) { _instance.OnMultiplayerGetTitleMultiplayerServersQuotasResultEvent((MultiplayerModels.GetTitleMultiplayerServersQuotasResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.LobbyEmptyResult)) { if (_instance.OnMultiplayerInviteToLobbyResultEvent != null) { _instance.OnMultiplayerInviteToLobbyResultEvent((MultiplayerModels.LobbyEmptyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.JoinLobbyResult)) { if (_instance.OnMultiplayerJoinArrangedLobbyResultEvent != null) { _instance.OnMultiplayerJoinArrangedLobbyResultEvent((MultiplayerModels.JoinLobbyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.JoinLobbyResult)) { if (_instance.OnMultiplayerJoinLobbyResultEvent != null) { _instance.OnMultiplayerJoinLobbyResultEvent((MultiplayerModels.JoinLobbyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.JoinLobbyAsServerResult)) { if (_instance.OnMultiplayerJoinLobbyAsServerResultEvent != null) { _instance.OnMultiplayerJoinLobbyAsServerResultEvent((MultiplayerModels.JoinLobbyAsServerResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.JoinMatchmakingTicketResult)) { if (_instance.OnMultiplayerJoinMatchmakingTicketResultEvent != null) { _instance.OnMultiplayerJoinMatchmakingTicketResultEvent((MultiplayerModels.JoinMatchmakingTicketResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.LobbyEmptyResult)) { if (_instance.OnMultiplayerLeaveLobbyResultEvent != null) { _instance.OnMultiplayerLeaveLobbyResultEvent((MultiplayerModels.LobbyEmptyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.LobbyEmptyResult)) { if (_instance.OnMultiplayerLeaveLobbyAsServerResultEvent != null) { _instance.OnMultiplayerLeaveLobbyAsServerResultEvent((MultiplayerModels.LobbyEmptyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListMultiplayerServersResponse)) { if (_instance.OnMultiplayerListArchivedMultiplayerServersResultEvent != null) { _instance.OnMultiplayerListArchivedMultiplayerServersResultEvent((MultiplayerModels.ListMultiplayerServersResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListAssetSummariesResponse)) { if (_instance.OnMultiplayerListAssetSummariesResultEvent != null) { _instance.OnMultiplayerListAssetSummariesResultEvent((MultiplayerModels.ListAssetSummariesResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListBuildAliasesResponse)) { if (_instance.OnMultiplayerListBuildAliasesResultEvent != null) { _instance.OnMultiplayerListBuildAliasesResultEvent((MultiplayerModels.ListBuildAliasesResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListBuildSummariesResponse)) { if (_instance.OnMultiplayerListBuildSummariesV2ResultEvent != null) { _instance.OnMultiplayerListBuildSummariesV2ResultEvent((MultiplayerModels.ListBuildSummariesResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListCertificateSummariesResponse)) { if (_instance.OnMultiplayerListCertificateSummariesResultEvent != null) { _instance.OnMultiplayerListCertificateSummariesResultEvent((MultiplayerModels.ListCertificateSummariesResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListContainerImagesResponse)) { if (_instance.OnMultiplayerListContainerImagesResultEvent != null) { _instance.OnMultiplayerListContainerImagesResultEvent((MultiplayerModels.ListContainerImagesResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListContainerImageTagsResponse)) { if (_instance.OnMultiplayerListContainerImageTagsResultEvent != null) { _instance.OnMultiplayerListContainerImageTagsResultEvent((MultiplayerModels.ListContainerImageTagsResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListMatchmakingQueuesResult)) { if (_instance.OnMultiplayerListMatchmakingQueuesResultEvent != null) { _instance.OnMultiplayerListMatchmakingQueuesResultEvent((MultiplayerModels.ListMatchmakingQueuesResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListMatchmakingTicketsForPlayerResult)) { if (_instance.OnMultiplayerListMatchmakingTicketsForPlayerResultEvent != null) { _instance.OnMultiplayerListMatchmakingTicketsForPlayerResultEvent((MultiplayerModels.ListMatchmakingTicketsForPlayerResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListMultiplayerServersResponse)) { if (_instance.OnMultiplayerListMultiplayerServersResultEvent != null) { _instance.OnMultiplayerListMultiplayerServersResultEvent((MultiplayerModels.ListMultiplayerServersResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListPartyQosServersResponse)) { if (_instance.OnMultiplayerListPartyQosServersResultEvent != null) { _instance.OnMultiplayerListPartyQosServersResultEvent((MultiplayerModels.ListPartyQosServersResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListQosServersForTitleResponse)) { if (_instance.OnMultiplayerListQosServersForTitleResultEvent != null) { _instance.OnMultiplayerListQosServersForTitleResultEvent((MultiplayerModels.ListQosServersForTitleResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListSecretSummariesResponse)) { if (_instance.OnMultiplayerListSecretSummariesResultEvent != null) { _instance.OnMultiplayerListSecretSummariesResultEvent((MultiplayerModels.ListSecretSummariesResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListServerBackfillTicketsForPlayerResult)) { if (_instance.OnMultiplayerListServerBackfillTicketsForPlayerResultEvent != null) { _instance.OnMultiplayerListServerBackfillTicketsForPlayerResultEvent((MultiplayerModels.ListServerBackfillTicketsForPlayerResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListTitleMultiplayerServersQuotaChangesResponse)) { if (_instance.OnMultiplayerListTitleMultiplayerServersQuotaChangesResultEvent != null) { _instance.OnMultiplayerListTitleMultiplayerServersQuotaChangesResultEvent((MultiplayerModels.ListTitleMultiplayerServersQuotaChangesResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.ListVirtualMachineSummariesResponse)) { if (_instance.OnMultiplayerListVirtualMachineSummariesResultEvent != null) { _instance.OnMultiplayerListVirtualMachineSummariesResultEvent((MultiplayerModels.ListVirtualMachineSummariesResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.RemoveMatchmakingQueueResult)) { if (_instance.OnMultiplayerRemoveMatchmakingQueueResultEvent != null) { _instance.OnMultiplayerRemoveMatchmakingQueueResultEvent((MultiplayerModels.RemoveMatchmakingQueueResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.LobbyEmptyResult)) { if (_instance.OnMultiplayerRemoveMemberResultEvent != null) { _instance.OnMultiplayerRemoveMemberResultEvent((MultiplayerModels.LobbyEmptyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.RequestMultiplayerServerResponse)) { if (_instance.OnMultiplayerRequestMultiplayerServerResultEvent != null) { _instance.OnMultiplayerRequestMultiplayerServerResultEvent((MultiplayerModels.RequestMultiplayerServerResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.RequestPartyServiceResponse)) { if (_instance.OnMultiplayerRequestPartyServiceResultEvent != null) { _instance.OnMultiplayerRequestPartyServiceResultEvent((MultiplayerModels.RequestPartyServiceResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.RolloverContainerRegistryCredentialsResponse)) { if (_instance.OnMultiplayerRolloverContainerRegistryCredentialsResultEvent != null) { _instance.OnMultiplayerRolloverContainerRegistryCredentialsResultEvent((MultiplayerModels.RolloverContainerRegistryCredentialsResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.SetMatchmakingQueueResult)) { if (_instance.OnMultiplayerSetMatchmakingQueueResultEvent != null) { _instance.OnMultiplayerSetMatchmakingQueueResultEvent((MultiplayerModels.SetMatchmakingQueueResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerShutdownMultiplayerServerResultEvent != null) { _instance.OnMultiplayerShutdownMultiplayerServerResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.SubscribeToLobbyResourceResult)) { if (_instance.OnMultiplayerSubscribeToLobbyResourceResultEvent != null) { _instance.OnMultiplayerSubscribeToLobbyResourceResultEvent((MultiplayerModels.SubscribeToLobbyResourceResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.SubscribeToMatchResourceResult)) { if (_instance.OnMultiplayerSubscribeToMatchmakingResourceResultEvent != null) { _instance.OnMultiplayerSubscribeToMatchmakingResourceResultEvent((MultiplayerModels.SubscribeToMatchResourceResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.LobbyEmptyResult)) { if (_instance.OnMultiplayerUnsubscribeFromLobbyResourceResultEvent != null) { _instance.OnMultiplayerUnsubscribeFromLobbyResourceResultEvent((MultiplayerModels.LobbyEmptyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.UnsubscribeFromMatchResourceResult)) { if (_instance.OnMultiplayerUnsubscribeFromMatchmakingResourceResultEvent != null) { _instance.OnMultiplayerUnsubscribeFromMatchmakingResourceResultEvent((MultiplayerModels.UnsubscribeFromMatchResourceResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerUntagContainerImageResultEvent != null) { _instance.OnMultiplayerUntagContainerImageResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.BuildAliasDetailsResponse)) { if (_instance.OnMultiplayerUpdateBuildAliasResultEvent != null) { _instance.OnMultiplayerUpdateBuildAliasResultEvent((MultiplayerModels.BuildAliasDetailsResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerUpdateBuildNameResultEvent != null) { _instance.OnMultiplayerUpdateBuildNameResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerUpdateBuildRegionResultEvent != null) { _instance.OnMultiplayerUpdateBuildRegionResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerUpdateBuildRegionsResultEvent != null) { _instance.OnMultiplayerUpdateBuildRegionsResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.LobbyEmptyResult)) { if (_instance.OnMultiplayerUpdateLobbyResultEvent != null) { _instance.OnMultiplayerUpdateLobbyResultEvent((MultiplayerModels.LobbyEmptyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.LobbyEmptyResult)) { if (_instance.OnMultiplayerUpdateLobbyAsServerResultEvent != null) { _instance.OnMultiplayerUpdateLobbyAsServerResultEvent((MultiplayerModels.LobbyEmptyResult)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerUploadCertificateResultEvent != null) { _instance.OnMultiplayerUploadCertificateResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } + if (type == typeof(MultiplayerModels.EmptyResponse)) { if (_instance.OnMultiplayerUploadSecretResultEvent != null) { _instance.OnMultiplayerUploadSecretResultEvent((MultiplayerModels.EmptyResponse)e.Result); return; } } +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(ProfilesModels.GetGlobalPolicyResponse)) { if (_instance.OnProfilesGetGlobalPolicyResultEvent != null) { _instance.OnProfilesGetGlobalPolicyResultEvent((ProfilesModels.GetGlobalPolicyResponse)e.Result); return; } } + if (type == typeof(ProfilesModels.GetEntityProfileResponse)) { if (_instance.OnProfilesGetProfileResultEvent != null) { _instance.OnProfilesGetProfileResultEvent((ProfilesModels.GetEntityProfileResponse)e.Result); return; } } + if (type == typeof(ProfilesModels.GetEntityProfilesResponse)) { if (_instance.OnProfilesGetProfilesResultEvent != null) { _instance.OnProfilesGetProfilesResultEvent((ProfilesModels.GetEntityProfilesResponse)e.Result); return; } } + if (type == typeof(ProfilesModels.GetTitlePlayersFromMasterPlayerAccountIdsResponse)) { if (_instance.OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsResultEvent != null) { _instance.OnProfilesGetTitlePlayersFromMasterPlayerAccountIdsResultEvent((ProfilesModels.GetTitlePlayersFromMasterPlayerAccountIdsResponse)e.Result); return; } } + if (type == typeof(ProfilesModels.GetTitlePlayersFromProviderIDsResponse)) { if (_instance.OnProfilesGetTitlePlayersFromXboxLiveIDsResultEvent != null) { _instance.OnProfilesGetTitlePlayersFromXboxLiveIDsResultEvent((ProfilesModels.GetTitlePlayersFromProviderIDsResponse)e.Result); return; } } + if (type == typeof(ProfilesModels.SetDisplayNameResponse)) { if (_instance.OnProfilesSetDisplayNameResultEvent != null) { _instance.OnProfilesSetDisplayNameResultEvent((ProfilesModels.SetDisplayNameResponse)e.Result); return; } } + if (type == typeof(ProfilesModels.SetGlobalPolicyResponse)) { if (_instance.OnProfilesSetGlobalPolicyResultEvent != null) { _instance.OnProfilesSetGlobalPolicyResultEvent((ProfilesModels.SetGlobalPolicyResponse)e.Result); return; } } + if (type == typeof(ProfilesModels.SetProfileLanguageResponse)) { if (_instance.OnProfilesSetProfileLanguageResultEvent != null) { _instance.OnProfilesSetProfileLanguageResultEvent((ProfilesModels.SetProfileLanguageResponse)e.Result); return; } } + if (type == typeof(ProfilesModels.SetEntityProfilePolicyResponse)) { if (_instance.OnProfilesSetProfilePolicyResultEvent != null) { _instance.OnProfilesSetProfilePolicyResultEvent((ProfilesModels.SetEntityProfilePolicyResponse)e.Result); return; } } +#endif +#if ENABLE_PLAYFABSERVER_API + +#endif +#if !DISABLE_PLAYFABENTITY_API + + if (type == typeof(AddonModels.CreateOrUpdateAppleResponse)) { if (_instance.OnAddonCreateOrUpdateAppleResultEvent != null) { _instance.OnAddonCreateOrUpdateAppleResultEvent((AddonModels.CreateOrUpdateAppleResponse)e.Result); return; } } + if (type == typeof(AddonModels.CreateOrUpdateFacebookResponse)) { if (_instance.OnAddonCreateOrUpdateFacebookResultEvent != null) { _instance.OnAddonCreateOrUpdateFacebookResultEvent((AddonModels.CreateOrUpdateFacebookResponse)e.Result); return; } } + if (type == typeof(AddonModels.CreateOrUpdateFacebookInstantGamesResponse)) { if (_instance.OnAddonCreateOrUpdateFacebookInstantGamesResultEvent != null) { _instance.OnAddonCreateOrUpdateFacebookInstantGamesResultEvent((AddonModels.CreateOrUpdateFacebookInstantGamesResponse)e.Result); return; } } + if (type == typeof(AddonModels.CreateOrUpdateGoogleResponse)) { if (_instance.OnAddonCreateOrUpdateGoogleResultEvent != null) { _instance.OnAddonCreateOrUpdateGoogleResultEvent((AddonModels.CreateOrUpdateGoogleResponse)e.Result); return; } } + if (type == typeof(AddonModels.CreateOrUpdateKongregateResponse)) { if (_instance.OnAddonCreateOrUpdateKongregateResultEvent != null) { _instance.OnAddonCreateOrUpdateKongregateResultEvent((AddonModels.CreateOrUpdateKongregateResponse)e.Result); return; } } + if (type == typeof(AddonModels.CreateOrUpdateNintendoResponse)) { if (_instance.OnAddonCreateOrUpdateNintendoResultEvent != null) { _instance.OnAddonCreateOrUpdateNintendoResultEvent((AddonModels.CreateOrUpdateNintendoResponse)e.Result); return; } } + if (type == typeof(AddonModels.CreateOrUpdatePSNResponse)) { if (_instance.OnAddonCreateOrUpdatePSNResultEvent != null) { _instance.OnAddonCreateOrUpdatePSNResultEvent((AddonModels.CreateOrUpdatePSNResponse)e.Result); return; } } + if (type == typeof(AddonModels.CreateOrUpdateSteamResponse)) { if (_instance.OnAddonCreateOrUpdateSteamResultEvent != null) { _instance.OnAddonCreateOrUpdateSteamResultEvent((AddonModels.CreateOrUpdateSteamResponse)e.Result); return; } } + if (type == typeof(AddonModels.CreateOrUpdateTwitchResponse)) { if (_instance.OnAddonCreateOrUpdateTwitchResultEvent != null) { _instance.OnAddonCreateOrUpdateTwitchResultEvent((AddonModels.CreateOrUpdateTwitchResponse)e.Result); return; } } + if (type == typeof(AddonModels.DeleteAppleResponse)) { if (_instance.OnAddonDeleteAppleResultEvent != null) { _instance.OnAddonDeleteAppleResultEvent((AddonModels.DeleteAppleResponse)e.Result); return; } } + if (type == typeof(AddonModels.DeleteFacebookResponse)) { if (_instance.OnAddonDeleteFacebookResultEvent != null) { _instance.OnAddonDeleteFacebookResultEvent((AddonModels.DeleteFacebookResponse)e.Result); return; } } + if (type == typeof(AddonModels.DeleteFacebookInstantGamesResponse)) { if (_instance.OnAddonDeleteFacebookInstantGamesResultEvent != null) { _instance.OnAddonDeleteFacebookInstantGamesResultEvent((AddonModels.DeleteFacebookInstantGamesResponse)e.Result); return; } } + if (type == typeof(AddonModels.DeleteGoogleResponse)) { if (_instance.OnAddonDeleteGoogleResultEvent != null) { _instance.OnAddonDeleteGoogleResultEvent((AddonModels.DeleteGoogleResponse)e.Result); return; } } + if (type == typeof(AddonModels.DeleteKongregateResponse)) { if (_instance.OnAddonDeleteKongregateResultEvent != null) { _instance.OnAddonDeleteKongregateResultEvent((AddonModels.DeleteKongregateResponse)e.Result); return; } } + if (type == typeof(AddonModels.DeleteNintendoResponse)) { if (_instance.OnAddonDeleteNintendoResultEvent != null) { _instance.OnAddonDeleteNintendoResultEvent((AddonModels.DeleteNintendoResponse)e.Result); return; } } + if (type == typeof(AddonModels.DeletePSNResponse)) { if (_instance.OnAddonDeletePSNResultEvent != null) { _instance.OnAddonDeletePSNResultEvent((AddonModels.DeletePSNResponse)e.Result); return; } } + if (type == typeof(AddonModels.DeleteSteamResponse)) { if (_instance.OnAddonDeleteSteamResultEvent != null) { _instance.OnAddonDeleteSteamResultEvent((AddonModels.DeleteSteamResponse)e.Result); return; } } + if (type == typeof(AddonModels.DeleteTwitchResponse)) { if (_instance.OnAddonDeleteTwitchResultEvent != null) { _instance.OnAddonDeleteTwitchResultEvent((AddonModels.DeleteTwitchResponse)e.Result); return; } } + if (type == typeof(AddonModels.GetAppleResponse)) { if (_instance.OnAddonGetAppleResultEvent != null) { _instance.OnAddonGetAppleResultEvent((AddonModels.GetAppleResponse)e.Result); return; } } + if (type == typeof(AddonModels.GetFacebookResponse)) { if (_instance.OnAddonGetFacebookResultEvent != null) { _instance.OnAddonGetFacebookResultEvent((AddonModels.GetFacebookResponse)e.Result); return; } } + if (type == typeof(AddonModels.GetFacebookInstantGamesResponse)) { if (_instance.OnAddonGetFacebookInstantGamesResultEvent != null) { _instance.OnAddonGetFacebookInstantGamesResultEvent((AddonModels.GetFacebookInstantGamesResponse)e.Result); return; } } + if (type == typeof(AddonModels.GetGoogleResponse)) { if (_instance.OnAddonGetGoogleResultEvent != null) { _instance.OnAddonGetGoogleResultEvent((AddonModels.GetGoogleResponse)e.Result); return; } } + if (type == typeof(AddonModels.GetKongregateResponse)) { if (_instance.OnAddonGetKongregateResultEvent != null) { _instance.OnAddonGetKongregateResultEvent((AddonModels.GetKongregateResponse)e.Result); return; } } + if (type == typeof(AddonModels.GetNintendoResponse)) { if (_instance.OnAddonGetNintendoResultEvent != null) { _instance.OnAddonGetNintendoResultEvent((AddonModels.GetNintendoResponse)e.Result); return; } } + if (type == typeof(AddonModels.GetPSNResponse)) { if (_instance.OnAddonGetPSNResultEvent != null) { _instance.OnAddonGetPSNResultEvent((AddonModels.GetPSNResponse)e.Result); return; } } + if (type == typeof(AddonModels.GetSteamResponse)) { if (_instance.OnAddonGetSteamResultEvent != null) { _instance.OnAddonGetSteamResultEvent((AddonModels.GetSteamResponse)e.Result); return; } } + if (type == typeof(AddonModels.GetTwitchResponse)) { if (_instance.OnAddonGetTwitchResultEvent != null) { _instance.OnAddonGetTwitchResultEvent((AddonModels.GetTwitchResponse)e.Result); return; } } +#endif + + } + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabEvents.cs.meta b/Assets/PlayFabSDK/Shared/Public/PlayFabEvents.cs.meta new file mode 100644 index 00000000..1eedf00a --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabEvents.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 059603d7e53649849b7f08d3b99af79c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabLogger.cs b/Assets/PlayFabSDK/Shared/Public/PlayFabLogger.cs new file mode 100644 index 00000000..d0d23f0e --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabLogger.cs @@ -0,0 +1,270 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.Net; +using System.Text; +using System.Threading; +using PlayFab.Internal; +using UnityEngine; + +namespace PlayFab.Public +{ +#if !UNITY_WSA && !UNITY_WP8 && !NETFX_CORE + public interface IPlayFabLogger + { + IPAddress ip { get; set; } + int port { get; set; } + string url { get; set; } + + // Unity MonoBehaviour callbacks + void OnEnable(); + void OnDisable(); + void OnDestroy(); + } + + /// + /// This is some unity-log capturing logic, and threading tools that allow logging to be caught and processed on another thread + /// + public abstract class PlayFabLoggerBase : IPlayFabLogger + { + private static readonly StringBuilder Sb = new StringBuilder(); + private readonly Queue LogMessageQueue = new Queue(); + private const int LOG_CACHE_INTERVAL_MS = 10000; + + private Thread _writeLogThread; + private readonly object _threadLock = new object(); + private static readonly TimeSpan _threadKillTimeout = TimeSpan.FromSeconds(60); + private DateTime _threadKillTime = DateTime.UtcNow + _threadKillTimeout; // Kill the thread after 1 minute of inactivity + private bool _isApplicationPlaying = true; + private int _pendingLogsCount; + + public IPAddress ip { get; set; } + public int port { get; set; } + public string url { get; set; } + + protected PlayFabLoggerBase() + { + var gatherer = new PlayFabDataGatherer(); + var message = gatherer.GenerateReport(); + lock (LogMessageQueue) + { + LogMessageQueue.Enqueue(message); + } + } + + public virtual void OnEnable() + { + PlayFabHttp.instance.StartCoroutine(RegisterLogger()); // Coroutine helper to set up log-callbacks + } + + private IEnumerator RegisterLogger() + { + yield return new WaitForEndOfFrame(); // Effectively just a short wait before activating this registration + if (!string.IsNullOrEmpty(PlayFabSettings.LoggerHost)) + { +#if UNITY_5 || UNITY_5_3_OR_NEWER + Application.logMessageReceivedThreaded += HandleUnityLog; +#else + Application.RegisterLogCallback(HandleUnityLog); +#endif + } + } + + public virtual void OnDisable() + { + if (!string.IsNullOrEmpty(PlayFabSettings.LoggerHost)) + { +#if UNITY_5 || UNITY_5_3_OR_NEWER + Application.logMessageReceivedThreaded -= HandleUnityLog; +#else + Application.RegisterLogCallback(null); +#endif + } + } + + public virtual void OnDestroy() + { + _isApplicationPlaying = false; + } + + /// + /// Logs are cached and written in bursts + /// BeginUploadLog is called at the begining of each burst + /// + protected abstract void BeginUploadLog(); + /// + /// Logs are cached and written in bursts + /// UploadLog is called for each cached log, between BeginUploadLog and EndUploadLog + /// + protected abstract void UploadLog(string message); + /// + /// Logs are cached and written in bursts + /// EndUploadLog is called at the end of each burst + /// + protected abstract void EndUploadLog(); + + /// + /// Handler to process Unity logs into our logging system + /// + /// + /// + /// + private void HandleUnityLog(string message, string stacktrace, LogType type) + { + if (!PlayFabSettings.EnableRealTimeLogging) + return; + + Sb.Length = 0; + if (type == LogType.Log || type == LogType.Warning) + { + Sb.Append(type).Append(": ").Append(message); + message = Sb.ToString(); + lock (LogMessageQueue) + { + LogMessageQueue.Enqueue(message); + } + } + else if (type == LogType.Error || type == LogType.Exception) + { + Sb.Append(type).Append(": ").Append(message).Append("\n").Append(stacktrace).Append(StackTraceUtility.ExtractStackTrace()); + message = Sb.ToString(); + lock (LogMessageQueue) + { + LogMessageQueue.Enqueue(message); + } + } + ActivateThreadWorker(); + } + + private void ActivateThreadWorker() + { + lock (_threadLock) + { + if (_writeLogThread != null) + { + return; + } + _writeLogThread = new Thread(WriteLogThreadWorker); + _writeLogThread.Start(); + } + } + + private void WriteLogThreadWorker() + { + try + { + bool active; + lock (_threadLock) + { + // Kill the thread after 1 minute of inactivity + _threadKillTime = DateTime.UtcNow + _threadKillTimeout; + } + + var localLogQueue = new Queue(); + do + { + lock (LogMessageQueue) + { + _pendingLogsCount = LogMessageQueue.Count; + while (LogMessageQueue.Count > 0) // Transfer the messages to the local queue + localLogQueue.Enqueue(LogMessageQueue.Dequeue()); + } + + BeginUploadLog(); + while (localLogQueue.Count > 0) // Transfer the messages to the local queue + UploadLog(localLogQueue.Dequeue()); + EndUploadLog(); + + #region Expire Thread. + // Check if we've been inactive + lock (_threadLock) + { + var now = DateTime.UtcNow; + if (_pendingLogsCount > 0 && _isApplicationPlaying) + { + // Still active, reset the _threadKillTime + _threadKillTime = now + _threadKillTimeout; + } + // Kill the thread after 1 minute of inactivity + active = now <= _threadKillTime; + if (!active) + { + _writeLogThread = null; + } + // This thread will be stopped, so null this now, inside lock (_threadLock) + } + #endregion + + Thread.Sleep(LOG_CACHE_INTERVAL_MS); + } while (active); + + } + catch (Exception e) + { + Debug.LogException(e); + _writeLogThread = null; + } + } + } +#else + public interface IPlayFabLogger + { + string ip { get; set; } + int port { get; set; } + string url { get; set; } + + // Unity MonoBehaviour callbacks + void OnEnable(); + void OnDisable(); + void OnDestroy(); + } + + /// + /// This is just a placeholder. WP8 doesn't support direct threading, but instead makes you use the await command. + /// + public abstract class PlayFabLoggerBase : IPlayFabLogger + { + public string ip { get; set; } + public int port { get; set; } + public string url { get; set; } + + // Unity MonoBehaviour callbacks + public void OnEnable() { } + public void OnDisable() { } + public void OnDestroy() { } + + protected abstract void BeginUploadLog(); + protected abstract void UploadLog(string message); + protected abstract void EndUploadLog(); + } +#endif + + /// + /// This translates the logs up to the PlayFab service via a PlayFab restful API + /// TODO: PLAYFAB - attach these to the PlayFab API + /// + public class PlayFabLogger : PlayFabLoggerBase + { + /// + /// Logs are cached and written in bursts + /// BeginUploadLog is called at the begining of each burst + /// + protected override void BeginUploadLog() + { + } + /// + /// Logs are cached and written in bursts + /// UploadLog is called for each cached log, between BeginUploadLog and EndUploadLog + /// + protected override void UploadLog(string message) + { + } + /// + /// Logs are cached and written in bursts + /// EndUploadLog is called at the end of each burst + /// + protected override void EndUploadLog() + { + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabLogger.cs.meta b/Assets/PlayFabSDK/Shared/Public/PlayFabLogger.cs.meta new file mode 100644 index 00000000..18ec9f00 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabLogger.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 65702fe1cdebb8e4783afb157a614161 +timeCreated: 1465847308 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabSettings.cs b/Assets/PlayFabSDK/Shared/Public/PlayFabSettings.cs new file mode 100644 index 00000000..61822a49 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabSettings.cs @@ -0,0 +1,250 @@ +using PlayFab.Internal; +using System; +using System.Collections.Generic; +using System.Text; +using UnityEngine; + +namespace PlayFab +{ + public enum WebRequestType + { +#if !UNITY_2018_2_OR_NEWER // Unity has deprecated Www + UnityWww, // High compatability Unity api calls +#endif + UnityWebRequest, // Modern unity HTTP component + HttpWebRequest, // High performance multi-threaded api calls + CustomHttp //If this is used, you must set the Http to an IPlayFabHttp object. + } + + [Flags] + public enum PlayFabLogLevel + { + None = 0, + Debug = 1 << 0, + Info = 1 << 1, + Warning = 1 << 2, + Error = 1 << 3, + All = Debug | Info | Warning | Error, + } + + public static class PlayFabSettings + { + static PlayFabSettings() + { +#if UNITY_GAMECORE || UNITY_GAMECORE_XBOXONE || UNITY_GAMECORE_SCARLETT || MICROSOFT_GAME_CORE + PlatformString = "GDK"; +#else + switch (Application.platform) + { + case RuntimePlatform.WindowsEditor: + case RuntimePlatform.WindowsPlayer: + case RuntimePlatform.WindowsServer: + PlatformString = "Windows"; + break; + + case RuntimePlatform.IPhonePlayer: + PlatformString = "iOS"; + break; + + default: + PlatformString = Application.platform.ToString(); + break; + } +#endif + } + + private static PlayFabSharedSettings _playFabShared = null; + private static PlayFabSharedSettings PlayFabSharedPrivate { get { if (_playFabShared == null) _playFabShared = GetSharedSettingsObjectPrivate(); return _playFabShared; } } + + /// + /// Global settings used by all static API classes, and as the default for all instance API classes + /// + public static readonly PlayFabApiSettings staticSettings = new PlayFabSettingsRedirect(() => { return PlayFabSharedPrivate; }); + /// + /// Global user for all static API classes + /// + public static readonly PlayFabAuthenticationContext staticPlayer = new PlayFabAuthenticationContext(); + + public const string SdkVersion = "2.203.241014"; + public const string BuildIdentifier = "adobuild_unitysdk_167"; + public const string VersionString = "UnitySDK-2.203.241014"; + public static string EngineVersion = UnityEngine.Application.unityVersion; + public static string PlatformString; + + public const string DefaultPlayFabApiUrl = "playfabapi.com"; + + private static PlayFabSharedSettings GetSharedSettingsObjectPrivate() + { + var settingsList = Resources.LoadAll("PlayFabSharedSettings"); + if (settingsList.Length != 1) + { + Debug.LogWarning("The number of PlayFabSharedSettings objects should be 1: " + settingsList.Length); + Debug.LogWarning("If you are upgrading your SDK, you can ignore this warning as PlayFabSharedSettings will be imported soon. If you are not upgrading your SDK and you see this message, you should re-download the latest PlayFab source code."); + } + return settingsList[0]; + } + + public static string DeviceUniqueIdentifier + { + get + { + var deviceId = ""; +#if UNITY_ANDROID && !UNITY_EDITOR + AndroidJavaClass up = new AndroidJavaClass ("com.unity3d.player.UnityPlayer"); + AndroidJavaObject currentActivity = up.GetStatic ("currentActivity"); + AndroidJavaObject contentResolver = currentActivity.Call ("getContentResolver"); + AndroidJavaClass secure = new AndroidJavaClass ("android.provider.Settings$Secure"); + deviceId = secure.CallStatic ("getString", contentResolver, "android_id"); +#else + deviceId = SystemInfo.deviceUniqueIdentifier; +#endif + return deviceId; + } + } + + /// + /// These are variables which can differ from one PlayFab API Instance to another + /// + #region staticSettings Redirects + // You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website) + public static string TitleId { get { return staticSettings.TitleId; } set { staticSettings.TitleId = value; } } + + /// The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this + internal static string VerticalName { get { return staticSettings.VerticalName; } set { staticSettings.VerticalName = value; } } +#if ENABLE_PLAYFABSERVER_API || ENABLE_PLAYFABADMIN_API || UNITY_EDITOR || ENABLE_PLAYFAB_SECRETKEY + public static string DeveloperSecretKey { get { return staticSettings.DeveloperSecretKey; } set { staticSettings.DeveloperSecretKey = value; } } +#endif + /// Set this to true to prevent hardware information from leaving the device + public static bool DisableDeviceInfo { get { return staticSettings.DisableDeviceInfo; } set { staticSettings.DisableDeviceInfo = value; } } + /// Set this to true to prevent focus change information from leaving the device + public static bool DisableFocusTimeCollection { get { return staticSettings.DisableFocusTimeCollection; } set { staticSettings.DisableFocusTimeCollection = value; } } + #endregion staticSettings Redirects + + /// + /// These are variables which are always singleton global + /// + #region PlayFabSharedSettings Redirects + [ObsoleteAttribute("LogLevel has been deprecated, please use UnityEngine.Debug.Log for your logging needs.")] + public static PlayFabLogLevel LogLevel { get { return PlayFabSharedPrivate.LogLevel; } set { PlayFabSharedPrivate.LogLevel = value; } } + public static WebRequestType RequestType { get { return PlayFabSharedPrivate.RequestType; } set { PlayFabSharedPrivate.RequestType = value; } } + public static int RequestTimeout { get { return PlayFabSharedPrivate.RequestTimeout; } set { PlayFabSharedPrivate.RequestTimeout = value; } } + public static bool RequestKeepAlive { get { return PlayFabSharedPrivate.RequestKeepAlive; } set { PlayFabSharedPrivate.RequestKeepAlive = value; } } + public static string LoggerHost { get { return PlayFabSharedPrivate.LoggerHost; } set { PlayFabSharedPrivate.LoggerHost = value; } } + public static int LoggerPort { get { return PlayFabSharedPrivate.LoggerPort; } set { PlayFabSharedPrivate.LoggerPort = value; } } + public static bool EnableRealTimeLogging { get { return PlayFabSharedPrivate.EnableRealTimeLogging; } set { PlayFabSharedPrivate.EnableRealTimeLogging = value; } } + public static int LogCapLimit { get { return PlayFabSharedPrivate.LogCapLimit; } set { PlayFabSharedPrivate.LogCapLimit = value; } } + #endregion PlayFabSharedSettings Redirects + + private static string _localApiServer; + public static string LocalApiServer + { + get + { +#if UNITY_2017_1_OR_NEWER + return _localApiServer ?? PlayFabUtil.GetLocalSettingsFileProperty("LocalApiServer"); +#else + return _localApiServer; +#endif + } + + set + { + _localApiServer = value; + } + } + + [ThreadStatic] + private static StringBuilder _cachedStringBuilder; + + private static StringBuilder AcquireStringBuilder() + { + if (_cachedStringBuilder == null) + { + _cachedStringBuilder = new StringBuilder(1000); + } + + _cachedStringBuilder.Clear(); + return _cachedStringBuilder; + } + + public static string GetFullUrl(string apiCall, Dictionary getParams, PlayFabApiSettings apiSettings = null) + { + StringBuilder sb = AcquireStringBuilder(); + + string productionEnvironmentUrl = null, verticalName = null, titleId = null; + + if (apiSettings != null) + { + + if (!string.IsNullOrEmpty(apiSettings.ProductionEnvironmentUrl)) + { + productionEnvironmentUrl = apiSettings.ProductionEnvironmentUrl; + } + if (!string.IsNullOrEmpty(apiSettings.VerticalName)) + { + verticalName = apiSettings.VerticalName; + } + if (!string.IsNullOrEmpty(apiSettings.TitleId)) + { + titleId = apiSettings.TitleId; + } + + } + + + + if (productionEnvironmentUrl == null) + { + productionEnvironmentUrl = !string.IsNullOrEmpty(PlayFabSharedPrivate.ProductionEnvironmentUrl) ? PlayFabSharedPrivate.ProductionEnvironmentUrl : DefaultPlayFabApiUrl; + } + if (verticalName == null && apiSettings != null && !string.IsNullOrEmpty(apiSettings.VerticalName)) + { + verticalName = apiSettings.VerticalName; + } + if (titleId == null) + { + titleId = PlayFabSharedPrivate.TitleId; + } + + var baseUrl = productionEnvironmentUrl; + if (!baseUrl.StartsWith("http")) + { + sb.Append("https://"); + if (!string.IsNullOrEmpty(titleId)) + { + sb.Append(titleId).Append("."); + } + if (!string.IsNullOrEmpty(verticalName)) + { + sb.Append(verticalName).Append("."); + } + } + + sb.Append(baseUrl).Append(apiCall); + + bool firstParam = true; + if (getParams != null) + { + foreach (var paramPair in getParams) + { + if (firstParam) + { + sb.Append("?"); + firstParam = false; + } + else + { + sb.Append("&"); + } + sb.Append(paramPair.Key).Append("=").Append(paramPair.Value); + } + } + + sb.Append(firstParam ? "?" : "&"); + sb.Append("engine=").Append(EngineVersion); + sb.Append("&platform=").Append(PlatformString); + + return sb.ToString(); + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Public/PlayFabSettings.cs.meta b/Assets/PlayFabSDK/Shared/Public/PlayFabSettings.cs.meta new file mode 100644 index 00000000..96dbc65f --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PlayFabSettings.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: aa223f24327e645d39b48f0ca9615e68 +timeCreated: 1462682372 +licenseType: Pro +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/PluginContract.cs b/Assets/PlayFabSDK/Shared/Public/PluginContract.cs new file mode 100644 index 00000000..f961c82b --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PluginContract.cs @@ -0,0 +1,8 @@ +namespace PlayFab +{ + public enum PluginContract + { + PlayFab_Serializer, + PlayFab_Transport + } +} \ No newline at end of file diff --git a/Assets/PlayFabSDK/Shared/Public/PluginContract.cs.meta b/Assets/PlayFabSDK/Shared/Public/PluginContract.cs.meta new file mode 100644 index 00000000..db1d69db --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PluginContract.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2e25ec8533eb4fe4fa7d39cc8dcda24c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/PluginContractKey.cs b/Assets/PlayFabSDK/Shared/Public/PluginContractKey.cs new file mode 100644 index 00000000..70e2892e --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PluginContractKey.cs @@ -0,0 +1,23 @@ +using System.Collections.Generic; + +namespace PlayFab +{ + public struct PluginContractKey + { + public PluginContract _pluginContract; + public string _pluginName; + } + + public class PluginContractKeyComparator : EqualityComparer + { + public override bool Equals(PluginContractKey x, PluginContractKey y) + { + return x._pluginContract == y._pluginContract && x._pluginName.Equals(y._pluginName); + } + + public override int GetHashCode(PluginContractKey obj) + { + return (int)obj._pluginContract + obj._pluginName.GetHashCode(); + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Public/PluginContractKey.cs.meta b/Assets/PlayFabSDK/Shared/Public/PluginContractKey.cs.meta new file mode 100644 index 00000000..7b4f3419 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PluginContractKey.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c74eb9de26e70e7489002fb92b96af0f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayFabSDK/Shared/Public/PluginManager.cs b/Assets/PlayFabSDK/Shared/Public/PluginManager.cs new file mode 100644 index 00000000..94ba346b --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PluginManager.cs @@ -0,0 +1,110 @@ +using System; +using System.Collections.Concurrent; +using PlayFab.Internal; + +namespace PlayFab +{ + public class PluginManager + { + private ConcurrentDictionary plugins = new ConcurrentDictionary(new PluginContractKeyComparator()); + + /// + /// The singleton instance of plugin manager. + /// + private static readonly PluginManager Instance = new PluginManager(); + + private PluginManager() + { + } + + /// + /// Gets a plugin. + /// If a plugin with specified contract and optional instance name does not exist, it will create a new one. + /// + /// The plugin contract. + /// The optional plugin instance name. Instance names allow to have mulptiple plugins with the same contract. + /// The plugin instance. + public static T GetPlugin(PluginContract contract, string instanceName = "") where T : IPlayFabPlugin + { + return (T)Instance.GetPluginInternal(contract, instanceName); + } + + /// + /// Sets a custom plugin. + /// If a plugin with specified contract and optional instance name already exists, it will be replaced with specified instance. + /// + /// The plugin instance. + /// The app contract of plugin. + /// The optional plugin instance name. Instance names allow to have mulptiple plugins with the same contract. + public static void SetPlugin(IPlayFabPlugin plugin, PluginContract contract, string instanceName = "") + { + Instance.SetPluginInternal(plugin, contract, instanceName); + } + + private IPlayFabPlugin GetPluginInternal(PluginContract contract, string instanceName) + { + var key = new PluginContractKey { _pluginContract = contract, _pluginName = instanceName }; + IPlayFabPlugin plugin; + if (!this.plugins.TryGetValue(key, out plugin)) + { + // Requested plugin is not in the cache, create the default one + switch (contract) + { + case PluginContract.PlayFab_Serializer: + plugin = this.CreatePlugin(); + break; + case PluginContract.PlayFab_Transport: + plugin = this.CreatePlayFabTransportPlugin(); + break; + default: + throw new ArgumentException("This contract is not supported", "contract"); + } + + this.plugins[key] = plugin; + } + + return plugin; + } + + private void SetPluginInternal(IPlayFabPlugin plugin, PluginContract contract, string instanceName) + { + if (plugin == null) + { + throw new ArgumentNullException("plugin", "Plugin instance cannot be null"); + } + + var key = new PluginContractKey { _pluginContract = contract, _pluginName = instanceName }; + this.plugins[key] = plugin; + } + + private IPlayFabPlugin CreatePlugin() where T : IPlayFabPlugin, new() + { + return (IPlayFabPlugin)System.Activator.CreateInstance(typeof(T)); + } + + private ITransportPlugin CreatePlayFabTransportPlugin() + { + ITransportPlugin transport = null; +#if !UNITY_WSA && !UNITY_WP8 + if (PlayFabSettings.RequestType == WebRequestType.HttpWebRequest) + transport = new PlayFabWebRequest(); +#endif + +#if UNITY_2018_2_OR_NEWER // PlayFabWww will throw warnings as Unity has deprecated Www + if (transport == null) + transport = new PlayFabUnityHttp(); +#elif UNITY_2017_2_OR_NEWER + if (PlayFabSettings.RequestType == WebRequestType.UnityWww) + transport = new PlayFabWww(); + + if (transport == null) + transport = new PlayFabUnityHttp(); +#else + if (transport == null) + transport = new PlayFabWww(); +#endif + + return transport; + } + } +} diff --git a/Assets/PlayFabSDK/Shared/Public/PluginManager.cs.meta b/Assets/PlayFabSDK/Shared/Public/PluginManager.cs.meta new file mode 100644 index 00000000..3a175b54 --- /dev/null +++ b/Assets/PlayFabSDK/Shared/Public/PluginManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 408cd48212db9ae46b9100b1d3fef3b1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/Gameplay.unity b/Assets/Scenes/Gameplay.unity index dc8c0e16..14144e19 100644 --- a/Assets/Scenes/Gameplay.unity +++ b/Assets/Scenes/Gameplay.unity @@ -61557,6 +61557,89 @@ Transform: - {fileID: 321412234} m_Father: {fileID: 755043416} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &671232090 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 9210140489432102636, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} + m_PrefabInstance: {fileID: 1912088910611789087} + m_PrefabAsset: {fileID: 0} +--- !u!114 &671232091 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 5656031901954645867, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} + m_PrefabInstance: {fileID: 1912088910611789087} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 671232090} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b96eae8828f21dd4aaadd5c22d8bf37d, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &671232092 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 9210140489432102633, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} + m_PrefabInstance: {fileID: 1912088910611789087} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 671232090} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &671232093 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 671232090} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 671232092} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 671232091} + m_TargetAssemblyTypeName: ReviveOnClick, Assembly-CSharp + m_MethodName: OnClicker + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 --- !u!1 &671891082 GameObject: m_ObjectHideFlags: 0 @@ -188972,6 +189055,10 @@ PrefabInstance: propertyPath: m_IsActive value: 1 objectReference: {fileID: 0} + - target: {fileID: 210116023425839573, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} + propertyPath: reviveOnClick + value: + objectReference: {fileID: 671232091} - target: {fileID: 450773179923285749, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} propertyPath: m_SizeDelta.x value: 650 @@ -189931,7 +190018,10 @@ PrefabInstance: - targetCorrespondingSourceObject: {fileID: 191765603611759466, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} insertIndex: -1 addedObject: {fileID: 655829003} - m_AddedComponents: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 9210140489432102636, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} + insertIndex: -1 + addedObject: {fileID: 671232093} m_SourcePrefab: {fileID: 100100000, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} --- !u!224 &1912088910611789088 stripped RectTransform: diff --git a/Assets/Scenes/MainMenu.unity b/Assets/Scenes/MainMenu.unity index 800a584b..f73fa18f 100644 --- a/Assets/Scenes/MainMenu.unity +++ b/Assets/Scenes/MainMenu.unity @@ -391,8 +391,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} - m_AnchoredPosition: {x: 0, y: 28.727997} - m_SizeDelta: {x: -40, y: 55.378} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -40, y: 72.5515} m_Pivot: {x: 0.5, y: 0} --- !u!114 &45500654 MonoBehaviour: @@ -414,7 +414,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: MISSIONS + m_text: ACHIEVEMENT m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: b741db7ac3d1c423aad5b49a9780ca2d, type: 2} m_sharedMaterial: {fileID: 5568139486216784236, guid: b741db7ac3d1c423aad5b49a9780ca2d, type: 2} @@ -441,7 +441,7 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 40.7 + m_fontSize: 28.7 m_fontSizeBase: 24 m_fontWeight: 400 m_enableAutoSizing: 1 @@ -752,6 +752,7 @@ RectTransform: - {fileID: 246670025} - {fileID: 1939720418} - {fileID: 214418005} + - {fileID: 726336528} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} @@ -17546,6 +17547,163 @@ GameObject: m_CorrespondingSourceObject: {fileID: 919132149155446097, guid: b47ca7d932490fa4b8d95bc1538dd1a8, type: 3} m_PrefabInstance: {fileID: 696562868} m_PrefabAsset: {fileID: 0} +--- !u!1001 &726336527 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 62565913} + m_Modifications: + - target: {fileID: 315217694452062773, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 315217694452062773, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 7374927986402738804, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 436060366358511923, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 436060366358511923, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 7374927986402738804, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 746451839711248182, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 746451839711248182, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 7374927986402738804, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 1747626111088941446, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1748742743882202489, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_Name + value: LeaderboardsPopup + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_AnchorMax.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4404033344474101012, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 4404033344474101012, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 7374927986402738804, guid: c1482dbce654844b9ba1c753cbea5d80, type: 2} + - target: {fileID: 7590745601293574830, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7590745601293574830, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} +--- !u!224 &726336528 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 3188961330950474097, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + m_PrefabInstance: {fileID: 726336527} + m_PrefabAsset: {fileID: 0} +--- !u!114 &726336529 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 2280375977384003943, guid: f6670d8117a961048b4a0ff4bbf6d59e, type: 3} + m_PrefabInstance: {fileID: 726336527} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: df3ac59bdfef626ba9cf312eb790f208, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &730211744 GameObject: m_ObjectHideFlags: 0 @@ -17745,7 +17903,7 @@ GameObject: - component: {fileID: 774966708} - component: {fileID: 774966707} m_Layer: 5 - m_Name: Inventory + m_Name: LeaderBoard m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -17814,7 +17972,19 @@ MonoBehaviour: m_TargetGraphic: {fileID: 774966708} m_OnClick: m_PersistentCalls: - m_Calls: [] + m_Calls: + - m_Target: {fileID: 726336529} + m_TargetAssemblyTypeName: MS.Popup, Assembly-CSharp + m_MethodName: Open + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 --- !u!114 &774966708 MonoBehaviour: m_ObjectHideFlags: 0 @@ -30053,7 +30223,7 @@ GameObject: - component: {fileID: 1397822416} - component: {fileID: 1397822415} m_Layer: 5 - m_Name: MissionsButton + m_Name: AchievementButton m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -30722,8 +30892,8 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: - - {fileID: 774966706} - {fileID: 1397822414} + - {fileID: 774966706} - {fileID: 289401380} - {fileID: 1748817237} - {fileID: 1262255967} @@ -54219,7 +54389,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: -40, y: 76.1} + m_SizeDelta: {x: -40, y: 72.5515} m_Pivot: {x: 0.5, y: 0} --- !u!114 &1846321183 MonoBehaviour: @@ -54241,7 +54411,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: INVENTORY + m_text: LEADERBOARD m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: b741db7ac3d1c423aad5b49a9780ca2d, type: 2} m_sharedMaterial: {fileID: 5568139486216784236, guid: b741db7ac3d1c423aad5b49a9780ca2d, type: 2} @@ -54268,7 +54438,7 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 34.65 + m_fontSize: 28.3 m_fontSizeBase: 24 m_fontWeight: 400 m_enableAutoSizing: 1 @@ -58035,8 +58205,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} - m_AnchoredPosition: {x: 0, y: 28.728027} - m_SizeDelta: {x: -40, y: 55.378} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: -40, y: 72.5515} m_Pivot: {x: 0.5, y: 0} --- !u!114 &2079459816 MonoBehaviour: @@ -58085,7 +58255,7 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_fontSize: 40.7 + m_fontSize: 53.3 m_fontSizeBase: 24 m_fontWeight: 400 m_enableAutoSizing: 1 diff --git a/Assets/Scripts/Dev/GameConstants.cs b/Assets/Scripts/Dev/GameConstants.cs new file mode 100644 index 00000000..489837dd --- /dev/null +++ b/Assets/Scripts/Dev/GameConstants.cs @@ -0,0 +1,22 @@ + +public class GameConstants +{ + + public static string LevelCompletedStatsKey = "LevelsCompleted"; + public static string NameEnteredCheckKey = "IsNameEntered"; + public static string AvatarSelectedCheckKey = "AvatarSelected"; + public static string AvatarSelectedIndex = "AvatarSelectedIndex"; + public static string DisplayNameKey = "DisplayName"; + + #region MyRegion + + public static string Ach_CompleteEasyLevelKey = "Completed_Easy_Level"; + public static string Ach_CompleteMediumLevelKey = "Completed_Medium_Level"; + public static string Ach_CompleteHardLevelKey = "Completed_Hard_Level"; + public static string Ach_CompleteExpertLevelKey = "Completed_Expert_Level"; + public static string Ach_CompleteAdvanceLevelKey = "Completed_Advance_Level"; + public static string Ach_WatchedAds = "Watched_Ads"; + public static string Ach_RotatedPipes = "Rotated_Pipes"; + + #endregion +} diff --git a/Assets/Scripts/Dev/GameConstants.cs.meta b/Assets/Scripts/Dev/GameConstants.cs.meta new file mode 100644 index 00000000..acc4069a --- /dev/null +++ b/Assets/Scripts/Dev/GameConstants.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 662feaf73b5eb5c489c549b4b7d6aa0f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dev/GameManager.cs b/Assets/Scripts/Dev/GameManager.cs index 04d63951..599b4b49 100644 --- a/Assets/Scripts/Dev/GameManager.cs +++ b/Assets/Scripts/Dev/GameManager.cs @@ -20,11 +20,15 @@ public class GameManager : MonoBehaviour public GameObject ReviveCanvas; + public ReviveOnClick reviveOnClick; public void OnRevival() { if (ReviveCanvas != null) + { ReviveCanvas.SetActive(false); + reviveOnClick.Was = false; + } } } diff --git a/Assets/Scripts/Dev/LBEntryItem.cs b/Assets/Scripts/Dev/LBEntryItem.cs new file mode 100644 index 00000000..d09e46d1 --- /dev/null +++ b/Assets/Scripts/Dev/LBEntryItem.cs @@ -0,0 +1,14 @@ +using System.Collections; +using System.Collections.Generic; +using TMPro; +using UnityEngine; +using UnityEngine.UI; + +public class LBEntryItem : MonoBehaviour +{ + public Image profilePic; + public TMP_Text nameText; + public TMP_Text rankText; + public TMP_Text scoreText; + +} diff --git a/Assets/Scripts/Dev/LBEntryItem.cs.meta b/Assets/Scripts/Dev/LBEntryItem.cs.meta new file mode 100644 index 00000000..d1bb1fa6 --- /dev/null +++ b/Assets/Scripts/Dev/LBEntryItem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bc35ae2379d048541b2c508549a719b6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dev/LBPedestalItem.cs b/Assets/Scripts/Dev/LBPedestalItem.cs new file mode 100644 index 00000000..09959e26 --- /dev/null +++ b/Assets/Scripts/Dev/LBPedestalItem.cs @@ -0,0 +1,14 @@ +using System.Collections; +using System.Collections.Generic; +using TMPro; +using UnityEngine; +using UnityEngine.UI; + +public class LBPedestalItem : MonoBehaviour +{ + public int pedestalNumber; + public TMP_Text scoreText; + public Image profilePic; + public TMP_Text nameText; + +} diff --git a/Assets/Scripts/Dev/LBPedestalItem.cs.meta b/Assets/Scripts/Dev/LBPedestalItem.cs.meta new file mode 100644 index 00000000..da313918 --- /dev/null +++ b/Assets/Scripts/Dev/LBPedestalItem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fe7a6c08caa987c438eef91a7a0fc0d3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dev/LeaderboardUIScreen.cs b/Assets/Scripts/Dev/LeaderboardUIScreen.cs new file mode 100644 index 00000000..c1803af2 --- /dev/null +++ b/Assets/Scripts/Dev/LeaderboardUIScreen.cs @@ -0,0 +1,91 @@ +using System.Collections; +using System.Collections.Generic; +using DG.Tweening; +using PlayFab; +using PlayFab.ClientModels; +using UnityEngine; + +public class LeaderboardUIScreen : MonoBehaviour +{ + [SerializeField] private GameObject lbItemPrefab; + [SerializeField] private GameObject lbItemSelfPrefab; + [SerializeField] private Transform content; + [SerializeField] private List _lbPedestalItems; + + + public void Init() + { + PlayFabManager.Instance.playFabLeaderboards.GetLeaderboard(OnLeaderboardFetchSuccess, OnLeaderboardFetchFailure); + } + + public void OnClose() + { + // GameObject[] temp = content.transform.GetComponentsInChildren(); + // for (int i = 0; i < temp.Length; i++) + // { + // Destroy(temp[i]); + // } + } + private void OnLeaderboardFetchSuccess(List leaderboard) + { + foreach (Transform child in content.transform) + { + Destroy(child.gameObject); + } + PopulateLeaderboard(leaderboard); + } + + private void PopulateLeaderboard(List leaderboard) + { + foreach (PlayerLeaderboardEntry lbEntry in leaderboard) + { + PopulateLbItem(lbEntry); + if (lbEntry.Position <= 2) + { + PopulatePedestalItem(lbEntry); + } + } + + content.GetComponent().DOAnchorPosX(0f,1f).SetEase(Ease.OutElastic); + } + + private void PopulateLbItem(PlayerLeaderboardEntry lbEntry) + { + bool isSelf = lbEntry.Profile.PlayerId == PlayFabManager.Instance.playFabUserDataManager.myProfile.PlayerId; + LBEntryItem lbItem = Instantiate(isSelf ? lbItemSelfPrefab : lbItemPrefab, content).GetComponent(); + lbItem.nameText.text = lbEntry.DisplayName; + lbItem.rankText.text = (lbEntry.Position + 1).ToString(); + lbItem.scoreText.text = lbEntry.StatValue.ToString(); + PlayFabManager.Instance.playFabUserDataManager.GetPlayerAvatarImage(lbEntry.PlayFabId, (sprite) => + { + lbItem.profilePic.sprite = sprite; + }, + (s) => + { + Debug.Log("Couldnt get pic"); + }); + } + + private void PopulatePedestalItem(PlayerLeaderboardEntry lbEntry) + { + LBPedestalItem pedestalItem = _lbPedestalItems[lbEntry.Position]; + pedestalItem.nameText.text = lbEntry.DisplayName??lbEntry.PlayFabId; + pedestalItem.scoreText.text = lbEntry.StatValue.ToString(); + PlayFabManager.Instance.playFabUserDataManager.GetPlayerAvatarImage(lbEntry.PlayFabId, (sprite) => + { + pedestalItem.profilePic.sprite = sprite; + }, + (s) => + { + Debug.Log("Could'nt get pic"); + }); + } + + private void OnLeaderboardFetchFailure(PlayFabError obj) + { + Debug.Log("Couldn't Load Leaderboards"); + throw new System.NotImplementedException(); + } + + +} \ No newline at end of file diff --git a/Assets/Scripts/Dev/LeaderboardUIScreen.cs.meta b/Assets/Scripts/Dev/LeaderboardUIScreen.cs.meta new file mode 100644 index 00000000..9d4a2bca --- /dev/null +++ b/Assets/Scripts/Dev/LeaderboardUIScreen.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 55aae5a6257107a44b1b3e7aaa35a195 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dev/PlayFab.meta b/Assets/Scripts/Dev/PlayFab.meta new file mode 100644 index 00000000..aa2d49b2 --- /dev/null +++ b/Assets/Scripts/Dev/PlayFab.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 453bc752dfaa0b84386c214d328a07fe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dev/PlayFab/PlayFabInit.cs b/Assets/Scripts/Dev/PlayFab/PlayFabInit.cs new file mode 100644 index 00000000..f92e1d8b --- /dev/null +++ b/Assets/Scripts/Dev/PlayFab/PlayFabInit.cs @@ -0,0 +1,109 @@ +using System.Collections; +using System.Collections.Generic; +using PlayFab; +using PlayFab.ClientModels; +using UnityEngine; +using UnityEngine.SceneManagement; + +public class PlayFabInit : MonoBehaviour +{ + public string playFabTitleId = "7D3B9"; // Replace with your PlayFab Title ID + void Start() + { + + if (string.IsNullOrEmpty(PlayFabSettings.TitleId)) + { + PlayFabSettings.TitleId = playFabTitleId; + } + Login(); + } + + void Login() + { + var request = new LoginWithCustomIDRequest + { + CustomId = SystemInfo.deviceUniqueIdentifier, + CreateAccount = true, + // InfoRequestParameters = new GetPlayerCombinedInfoRequestParams + // { + // GetPlayerProfile = true, // This will include player profile data in the login response + // ProfileConstraints = new PlayerProfileViewConstraints + // { + // ShowDisplayName = true, + // ShowAvatarUrl = true, + // ShowCreated = true + // } + // } + }; + + PlayFabClientAPI.LoginWithCustomID(request, OnLoginSuccess, OnLoginFailure); + } + + private void OnLoginSuccess(LoginResult result) + { + Debug.Log("Login successful!"); + GetPlayerProfile(); + GetCustomUserData(); + } + + private void GetCustomUserData() + { + GetPlayerProfileWithUserData(); + } + + public void GetPlayerProfileWithUserData() + { + var request = new GetPlayerCombinedInfoRequest + { + PlayFabId = PlayFabSettings.staticPlayer.PlayFabId, // Use the logged-in player's PlayFab ID + InfoRequestParameters = new GetPlayerCombinedInfoRequestParams + { + GetUserData = true // This will include User Data like AvatarID in the response + } + }; + + PlayFabClientAPI.GetPlayerCombinedInfo(request, OnGetCombinedInfoSuccess, OnGetCombinedInfoFailure); + } + + private void OnGetCombinedInfoSuccess(GetPlayerCombinedInfoResult result) + { + var userData = result.InfoResultPayload.UserData; + PlayFabManager.Instance.playFabUserDataManager.myCustomData = userData; + } + + private void OnGetCombinedInfoFailure(PlayFabError error) + { + Debug.LogError("Failed to get combined player info: " + error.GenerateErrorReport()); + } + + public void GetPlayerProfile() + { + var request = new GetPlayerProfileRequest + { + PlayFabId = PlayFabSettings.staticPlayer.PlayFabId, + ProfileConstraints = new PlayerProfileViewConstraints + { + ShowDisplayName = true, // Allowed by your title settings + // Do not request AvatarUrl or other fields, since they are disallowed + } + }; + + PlayFabClientAPI.GetPlayerProfile(request, OnGetProfileSuccess, OnGetProfileFailure); + } + + private void OnGetProfileFailure(PlayFabError obj) + { + Debug.LogError("Couldn't Fetch Player Profile " + obj.GenerateErrorReport()); + } + + private void OnGetProfileSuccess(GetPlayerProfileResult obj) + { + Debug.Log("Player profile fetching successful"); + PlayFabManager.Instance.playFabUserDataManager.myProfile = obj.PlayerProfile; + } + + private void OnLoginFailure(PlayFabError error) + { + Debug.LogError("Login failed: " + error.GenerateErrorReport()); + } +} diff --git a/Assets/Scripts/Dev/PlayFab/PlayFabInit.cs.meta b/Assets/Scripts/Dev/PlayFab/PlayFabInit.cs.meta new file mode 100644 index 00000000..7964b0b7 --- /dev/null +++ b/Assets/Scripts/Dev/PlayFab/PlayFabInit.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 90da569ce88767e4b924f823046b79de +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dev/PlayFab/PlayFabLeaderboards.cs b/Assets/Scripts/Dev/PlayFab/PlayFabLeaderboards.cs new file mode 100644 index 00000000..33fe3ddc --- /dev/null +++ b/Assets/Scripts/Dev/PlayFab/PlayFabLeaderboards.cs @@ -0,0 +1,100 @@ +using System; +using System.Collections.Generic; +using PlayFab; +using PlayFab.ClientModels; +using UnityEngine; + +public class PlayFabLeaderboards : MonoBehaviour +{ + public static string DisplayName; + public void UpdateLevelsCompleted(int levelsCompleted) + { + var request = new UpdatePlayerStatisticsRequest + { + Statistics = new List + { + new StatisticUpdate + { + StatisticName = GameConstants.LevelCompletedStatsKey, + Value = levelsCompleted + } + } + }; + PlayFabClientAPI.UpdatePlayerStatistics(request, OnStatisticsUpdateSuccess, OnStatisticsUpdateFailure); + } + + public void UpdateLevelCompletionTime(string tier, int levelNumber, int completionTimeInSeconds) + { + string statisticName = $"{tier}_Level_{levelNumber}_Time"; + + var request = new UpdatePlayerStatisticsRequest + { + Statistics = new List + { + new StatisticUpdate + { + StatisticName = statisticName, + Value = completionTimeInSeconds + } + } + }; + + PlayFabClientAPI.UpdatePlayerStatistics(request, OnStatisticsUpdateSuccess, OnStatisticsUpdateFailure); + } + + + private void OnStatisticsUpdateSuccess(UpdatePlayerStatisticsResult result) + { + Debug.Log("Successfully updated player statistics!"); + } + + private void OnStatisticsUpdateFailure(PlayFabError error) + { + Debug.LogError("Failed to update player statistics: " + error.GenerateErrorReport()); + } + + public void GetLeaderboardByKey(string key,Action> onSuccess, Action onFailure) + { + var request = new GetLeaderboardRequest + { + StatisticName = key, + StartPosition = 0, + MaxResultsCount = 1 + }; + + PlayFabClientAPI.GetLeaderboard(request, result => onSuccess(result.Leaderboard), onFailure); + } + + public void GetLeaderboard(Action> onSuccess, Action onFailure) + { + var request = new GetLeaderboardRequest + { + StatisticName = GameConstants.LevelCompletedStatsKey, + StartPosition = 0, + MaxResultsCount = 10 + }; + + PlayFabClientAPI.GetLeaderboard(request, result => onSuccess(result.Leaderboard), onFailure); + } + public void SetDisplayName(string displayName) + { + var request = new UpdateUserTitleDisplayNameRequest + { + DisplayName = displayName + }; + + PlayFabClientAPI.UpdateUserTitleDisplayName(request, OnDisplayNameUpdateSuccess, OnDisplayNameUpdateFailure); + DisplayName = displayName; + } + + private void OnDisplayNameUpdateSuccess(UpdateUserTitleDisplayNameResult result) + { + Debug.Log("Display name set successfully: " + result.DisplayName); + } + + private void OnDisplayNameUpdateFailure(PlayFabError error) + { + Debug.LogError("Failed to set display name: " + error.GenerateErrorReport()); + } + +} \ No newline at end of file diff --git a/Assets/Scripts/Dev/PlayFab/PlayFabLeaderboards.cs.meta b/Assets/Scripts/Dev/PlayFab/PlayFabLeaderboards.cs.meta new file mode 100644 index 00000000..1a5d5606 --- /dev/null +++ b/Assets/Scripts/Dev/PlayFab/PlayFabLeaderboards.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4bc7571c5c74ec64bbf41fa0372397c0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dev/PlayFab/PlayFabManager.cs b/Assets/Scripts/Dev/PlayFab/PlayFabManager.cs new file mode 100644 index 00000000..7d7605de --- /dev/null +++ b/Assets/Scripts/Dev/PlayFab/PlayFabManager.cs @@ -0,0 +1,48 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using PlayFab; +using PlayFab.ClientModels; +using UnityEngine; + +public class PlayFabManager : MonoBehaviour +{ + public static PlayFabManager Instance { get; private set; } + public PlayFabInit playFabInit; + public List avatarImages; + public PlayFabLeaderboards playFabLeaderboards; + public PlayFabUserData playFabUserDataManager; + private int myAvatarIndex + { + get + { + if (playFabUserDataManager.myCustomData != null && playFabUserDataManager.myCustomData.ContainsKey("AvatarID")) + { + return int.Parse(playFabUserDataManager.myCustomData["AvatarID"].Value); + } + + return 0; + } + } + + public Sprite myDisplayPicture => avatarImages[myAvatarIndex]; + private void Awake() + { + if (Instance != null && Instance != this) + { + Destroy(this); + } + else + { + Instance = this; + DontDestroyOnLoad(gameObject); + } + + playFabInit = gameObject.AddComponent(); + playFabLeaderboards = gameObject.AddComponent(); + playFabUserDataManager = gameObject.AddComponent(); + } + + + +} diff --git a/Assets/Scripts/Dev/PlayFab/PlayFabManager.cs.meta b/Assets/Scripts/Dev/PlayFab/PlayFabManager.cs.meta new file mode 100644 index 00000000..92f4b3f8 --- /dev/null +++ b/Assets/Scripts/Dev/PlayFab/PlayFabManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 030889e21ff6da2419967c5df4aa3fd2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dev/PlayFab/PlayFabUserData.cs b/Assets/Scripts/Dev/PlayFab/PlayFabUserData.cs new file mode 100644 index 00000000..830c1d96 --- /dev/null +++ b/Assets/Scripts/Dev/PlayFab/PlayFabUserData.cs @@ -0,0 +1,52 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using PlayFab; +using PlayFab.ClientModels; +using UnityEngine; + +public class PlayFabUserData : MonoBehaviour +{ + + public PlayerProfileModel myProfile; + public Dictionary myCustomData; + + public void GetPlayerUserData(string playfabID, Action> onCallback, Action onFallback) + { + var request = new GetPlayerCombinedInfoRequest + { + PlayFabId = playfabID, // Use the logged-in player's PlayFab ID + InfoRequestParameters = new GetPlayerCombinedInfoRequestParams + { + GetUserData = true // This will include User Data like AvatarID in the response + } + }; + + PlayFabClientAPI.GetPlayerCombinedInfo(request, result => onCallback(result.InfoResultPayload.UserData), result=>onFallback(result.ErrorMessage)); + } + + public void GetPlayerAvatarImage(string playfabID, Action onCallback, Action onFallback) + { + var request = new GetPlayerCombinedInfoRequest + { + PlayFabId = playfabID, // Use the logged-in player's PlayFab ID + InfoRequestParameters = new GetPlayerCombinedInfoRequestParams + { + GetUserData = true // This will include User Data like AvatarID in the response + } + }; + + PlayFabClientAPI.GetPlayerCombinedInfo(request, result => + { + if (result.InfoResultPayload.UserData != null && result.InfoResultPayload.UserData.ContainsKey("AvatarID")) + { + Sprite dp = PlayFabManager.Instance.avatarImages[ + int.Parse(result.InfoResultPayload.UserData["AvatarID"].Value)]; + onCallback(dp); + } + else + onCallback(PlayFabManager.Instance.avatarImages[0]); + }, result=>onFallback(result.ErrorMessage)); + } + +} diff --git a/Assets/Scripts/Dev/PlayFab/PlayFabUserData.cs.meta b/Assets/Scripts/Dev/PlayFab/PlayFabUserData.cs.meta new file mode 100644 index 00000000..4a54ea7b --- /dev/null +++ b/Assets/Scripts/Dev/PlayFab/PlayFabUserData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ee4dea21bf118984281a95b0829061bd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dev/ReviveOnClick.cs b/Assets/Scripts/Dev/ReviveOnClick.cs index 2e4e05b6..04c94a97 100644 --- a/Assets/Scripts/Dev/ReviveOnClick.cs +++ b/Assets/Scripts/Dev/ReviveOnClick.cs @@ -9,7 +9,7 @@ public class ReviveOnClick : DButtonListener [SerializeField] private bool _isButton; - protected bool Was { get; private set; } + public bool Was { get; set; } private bool _isClaimClickMissed; @@ -25,11 +25,20 @@ public class ReviveOnClick : DButtonListener return; Was = true; - + Debug.Log("OnClick()"); ShowRewardedAd(); } - + public void OnClicker() + { + if (!Was) + { + Was = true; + Debug.Log("OnClick()"); + ShowRewardedAd(); + } + } + private void ShowRewardedAd() { AdsManager.Instance.ShowRewardedAd(RewardedTypes.Revive); diff --git a/Assets/Scripts/Dev/ReviveScreenUI.cs b/Assets/Scripts/Dev/ReviveScreenUI.cs index 35e3010b..cc85eb69 100644 --- a/Assets/Scripts/Dev/ReviveScreenUI.cs +++ b/Assets/Scripts/Dev/ReviveScreenUI.cs @@ -8,6 +8,7 @@ public class ReviveScreenUI : MonoBehaviour public GameObject ReviveButton; private void OnEnable() { + Debug.Log("Ad is available: " + AdsManager.Instance.isRewardedAdAvailable); ReviveButton.SetActive(AdsManager.Instance.isRewardedAdAvailable); } } From 75c15cf26522cbdfaa6992c33741f3a0855abfca Mon Sep 17 00:00:00 2001 From: Ali Sharoz Date: Tue, 26 Nov 2024 17:31:32 +0500 Subject: [PATCH 3/3] Bug Fix --- .../3rd/D2D_Scripts/Gameplay/Health/Health.cs | 3 ++- .../D2D_Scripts/UI/SetActivityOnGameState.cs | 1 + Assets/Revival.cs | 18 ++++++++++++++++++ Assets/Revival.cs.meta | 11 +++++++++++ Assets/Scenes/Gameplay.unity | 15 +++++++++++++++ Assets/Scripts/Dev/ReviveOnClick.cs | 10 +++++----- Assets/Source/Scripts/GameProgress.cs | 6 ++++++ 7 files changed, 58 insertions(+), 6 deletions(-) create mode 100644 Assets/Revival.cs create mode 100644 Assets/Revival.cs.meta diff --git a/Assets/3rd/D2D_Scripts/Gameplay/Health/Health.cs b/Assets/3rd/D2D_Scripts/Gameplay/Health/Health.cs index cd80c8dc..5a4ab878 100644 --- a/Assets/3rd/D2D_Scripts/Gameplay/Health/Health.cs +++ b/Assets/3rd/D2D_Scripts/Gameplay/Health/Health.cs @@ -156,7 +156,8 @@ namespace D2D.Gameplay IEnumerator DeathCoroutine() { - yield return new WaitForSeconds(10f); + yield return new WaitForSeconds(6f); + GameManager.Instance.OnRevival(); InitiateDeathSequence(); } diff --git a/Assets/3rd/D2D_Scripts/UI/SetActivityOnGameState.cs b/Assets/3rd/D2D_Scripts/UI/SetActivityOnGameState.cs index 697b267f..8a96f908 100644 --- a/Assets/3rd/D2D_Scripts/UI/SetActivityOnGameState.cs +++ b/Assets/3rd/D2D_Scripts/UI/SetActivityOnGameState.cs @@ -26,6 +26,7 @@ namespace D2D private void Show(GameObject[] parent) { + Debug.Log("Show: " + parent[0].gameObject.name); if (parent.IsNullOrEmpty()) return; diff --git a/Assets/Revival.cs b/Assets/Revival.cs new file mode 100644 index 00000000..5e64c00a --- /dev/null +++ b/Assets/Revival.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Revival : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/Revival.cs.meta b/Assets/Revival.cs.meta new file mode 100644 index 00000000..3807c1b6 --- /dev/null +++ b/Assets/Revival.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1677ce6e50690ff40aba4417257c6136 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/Gameplay.unity b/Assets/Scenes/Gameplay.unity index 14144e19..aa660c72 100644 --- a/Assets/Scenes/Gameplay.unity +++ b/Assets/Scenes/Gameplay.unity @@ -61640,6 +61640,18 @@ MonoBehaviour: m_StringArgument: m_BoolArgument: 0 m_CallState: 2 +--- !u!114 &671232094 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 671232090} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1677ce6e50690ff40aba4417257c6136, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &671891082 GameObject: m_ObjectHideFlags: 0 @@ -190022,6 +190034,9 @@ PrefabInstance: - targetCorrespondingSourceObject: {fileID: 9210140489432102636, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} insertIndex: -1 addedObject: {fileID: 671232093} + - targetCorrespondingSourceObject: {fileID: 9210140489432102636, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} + insertIndex: -1 + addedObject: {fileID: 671232094} m_SourcePrefab: {fileID: 100100000, guid: 2afb0c0b1e9834310869cb2f0c994844, type: 3} --- !u!224 &1912088910611789088 stripped RectTransform: diff --git a/Assets/Scripts/Dev/ReviveOnClick.cs b/Assets/Scripts/Dev/ReviveOnClick.cs index 04c94a97..d12f1184 100644 --- a/Assets/Scripts/Dev/ReviveOnClick.cs +++ b/Assets/Scripts/Dev/ReviveOnClick.cs @@ -13,11 +13,11 @@ public class ReviveOnClick : DButtonListener private bool _isClaimClickMissed; - private void Update() - { - if (!_isButton && DInput.IsMouseReleased) - OnClick(); - } + //private void Update() + //{ + // if (!_isButton && DInput.IsMouseReleased) + // OnClick(); + //} protected override void OnClick() { diff --git a/Assets/Source/Scripts/GameProgress.cs b/Assets/Source/Scripts/GameProgress.cs index cfbf3425..d75f64fa 100644 --- a/Assets/Source/Scripts/GameProgress.cs +++ b/Assets/Source/Scripts/GameProgress.cs @@ -1,6 +1,7 @@ using D2D; using D2D.Core; using D2D.Utilities; +using ES3Internal; using Sirenix.OdinInspector; using System; using System.Collections; @@ -28,10 +29,14 @@ public class GameProgress : GameStateMachineUser public Action OnLevelUp; private float levelTime; + [SerializeField] private float timeForLevelUp; + [SerializeField] private float levelUpTimer; + [SerializeField] private bool isStarted = false; + [SerializeField] private bool isFinished = false; public float GetValueForFinish() => totalXP / needToFinish; @@ -137,6 +142,7 @@ public class GameProgress : GameStateMachineUser [Button] public void LevelUp() { + Debug.Log("LevelUp Called"); XPforLevelUp = 0; level++;

n$ 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

_LQU zkUgXUiQy+X(?L%5gX(@kV(#t8A>Tp#!M4YzZ0+NqE9Y{wl?#0XigXbXkza_u(9G(n zm#zyB^~~SD+NyxIOTxHatPl$eB|1AzbOWU1`Hn?U zZg_4)TwE3CMK=XfWWeFhvLy75aF8;9MGBh-l zl4{2#4TnUXrIl{zGs-h(+uxEfUrMNodjlcQF`uf3#|21Qz>@$m`<9`op`NqUII-29 zoRPIXaODumqFM;dTC98)VyzZjvcg;OKbzSxTr@w@^0Ni2ViU_a6l_YauKH?XWAMu4`} zJbQr{LvwTE=;$N=(2&-(g6^k}w+qr4;+|e4cYNi5rpxP1Z?G!0gUtKkrAS0LYjNMU z)JX;!f;-N19;b7l<^h+EA8Rp3q1cm6P?)MPT`hPbAfS%f#9cZ&)nGmXsjUNsL&w^) zgjS0IuyXpcER3+(}~0Y5|E zKV;FyJzdn+jy)AzTw3ymeZ_t4r88SG8+hj;uce;8`9z~H+amK(1UvPtpR!N~(RpI`1d<8E=a1ru;#8TgUeY+!V#0Ccg@lmF$+IB6F8Q39!}eA) z90c0}R6Tr~?#pYTlf^JxLv5PNq`#2?77s3=OKVg>nX+%e6te{Kj3d;zUP$@bUmqh~ zenp+Bh$kdYg=&I(cMSg|K+O7*KLXF+Pw&-k?c649gCXOSix(4*3M?3s#Pmo1&RLG6 z_}JN@;Fy6bYz8!XKxeu8d>AwngRz7=Z&0FxVp#+qDLT~MuXLwgEE3TPSA%l23&3Lm zK^^>8xIzdVG07RWjP}mX_oopuhSPt2O^bDf#`_R`9)^~~_indD6L$}rn*5=getxYC z{@Ac5w9qN@vqrjpfk!@Fi-_67&cDi2S422S%922|9^1FY@00(EtSYfT1JtiRFpOii4@V)Lg*FWN(<3Y zN<~wL#%XDu^M8I$7x#C+_kSMu;d-l=UuM@E^vM4K8uKX$LSSnO(r^D&uen}o<@a)!~(NHaxRyqUwT<4+8kFC*?_{&u(B z=nR%hGMijS-|fM>Y_y@FYTjPg$UU&EO81sF7AZb^`%HbRC)&uY&f4hTx7szRhL@-F zae6FOU|nQu_d{koM@%U@F~&VlOq<@M>FuBi2Rq!_&)h(^#NEuF*9*ZstrPav*NaWa zepwTGX*>F=8p7Z}dGiK0?fH~;?QI)dPrC$7IK@H2M(6Fn-Y#hJLsB{MH4%{m*5w>ybP zjQLd3bXEkK(P;BHG>=YSEi-6q4OdcHv$QWU{P_7GE)VLNC)V4nP7vM%k-=g9*f|M5 zB-!_V_?S=Oxg#rVFNiB7ttNL176=KFvx*t|tH~^{(>|@FC}w8qaYS!=f*Z5tbSkQ) zS!N#KX|_?0Rg$*cvORvIQ0ZbnN}D|G(K?Qjvuz$F904bf=bJql3rrr{Kedm=0f@46 zwPNHP63a0r)P^Ul-m=(Fp3`G`i@T}48h1Cvb`iy!HwZ-mO56^|58lz+x=(^8pxPjc z1@<)g^VO@y>+@m*#*!jwTt#LmBz1khPf5w0lVN$;d-sj~Pd0Nh&h6V``hQ2do~E1o zN@c3E%qc+tH$jK0;-=C4QznAsh1p+X9&NJnb!k)FeLU`m-!NM@%s33r%pm9A8cQ-- z?028P$c$_$SfEAhCc`$yJI)dlwL5(NV{DehrJw)tea}iaap2;B;!q<<9`~^}HXiTD zm4PR6OI1Iu`j0v2)ptrVyH=|7QcxiZB2MNJqO)Hu)4VEcb)t^9=cwr9y6GYr(pdn@ zGham7T{OD=#wIzT8@t=i6Px13P_Y0jhs+wGx6gcuV4CmuF1i=s-dWj0Tx!_Hg)b+^ zCJ55s`;@)jWVP%TacK#{Gv;q+La|A2hQ-%2ekCR^1T%EoA_R!bSEx_D=9c+eeYh>vK{;zWNGqCN5tMdU?iR#wyL62el7cP&Ao!sTGR&8c^YWc4LCBE;*EERJoucL9y<@hAG z_mxuYrt3nn-oo@CFOk`E8D;|Q-OB&c4<%D!rt-9aIUEaK-w5-*e6w>i$K0qfZGQ6i z!EL(#dcpef&==mj_q*QMsl;(hc@sy;A+;#VHwLH2DrIife?3=_erkDuDD4x8Ls=x` zwUW}y(zI|9buJI%y~7cNG&2<|bIrU|r|LG`@GCa?CQM$`K7EVg{bNlBYLgKZ1p@+61E5)%I}K~r7^=Gaz_=OsB% z$7MNTTexH-Y4PRe2mfO(f`i7yDwWKOWqG(bnEOacU3F@|bTIq>K6Ys;rI1}sX$SVJ zlF~WD)qa0<2s~#0VDcd5RjK{|K3Z2?h)$Kzj4T}>i~^ZG@B}$mm|o-AaPxn6pPhbN zY7S?~@k_TZ7l$4otX9|2tz4fr(PGwbm;Arh@gAo~W~Dl%P+yf>k(fR*S*qkgc-aOD zBe-T2zTk2&Iy+4%a6k|~AZU!1{Q*---mMLSTq z>Tj)CocZI&50b|nVTi;cbMgnLpI9|=Y_^}^=761TidM(trc5}RKg`-`omQv%DNH04 ztPMEv$lkgx#25I+3cQP&i_p4;7ufXsdwUSp?OGCCV$y5srN$i&%|KY@xJ@U7ZaB0l zK0XeOG^RMJC)(ZJ{atq_Lb?Z~Tk)9r92g&o6yKEVnCgBgG$zKRt!jA18ZH@$E@JtV z%s>`fb$_gQelo25&Tq`AEGA9+R=`CPq^tSO zl?pgx>aIpSfyQBWB31-BxYe2swX-~HK3T>^1_aP>LY+u%J5bXF}k zs+5$J>Qp%YTJzYl(kZ5=ATqXMGnX<9D}&?eK|a#4l)u=Kl22_?OH z9;V{3;$tzIrAxKsbq<*wGh$w8uBrkB)|%!?*&b8#{h){t*JQFR?8Glp-7yl2V@K65n{^dMOz z!Fvp5kpf<+uG~2v&U0j7;957aLsA7=I}MM=sj2(SmEzDmL}4?bTvna(Tg(yg*0fxW zmGbx3?@R_R7Cph!1qca;(w7j(CJrY7@NjG8=DpNW@Y*{;uTxf5mXVRs%9=$YW87cF z0SLIIH6Tiq$Rixw#7g8_7Izc_e|miA-tOJIUx8^Nk+)=iG0L1AM}mRL9$qcnB{sL1 zN2kL42?R$|O{idMT`VUT!{@TMNNw1rz$L#t4ffn<97GK&54ZCW=$2slG~PZPE^XVg zNHT9Ds&`0=z*nT)cu;C$Q;ucLh0t#InJ|kul#GabnXxqhnIL!jk}!VOfpZ`did@2{BUpHfHD2s-lnT* zg%#f3?wAK_R$D8!UYBq)kN`{3cmtg!<_O5BqaKTe9bxW-hf z4*ABFuua+xgbWdC%Ucs`yJ7wM9bh(N?!JuP1AT{Js8jEQWZhgAu(l{K_Ly!3iG2uH zv)&E~3Gw&$4+}e5=! z{ZsB7ONHsW@*FbHIAa!9C>jZl{}RvQ1SlcyrAwD`b309c!!eOKlV!R6Wn{RoIui!( z#S&r)P#YEC?+?Xvy*yAj$;1$6z!Ukcj@x>oiy#p%)+Yz`)I(qbGLgY5`>1@9O>J>} zd2BI*V-0y<$<1)$Z8tDt_CSJ)92-j>@qAyupsOmT@Yu`CH~{IQy9gwA>(-HG$5yb_ zG{Bat{MqWEC?RpC*qfuPMlEdP*J)D%BhdxjOQ5F}8H(zv>%-1$0t(6QvbHU9Lvz7{ z>i>!y_L-KvagcURh;NK>8wHEx&7G~4_4zB1D@Sw-fqbk^oW9o&+zGKObqr8MZCu=g z2Voj=pp_tqO%T)ic_7NzNZHu9CHq|a?6C{8cd}y$>NFg7PS9lfm0NK#ACZ zUZqEz3;~P}*i{bx$vj;TpeeV`%n!2U99?}>6gm4r6j|hg^KrT^(H>brg5M?oeo)R0 zX-J$leUE?cc%hd48iHbvkJif)lXshVnqzLifVw86-k{*@*WDu@@b!sJT(3GKY|R}U zMsY$&-P$Aro9CSsVyV`jvuUWN9L_PA?gxjt0l>;gxu)YNQlMZa)E}5qo97fqeHk%f zos^`ltB=jWBH(%!d!b9403wysLE1{tpo60Lz$2+Ix4!A_++3~EkzlQ#Zs6vit}Ox7 zKAfQ)XVZOm*A;>XxzU!Nq?a7jF0{8yiQBy`NhU*zc2B(IOk3*|_oZUSRWkWv=}j5d z-}>S{{ig>bDWm0c8Ns+mBINDrj-8xWfX=Ai@Y8LpHT7|tx38vQcw-z#RDDi=TL)hk@KO1Io zeGeW)xj^Gnt9IuQh?KK@e)r_}iJa=wsrlQ$j&oJbf0p0-tSPT$3@o}NKZSu8bJmy? zoLh@LhkeaK>E}_#ZY{NQ($u4NJm*8X*bkunMTOP1wY6aTL~OVi z?E*h3jG=u>qdrTX3^Ac|VvF6+$jG>H;|BI|D3Yu8I1Ou7^!J|ln2)xvrb?EZSU047 zCF*@}$c(nOcAahAOM))+qal4FsOZ{~8jmy4vX1I*C%=D8naHC4MJ&a4OQyo34-~P1 zAQ}!z3nUFXy4JRi7UMzx)O#id@{|bF)D2Zj)MbegiSJ_hNgg=3F2;3`Qt+}Xc(5h^ zVqHLt`-Bzf6G#*4{Ja10tt&$>Ir3ty ztgNgeQ7tk~klvaOkF0(>G;GtPYac!_h#Y+i|Efo)#YIHI=Y7&Er1jI@;O~3|30U0PKU=u66WrS^W8_m9~8vOcrq(?#!ZxG~+ZcwE zKl^p#8Ds5!r8ifaDWK%`X#V8eswzj>N)!uzlaU!^tWgx}#0op3P`j%gX&ySP>2TvG z*D0hlv{@9#JGinUb~q23w=W5~6+8&@AZeI=*Ec&~_{oI0n~pWgstOc@N$lb}6`pHR zt(S12r+UGH1w<>sFw4jFuM(qiEvx4Xn&9zG{)%HCyk) zP&-G{QN3bsAnFHaP#_!<-9&L-Zb1rxO4$Ai2TTU~`yaZ$_ZEu$d03DXO=hL{Xn5Gk z(opjT2ExjbdnmYdF|K_RzPUgDr|}3l2#0L-E{;$;ohJwqjN3PW_#<-p&d(>1R-=k- z)o@*cWjidO)xG0<*UfW>n&-)r9AwjtITUHdTwPbz7#0)+;B>vSvgs}jk9+lj4vk%eUE`ZR6QZCL5pvAR~~=W8+RGP0EtxV1p_y>tEC7@UzVwoTh(Pa+$iyi4u&SpIK`YvFH2)jM9- zar|^9E;)fKX)UV29yeW-oa5OE3*vhgn%%kJOg|jzx|i7W1XZ`I9g1AHH0kgo)95Xe z@ma~pF4CsnKdDkkQaFqwcdKe5LX##`<%LTd!I+H?O?P&7e!XiXVZXqecki~bF5~9@ zb_Ky+wB!1O%6jSQFkT+iza{#bpv)^e^n7n-eInai)SSN&V+w^v>dzL`&iXacL{fu- zK>$i5NTLoGubfQ92eQ6Wm6@HsN9aaU@jjh&|FJiI-Xi>*j3xykPLD6UltNy6e#*gR zOt_=?7QC)hgRDOI?$Rwr@QvSgahXFoT!HuTiB({DB{-{Zx-%T&evH`Joj;FMqJ*?> zM@L6?Z%DrJRp+?KkdTM{BUOqF*N(CPWLHYg*eoIGz{ziD{hnI*xIT?a^BW(7w@65E zQahZ?Edl~i0XrJ-*)LLGeGfTu5prI4{nW?g9>#Eac{#NV37W}lHVC7Ru*$)MTTRp< zw6!n6(&5=R%){4eS1Dm5jh?eV?c;}4KlSokxx^*&JL8r#zu11VaiSFeTXa_t{Mq#Yw+(S`J zTN8Vz{b1OYUr@!)sc`t!#pZEjEah$x~lkIMra(!K+Fub{6T zzGm0>yEj%=RulS*spfEFFs6bHETr8KP*<@NIeDu#jUjY6%)nshbbxTdVTHF+FudUIV;p% zBa&3s)YOE=JGT+lMtm|CN0S-*!U$55Nl=-po&e52b#!fhiCysSd|YzB6Bs%<^)T8n zt9dQ!;nQmI{j}Gd(eG~`c}$FOe^MN}_?4A+`yoD@C2#blo|CSsXVQZL#=%GvD6mZ? zzAm0YVPOgH5*Xy_{#8b($OhFTxA`Xf21PK^uj;ydJRxS$3HKdJ8N3Ud#;1?y>qUqn zrycx*Z|AHQ11E(TqbSWH;0aeu7S=Cv9bF@Oh|A->veKocp*&3529a1vKZ!A-=zxFg zsi2seyz#CG#K%;RTWgW>tP5!La>*Th~;9N(ubY!)+1*I#^@^!cm;%nP*z?8lQGk2!`kQhR=8t%egVt za6YMk`&==!?V_~I6_D05Tnx)bD~jU$bz}h<=b}HOJa}iz{zBz6XD{o~>I0HJe5pzDtczQ`hNJ-HH)@*rqzvk10v4qu=YRhIZp{*^4N$SSKhL zCFfk-yN9ZR1asZWeK%L!qyI!QzZqH9yq20{lE0+?r>b77+feWX2VK>9e6TaC*}(u_ zxxB__(6{Z|5L8MM?nVfg4zUY(?~KhZokgk2Au-U&Q1{N*LvAk(AVEeut{|@0XsYYax7iTwp?t zy%}+@ZxZ3oNMuv5QRuAIyjXNuZH);|PEOPbxQz`QR}`K^M~}PeA2UzuwyT^vl^6{r zFi?bPuVW#g4>V~=xB?Fx`Q$Aom+|s;)xg`gYwdfk0DI8Ob2^6!l5c%b|Gvd9*$*NQ5uI6)j zY*$q(Jm~UAM)%(0l^KNB0+$Y4OmH425o>+Zd_0IgB^r_2KMdU@UKB5bhy+C=wO12{ zs83u`zg{IbbhD`khf<$1d1I}dk=DH7;GsPPOg+avs3~KcM4e7UbqiPEZt+1!LP{rH=hd@UZ7zW97>M4GPZ1=QE{~BlRW- zo^Gz#^s1h4N(ewvp%PUL3l}cLI(Ci>!_WgRk{l6Tv}nty zfUxmwd&8jAS*YLH(t~4V`Ou^0i@=RY+k)|j2?-~mjiROZx@|Ld`g#@SLOn)7{)NU| zrm1>HQL{5a_G?6sj+jX zB|n8C%mB0|4d@PYfzns%yasC5togeJ#4H|`DQ(kmJwuKe8^%`h7I{-FaOl%o+Vzi0 z=S*JwvD|0HO?yPr zI(k~9NWo;U>F<~>Yx z{x#uaU#=5hc7oI6q;S;OoQtvBf2R;4t$>#)mne*VxdNkzEq)OJE+j}6L6E|`)&$Z6 zAQ&W)H}V3M*yu6+JyNt3RwBy)O2PIZ^{Gd*G=DIoz>HQ^=eA->b>%A3*?A+5U0}ue z$QeRP@cim5)}2#CL_=bqgGLq=s^MkS;;d!2DUxT1DJy$bEMR;?i2mks*?uO1{Nt(C zyRtGTL<;an1c?+*DbdJGN9SX1f5Al*+=CcAJru(@>=6JF*gxSg%lkAmF^OdQ0%&gS zl^i6&I6WQ`iK~Dp&ej7eLJGmmw06Wg`uoFRfe0yWW6pp@e6Ss!3Iyz#L$Ch-P1SUC zbtSUc&!meqkU@b^q|r%Aq5$KHP^Gu z&*MJP#+Dez<)Ny~J;Sg8@htf1)2GYvpfBdB`J;D+58|&oj{@?VJ!Qpw06(Q_-a0OU zTLfc}W! zfy<-EM2hy6g?J8%c04vpf&#PsMh!DgduE7ejrlwK7jd-%mj{Q5I6->BPm@=OuC#Lt zP1uwB3G=nYEzIA1A_dwpP;BC}T*cLG7qJ9NYu3>Z?-u$0rl#H6Bp)qWrx3H6(95wR z!t^alWLkGbhv%<&apuX)^mxX;Hc8)ova|(%5ud>!gQsrfq$p|%8vKGdW-eyZB{aFY zJZ{M*QmR%E((5gv&gn71)m$9Yq;>cgU^#O&J3)aEnN2A?!53E?KcD&0N`gZ4T2Xz9 z;_`>y|MlzyN+AhXFP}SeHHYfd0^O&a9`g>~BT|U}B5nk<7MrO0?rkd~5o2W1PRu0+ zDT+N0Z~w=as7xq-6%nLQC@{yU`DPuRTk;h}Q6rx5ADobqgKd(7d)Lx*sUS05?)z|? zv+ycD>E$|l@y6Sr6Zw_??=(IRJ20i(1UkeWSt7(ORsVs-Ea~o|9qtNr9&5g8XdMSm1kaLHeA(O8;XD zKFQKTwbw?E9r&uGlpZox`=q1zXHLiG;=+r1vRoX>TWOZb0cuk$tiHeUjx+C_;mTmu z{q{m=vnbw?d`-v5O~}A|tBBJqvx$4SpAo#5fAMQ>U=us--AD^f1k-6{lUZy75GoGM zEu0=&ykCnw?ylj22L2b1VQG4?Nx{uyZIbd_95O=4`Eo0Xhf}=Cx5om%%@?N6@h|(2 z1-KeDRvEydHWg=1Cg*a0Y~p*eQ;3|D(I-i!73xyFt^LOW`-q#lPXEG+{vmWn*ZLH0 zP*dWL6E|K(+;?$VaN+l2hAJl5ysfHcZR8l+(W9cdf%LDur0qkmWvdf!@Lk@fxhJPDuBVq>^0tl{t0EI`>3`s{orS~-BxB|+J5RPb-;z_A*m{VZ zp(zfUj5qJHq7&pBd)pMViPy{`3I2okmK;D4*}(i5B?c0;1p30ZgDil>f8jx>F6NJY zRZo3hvc^=fDw&hWhI4S}@yowF} z_N)E!!I)SmLt8FDQ4vR43XF%)qmo>jaPFKJavlnVgbWX-`a0~Wu8`I~J;t4%LGTm=%+%nqRq??Sx z?RJ=4i?F0XC6J!_^ZVG^L;qsQCdKS+fd9N@3LWd0pf6uq{ zS5w+m%pH!eFLT&*OenUsSXJhz=0#CnQY4e@=Dl)4QN@i~E84U5_sgeOG*w+W`>{-^ zgMa4DM@7a;?c3OtC?clmTBB=ENnV}fd7ioYoAyYGJc#GTYj^&be;%C~$g4P%6WMjd z1`qJyo5>mLFyvuKN=q5Ob~aN8ix(3TLGsL;Z7AwfD6&_HgCa`E49DE%5E|w#Uyl0x z;o)H>DS2V(mzudGZ$YN#LpmLtt+mXf)5rVOt(lvY*WwMd6@)gbd@R<9T9-^l3TOit zdK*X3Z3G96>lhnHr*3|1ko8zAPSv6!s0T>K1sf{5%O%*fphz|LynVqGn)sa&NJD`A z?YuGr@7t*~Bi+d*;HB&}y}_i=jNY2HS@R83iDi6O9Y?q%)^32{3~g&ps-1aDz`q(b zX~&DceXd0TZ9xl}W+eMlG8sH<(yY8H} zDH!i!;deR)zx%^VCrl5?w+Q~@{u#-MJ?b-SGsGG~eD>4DI70+yy9!;9CI!-uI6!Q= zrLZC;tL08~bf3d(3Ydge1T)gL@eU#R`DjUQI_t2(369=h;6NAV9Diy4Drqm!bK+BtX3yiFDrnNrRA z?WmPabv%!3I??SchCUpBtaa;-7r`0z8lklPVEyFg@Y*l06~2e+6~KLmrH{7$0Or&J zXgAX*^GuTif=6RXlja`?w-R#CB8)J$uR8)V7v}Y-y1M$IpL0o`q;Wk_bcK~)v*sSY z0O5aJ_rBEZwuK{_BULtD!u-TWEK1W7S}2VGkNB~Ak4R}MF?XSib6g%GNOZ+Z3`8cQ z$o2Dg>+QnA@kruY$Q@2RY=vfF(Uu;l0!5#cZ_X2NnseUX%r|ZZX(}(;NK+bl-uj_; z^sj6l11{1$TTb3p0OjViV$8x+Y<+arnfQXdRcayKC94TtY<@21=ElUo?sYhzod zr0j3su1-6?$36}3Lphp_r7ao;OtfM|=&r>uzZdH{-?d>Xcn~{Q9}mGs zMTz>m7)1v94A*8oL9H0-MW{6e2s!X~L1E$VHT7r-Gj*+s8kp>x(2h8SU&gKj%?<$6 z%bs|%V#L6H07Mcs4Gp$Y^;x7ZF)_gz0@&2S6VhU9)*J^3Dxkrh&?)br&At`>y|rKq zJi`;bX0{dTfT^|n{Z71Pk+;mk-gM!YgLn>!qDnkf;@Pp6v$LLvp@Wr;t~7cw*voC& zbPjsY{js`HviqD4AhFp-yNMcB8ZtykjICg)OGOu9ReRSLp0jM?1-6{@SIBps=D7<< z7eJGKp?m(hLvE{V^Jsgg%bfwGy^SYIR22%4Mrl8WJyI8db$^}`P-i=G=sAd8FIz-O zq^U(`nBA|uyu8q!2eb#Xe+;W_!`}jIz6)zjXS%1AU&T7HU6TTvLHX&r68)rUc=$s8 zJ);bBN|PXw5aat`Sx8MxlDqyA7%Eih`G|TKqw)1v<|-nYo_(Q5%k9ADYq>~9)m<^p zs`-B8EP5-+^0l9np#sK#=#V*Gz4-3_P%izn6)e zzG9;`FO$MZbTC4T4^81*5Ln)@ z)*~O#n(i~B&I)DDN74KdBs%o7{Q$W_s;2;CzljscM!6q*i#^7Q1Zrs@S*${aae31D z@oC;MZVYNjy(icXT2NkcUuqD6)-zkPq~?dR5xeRyBzYI~wqTPS@f7O>sS?RxBFmi` zB#D-=sKCyH%GPXPTHtrDRKt1MnJy427icRs25K`cu#9V*E83z)my?`f`%=Os#Q0bSsnqHI-+wXRn=G{&3*}GYjGB2-0{M43Jiz(jc1~OK~ zo~uw%T5Wtt6MWCRtH~*4aTo1A?HAgQe2dK)sm9D@oIvXHWj-b5jxauN zk*)rr-t6_MIVfWlNnJ%HO;S^gVCi)UzvRo;t{7Ba@N=i8W`JWVD~hJ&BDHk-TJj0# zR`Fw?9 zb8wuVu%FywhuTr7w$Awn4jkZFwd&OA)6EA(EAM~!@L}*hl69Rm04Xa=k^Dpl@)MR7 z@)!Zy@A+#GWV~aE4x z<|^N_=h|W`TU&umre4BNJ_-%1iy|#v7LOUlx{OQ+l1T557;A_!#;ZJZv@6hzS|NrR zTwTUFE46Dk1u}hKC2sajS!(h;%&9u7E{e4G4h02cofTV79y)U-<*R1*f+mo7ZVD(W z2nv=sYZINNWbDP!B51J~5uC^mBexO(Ih;qRuyZX@Kg!HipJ!$sF%FQ+K_|Nrs=mIy zVe~AGZ&6yyuv0TS0D0RRJHr^j`FT@O0YMlV9s#a53&VoVEGa2LpWN2Y`=F*hx}${y z3j8kG6%*=nzLc71Ae-rGBI*Hdb<)%(+;t`MyN_vz#y@=cv1P4d9h#jY5%CT=0(b~z z_t6+nQcUc;`{N<66t^5F*n*UllvBqI44TjmKXzNDSt)B#4U6Mh-opy6V`<_6*TLN9 zwXOV-Co6L+L+P2}(W56#YE08X!?@boZm0Ump{vK1U>4osTo1zGMB+}x84r0~|5)&&r&l{;Xp!zydn3Z2{3_Mv6v>9t_YpX>) z-tg$CLs1QpfP%RxV5I=rE;LN@H{^vcDaq80%W5lLMy%uG!&5B%up3_v{Qe!4!v+^ri#F7Hr_Qv#1Dt{yx0nYm!IF*xC0f>z68W)m)V zgE=^-he4qST#Y1buD zi;4Yj*3Ia{fbU@jLd!QHC`p@34YFfP*G~cWSzJPb$oe5QYBXN!%va=TgKc*194+0f zbQKRzZjP)^i5*NYq!67YT5+gLktL!9W7cD64QAAAv^ps%NftzI@M*->ug6BYAizpm zZ62;6>f@&{aT39XZ&5k;WgciPJjaV z=(CPI#~Ir}8_7903={a2h~amo)QDPi!XqKLpULB3Orry46We{J-t;$BeZIUzZANc$ zj99;s_?Z(11gIfQ%OUoh>ZengNI@BmDxeu3qn{70Ccb!1uShK8s?%14CFtMiJ$(imG0?XY$0u5**4XPWObK?xE6tdDA%NqBh6yF_?KWqw$J3{DQ+<9d z3EAw81j|V^pg`8dAD-;hEiI4f0$LtmMC7pSz&ky^2-zmq<(_tqI5Q|@I9d0Y-S79! zwx%{Rt4#^ROH3!p3)Kb7wyLfXXw9+z4v;J7x-9X4V`STVowuH*v~Q@`-Eu6Va8A8@ zrq~11zZHphLcFPs-kv|7;BO{ym_YU3^F{fJG=*u6?$BVl9loD{ukfSZ3p41W{Tb=K zg#7&c=g&Wxrhns~F&Tb&0U=p6gAW@6f3`HHI?UboYvwuT?s_9Jxt%a<+lW7yKc@p2 z($1T|h7`+AdEROB_wxP?ijr)t3LE1TPuyk}8+&`ZXugqfT=Tz=+2B$7Ydx4gN%QNO zMgHew>Yn@-LnR~M=ba1z!YVLL+G_5t2v$FS1O=iGNFm8{!)@v6K?nVo!xslz3?}O~ zn7sb|_z@L;M#Pm-4}O}}KPFDw#3c1%GE<$+9sHP6lhumxI}2V>(+9Xza{O^YTJ~~ zCC`3|>7N^GPcO`PZt;7@cg{~gDvl2aOj0e+L>#?lJD--YP3t`KtUTiE?}hRnUi$ug z<(~;+kA-9-O>gjX3)Agc*pZUy;s>#g{I&e#*q!S=yF$WelnSwtlnx&H#@|VdY4`QQ z_@Li%NFF@b_?!!vRoWg!+$@Hyky+UCY-P%w}}7EzMBwS63MmFQoF)vg~|zH z4~PuwE3XM1wOtSC9y}v2HM2s?60|FjJ#2*A6)ItHB2)jMj+lf*a2=Zcb!5#szmM-M zs9Jq<&fU9r?>JK2@JKb()Og_;ASQ(|MW>2gL+8JXb#`_lu?jjInA2bsBAp8|1AMN0 z>UElSr+Db~7Ix`(9%*NPMnlW1$g*z0AjT0DKg?=ih-Lp#&>bn_fh<&d%>AjX?Bsx0xXCWTCOINtPf+=&e6ywDCaWn;# zVkpiNu_mMDAnFBJ6(+e3ZwJ1CCL@3H{c30QS$Ro#yseY)^T<4Y6pE;r*k-xf&!6Q` z(~|ieP{5>XJ;}4>jVsY)L*wnbstD;+cmydaymu(qd{QiM{2SZf(s*{06>nVFe*XvQnt?OJe}wA1#4RNNHGLlSdE&|9l%z<)|X ztEQ5OxT`driCy!u_=>1S@A5*p!Eb65j8&9s&s#B8qF~p2*)M-s5lk{7qCu{?7|u%YXV%U!!i3$r_0($}XGiKxQR{#QPT~nv}!KeTs z^!EGXs11P?cW{1j>hn(^qZw}l_&W5iUcCwfyTRn4c<8?PgApO{#RLQxXe{2*-3=`y zn`)(4cJ10V)KdUn*|BY#j_>>C1%{ZL9KH19ejC0u@w=m1K)0-NHi6aznGfW)ATIJg zk<>oKcR~i|w^%o9`~>pb=afS_Iu4)^0b-C<>~PZW@KS_?+pTDcT2@tcR=56VIf{zL zBFlpYBWw#+E?c$@M^2!a>BIPk?CkB%=(d(GFV{v`r@vM{45E08s8lP6s3>utv|^Ma z3@V2D{^BurEGWZO&TZnt_;v+_mhsEpm7<-fa_P<(xFy|kw&e%3M&~_%{xYe=SyDh} zy%<5sR+;*nrKA>D-oJmp)#bZH_neSkqJ2Dd!%JTTr@FejmfKg1%LhkB^7fh6CTJcx za^zZY-L7Rzmx7#DU2p<9j9jjSYhI{Q>a>{~2M42BooGRumI{|xhH=dd{20U*q2t?v zuk*X8dveQxBIC z6c<->rwo5_Vk&1Z#H8d{&;65m0$^D`nBKR8gJUFwY4|T6SAG8YvHC%;4M)>nq}^eQ z4+66bRVf)@ZGliPAY*3^$oy2>7I}GjDJeU^>YyE`CMGs!Sor9BfYS!%^pN@H{UV7N)0bF5yJ9V%_wt7wy36>gpgzgO9|aXtTfa zmz|0S>k%sG-Me=ox{e?v${Y^0OnvxpFW(g0>K*cRsCo(63j1o+P>(vEd91u+ASG2M z5wuTt_X5}TmFQ>OJ~*#z9=?1@fA#@r@`$FUCRrnsfEp&w-o=3+x%O)y^X8@nW z8)}fE^Xa}E(KxzjmJe`9+5VqE%+E*uRRHGFg$qw}FY;khvLci zoz1~KJUn$)p9(z+hwcw%s%vOem6xA0{MPsM!pP!_(@T5kguV#54s+D^c^vXXu=ahH zOIGwh#Mon|e^|oEyNA&TZF_l~P3+1Ddn8 zTCC3F#6&6H4yap0g_2{yyfOx1KIQfFqV|*q*AH*v_Shq`ifLaZ(6$zP;_rP#%AOICFq!;~SZFjVBpR09_X zH9)R;T2%tm|0RApYbghZ)y!fdGFL`IKuO6<99X&T0oUzuKk^FhXz_2e4jXc)4YGrW z^wrZ6X`I2%qbWM}NiDD#mBd*^!G0EN#hSfu-V9m_Xi(l+^BqiK{KHcQ1_rW5pTW3Omq7cw#M;taRs6a)nqH9g>5sD>)LttxN5j}f@8c}8ajdQR_HDK z;q9HkG6P>Gidv+*j@#+Apum?(J!SCapeV80ea0Vf7S^%C@BOI9;_ABu>_)>l=n1^J zM-nIty^uq6I$j)~6W?vyxqKMi`pjhm0s?#;h2On-6Lb|A(}=5fA8TfkWkZ$;2i)kL zYcbow$W6MVx_7WrL{JdA*BXfum^S$xUzo;+k1#$i`x^Jv!gMdTVsxq~DJgg}cTvN` zAX}74`xfWc&X-A7o21e`J? z*}83kB?CM?;Xdnoxo}L-LG%`=DlmuA&R8cZTJGBJ`>b|o3SUVz7JrrbzZ73dOzqsnunKOJ+ z<|=;bqLpi4gk(}BPgmRrENi!T&`MePs_QB~KDQC-k*xSH@i{x<3 zru0MN#3}jDq1T79kkB}EF*PN{KIBi^Srqx#M(H7yj%x zlxg!NknT~vX~(x2SX3Nh*Y2QaIobSY}oc_VlsFEl3mPm^O?enYcaSy@Rd zbxStJ$=Op6>um?Hgf;~`HhAC|kh%$Z={V~Zxkq3dTwU|zo+7h1`Kq{BNpBEGU+u7U z1>9;kkP-Fl*)w&vYOkDg7l8AkA~{kZ-+ekqAMDb$fv-irZ1x^>9rwAFCyb((bV?VF z-`ZhxE&nFYZd>*+KAz`emVOF?p27Fp8uFcA?>USto*WQ+1=s1Mxl|m|icr7VK)P~W z(Jep`SQJrAuHicqbzBp*z=%{PU6(`Se2bg@DT{wG@tS3k+7+=6A3nq(1{>mo>Tdaz z;N&DbaB;i3x~NntFs!}G%8&NfMn`Dr{5<83!S=Q%4_2zM?pcPN@e|Ja=!lPxPu;E) zmP8D2P~xe63K+`x5Xb1+5rA9w?(J&U*#Wc>E-aM#G9P6JO#=h5eUFVVmz9@qlKUV$ zlr@^(3(HZlys}^lISK>^2p9scqg1D+rKN97e9|hw@>8lu`FMav-J(Yc2?GPnr5u}C zN~v(IXjD)hJ$h72s~Wgy_tZBc(V;n>&p(f%C>cWfnDI?8vQgizj=b5FhlXKWp(jMgC0(+Y0_OOm+e_*Q!F_`Sv)r)#-63fNEV zVQNrQaPEM3!f7jKa~?lU;L(RGku}{jF8|o(fuWXGTj@Ch?^r#5BV480%~mmmh{9tZ zKb)SP!=X9A#DSK*fl82&cS(NSE&r4f4xmcO_{^qVftUiO*!Skmr)=Nw834d? zK?-Od0?hjC&tep?J$&$ByMiE2tHBLMI}Vo&5$-d<3C|Z0WATcL3gX7!=Z=0^%6t6In1eJ}sOpNoy~yMCbU#M12E;izg*F809&o zXJX!NL`!1#ldJ_ zu%+Br^fJ93Zo=zfwGwb37LQ$J(qI*t%=iQ1&0oW>4ser18eqqTwPH02c?2Sszp>Z$ zlDD_(KOi`-jR=oPq%p*%O5D{}0(4|q2Whu=iK*48Q@}+-`mC7FId_@CY3C~vwoeYW zc%3e6R95N`>V3lO^F~*j%#|dQXAu0EyH(Dgf09!b@$1%x9dt%;S(A03^j9E!2=X7e zZNOIb7I|MyXN6aR4}HNPa9NVqO(b1L82%GD`KDg}J=3yFJ8P%37*+nhU9)Tf5ycV-q4Cp8)^J=s{O96BwJj|zpFdlt zAHCqmB#pe>*P>F{WaX^gTYk~DS2x#NB&7%su`4Zel@510g`imAK`s zVjeTg5wIZnf*f=A{pVHwRss>ss}$p>B}6#pn*QfiBr5?5aaAlyZL;Ywx%!XPFyELL z2Y{4gT)ww`10h@753D@I4k*!mf6EN>s+MZ^OdoHT?Y;NKnO8Mhd6XVdl4sg~rt$pe zv$phZUQb-5)Y!U|E1>ER&Q4t9ne`M?PPVO4aAnpZbR2JNmE%G(nMnIEg@(B5g#jTS z0hU$*;>-~a;;Lg@{}jxBT$S{cZKfn)T&CCd6{Sr1_dIyMuZFHLF(DdaAf%1%;s12m zdfzjlrrPNY;#)|}!S_VZW4>fz!_z`tVQTN6PuX1t=dA?f|%#e)6?G z_)OH`<8&MG5j!7X1vC@l-ELfA?gg(J`n4F5Ux^-KFW@N-J|)C~$n@!ck3uxKVqEaE z-t}xPK1PbU@w1uFD2sDbXFemL{^4}htk^>{@dkH%5ZC~qGTomP8DP)=3Xj!bTzBr= zDL^fMpPxt*OR&Z1jDw#t`j!)R^e-|Ys=LX(MKctzj>yqMZtu$q1djb|XOxyZ_;Otg zB1;(U+!YSCVj*H?c;J1}PDrOUG&Bqh44_nKvindda_ZN0H8sD+G&}dfjiA=@Z9n_s zdPHya_Yp?u9Mb#Bt@dLm)A`2tZoTltDy_eL(+`MIxK6@ zt^f`l(dP`;NcXW}cy#pRzPDn?-$s^hMG&!h^JW1YQ;U8*7 zYI5fJfz*12iSPSu$6k1nrcTW9^sJs1?G%vxoPRNN=H*<3w9h@&7%xOf05brd<0Z0l zCbs$^+KGM?wd42Ttq~bNDJiXH!G=!0;Azo~@j)l(r-%G$a8 zc|+p22V98+aRjIz-Hx|xY;1gQ-3q?n z2m%h0z&ZUF^z_2Zwawe%fMwjr0R>)OUU0$WfMP#08+2)EY(yDm$7yZ>0ZEMjT}?wn z#P7M1*N?|%1mIj=vZ7*ZnzqI}KRGlCQIp}9eAe&eKd5Yb>QqH}d4OcN>jzY>r{O^5 zt<4gQT#Oh;WUadphV&V#v}NT3`TGtRTfhr05r8P@7CqS~&YbD(V1=7$H;8=x zeTCrqKBri@@zHsn{@o)%gE#}LBebiK{=KlGsv1>X5Je(sKC|Fagz_#cv=XqLS%JIi zlLA|n+zF4sQz9%r==7;mun*>$ty5jnzLiG4OMolmr81xQTU%QrN*k(ykj1!AMY~60 zoV!*Qg{4TL0-rkN?K7CX#za=&{7HpsGibMhFhI+^7HixVlpgDkWWghpG zkE63*bUhgQ9RQ|?c0ET;-bK`%dRtbuQ5^84`}dTroWdHQxZ?`a$pTB4c5V+gGBWDT zJD3jSJ@ayRYYT~eFfT%jjs`BPR;@y5T10eoG<@B_!1F-uFya3Y(O7=<$;ES+`sV7{ zMn=aP>ZcjR(OFe5A-o!NQke}GWR@k_>+~g!+{t^;KX~!-)>iyK?*1~a%B|}H#_=4xJu0Z6h=HJ#AV>+uQB+DmK-wTTjnZWoN+=<1 z(WOX8+rTE3l2&1hBB2|JP3?EA4JYpB@qYgQFYlL^5BL519f@nNYpuEF9AnHeiKZlf zx9k0|SD5p++pMdH8UMHwwNs)h8vkQvYb~mIdp+Vhm<;NC$dekO3)a-E13iPHLJnZQ z&MFR$E!!lE+G=Z$Hj-zeIToNhnJBvb{It{ds#wK!DP$#NMf>}cP1tw}N%M&l_dK>P z0Cvs@XY$1Y;Z^nR00VW~?bptk&b~7> zrXd<+KuF*vFq)U28!(Pm{7l7Y(!wK^erwJ-IeUQ$IQjIsV@Q^*{6VS7u&^~_dl^}) zWt@^nO~FN6AuNNNbWT*Z9Lpewp}Ano+&(~Hua0fbdR|5`ptj{*=OQOib)n^&Y+5Aw3lrc*&JV-`}LLjJ2EuEZcXjWDYC+nZ*dCLyTvf zi857M=*&7FYjg7>Vle>GFAIYG<_wOH10*K1WHwYJ(80cZno!2Cuco0 zN&_Y`XpQh)P=~SWE{_LBK?KvQQRXAab}(|Bdc&F$I9S+Io)x0F6`#Wd88;F7c!0=jS7uqS+e}EIvJ*F6_&^%t{k|r>LXd5MvVR~3pn-qHx+ zK2AV2QeN>@-Pzs&5>*a89=L%bu7nZ+0vnr>Ir8F8ou)1Gr#6L`L2BpZHa|9>forZVm{o+&L~ID+|3T9zggp)JRcP z74sj#4_%bL0jT*U6$nfS4M}#Eu-Z;~kXdNdg=k6Gt~5<1Xv8g45Cv7O6BQED_0$8` zzfjx>Z7hfy{!E( zo}Y#}(9!+1PW^37Wa^iI^UjzaM)pp&i?S~R>DXI8B%6INhk z@)g~!dG`()h@(h`>0T^t2OHaGasVBohaS&h?Vt_JhZFt68yfyTfI#UsB<+H}+jl|h zBJa;#T}gVCO)vzcV6Zp@{j< zzI}kpb^Byv1pE#tD3t93pPJp8w+$l4qsa3bLmjGdPaFuSkZLn=2Kb-8Y1gjSmj+Kg z3Y>tvBt@ckCF|KyW#yY4PS6_Gg_PTQ!GiUq1yh4VzOhRF$-ZM(WMyqUw^d7Nsd1nFQCi9`K2*q326v4yn_ z=6}y%emqbh&C17*N2ynqm1&$##3cj&<8GdE7_%W+Lf%pkto^fW(JRvXTaynfW+Ue(5Y z*V8V=Yom6xD-J_-ZI$#@r^-1I_e=5ZfsWThdGawmFC&}sBh{Tc`&f7NiNiY3H|n)* zO*Sf$OL+;9rU*C-^8Tb{G}Kn`)}$K$N%TXgtRetuph))ejAlgxzWAC+v$cb%Q^}Rn zVI8j$Ft}7{Vht+WX){to$&|J=14(r`d|pxCR@gbWT*?-GdV8vO?q)d9)gcc#V$$ zQtnc&h>)tG)jsCq=iii|+66U}#p^E}pDNsU#YBXK z>AL%kAC*UmM}XJzP$++S{NSWgl$>17$femqItQV(MtSdlsJiD4Jr}S(CGVR;htkTM~|bZV8;5+ zoN#sac5kL9!p69CaQ5msOV<7D6k|6Pj{41uCh8}*C<+#nD z_;6t8hrEnNZ0^1WINgiLzX32nXOoEt1>tDx_n$`aLbuHpHrLIno#w5;lzIRP@$)QC0~25UTEr$Z_-LT3A^_CQCY~iSDWWjPuh2J0P@qSnCw>)a|WeZ4E~x<(^kS+67F7 z#w|zy?teHmw%Kti0ibI(G2cA=FvV6Mi3@bUT1P1WK4M|<6{@=loIq+^<+oL)3P=+{ z$dO6_a9dp~?gVst^kB$5G=Y%ftdp|@S?s_TE@9o>-ItpNPBJ;U2WRK<*#6=8+}vEq ze~1A#%I}z%&0n(mnUU1tl>E|wex;W?gSM~=2;^gk(`$)+!4FnwOS>~GV20sKYN!DHc*wD0ozhrA2UIfWYyNoEL6w1 z<5ujR23dRl>Tst5`A)Isn9ARIMS*LerH=M+SJ@E z$XM!9~;Ncukr}iSBOU{-%nKoIvSgQ&-we&?_AOhA zqn*WUtgRs*Ftf2iJDEGWzQ(hRK*gxy4mdprZDO4Z(${A0`46}@e$G3u$gru`<94En z$;I0~E!D?Mm@9}-S~SsXOY;V?__ku1N#l7>%UmONvX*zrS{gl^IJ{%({RHszdJCWj z2)W6WIv(FNjoRDRc;!rW(OfMV$Y8EjZezitQ!ko)8xfrEUl%uVe!A5mK=s|^7716D zj^}^S1Uaf>nq*oC`I3J)vBb`S^$q{yyQCgYmUBJ+7}~G+wCgusA zl7Bq_$)sWzM|)4^Op|6$8`}-a=J49SAkTg|!)WjHvu}uwo8aa;zkYiE&S2X;*8*pN zLbi?jMM7x7L47>V=?MeAAAGdtcfYOVJRz!kpE%3xD;C(qM&c}f~_@w zx1i8x>$RDN=g%X(7suauZ4aDYgx@yxGL@F`{cF{)j(Q&iB4hopAMV~oboGc{8L<=h zw@mG$WwTtGn2f!D1q;$Ua-Wy)%rqkk(QjOaQOl<3xAQ@HtjKEQud`1+AyJlKs|dyh zIvVBu^=(I#$K>69{zV%)?+51$%-{_7{tutV+1N5zACK*ON}F^{@`UK->E{?s%wV26 z=r_eMeAl4bo+j#Po*gz7Vh%IDS_$+*s-;8X-)a$*ZZcQ)j z!I+8mLmtb??$TpZ_|a$1MaZyCm16@zJFyj7}Rq;T;*VI%Z6c|xBsLF3y z^Z^1d)>o}X6La1reiJdTycLVto^Jy?0=XA#3I15OZXGn_0RfMpp~Dxa&bw(@3`bb`9P6=#<$M7nq{;4Y^a##ui|)-|K?&e!gpoZZ;r8Jn`?MZDrOv=1{befDSq`T zFeqsCI*N@=l!SGdEQ+`fs0A#gWEJqZsFLe)&@Xyx3F@YfBtc7Wi-J%904D*ff8GYT zx~-6Oz3fG=1wYu#VZdw1rTlmD;E`Am_}S{Ee-P#UdNeAqz8JE-%+42qbml)#B5VKY z6_`Eb#vy+7_4Nl(fzC$@FMZ&gRE-=JI^?}lXMsW|z3sbraVCo*Vm(HK1{FZEwWa0h zY*TmlF(e^C0+zmTJ9)TKhD26O2%Oo4MM%2%*CKeSjLDaf$FdW|E4;FZlYQMfL(Gh@ zxdatGq>%6qX|(?cItu2I`Z_vLyAk9YPlx&J@~|lc-nmU!*f~1^NdJo$FOc8fTnD%F zc(wFPm|pNSU-3y(;Ry}i2l;sGlrnTeqK^}f#(yFygj^v{uqQeOKD>3Hfo5HjgTL zjkWCUALnU*q#t#6*xH%Is~0SYzKt?k08599a2-3aB9$X9_wUXCy0R!Z6scxPuHK|G zI1<>k9Qq;x^$6NzoZWbLwIp~vDQ(nh52Yug)`k`JJNt^Jrl!)hNaQ*@i4nf%*0fgI zc0S5sDbxwT)#%SBC&pS+ToD~~?!nE(AyGLtaF@45maiCKqfKdQg|;-u(j;P40P4iK ze#I1j7VB{iU^M76fixRTDIh)OhE1r;!0*XhyxY|102vne+;;c=T{@6Et4p1$Y=3Ov zc9ZS=ToO3g&f3nZ!aG$w_t!g}acjssp2W`Y-oKqb%z&JT{^>v(B{3@_<0rV1`Ofrm zu_{SFNz}Bk4VFqHW;%e*b6N^dtS8;~<7*D9s5rIJ7_kO z(RC3Zjt*73fzQf}GdOGXuc#DSQu_PiKe5=RZ+-Em<##@g2ReSMcXjZ}J+rkoqZjOj z!MbrM3OnDz3ZBJvAS<>jzq9@FAT3`frT)f^g)iw}zI-857{+7-g@n8?hiB0@1x%b$ zF+t;jjI9RgE22r+%i21OcfV;O#@Kn{bkOcQ%ft$auf2}myNSCWcWzpGbamiwf%Rbx@Dz!yM6bzG(Z=8>hNIDr(PcJ3!A^42yKp&cEDtj0Oxwm45F zCNzWuMDV(JJLcpB?Q3Q8FnZU~p3u5j8vZIcT#6?8Bb@$NQUOK;0AqY+hoY2rc zh=_(-&>348XS~~kgn{h1PXuo-BP<)&H~@_;?MuiIk1M&}iD<{@+*I=Q)@=cqNKupP zO}1zXMyLl70{>m1E;GQ-6wk)}mX?+~ouyB_xCoQ!LSU=u#M!naJHlg4o4whoF@xuj z+isO9$&Qu{M6b78fdlQjk1%uB5I+qV!yvcsz`PY?s8iPw!^k{-T52H+N};1fMG8== zC+wQ*p{)ehQg%{gKvVbqB$x}OLE0SzltYKEd3>cU%>Vvk0o~||0Gaae@eb{EV)(%_ z?;MAC2R9mL=H0uy3u7Qs1SxRhj(T6W<;u( zw3H*XdBoEK%`bfA*Ty}@U>O{7&wJ^ zY7XWQfRe^|ok2HYgWS%i`d+6Je?Rub^yYxt;MbaBJ3Wg=TVzd7Ym~$Dytj5LCLg$K zcma191nb~?jirp&2VVl6BkeKr9ZHd( z(CiyV@kLYjGHx<(<|Vlw=DP?}-L)SBWcRIQ)1t z+Z|+rKM2}FzW6qw&wS3f6CCf(YadtPZyhhngRSppu zM>*}KbSR|FFiITFL&eG_#>OQt$m9vFtfIF6!3$OjTLa;#{DxkQ(tY?Wj|N6tWmh^Z zq@1sPlpeMr*mhp=CBx|MDIRe7BSbador9T<9$i0StG2GGz}4`f){m{JA{?fZBHA1hxEB zaY9FGDzoKuRp~7pzLH0i=rwsTJBSu}c3=-xHHYNr_Br{&xfn&!c@Mo40}VvPC|R=u zWyFTH)A3p@4So;8j9zs~wwY;XBVokf-3_NmYIT@53)%pu!u zPQ#lg@*>oSKE))Ib|H;h-KW@7J|Nx-2d}HrYz*GV!kA?x!gv$Ry&mFsVZ)7QKfL>j z8}mAs&0($Y#)la=YLuVD=nr*nYapol9dcrjEMkZIZ>C>pb)6uNIQtxq;i%B17$JCL4to(IgdffDxIIGIvY*6Uo3TzNG1H{xvPhEr{ z`m!T#NWj|$HXr{YF>B*6!!1A+AntZ&cYWwVk{=;oemNuq^?9CCioj}dO6}pDwTgT~ zLK5xiIe4n10XtYr7SoWUUYNbe0W-D+rBz>siAW{>LteJ~Xz-|m4kOZ$Ud7s*zQs2= z%_J9cM^VIMtX%eA4^tQ7Th#5KYmZ$^l>eU3O5``MqWD!5`=P+LrWMZ&9M^>ivCph0z_cX$$0L8s@J z$08GTs!_;2^*9NM(i;1WV**+38etf2-{+J;T9J4leSbvubzQKG=Fy|Zg(j!Fzjtmb zxBmn3m?h{Gthb-QwW=fO+^1jV{1$Ycu*#+0wpM#gzUWZ|$rI6)TF~qTy2x{EuorCv zV<~aH!w-U)>b19!Q#Ab0T!lkE=0*d&edxH1)G1iDSXo<(bH!b;G@RyPOYA;qkO<4cNOHuaXy6VsePFM<2!1nFi>94Rsn)_PCrMGVFMhbZO z<@b*XLmr14vyIxL?x?e;@6jQ-eY`5BJ#3AZL(lZkN;EgQ4-ck0j&IS?*B3}Lfo`+g zlB3OD%uEM2CF<2F9yfrgLWUdsWo8u_7Z~l{CpEzI=XUup1IIGWXye)AZ^?;&B@+GI z1&%#v&##2WZZo~3w$-UKF0`Z8Uc12v8Nrre4>YgdDBaUU5F;SAjFX3T#%N;GVAO{0 zYj@NM9V^XoR)Y$W5^gE6qVXT#iq;&sYCUYahh<>JKWnY?mzzF58qp-}qg#M_$up20 zdVebY1%S6j&HZN%qqA6hkzp8D(H`x%Ky+}$zY)hcfxs>*%uPGrLPgdXosMDy!SwBD zXFR&@hCUtTgR@$|7BttC71Ot}{I4X_KEKrH1wUb1RJdzLjDTw3W?X~W#{^J-`9Z0u z3VhFTY(B`Yf=M^2Tf3;)CJ;ne9hP`sCtl|r2kL{EYbEzP9MqDZoZNo<~Gg4{sJ0byRV{@qhqtVMz z^7k&QA`56I$cBS8Gdcc0da^(rv7bR(kx(>ddhq&HhKeb8x^>qwPxY&`+|TcyU>b#l z?fG+=_|~Uq=L@ZxY2SYJIOWrIOS^p?sXSZx?DyU4Q%vEToBH(QZ(b{R?rsbzy>>`> zIS5J#Wvh3*amvl7WxZeYdyaUB6)`GziIp$BFnqSEcrZ8r!)fo&r-d(+zj7VybG7bx z`w;!5;Khs|A1tEI_%50>)9NVpuu6%r>*z2O$SWsoVF*6Y4%kRJaW{fs$`4#|E z-Cb~d3*|j#&7U{qp_4KPP>p$iYi~(8V6KvEXaQ;};lcH8a$%WY>KaVrxiiEA%z<6d zB*dF{#*UT3DXf87tLH6VoRwQb?tHk?4%9z>GCGDZKhoubb0 zk{5G%E-u~6`k$*;$iIAGcAXP6Va!UkNu#Lkl~7x$rFZEB@U9a-{7J8+^5^W^i{{M> z2*6MkbLZ^{c#XB77Y0toT@W;Rib6bB)ju;=`L6wx;+@{G5Sx~@1AebfU z4WVq-XEN>w8CG`9lPINRWn_%JmX&7HeZK%U8Cvqba!*(_Q7WA+<1**} zHu;$2@AaJf;}!XrRlCw-ti}@@`Qe{6FfgFpfsQC6)LMRiepcO}*}file!cs=Q|c+h zqjFy3PrE%XU%3+AULh_frcrkfee;kJ{w{t@ODp#J1GHc%=M`=gge&uz%omt9qqMCo z6$NQ?p{KjG=KF+TI#MBH2PmNgr9;{G?%QY51plxMh0WS^Kfm7Mit^ZY!GWKU%eQ~OjotNLS{X|lr%Sc*@UqSfgr?C%Kk5~c2-H1xoOMG&mx^2mXuei4 zzq}wCVMN<0NijXO387S`1AFYoWOxxAKCJHjM5*<7u^H8tXRzkZty?EYn|0OIaY>qu zx;`=|zJ83+QK}1~H(YQX;SYh-_zk*YXJ9bO(bMAmz2!M4-;2y@H z<>MDc%!z);cJ(rRBO`^09oj~ErGmRZ-8~a96zOFyZjw5@vd|Ngt?J++y$X6a-I-IRCSgO4U8R#%`2(JKCbADPu0 z5@PnlA03&Qv1w_x0Adjmqobq4xVgD)9X%CvS#T)Dgqu4Wn@eh~)PhV0JG<`?xN+&c zO2mMil1`L-P0_q_*4MxfLK}7FuC1&6&}==RnW;pyqY9PU_W3bZXXxs8BILc>e*SKU z8N6d=P2UxJk194A$cQ)D@N=Uz{%4I4x(j>tXCw)lYzLq>XlLD9ucg@7r~yyy;3k~C zE=W~M+Ml8)H_VALS+vp4jtIPwkJq{Y_Jh=Uqx^SzN8;pRU2A?Hh)-~Nb50u3or_T0 zvu__S5;QTZTDH4}{!W*=*D&#DrVG3x009-OAuY7ne~lQN5X8~e-44YUp zHYR8!rKALH+gKIA=sbJ&EO0-a7G~p*P&9^tm($Ev(w2r!3J9nCyKX&eMIA`Odhj8D z9Xf1>(+DnF;cq2R5t1~z=H9h%4HYzb>^4Zz+%z;exE6Mh2@Szmi@x5E^Efrzc?gtI>ym!gyj9{xAh@BYztcZaU`MCp4wgm`3I5aA$B@V-jbGk z0!8zr+&W3S^)fPfJaPT~{lZ1;u;eyzOfs7soLRk8I44G+^YsoszWCRw=#mgF`efWf zA)gw@a2@2B3&bF#)B}YBS&Ft#DA_)2)vL_;m;ZCF8}=%KQntc=E0*$7ILTIVErmI; z7w)OK4_q+VyG(v7TkfM8bsJgcpb>Kr*euNELxO|Jq&~Ybj~{XJ6A8)5N|PJ2b8|=0 zjA8Yihw!$(_hXd)xeoOgV4cqf1dE>K6@qU!k^soc8f?Mv#VdFz+U%=87>+SSkp}@h|_RFiGKr*;r9Z+WzWj? z;R7Lh3F}h-x{l}ayvk(V9~S(-n~##2Nhm=%cR=_11a=z*ev6+e#;jR^&fds2O_Iak zl>){4i${=13#OylvKl*Iu=7 z`jxP;nH!=fLNjP@AsI1ACSVtov3^=(%4qL#AIoU38K!MxaR&c9@hdU1(8nK=Hx{;5 zLyau@?tQg-Y7+0%dH?w~3D*9a`mP6PZUfN=>aW0Z>H#;}KBV<#_F7G(d|2P8|! zru}u&;@=5D`Cl)T^{;GpLH}?4xVbNdLV?T5VN^WiZ%H2dt9!J>-S$^6aU%&T)jdbG zw7Lyg9)e-NyILCbH~$~soPTF46-EriE{IIFCa~YL6LfZ6)?b?AL(TPW+W*gSk`-g! z17yS8T@7CXHO=eju{hfAK-vVWGfKlLgMGSfrp@rn`|oco0HC)chspF#IeoV;UcmNA zFBtua8liu-$*0i2&K`E}K^!`qR6tYroWsc}H(w0PyZqMier?myskpr1oAZ7Cg9D;eIqX=gs@2Kmd%DXjnGtAZ0)zwv0 zDlxJ?#uL+jl@USlUjzL8tNjg#=SU$b+x_?B4}LiCi#Xxtp$LC78F=KPkQEUT*|f=lp*fvsELjXf2pfD8fD6Cgj!k`17|gZ2}GIQ0R2DR3(AGqW$8fS}fmdjZ?s(4_1b zSx}AaSy1yIGOTEQM?-U$sh8Iz8X5X(d6%4EZguQ=za72+pLhu9sRxJfxBdoYpVF@; ze;(N<%XGtT+F|jlr?gYdfp(FX_swx-ECB?<$#UI5U(wRXCm`TasxStFfP3^V*9Z2<8ehPK0foLP!vjVzPd!G2!&(bfFoRo zFFQ-&X0lDPwluqa<&j$u`g}x?3Spp0yhM7w?GEn}tn%gtJ9KQ}(y}Q@H8AIQ$K{6C z`|cMP)z8{s2bc)BxIBG+{5zcUkBmM8JCUem_zG(*tj zb@w2|n{aQbN9Bn$H>Kg+3^v1Mi?afuw@YdLiEfuik3<^Li`MjANI}e;U$5XW#-a9u zzBRT47v?<>-u~3HfpvSzF8W2TfTS2HyXdNga&mHD-`K;cWo6KFZqtLHS6^3`@;E3s zz3^x5BpVywA`6(fq#bm8a9k(xoPqD>CUtfwgF@kOq9lp7fo5lAa(g|iss48iO}&I_ z^4XUJK^pApFFY5qZIeyXTQGk<`e2M-fR+=Kc&lE|K>~W=n)m9HWRR&Y70!gUHWM|` zlV^~_fi3;;;R66Lz*>YlMmj4NJpem9dq+d}UU5e~Q-Ep9xAa&!I0;j+2TZ=9o`{0{ z5A+wxKB&kSt(E=>Vj!9XRlY*v+k4wQ9wR9iF26BBehj-w#!Zbmv5;Fw=fKsyI; zM!Owiz29E}JNb>`;rMMd5R4<0;o<_wTHh=EfIfU3h4{sx)~fH$8zcMdK>nEnFa znuf}ZI(5=Tg9@PYAo4EFex1B}bvQ&GozsX$AS`ETAwd0y1!Wlvw!}y}yzMTS#OyzR zTMU`tbQq@u5MQl*op(?IA}tm&+YZ7RtkQSttcgS##p83p~ zGgqu!85#>*)V%8|kjJLR&K|=RnqLa+KAz84(j(!DkP#bg1qI#|hUfKn^7Gy)}-tj5QWAL)bWj#Bj5-x=9Pd>wlo4<0`3(5c?wejd@Q z;vMPAZkO8kStecJ*Bg7C$nmq!k7J-`*o6T!0h&JI<>A?*9FOxP?U-061yDITKE67Y zKW!rq4^I;VUBRS~d2O5|Na)uQ2BXvkWFI)00<({M6{Y0mmLA7hrCl{Q#uEy#1QBuDE29+7zvs zJy`RwBr!9Us%U24IOFu%vOLlD027P>5I*t;@D;ss zBQ!VNz&+h~k_`1Ob3u%S&c|9#NLVOwTOOE?0ec_zKJ)>=h{l#vuN-=y7dR_&Ge{3J^NR>(X4O1?nLmXx`1hl z-sNs82mQur$L5b9*mZJtm|A5L0V1cXBKy*%>-8|8 zxy=IrtK8k)IlbOt_z%?bh$HWF^3qd+lS`_q(o$2iR+X2Qs`+39R@iK4>g#&XqdVuW zff;rdyx8y=#JG3Zel*NIbI4N$(kBI*nbx0x_MGuYs`k#Nf=X5ILiVAFrTkL9UxUjQ zFywgbehguXiIhiIhU4?haL^5bv$FyrvJyvJu96!oALqe#)XWyh;-iKA?5PcRk!>|6xvsHR-)M}o2J z5dNmh9w{W2yBaG^9^4kB0e7MrBMMvl9Q#_A6rywtMCWMzrQ7MRyZ>1yr=IusBDuiG zg~JJ~;}ic3wy*`*Z4ihsQ$n%R0z*PTK33pNWl=4w0fZH`t5?ISAZ0DC+ER*Q zW4GgN3#}?2f~}t|1yVrrFa1Ifi`UmTlgmDyuk7lLGOf^4gWd|JD}Qlot!oE#12hT9 zzyV(_RwsUdvXWA*%9D0=xJ|9>D@%A8 zKkSAO<|}Rh#Md+VfJ3Nxl#t05c5mU_4RZ^?v5q^srSH&$*7zSFLzQy9E# zbx4Y6@sC-*xJ0a^1x=PS2IbIscHwz7kV2pqJ}Ftc>Byk5k{ZrZ5*%Dy$$~A=5-T2P z^BS`*_B*`NyaLm^q}?ehnSt1+DShv)EME|p)4fNJ29llP(0!lZH#;zLmsgU{9a4q! zEwbWg(&F6L%$Yqq>;TlYDS|xV8U`)MNCx(>0#M9jJu18QSHS#;;-c$TtoT`{ZDhe6 zvnvYAPA!4f&#L!en<@EaY<4oPT|-DgFU%PhG+2{%ol1}M5Zox*H)0UD@)wX!_;G-Q zT3SOrjWx$b1a#70oxEKaY-M4QkZ_E1-8#(Qx*r%A2wZIiJ3IQ4%ok*nR)6Hf=EX}6 ztu#j#C1Kkpup}_8Inxr^>8!ZQvV`FDh)esgHJne}Tr^NA)2(NwN^SIsl_W6#NQ%%& z0%+Xbkskxt$0YPSQisq!;q230DyzR@?tIFX5{l>vP`IBjRAvPlyf0IN`f7r+{2x- zPR_&JtP*^Lz}DpJb-_L8Ei$QYZXQEE&pwdCZi66@*0-u>WP8$Yy?E=LmQr*~G%LwQ za*H?bD~w3#3h9?9q*`rRybIys$}4c}(QeOgJ%^;+->xXuBezc7ekJmNftRxbX}$hR z-v!p*ei`vtLcR`A)w-*FOMq106tKF@rsK6|xpa6K5)S(;G`3*Bf zLy(3@(kxYi%N!|tNj+j&o|Agzzs@g<^@uqqNJAf~12pBLJX^O?J@R4CC@P67rgvYb z_(2JTsIRc@5#RF%;>ahVk0*3dB5}ygu4*0nPc_ONM z8w>vCoLXF!X;0xV4DRK;569_FRYp_h{$IcC^zq+@>GX8ny;{&)CeKf8dO-nXVB&$J z`}qQtU80hNd{f6@@!-1Dc-SB8-Sn|84kMC@#gI;9wYG z!Zx*(w6z*S>OHOotRgXt2+V7CT|`C^?C*cqEsL}SYFD0V#hTTD95$=1!0cAWARs*B zp8S4=q&Lw*X}f=MCn{tG-jpA7+>bH?nkS2KRFd!=82a%eKp6#KLtCsQl;IMWE?awzJn>WXx{Hnl=qH8`rV&kvw+rfs$M*1wGeByJQv65^`0xprzs%+i6 z1^|C_jj@ux(T;Yc{w;2qDevm#8($VcEztk5^)qr;JxVLTV)?Oe1 z1?5KYtx#~+khcL4(!LEPhUNA~%DJrASW_sUMTM4N)J)27vU01H9(hO>xg4z%Q`=pM{=^o-c$g(Ul|TTZ>Y4Tv&8P;D+9H-XZC^Lg)4TkFSh!`%V-VeOR!(@3%wx#9T5Ix7R%PSyw#n5F!-(UufF_~CyKP{4(8*#`I1GRV`_0m6;VE&R-V& z+yfSvrupdfuxYU>HPgp*aI~3!m5kTaK1s}uX|cnoqEaO4z{!a!$88I0e*IW5_LESW zpYgc;#N8ryd}2ZmJ2D{P?e~}-BUOZyUlN5&Z1}^m5*v5z@*uAwf zV7mDg|LB;*_AD`^TK)19KwYG8=pBL94v=5n{rwAE2fY~zv+z`NezDl^SCGnzZSnn> z9t(KUQ$$uF=}K+Q0Bi^&4&Vh7lfy;cj5$Q*_p6^jNbs>88#4lTDFdYSktPaTq^l_B z&{gEhQYnatqp#WtTo8W6&@X_re||+ZYEdKi-c0s2xXWPs;>JyAiS9lBJIefxN)v$o zXR5;oCU#5##$5tgLk(I|QUdr4!K@dyq=0zwTaGMowN(DEzbFu0FoA)<`#IdQrSRQn zKmXm7_kVIV2M7~!_%M`y|NnAI(@&1D6VKe&%_0i+P7wtw(QWVCfbmcNCla5J>jO{de}D5^ceTq$zD2lr`kMwo?PZ@LgZc@_&1LP zMg>|pP)TG+6gtL)IS*+0I~xD$_dH(RY8i7eKjO=z^GyQJ{F_b;0G$X$DAFuq!08SB zIdjL2i6f&FCCh+*L71_g(*|Oq+uu%OCTPKunnlS`39|N>b}Q}B zIX63DCfkncm(s*&tyNu3%UC=!xorzMq%Iq#cWapHnSSd(_6C2Qa6gN6urOq;r`!Lc za59#-0xL85h6rdl`BtJD^QZBbauA%mJ@3?)o{Iz$fKjFar9)Mkn~_1&xc?!Vt&`pMx8a~9bEJEr*aU70aZEG)xyC$b9U1FuTN9lV3cNKeFF zczKMDjV1j6R;44Gn2;R^Y0z@3ZG3#yVaU&kWJ2`WeWGiG1#^HW7^ zdL4_q5(GT89`HY;31POBZb2GC^HTIwUh({Fao z&fH|rENCCYEdx=cSAr@Rj)A>;{ zD1Zi91Q`;>?d*=?mzOU>`{x~AN&2QRG71t)g`7CoxqlrOmn@JPIQ>&caDr%$Kg$aa z_BD;`mR5!9kHg(gZ}@yL_e1DysA1{8J<_70qH=PR_*;uY=dp=&IVdt9N6AN`4p5rr zY>TEE0JBI6^;r4G?t(K@N(y_`Gs4^c*n5>fmw9*-mcNCSpO8I<#>L|zt5BGHu6=-l z8QH&WAtQFrDHQijSAc}inKQ?73&3?EI`c3EIC6t@U!S~0{Fbh~DlXQuTC>w8;)ZId zXiVEi=foJ~iyykWwhUnO`6)R=HMO^3FMPgfX=;k2RO_909mA?9?v;BDckkP~H)8-0 ztUUmRnhc2YbPV7ac8|ww&GO|NmlK#~U{8%0C-Sr=HE5lix<_uuM}UoisFeLSV=*{=pT2tirEM=(sQAHHzY-4Ps~DC710f;*qto`1mR$Jkq$ z?D5RI^J7pa;EeYdF(*-a!cP*?<9cv=nskhC2xN?-ZN}T%dv%EX?c29aCeamy9>1g9 znE+8gJ8xA~Yd#_G;P_T@>6S7=wMIJ;yz!WgqOrc@A`Z))C5dKPq*?bp3UH{P+JWj4 zQT!SDp%tiwyIlk3i7Klc@j6Hlr8r*Im_%1gJ*t+oV8~vBU|bH^<|SUlN7Is;E&3k& z7QIaa2E>?jmn9AkU1rWxPouXWGHp{$BvGT%dvb`a;Z+e-@b+4zJ2P) z(zvKUw*$dky%19D_@!m@!fYNTTl4F+Is$~Xnm=#e<70;lHTToNt%S`6L8mDui{UFC z>9Pt1-;B-7WMr1J-KAM6GOloY@xk?#U;up3Ji_R75`8b*qo?FzkM>Pn^h>wBE!cf< zE|0KOF7wl7#DnC&xObCNttoCW$t@@-SR@Yy(h@TOab&Gp4Rlr>hN2;%74B7A!coI6 zsyPT&vim#;HbogsY*6e4nUEB_M>E1OlM-a{XX|lSNY6lHuxGxTwSc{(1h?>7DV@63 zppLJm7xd@*T+s)wVGw~!o0=^@)>s7qZ(;8zc(wvgW4{1deD}->&a7BV2lS8kN`n%) zJxHcHZtsH(Q#J*+L3$ljD))zzq8c%^O-J@s8cZdsEGk3a(111ecvcFFq8&l zPxV5X7*Ex>$xl4!8SO^xr_X}UF)(Et*DE&rjV&WXkmk)q^CBafWyYzYr#4wEKgm<1 zyBx-U_wQrimi(zVHxSYZ==bE#0oGmm*K+zZZ}v^>-aGe4#+S)(!mp95G`{1ppa~6I z4MI5#oSZF&D-3{3t%}yAcQ9Y;jYV*8tVMLJDZ!0iXYHT4$S?-AtLO;?fY<;eo@FHf zE|fQdYd?}L+y=G32dH)9n%EB?j<0TnE$qg)gxox*V=c3EVaajLYK^4baZDkU=J4TM z-y8tcMyn9RUo1qhPr4Tc_ny8N(^BNkd|=wys1I0#7$oz+!uY7QrQlX`&llKj_E{+>blEwu2`PCG$kHTh~6p4yD^&InAoE6+bj;(+$6^dRmoekU- zH&BZ-?}@T}_wjznebdv`H3I?TSKvA#gg$Pm+ThTsSnKqKC8F}z-k$5soXhjDbpNnX zD>k8F=~S#OjInY61c<- zE>030n+ig%0#E&NB&rY}yXs=MI;^>Tycb7Mp zp%XFZ)-*Is)qRRUPVWNjXO&{4skzyw>C-(FUxxb`D3e1X(bG@)@xnJ(wh z1u6Mj>EOX?t*h3%o>a>1p7XzUmvmy=I09hfa`r5&1A&}`X<3==uxiSBh}J`eIk{6k)&gp6}# z_eAj23Jy&ru>PO9Ta!F5E`2BPU@XlUw^iD1mQqqV4udm`+K@J-tV#L2Gf`Z+Q5|Vu z)(s^%8rJ)=3mjX&9I~JCIj}C^zd-y8(x5lsH&QroAW<2&Q;;p0UpD?VssI~zaa3S; zAF{CW=L}wlO^KCjxVWqaC!bA|D>S{+-C9-bf;4oGm6kwd&|ACxX|=iykTZEPT#q=W z=swH=WnZVz=w^yth9F|WoT>S(IUqQ_$+2Lluhnug9%sR)Ywyqq3~C$*!Hr+KU=KVKAtK+F<^}*v-Z(!!-2ts3^!XdY!Lgl&&mq>XlCnRPm3AJFp31E) zF260vQNX&Go?%X?VyiW>;@tb0der;ap_!N9276Mj4|xx0tENBFr8FBoyCR*-=fKa> z7y|pR^g)a=?feF~?vC&sfB*GHhy#X&K!$TJm~}cRx`N72e9=v#0WjzHNda~iE8zgu z7T1ZxhpB){<|8GaKOeCLVVepyPKHMDhrQ6^i)9X$OOI_5GR%KJIgYI<`CeVCVe5_^ zXPy`!{;@9!j3zWJ<1OY_T}9i68#@$s#x1l^*id6lieRS?BMPMSa1tv^8bH!b+c^MK z4oS{SVhDaWKOF`J-sslL+DauiBpch(JH$&DWp_QYvB45>pOVd~Vtb5QA}cZ-UOJjftc#wh+cMFU~S zLk4L$o{9)J8W6k}NAxirQu6ZPc<*`?N)7C{+TH-c(WLI+%Cw@V(Tk51$ z)?W67&?5R3F5A*VRU9uzN-tZ0dl>^}?1A9;|K*G~de?}QElgMK9pmw&BGlZ!d(p*$4++Z)D z(%Cs^ped!ZZu64I8kaJum-=k%?d=i7>K4VoMS@RZgOM<4GXkx1+Sm?oWz!Y(kXxwA zgIKB*F9od=?N5M7`?X-DmVnyp-NCmLn=hl{E55?2 z?gLoeTYal7N%xlcack#VB%X88vh|#_Y;_@v)|PNYo(clxWDRO46OAITiOwnn_Hf(l zzP?(+8-nEtT3u4QRp^YfNdw&lwmGalpEgi=Q;S{b~2=zJ$7p%hqoj)ZCU~b%`49Vfb z`SWjae}I37xWj*TZIwyWZ%C4S$RsmHzzYd5(qkd8%!VDl+*x?0C8CUVx$Vf>nD3^xX+B@>p#$X3i)7Zp) z$Z7{jdhsYZ*$O%&NPC4n|P}9b%1T1I(E|& z$q{I~8dt1Y;|6RiQF<^cfs?gikeP#o5N(4o6xuvXXAunE!@~p3;Sh*!y#OLxxq$-Y zIM$%dF*tg@PR0EmPlPOSoyFy6t^sBR(op*&+^L&{-Qbkq^pP%kCco|0&izLWZ*-b8 z1>{X1q3%I~pyBJToLlxaPM+xm)R49~a-*n~Sx@}2N2TFPs#%g7) zjkQ6+-}i}g`SMeR2Qg2#+ZN@B;mz9m`o!+^dwr>8$jeq^&L1w<+D09;EFob?u-qU9 zIU+4AzA}YKKZZV_wlH@y{1fb3fm!z((k{3Keur_OKG;LFz3!8d8e7rgCJ|<^Er*UI z-@%anB#|A-c%gHD6r&TjTY@q~CF{1Id4>vBXa`7H3n^<35w{__>OY z($dnh;^6gixK2o-^=xiN#u;*83z8vtZF{>T_7!f(43jL- zuyCA6x}0-p_wHv%$^>k7_mVwy$xV;SOde=wPP9+mKiSp&4+L3D!M0=d|JXXug3}2X zglY@PR&+psJp|SG#c$p#g298GgQ=1HbmrJ%WxMTKlBsPc-2C@BZr}LxV_*kUyBk3A4wa=FlMp(e2f6%*o6Q~47Izu z(3r)>b{kJDbeGkb^Zo~>be?Sg;WO_mt;V_TfOW!Zg)sL{o!~CFeFy4FTihF_K8V+? z|A(so7F5fMn9T5t&v7tF))pCN)Djq{7X zAveM$wfy=naq%DBJD8cC^D#&eOad)Ful-y`-fg01f6=+w`REE-n)vdE@QXz381&}d zX_(jtIMWiuwN_PhU4^!;fx;C1TMwdJbkPqsWa!<(oU{PB_eEt{Lk6;KXgCr?z!=8@ zzR4QK+3)8e{)35$&rZ|uU;8eGc2~a=va7W&xY^N~amAZQ`Gtm#9U5acKd-MpUj1Y1 z5~d7db_iY(2@rgorf;zZTP!n_*9#K1u%N3GEs;@~q5|_frGN{n@Zcuqziwu{oO|T2 zrPyjs`qD6t**G}UtuZw~myp#CcsVn9FQ4g)_Xj+Wxi27I&w_p@Y5x~I|Idd=O?}@? zj<_@+Ib}Ti=V2kYG2SZ=W_I-Obz}4iU2+O7PJD6p0#s+z|5&ztU?1=SbwxskR_dDd z>vzDk|K!QvMz%velAMvjp9$<`teV4|BQNG3*n8wXue0{qON7f4mKt@u=7_%pkuEWL zzpi-qj?ifliYySFlwDjV;cv6|N=R_9@RK;+0}u7;e&iCrxt`{x%R)hnI;JiE_rK~~zw?oY?wMT;r77_rOlSTQiZT9+5dDw?Z@ypLA}~H=r0|QU2EXuBX(W)>d9mJP zVk&rQ)Qh4JXxTk~e-k8RD7irytWFm1095l?Y)sbdF@f_g3YLh!|6G?6Y94!-5s=VQ zY{w0u*WjTK9`mP@90emnhY#0Xk{?TNb0bjcfB!QzVIyUbsGXcXG-GB>P-rOkTS9Ie zV3a2SN=jH{K&O1o?O$)YS_*}$@Cf(YCIEAgl3*4}=dubQCFcF~EoGKW(MkE`I zrX=yUywf6WazVDpG|Z9n)ZQ6{1evgR?(Qb6>M!(HV=RQ3Z#fWA6cP~_Yk;X+m3*FA z-8jXl3+-y+%8;0|xyXwV3ym+SrNnfv3Hv?Rw>=S{A*n`~hkH)HrBgdjj$Dac>docN zs0@hTZ93Xu)qxpJQNG!NXr~grcs;!$+DRl$6HuTaWjTB}=M!EGk={lg4d{CXtZ4*q z10a^3USqTPU#}T2*a2?Z#UGy$4^N$zC%$VUR%C!d@giR8BU=(%`u$wS0PV{ND^F=> z(~K%nDjS@$1REfTOI6EF^g>H^H}nncrF+uQhZjOf0jy6Ljs>`$^+RNj>_F^i_muy& zC#-Z5+eiX{l}F4R*#7SD5U<9hFWO+`@`T14!fWUVXYq4QOk=WN@U~AFNA{3dw#7A{e?l z<}Yv+v1PNamtnvmXzyMP$@ZyRyyO;RDPG{YFt$>Z4GHneomi-X3#z%FkYCIoWDkwh zTvj$*!zQFaaI>CYBFv%KV6j77IhB=YmDeM!hb95ig@;_1;N6lvP4qw#LGTEJoZT`_ zUz!iOspxPb3W^k2h$3(a9kHq3FKQ_6=5pi_F+v23$IZ=ss!D)|ht04zugN%Qd;n^n z*(nG;Tr;$!e?6=iO<^158Nld22H&t=F!@O=trW+va|8Q>FFNrJDIt#Z5PmXc^y7&i zo{tNNLDhh&J$gCD|A5rz%}2;{D2S<_x#1*cGl+ZvJ%f&u@!-zmeB>FJ@X_c=-%+T+ z6*`{07n&(aNfXb={2rnQa%mnnX`a(7e1IX7{h>9Cl7$KH%9!!4@Hd3#4lA2&2__(b zyZ^+8$`rXY&r_8rS#qDf#vO)=UGPMR;0~RJ&roh`TXPH8+xFv^jzU`t{q_;$RY(mC zT>=3CQ2;dk{P`0=Ps2G7iBLJ*cP06SIAQ`8PMt*wk|Ug^>=#H)%s0;HEuWj4!$Ya+ z)z{Oj{AM0BWaLT#1>56xWUFh(B&iEE}ZSkq+v0i>icTU zVEj88oDUvsXd%p?hP41l5cHliC^Wu46RsjguDZAYddp#<0Y>qeOw>f_2GH=p+fC2i0HdE zbANpdy`18 zXjqSVPM!A?1Mrq>P+7uv8X6rI*zI0(4ZtP#hRdTK_bFe`4pB!L@heFG0j7eS|72^@ z;>q>ybsFxHZqJ*>-r$2uCY@yRrr?`V3!`cKi~a$pFk~YroC#-UkUC1w|L@yY`<@=% zs1mr(JE8HnCi8+MQVQsRsX8SPhWp8<*ktAVmY|H^1~T+;(xb~ZE^dG_1wSEMctX7E z5)51;kir9Ru27QWF%n4RQ5Oy=@$skB8@K;@{>L8Wq?@6(%WPl{o^GpLclv*j&D zY-Fh%Om8CYXOMmg>jnZ-*_^{rwUHsJWisg2iPy~x$>vKpg5~OksQ!#Hu2!3@ zY?}t2Q*M@e#H6>)FxfnNj+Ccx=FCS^_OHq2C($;Y`H9FX?s!x6*G=_t#@Qae!o;!u zMH#`Plz@31pes9f*%lq05D*3a$wU^{#;!GY<)On?)iLO|0CstX-ts^^!~_^3vF8hD zx4C)6fS@aGBq#3|S5A=~a6y0&2G6Z!Y#2twW(z8Ozk#aL~%iLV<1lWhZQP;$@@K+raZLLaj&zL6Uf{-=79&H5P=Q%U&ZatefL z-)l_l)Pf&F{9W*(TPZO^h~${K_g)KitROJ}X~lZEcOYXF96tB!mA$#7rbEVXbFef8 z2(&+a%ph)Lk#ecP1910Q^Gx@2cNaQ*Cn9S2nATvquqryWFJ8X1@DdQn1gZw&Km3Yz zh&fxKNjX11Z*vLZ>Ry&D6O*y(T6@xhTNFUx#RcE~NhdxJUHVL8dTZQ!BEb5Cm*Vg7n^zJOs9L8?gpF_|S`j)uFWEnxgr_;Sz5fqmmJjo{;g0O;tk zW2cV*M0;ln&@{@N001VVY^8r)CeJNq^9idxyZH~iW9h|uM;I;tBR4}F(PV=B4F=jg zbIX@6hr@D_?RPml5&+@K&*%f@6v5c@Ibd+E?GlvSLsRRRo*ziw#n+8>ev>wiD2R7+ z1&9RU^Ut`MyeY^;?3VL&Lp8ym3=^E!)KsOll`aMtXHxX#J20XFG9>xRs>ZOSvkm}| zh9~;w^=tWZd~5GAe|Otq022){#|{z^yW1U{it`Sba21f90u|NRBT-NY?|3-0(*HWy z*-$1N{o%iBY=hfylqVwg`voYmRj>LKP~X0NJNNVFn&mG6;b1Q|;VPLi^0YOzfC(Bj zIaTl9H(r39@&i>c12nq8puhY03p)F&F&xIks~Bygad~hPF^iDUPol?%UUT3|fSQg! z8(-rd2r465C$`rj-=J9vBcu2ZX8@4E3_!;PTg2za4H(ap|@ZceepQhAZ?`B@{~WC3OZ6B$Y(n z_VpFRJ}KzBtjsvg$)VUh5EiiDJ;5Y1SY`D4caJakL@*{=!nQ7KOsZ9Yg<}SFpavRdspfQUN}cA9Xp+`t>{~`0T*FapcV(>$e`1>QToIPSJ*ng(1Iu z$u8=cP_&LK`{`Zeu!dwCVxHY(lv`)k*3i&5xb%l-7n}bs16E6zM)zmrQLg~@0|y?4 za#(p-CZj7o1f*_Z2hu_2hP###Y~#Cu8PU9&KP6*W;UfBlVh=jBoPo z-C8pL5$0KSZ6|%d=^3Ve3oGe>IJxd{nYA?r8k$`{er&$1-fV9fH60mtmTk?)>73J# z!@Q#5Xd6)>!9LSDjOJs&V*b`gRl3ty8lZLITXVZRE(FSUuxv#gKHpFxBg4Ns?9OXp zWo2b;P3qtag{LyX$m(ca$N22G6KgGY}rDZolh#zaCw zqF)1Ess8>S0HUM>yjN0JA8{UqU6T%agjd|$+&YiESp|FPI~KPvb9fsIOGrS#34J$b z=k2g*5x&q>8g*(rC+B-##MR0{AGHMKx>zI^j&106G;@6@FE2-@GvP;^?vf5RI;|Yp z075!RR0r8nwA?)^(eOe&fk;Fzc?o7hUqy3kD-WL(W4r;A)RN#$>6jk;O$%~YBv8nD zKw%iO5nFq#?gJYjLj)UjH8t4ZYmdbt9-tbHVi6G*u4#rgEV$oLLV>~PAX2eo#JAoF z=aQ&Sj*e^AteKdceEH&q0WsDMyFF#!!GjtGnU|CdZD1`WsD8G18>Fmydp9`{pCeHv z>_xutH|L+|>Hr)tCw<1%g9$F&TwHJ$J#hS{op%Yc(av39$k^;SWcr_i6%+|5Hf*p; zUmJ>_K7B$J7T9TLYI<@Q7)uW=pr3Cw52mQNQE*W)Nd%>mi0}#7&eP)JoZH#(=|;~8 z`Cg&$ulK({Mk`JjJt16ft-kxU_3O{F-n7q)OG&9f^@Hby8>NU-S^vc1s^M>bWqi9= zLYy|#(?i%$nVY|Q*PUUQbBhg)bFRltdP+b7z3omDqrT4S1BB&uhrFj-%^o94A*fCV z)L6YhgdP`*$QQj@d5PH)rOs2E|{G?yQ?@4 zI-^f6Aj0);P>uh*A7+|T{`*u&&%A!*gNIG0lecPKhDs5j0cHu{jwF~JM%);lblh|5 zuKq2?s2(Qo-+1;Jp^uC-kl%Wxi!6t$=AU{8cJJ9UDTY}(eH32uGKME0J}1+I6~wm> zCWfeEa3Q*R>PIvb_-t#}ticq%_i6Z;Elo|KY&Z*CcUK+8RT}df+F|?bF^~t8h?`}% zXm{`3BYZ*4*8>lYjCvRnQf`-2@L1x|A&%pn)**NlFp{ZIZk`Y4xtf-@wNj+ev&I$Qh}nrl4@h_}eOy3dsQad9NRaSnB zIH(dOmWO+DXba``xG&l@s)*h8q4`IT9@TgYZSDKC+=7CnDWJ;DZ~j=$!p4?5kPaYh z;y)$SF;JluKhyyx`3ZM!II$o@zd~yHkHx#6 z$KTeU?%6x>z^KIiQ1OY*@-m`5%EAKkg6f55T&m%F1!zOv-DOA4h2%dmJ^P>V4x=RG zN%f_Kp)1E{8Wkz;c4lT-{~@dZ@$M(qcufv4=Yi~lv2Tx}C!MVzvPFP_^g6WawxAZu z0(|-Qi|uWbrX?jIK>a`>3_3VYTGPpYKEkh)CQQQ&h>Ey3zWcbjoj%lJvti#_r-Ma_$fO z`p7OBoV*7S5pUBld(?7?y}(T%dDhO)iqiD76!|G)qrf7@2Y z6K2ELU!tfskeLA`9<2cV4gVh>fB+C39=amY)j0?sKIBl=@mX1igh5O4(+7?BL@+Kx z5Sp03Ud6Zu96bej^(ZmgM;0hrUWjeHBQs_L0)g~0EL$zuANd+@0W97qLvUOrCwo0W z?f14g!=C8ctgI~O+vTvE$UHNO9YUubq*a-g<=JyqZf&(HvNNx*oY>^s!B?${DyAbx~0SpO2SD#+yktB zW$mVjTY9`Iq@3YUXgJ-8izIOh4Zf8Ec9xcMK7FrHw=8oz;U9~VbBGsX3Qax3=+L_!ymHd-Vw$OKGV>Rc39oQF0sP7ChY?Th!U zJWPq{bOc3&VgSd?RMkhvqbjj057>Pl8#5K{gyv9?iwnGS!u$AY&N7G{pmG%2o!Lq zRT>7Q(l^nFk3!+{AX(IQcB=WCQ4(sGqWe)-ITUwy@qUs@a^?tJ#!)wEFV1KX5SIZX zAncV8q#c7-jhELPuyr1O%-@R7My?6hyqpl6a2%_?)o4qY;b>tH4l2eo*5>7Pb=s6S zFJE5gU=uWdgNYW1$P(}j(#v-l)U&vdkdQ#kSgL)0@9tef8-4yfFa0wzwZn%G7bamA zfq+r&ZH~E#I(1^R69OJh3D7-ZAtR{4umTKya zgd4AATvvh7p<0Oxla@=2ps_Ct-W_mTclOUe71;4d@pPJxl<{u81lFESXs8w!up;=- zn&Ay(_Hu$<9d-EJI+4+1fK*~)c6Qq*0S0+DyhKjPw@A4{Mx0t zC!3xP{rX6K{S-1!p4-~3r0(c7i`hd7HCqqhPtB^mz($LTjKU~9@kz_0cC+~1l$YJD z2^a=U9xn9|#5Zi4Lvw>f1NE# zk#VTfFnOt*QX%)^#mR^*QaiNZ?4zSI0S!4?bkB_L?AMm8XP;D*7@X~4{8P$q@P{c{Xfx&uscX~&+P7Eb-AC-8`e5~8^zZQm(g)n(300u^$jCvGwrxXv3 zFiOnjWRZa&O5@}^#tE2^S^Q8^CQ|PolIAr;PAU3UzYLaDSG>Z?WOAEJx zwzjkh)?4`Qe(m+Ooz7mTh}UA0&~ckLWjqoRMAsD+NGm<&X7e)Ybn!o90w7hYJscH1 zG;yg{;(Gw2xTP{tjkId#tvJK5xa9qa}!}_Z>WW02Je1{2{v8zUc(Z7I2E!Yf$Vrm4{ z!bn=(l~M}hV22&EBOb)GpDg$ZA%bD+gVNKOt>Fo*g)-+Rt5lenC^tJIQM0Fah!B$=%PsEt%4x@J zM+ouE&RbbkU;1LgS8f#%9=>-|1-So6&zbLby?7A^7>us$jMoRS%FlnFM(tllZ!qmO zitLP7c)CyO(G5g@v`uqvkAV<{P6a?RX1Av}E|XDNxw$%*Z!m(!fBvq9Ai@l_e5Ue+ z5gj@Y@V-bGKHZwDAFW(;7-AY}GbRthUup(BgSq6*Su z3hI;7=ktW=nELbP{rmfXn4mZXOdA;$<>nm23S0_v!1It>9XfQjct0c|`^TG(B13N) ztU}31-LaRE+x%0GGBMTD{t&1$XFR&j1B@Lyp@_oX)!7*W9_#bxQHH^pWC1!I;dV8{ zQ-@l^!`TK7(Ap>oujXJYQ^WzHeIBkN-#7sVq<0P z?e8yy5EiEmU0Xn(c9=4nuoNE$c?)lx$}-$PQQzXKARVbxEyW-Y;J&I451yE**-cbi z|8qwV%qyuLA;QK-dK^Z00L?=Lf@%RxH3D={Ri)#VP{WJdV1&B0_%Q3%uNQ!6Lsiw9 z-+zCSpWg{WH)im0rEN)1pjt0+`uiW%^)ZN-@6rkV? zKaLAZVZ`Uk*KRbYfQM-<+}G1%X=auKvwrX^E@<4YM6!Zh0%~TtoP?>pLHM4?9{c;z z^_H5+VPy6z|4uUzO!)Jz6zto)xKlN`Xao=pp$KjQq>!A0qjl<%Wv^f3n9PB3+p#&1 z*uufi=agF7+b<3PHW5HP3Pg7;uQpeG9m2zY{=5`!Gkd1`Yu%{&8%D zKk298zfM7)9~uOhq1~4>#JEA2G&b@jSc|Iq*;q7o+Wgd0UNW3W#q?QC+N#v1#(Vgz z`>#uQFq=nmN?rz{>;PO2lblHCk_ia-bJl@l3OFAX0Db^xqmlgQ#BthxN8&R=nW|PL z3Q+V@CZ?v=tyu%kfU}iVAFP<~b4m>K_gf=lH#6IeM8MF{13V`5@g7D*h z<>DgjC4chdNvnL|@h77+^i!7yBlfO=+-+h4Dn}i$jf}MD*X^%{V)ff^gif4^$!i5) zx;XiA+C)T(nzab+QcsojYCpcpg;|kG~bOcj|WU@rj0Yb0B}f8f(R}W#mG~ebC2&tPjCocDA612u4@W zBVoovFwJ@z7x$v8tLy!Hwb`Y(qwN!Rl^#(-?Pvv=37KM*u(YqdIA zszLi28y$ThM=h45sT}6objK=opUR#zU$NMXWa;kAjDd+-v4eZ|y!_*jt6Y_@Unc<& z>;7OJ4Ko!BIjY_H^BA@^53|)e`P*J>gM)+pdt`QSBM}9PJfJ~~83W{v^@3oKRx4Ne zj@W}zD;855fdDybnW+Pgx~=UXGHrZmu<^xO?^1nhz3+M@&zxndcB?80R0L0t;f3$= z+7|N~`xqE5DaBql+ zQ1+k4<2s<90r4GTWzDKjQ0d^~BW%Z9L(BtV0!uj-_#6)%w;xWe&1rr563kM?4+u{a za1)@(GL|vq!W;djLaIvuIiyYqb8oCRX(raCY##6x)0rROQ5EppFD@olOGQVhHZQ>k zIj)MTDmE+tC8X{~`)dWqK%vm#l91(P!PdoKE77Az_wUewb-o2VVMebp(`Np!&{XXM z&xjLlN>mpJ4a^69^^vy?{n)GC#Z4)0wcI?+o!MrUzL~R zh#x~k+s{l7>l`D9*|~<_L?k5_033e%_6?CO2SFQTAnYq-{E+>w-i170R7`Bl@fk3I z_wV03>)acrHf((&6nEa8Jrp2g}@U^_o$9e@){8F9T68lH5?-trI4h} z%_B>VfDX!N6=BN>8>^6;CC{GTzJI?n*Lt%+oXR*XMHSA$e~RMnuCXN8;ln1sGDucY zqONvPwy3;&^|>X&@nN!Hb{^xQt+y-Y-WDofWo7N|r9uhnQAH;kMhw=Cc<{6)lg4wf66C(4eJ0v%<<(Yb22@D76H$ z5NixxLi-dd(6U#r{}6)+kmoy2siBRcbFT*9^w)T^6?CP>~PracW(Elz7{ z>Hy{$qFwl6MiTD$X$t=q{|!XpeP>4FSyz<1CCm}WiXdezVnJe;Ot zQL@=OA9qdisezKZCBVU<`-6Pg&XTpJjVTvar?&3u(-K zo@kMOP4=nMv#^1A#-{|*TILr3SuykS;FO!hY9$wahr5P%5B644V&XjNZCnkALG7*- zNA!pJ0UmSK{e3_W&`#^=v25FBZD+@4Z)<8(ke5ey9cG(zS2F=cZ|CEdEHin6Hr_@` z6FXy+R_$AcqO5^T?f(WFSJXK5_xFp~B74N;ke2rL%^MACc?+II?LL{wdBGF3eh~hW z43U9BkM)TIEDJXWhfm+)wr|)Vwc{2jJm=2!B301Z!>qAwOGQ{#*73+ zM|VOK*U+p`xQ$qzzQw9^V%t!r7tH=$qINUtx$4Ak>ZBkHXEHL%5&qZGj7u)`45esu zdz`Rf(M)s|ORW%)#y_ZUv{sryI7CARff|u!?b@{j#S88}V4N5jAb`JyS{cYro!!*~ z*i9ONdRmneeaNC*TwV2kI%O3W5)+VdZ^PTz%Hs(*WoMV9?*k&Lq_6Mt9Gea&A9pR! zoQA!fo$5Kv4efgBAWi%9-6~Ma(rU`e7ZHhyx_29M9m&Q-jn)s9>_x^MI1VC~`w5GI z8>L@(<6x79^R}PG&rpT{X6qFWU&82&&WT#n+ODoEz<=xcTr&O~n5Yp16T7Z%95YM$ zIcfhRZasN6RpWAlK|7Ut>l~6kIfG${D zxAgm$BVOn7U@DuMiVC$L$`RUYCCL|QVjr<$=$&E&Z1wnbMjI^Ff>QO=v zbqu*>r?ogO60~T=T~iT)Bud&-W17hcG}J*svl`U%+i^vRmN`*W$9EkcxJU;yXaHG=V2zFh&edG}S2*orZ{hy>onSLh>^D**nLNFCVx~GXDXAC9QJ+sccp5AH z!y_WVklHIOtUHs2)xi~r_Y7A)0C3%VDhW3rbPBDF%xjfU?(AS?O;S+`t4uZsvP}`A zV*y~h)Jpd(2n*Zh#e3sus~g2M!DHue8?I zCe~Fw#0RHwx7yb9_V_8Zg};9Ogsy(kj` zY6ym0?!V$9yu2MFk6HZ8Oif|rWCy(TOfG`C(Om>05)E}92M0&`->Y?qSgnNh4M4cz zzY13)r7j0t4lJ7M)~&;pPn$`aNnpkMnz;8sVK0KgQ2XpG#b*7gRoOW?ZN$}flI+5! z$u;3sUsuNtq>t+dnb92!j1Jd24xxhB5{jOfm>A*5jS{(O>CozgAe96AEe5Rby&C9$ z#m|9xfz0H6f`Zw8vq{m`Bw=vp%*?)^dL%~DqXUQD5ZSr#TYZD}3a09DM)8j1H83#t zGkPQ_piupQ?C}%>rdnDIaWsvLYV|3qeD!MbDYtmKK2ROa%&-!sGBQWKXicrdC?%wH zl@h5IHum=C6cgZjf=xxq*p*DcL(({`MC_HUIS{6mxZ@`whj^-_Y4%(NiFQ=q&=9Zv zsE`iQS^#5q$OiJLT59m&zI|JRi>6}1W2eHG&^d8LSQwNHL`bKXl86mB`O#rvigjvf ze{ij%v{hGYn3$mBuw(mnm9C9gX_)N;-A3+avAfdQ6c;5jQFJll8p-nlj5ArQtzAig zfs@_rpcsSh=OR&VtS(l8WKky(E!c*~(P~4rSG{KYlbo52dadZa@b@S(4BL?k-ez-G zm&u_1kR@5f1^ta>i^XI$Hz{a;DTuakV8B~JVHXt@1+EC{9Z0G+ptWYwFPx_#&H>Mi zB&F0V>$NKrZ~#k6B1>)P=Wxb#tpl~@uW+0|t=kF%Tu7HGp9^wxtpvyfS~F0mq$G-{ zi>?`VDVPB0o91B|#W9UD%V`9831APtH9U13$PQ6i*=CDmKIkEJ1CA}~f}6edmM~+C z1b*cj!&)M(!`qQ!uy#OIfP4s6Z!IlhvQ%pdOyp#CYZ@7~66D7yan{Y7gYY09K2(UR zYlDqiQDGs_Iy+=uD3H-&MYPbJw|A_ns%n<2L`JRQl6;y`Xc8O(6dUBDgku8;$zW*L z5M38g<+Pe!4s|4uES4_4j;gn;EcXW7#HBLTNPcCX!2!xz{{cN;;8Z}1`?bG*{D?M{ zRim1p(6DiC1hGkDjFo24j2#}%Y-?@Bg*cl%{GoBhyJz+1^m=`IXhX%Gy&<2S`p;b& ze=j5~oU%=>|GSlkoQT5u7Jj;Km13eY1cra22Ea{1rc54x45n5^h4mlTmf`$Ag4h`J zENg2F9@sdo2h@UOZ&EO#JKXfRdv$3Ipz+}+CmCtb6Xd*rf>3uuufoM8r(DB>KUsYnS3JNHBwaW- zC~x735m%<`%SGz$xlg_VNfwd_cJ>HV#qfZ)en?@iML8R9aZ1W*yaH`lpu;qdzGd`o z%ixrUYO$LeisRS_G!l0epd2D?#x>rb;lEwf^uh&VTWV|9-Q&P#l(BDl-vIg~)NV?O zikQ`-Gw%p(kWtHDDNl8fb|qLRtekQ3pD^0vgggdFXoAc?XEu2FDZ8FH3K#ywhRocj zp@~#*wv{^|VXLhTaJzk60U_IBM=JUe!^Q>Tj0dKrG&4E)EU3cHPN3B!@AwRTsA=|g z&!uS-ztUn)yY~X2++9j+9b3h76H^TwxF_o9#^)d&6;`E9=zz4gvf~VJ&`@L9?|a#| zZ9^n>?q`~fZfw*us;P+l;D3B}znGX&)6)8SG<^Dvv1?o;HehYjH6!;SF;G-dX~%_x z#0xMm;kAPY8y376!&0K($2l>2@YT%kv?~b~JN*GttF7Wa4nscI12A?|V8V1JAc~BJX3}V~bvjDw4N)YE&b^)< z9${f&YqtsBSckP70jfb3yH%P1246_a`A+OR>|$LFjf)s=2@iIo&Dm3MS0u03-opR} zy5e^#;O19ScS4s80Jw=s7h02L0hT9)brdIaAICYREMf=F*Cfs{!1+bocCAE9UZ58E zP0A`Nxp{fRLUASdq=+C0dwdxL{1$|pb-*0^6t{I}XXikfMR4p{rLe?rSTWR9F*Uw2 zaqwie`7|7)VxJPQPIF1H=Ao##smL@j`jEXN=snH+l_;y)pFJpS`4qxrt8eBmgg-h< zp-`MPh1Gf&`3-a+@-P$MrxFQs85>Ns$W=q)l9Qc1JCySQEEiYgK-Nq6wqi3u6`|zA zrSed!3|PGW6E}W7%z%hQr6&Rq8JhI4@NmeIHHwjDMWKz6`jZA5q-GkhP`KPa1$o+o zLaA(99nP{9n!kGPN$JpNU~JHiTFf6;m{HnwqylZ)t;gIC(g|gd4%odL zl*30+QGCY|escSGZNgEz=>r0GUp1oejme3MSY;&b)ou?guV1)`?kyDEW4BTV>X$H; zNa`q&7Pc4nj;M^$=2dHU2+2)Odi4s1aE+h z0c>6^u#uU05{66TzLK!~M34ZyJeD2fE1>G1fFy3UfW+AsH{guY=>l95^WFFJavnKv z063Wvyo$>MJ!DXwCQM<}Fvdf)y_XSg2iRa1iBxQ*zT}I0Z^+?xuuv0-5X!)aLsS$M zcUx11d<4-HQ0@6BPOIhi>8J;$e{=5fse=2ePoEqY5~3a-E|~}4hVZN!l5a>^%H*Dz zj9ksXldp<^$pRA$r-1WQgkt4_5M|YA#_2lch|E7RC z2-w-!C=EkI{C#vZ=G?X@PG)9da3^dCX)>QcL$c1n3iLbB7oxEe@w}KN1Pgo*`!L=0 zD~*a_#;>xokX%rY51!%`$K!Quw3T+M{X7qQRcTv*1vaSdt$=6L<$Mn%FUQTIdM9Q)K zW5o9z9i@UP`)p_I%R;WyQ;we(BL~`KOi~3UcIrJgIH6t({H=2rWmVlSN+9gK{Mw8S z46M$bn=WHD!Je;KsK@<$TuiJ86v*a6aC9f7f=2)RZblKRLPiJ^h#`|JP{i>uS2sad z0$NXvv^farXgIHkD^W{+$a2_^g)dIcszcU~pR#?mKdnLkW|`iI0gb8}2_?SHpAPm*6~|S^5boxtf=5@Q}>i zLU^gArw;?iO6~v{{vI`*&X?Lsm33YMn>KC2ahIB_rnN}EBa|^IWJO!<@C@9pmBrdd z3vkXwj%ebpFr#P|v~%3-%gBhjPoLz9vl6Ooj;1>lFo6#s{aw)pbdJ-nFr&QMwd7u zg~|1f?jQQ3rta}g+GM!e9%&H5IqDM_r9h{OBpoAb2vYIu86?2K?V#ATc4M_zyW;U? zWUj@JD4w+wM`|e$xJS|RZr7+{1j#%px2YBNr`8dLldx_CQP(U7lpR-SEN}yZD_3KO9 zdN5`(ysh+niy+HD&pSm5rKqZ3*Lq!dtV4F&ULi@)v~vS{*QzKqsNbiMx{<1L@7w3l zhT7HOX#2Z&_u4WTca*)3DoI3cuRDK;Saw&?dXP2K*xA(`w4%vr3sMH&01TIJ@?h2=W@BabX0=WB^Q40|rw}%OqvL!syKddM@sI2% zut6;OkbOSx250gG1u+clv`;iptXgQ0``jciLtAE-n0|OLP24ohYu3{*xK z>-K6aDT;#hV;#g83p-#wEqLgVsMl<6RY$Py+*gHqRg!&cuA;#+(2d1%F*VTIFBO=} zD5n+(u{(r6HojvAq4sOpc&~s-KK=4sDxE%uOz?`&p$r>z<>laYxGA{8jUO2 zYh!DBpe@}E=?dyqVETv~$ehpoQRDEX9C|>FihfhED8k!T<0?3f7tdqF!Lz>pLg*mb z_DU#P8+E#ze=bg_DU_UKSD!JGt=?&UgI9;}UFp2vh;Cx;-WX{eDGQy`CMN3sW=0B# z9t3|h<$m4R7~*vXz1Yh$-K?`WV5o=u^`X}pe1b$d;y9;dfjo{pSa7;KM6p3p zTY#oA_z3&7PRsW=4S*=FEalH5}@&xO zR7XR@7Q%9&Jxp}xPH$B*Xn`^awTYP2?0OyDfm%7#T+0eS19a(}NIm4^TjN$;R%QX( z=InN~ohO!j(M_GL2uP053JE)KL_{P>ni$8IpDYG^Yh;(McBKpJ3W$=fpn9aaDk{xj zhaxdg(gq}A@D>HE;cxIGJz)fLKn}RtTJb(UD>8kMgKLWOE$uAzdTVzss|pvz#g}oo z=A%KjT)nmKts>TbM{yoXct^kfFNad3K`c)Ve(V6}pYzSm zw@aIHb3b}T-q48>nnWw6>!hmc+JdN%6r7-VY4Bv)r$F+5vj3<(SO2*BTcb}R!02KM zv>#|CGVhT{fej)=)6eY?i3(6dBvOI=U0j_^U=Arh(LsbV$$fpzhZmv?G3N%6y=~OT zPx|;6RK5Pps126*`~0|3Mb+ z(NIJ%LXEwemET-q1G@4TuBJZPey50J5jHvGr0_E6uMI^8kxNrh?>-uDqiO)MViyV% za{&AF^GUEZ8^3<>-oB$~a(2?zc#p(I!{34m`uSITpgkO+|KW(ux2DV;ZX#rYT>x57 zO)La8#@yJ$?Q28AaNA-m={?qXW-iTzpX2IAOrtM8XrUH$zWshcX!BdzPFg!S%Lg`3 z@jVdTRr2mpmrH_8%kRLlZ*ri?l+#al__Ex#&~uvK7Qu5vBN!JI%2>wqfv?9X6SrOX zS^PZ8aKZML>Xrt2%#7{(F@0iU{tzS?MtYDyylp2NHYj=~VI}p%Ur>w;9IwxPg?Ynz zKYqNM4=-kcqB59NUjEmpjyu{2q2R|k9TO81^s4|DGSRn5yt`Sv|1h0DxV3osU87C=FY(rR%A`0 z>PCq%c~5WnacbwjAWkC{(t+oGrh-UgY0|m*74P3CvLYJHeYj%2Ub+u9c8_}jb6pT$ z?I9;C`+Wcjx9l+1hQ)QV<=ms1SfKgF+`usf1%|(Td6~bZr@<*G8Ib4s%rjvUP(|KY z8(qB1DXDqyhlhvuT)*DP4JK5Cs1w)V1J1;foaW{mDXlPnqTg3dy1DY=Emc4C1w5ga zHk2@o&_4{r=Lpc5M{8|V){#SvO5y+9dH;`-mHLh=Fiw2|^~goZEFv2&?AA>cvmU_( z{+na7K9lYG4Ut``F!E|ZqwLKuYFm0;~vch0N?5O@l%a8+irB8>qI31Rr2b zUS0iQnFB+_WTQVes#R$YY^pvRIL}lg*cQ{|2Vq+Lu!~9zIQK4GHU|stgnZ1%*H30Q zP_lP-uJsEG3Vv40Y;{WB6rMq-bNFQrlk9XRgZA`)re-hZGNxBJ63lC_hiY9$YXF^6 z%+;AomA15bG6v?vSjZcPA5(Up3~_UxNqLWJVAS!&F`-QZH&&r-MyO9g`@b~$#|qx7 zEf`0WPGwzXLFz_Fe3ke)GlocJvq#H&^oGR5&OB#Y#wvkYIZxxm1xLcLS?57m7-=Nr z<`(%sQlw!Zebz{~^G0>{)z*Fwo)JfM#C4uPB{1cRmRHH`$5pFWYFEBcPCF!u)v_!Q zg+rFn^%^&AW#oeu|%b{Xj%Ku0-y@pPV%K@;ew@oyen_x0unY{$XFb|f zXpnW+y?%Ctm4pA@54p(Pj3X8)V5Y)X){vUBHa?~K0Q-sypc1I7!L`jyf_ zh48ze-yd=#lR50aR;q_zQ*=+dN6jYgEU0xAJKb+|Z2^+hsdhrCFgKUVB0F&jH|W>y z2h1@_sYy9~rw5i0&^Ynsol*B+I)txt3M6pKR_A1Ep?88FO+q|O1WftR6tkFw{mAA< zPj~nIkF@Ti#C9D3rfo9A9uRil82mk#Jh-Dz^4z>Z>P9J;ziosVXoSmE08BYuP0d}z zJ-)APsMP`mVWf6kxtZ7)|mGx5v*l1SZA(78Zw z9<%%@50rml-bwM9vUX+Hn;60m>Xc?=LveuQfx&4}cWZXLl04oI}Eq>?5~aYwbsL)3&-p_N12rRBbo z?fSv)Q)IFPjH1K3)`k0gkX$%@l+N=mRwb9`%#Srr(r-=^o2seXYconoj555zW~~5v z*D2gKRkKZdX^+bZfZcve64m6`m8o8GjX>N8+ot1or9VBK0uPDMPKU6&9GIy~RGy27 zlZ=tPS2I_{PZ%*tpR38~2brX4u$eQAb+?35&ziith17HA=A-ZFFyquuLVmW}saZ!+ z9wWGEALH=m&9V$+r!#kh9o(O#JdCU$(CsshbIS9wvYT{^%|~Hh5O&H~(tXt1OPs1m zvbAuGKIQ>~%W9y#1WPh6@VNDr`I%l^t;~@Me%p<|8X#Ai{;(Is!&QDQuZ@GKj%Uv7 zY$F-~kvfV%9&9h6iB^JoD9UyYrDFypLS+28@Xh{&dEP97dzAL`QN%L0E75J+ZU1!JGBYB%!%@3ZRR3D|ms=WUX3mnc<8B(FmKRlZvpzq) z&9@V6C&*aGs{9ngo~tL|}>*)WHo;eH|# zrD?pgS7N`^f`w(M>P>y*?r!~#DW-e|PtIUK{9_9^o42n?9}5;Fl%jyF6~#Ys1cni# zT8wk8Hj3Z0w1g2Zu^wpEMHpb8j6r9bEj>Yw87V^-3Wg*y1Y+A?yl1gD6HKK(;mh7e zxS8~$;CXy%>RmT2dt2~vQQY0=R8+GPJVK~~(e+F_L{#p~Wu)$F2Ua{4HJ^Q{N(wdi zA$sl3iVIh?D-X@tn}l`NYos6LkCXEbi8}cq3bKu7Uxw07YisXGcW`q{lB1-qQWwD_ znE|RGQurQbR%YfbY4FT^1;k)YV&m-Wyv6vCpr9i(ve==h>{&R2<%>xcf_AM!V!3Bu zF8@RrK8VTmI=U4QaD{NK7m_#cQ^0v7VUpdgT{)r?x!vf*J51?eIrzfVNdMyIFO~Y> zY55FiRIT0R1d(f&_~&~j4T`7e5V+NH;O2MmgFTJGLU;ldIi2!bHDk-@*p~QZn-&{M z&P5Vq04KmgpB`?5y1)r2=&M&UlvDcpZZI%2dRhGsjj5k6iuSb4O$j|w2C0*XA8!~M zIEBt6YIcH|awjmYi#hRNLc-)CP+x$>56^?hSOIcm7-YTZ=%6Pg+-TKBZ%-Myw!ddT z$dtGru~6T6FnIz(07yxRG_Hfd`%F*J=xw|I zaNF@qPm_|86!zkGxZnw5ewg&Gy>?imxFk7!%xS;6g$2#W#|K0bfs@A&Y|-Qd=>?+DpN}bF&m{myP){|#0a#l&2}BTxXB-igA!>S9 z>V}#$S1_Rs%(a!mJdd>WtQ`}?mjeOPXJdl)V-l_5=09nyx}{oTk8qjvpc7s@g$4W* zjW}|^xvGb|=7ds3tN|9C9Tt+s9LEWh6J}=d=pLl&8t9w~q6*%*ch6!@`_aUs<+kVT z>}Yu`UOBhcY-4PNi9^t)8ft{GFvC4-q9i{j2c*|T+DGgFP-^>#1m7kp9_(A47HgSp ze2LRu%bdQY+2h;N(QVvRmg40Q-6y+F%4lji(;bv>E zZ1iesoxRNgvxn|F$&vO0ow|<>(ssFgds!5u{^(er^IH?^kJ?MDb+REh#-OhHG0d!p zXj61@I_!6A`LbnMA;doD%Qk+U@fLat!c-0Z40MY&UN>}bI9;7JDJSBg1)jmx+QN+c z+d8@Ow9vtW5B3@Lmty4hv-2(4AR0VTgNY15a6J&M%bA`;UCFnUFjry_7vNrrISdCe z+xEx{Kt{h0S~n15g*)9sEEBUQH%yN}dfT*m7%EEFb&w+h>Au{C^lSwckN z@g>4qt3R%`I3|slQtZrnUT3Hjcv9M@1Ue8Cc$L0b*nUhx0vm5qNR6}^*>+ooHNQIvV29yr`$4ChpyMK`+gZoFLHeo+J z__?`hfgtb^Uq=}jK!sT1lz0l3M_w^V!S_7$52@<7@0dAs7MxV zd?I?`O~<3&{7z>2rIzyhI3@XXdQ@j=pOipfy7LY*53nn8$mcN3Z0}ufqD8oi=wo*h z&RZ@QFP`bQuxx&EHrELH^|SWH{4|xQcKivOBjT z385SfM7?9QljHy`%RQ%`Ufkt&1Fk-p;PF7etFck8O9{dT!XyMnOF-TyB;s6w5Rd4D zZJ+&5w5Zdqn{71MSUEw*kL{46Ka*h=(T!24@Jkszo;D%c0?Hh&+FU^*9ZbT8m^iF* z9UT*)Jlg{_6=0MtKM$jZwRm)nfzOX<3er?Sy$1pec#?uz+h`?{9}loi{tD%C6`h>` zV`8=w|A6sz<1b3OBPQ`d^iYjZ>Hem^9$4D~=5g}y^M9MaO7IAN^VP0IG^5P^IbGTQ z$Z=ETc&2-Pd)1ZiKexI0w{Z4>Y=PzpER-<941&ZISL3TL6=a;PErmE3dT8AQ8m@o7jb*-6W3>+<5t;|RJ@;u zC(hQTY#%->Q9T=M z4lL0271{QU6G0X5x0|ag3uiW}`fcpsXTs^EVQwk#P~z3JDuK5q(Oke0g_kM|^Xs1sq3!aTytnlLnNv|9c&#lu@DCm zsNIkw^r7F8%ncLEi?E+xT&>yCZ~ptCh^cY;*Gt~VypYFLZ`a-l>R%7Ru2Fw}ZtjHV zzW*#+X5H=Bp}u$1+U-Xl@B!=~yGTSDFa7%>+C{vVzm@$MnKrZ|0lL$Amj?;@Fq9jg zn0TC)RyQd{iGz$5o{A_ioAMf8?pl@%Sil0q>5!65#`m+Q3 z`71Lw{vW=+Jf7;jeZQGWHEl|ziKLQptdnRVBvdHNL9&K<@B6y1B_C_^dUi)i%j|~hSFS{T zTP`|iU~ZlqP9+JVurBM7Q6bkh&C7$1K4}jJ1_sPcJvYg!Xn-eBr)Abu z^i@29%r78-1Q7oAzfiuRv!xD0hS5+M(;~9_O6?EJ2s~F?=x6ha{CaM;sSQHS4(_soqM`sFU+>ZV)RccY z)|{rZpI5}@f6Hv4Grh?+NdN2mT}%jlqo%5P#zBe3&yNN^c(N=>-x#i--lJ$NOH)L1 zR1|_`d|2#wW=l!Exa?*fS1kXaWaytG-El-y(AVGp+wR>^Ctug`T{%xq&Hr8I=s$q? zN96UpY>-H)!30fARM}rXC~$i~?6B#B!#$YW`GgzxRgcOSQ^rv2VLpOv95pB`Vrf7pfSxB$z*klgN#p2c5`r}CF zL0OuMkk;{qy96#++6sS@xOYE(ooXQ%C?udO2aDgU1sHP9-p!|-2>#xZ7Pfq%e%W!M z=3WnN`A~EfZdka2#}a>@T{t1teypHQvo?z*>;wr*u0xfPl6UglIOPLg-P?541EJP6 zgNMY#bR45Ww3=3ex(Rx~yNlCDXz^*q?kz&X0kZS`&YMiL=hU|bYoj7r#qUw5Wl&+iu+DG1~x!xc>yRuRD zY#uC&#l=hT`Z@8#$m^_%<6tx2vuQ$!?eY);gX@z|ar=gk!VaKu4jv1p#Xuc$?tK?W zs)6V7+TuVB6;)N~F>4?s>PBlcNHZUAd{J zq5ck>;yu=sHlJ&4a}med&&}t29#h{`-pI=I=Gbf3Pq)fXJt4=P5t*?6DL`k*OJR2Y z^|iJpZwvMAJBd<;smW*L9Ka-PP+0@rJJJ(s#pfS{c3n_Z3}Oxq3CWlOnvKkC>v@c- zLAw|s{34plJ@5#+j~Mi|?9O|yA3k<0h#4pvqDs4s?(|YA@S!nzB(%p=w0O^lKSal{ z`n0Id1Bt|968Cf`O7A9BZS}wayjlAOVN?!bB z=EQC9bM@z>m8HF+-&nk0cJe81&do3dNq~XeJ|JE1}BY;++1dVg%-(f z^h`U<;_gy)S>3ZPuz4g7;yv=(-iu|&j8^0OL@p1C*Yw-=TTVzul|^Rc=H~A8gIG=P z`t>c(%;aX3jW1!6?}2PrGkBHlu4#;{d=fspckWcbbmcLRmaiJ=S|@;wfX}4-0}H%6)-|SM#0Jc`5D)B0K^Mm-E!lP0V>$EY|*lq zm%cN?pBDo3^cb*tQXVt^Ip{-;Ie|tVBEl>aA-7-w$9lY`L$79zM3g_t!tHNe0C->(SosjMRVE|= zZWQrH*RNmySPy`zNRPgGlzXtj(^lkW^uqn5I7%;xk1snTLw^#q$zFDAdwb(yc9)5*L7z5n z+GOYhtPK7^-Ck(oYg_S&cpmPCxy55q3>0k>wOg!j+<1OV9~US84-oSAj@SU{bPw?K z^6GZf$}o@x4JU}FxiT??42-e^F^~tCWFbDoMoC@)_5d2Xi@2{yw#r1u3AAD}@)bKe z2m;kah#6THKLa?b2spbC(8?q5VtcVuke-T$#;nF6*iQy_7${;?d)5(Ifi)S+ zPM8TKr@^gCXy{P{gBXyaovMJPle)K=UNG5=rYtuzGiJlnlMWfE=EpsF;R=*YxQA(O z0$)p$$X#qWB;x9V^j>4PLaQ(LB6Fb(kOmn#`3Oh~jyC}ipt*x5;>)zC&G~!!y=w0A}0!EZ$M7G5J(P zw)o#tmB=W%u~9E{(s`74EuH=HB3U#J7M4k5B$&8S;LC+TCZ+4R>*@IgL9hh zHS_ng^8ChDLL~=w=fj5&SKhctp@O?{tfmEF&H76D^N@eqsgw^ty)f;!No^w@7?SP& zu+)Yd3zQ5WpK5&#L@Dx!AI8}I`|meEm&XZ_k&_d6?tnHCUHVxa?TobtsJ)lIU=X@g ziT%!O8Bjo#EsPHzJm@KaAC>8x@j4>My<4S8o`gFX#wI8%9JXH&AcY-ePo|@zo-%cF z?ftDBki#->+43kXti3n6ZUY`AeB!w27dXc?#_aHVOxWTt7W5|UGeLfkl@_1t=g{Pz zld7!<$PWfO1uzFOk$mI)KOO|y+jOh89qLiynn?CMVyGpt=}lZo1{_PY;scAf%t z$Q6G3)m zeO#sUO;^2G8(UHmEP zT4zV%^~YYSnF)_)CIJ9-N8u1-sMmMcX8@kCp#_T<8e?}+PGRAj?;hgsCU(N3=bqGm!Z(H38+BU(Kbos=cW&lVKa~ER}G1POM}?k8*I_;k*nSk{JGl zxlL<$9pnY%U>E7?D(>3)aNHPEC-nDAKY zD8dX8URY(5c-}87;dGtba+THM$V5~%!DLB4BO>#haSD6qJe8Tp>H%|K6|KPv>E?+R zo`BuILwZ)1J1J3Y!jDtlVDl9-GuZrJ=O$q5;$LUO8ow-s<*gGb4*uBoq%LwInrD2; zVDyIU*HG5h_b&4=|wm!pzVtJu6B{pOm`hxWfu z&%HQ0ukGv&uYN>-FictsWl1)`Jzl;s6y>~fkoMZEJlTpiud#N&}*iqgaweucdV|_IzA2}Pfbo5dfa1VS5O4T z{E-N=R#R6W=Q(sCFBSdH$$2+h=-9E$b^D7CuP#Hk3P;IUDXh`H=62@Wyp7vd zoRM^q$??P`*NmvBKlHHvsCBP^MSy!Sps7c#xXn$W;jNg)^CQPTDhyD$U^|w_b+9;B z;|r`;^0^XcC^2$D`DrY0B^@vRh32an;tS2jJIc;~1F^lS;cW#ly0JNEKda5*a<6BArn0*QOaHB@VHZ6+ zeY;JkyM7e+6T~#}cX7WBmM=oXlQHKQ|83zi`B0@oTPfJ$8EuW$t96IL4pT6a4sOkE zaJ!(-~W_=;z6c=#SsG(Gu_lV(%5(A2nB zpwr5f!lHr67cG>XMGlrt7vM;z3%pZw0&x*``3D8@T(V(HyFq6goL(ji2Daj!LnaO0 z1@t|5#`E3)2UYq4c#WY9jT*1W6G-HaA6PfYttYz;OvQ-f+~tcK1lgkPo6srD4rAd{ z!IYw*~XeSw#?-RCOEB+v%9WHXg03AXso_!R{xoFV>xhkkIT=%)4 zrZ%T8S7?><(Q*K{CqD3c&noktk^!$no~du&w(QPGPsdw*knm?XizgpWFco{e-CPUt zsT>loCaNNj@thsu%_nRI_W{_w9_PV$$Oe}crnjw-TKmDs+%kUWBF?v_T5MBh13)VH zR8|urEPt|CSDp%s!+Yw_H4Z;JD!;E`|GELx;PW1k&>gB#Oj38~e*LTG)Al>%fPSn0 z@^WuCgtAU8B>W)kMrI^?K}ijXAB*pVRR##QLj?q%D!WnZ@rIO!vsqodz+LU`*X&^2 z$;#@KwJld^!L}dGivu9zD04L+vF6quU8F$(f&uf5dse60gTL#;v64fnXRgREP(a9_0Co~=>=Jz7sL zwwN}H?_j3Y{X7Pp#n4OiLeROcHpCkU?oY}K3@uozib^+rx%X{)+Stbobd&(5={HyA zD>7m>F!OfR9>H3RxU`SZLYl*k-Ix!njD;s6ldp6}u>kK$Gf#_gmOFvcC-W2SCwh~K zuY5S09TtE$` z6|tbU2fn^v*`w__%&~>YyFA~IRz6b-2$s6hc2^NN4XE9)g)hQT9d=x0liG3)=qOSQ z(KsBD1}Wg>L-^f>4H9_*1OOB!j5rZW_PV3}7qi`h{S8WHx;Hc{M7&RE$`h3781%duYv`e{I?3^yoI%?*I$? zf1YK-F3K9P(8S}@mREz1D4!hO<6KTZP=)A=D3h&6~uZ3!C^$(QT;|C`G~e(u+G-vT!?i!nyn$5lC%U4 zhh0WqRdOg!+2RO>Nw4_!I|6i|`F0-x+unvZkeV`?3_5o}csK#*zPr2PY3%%n;>(OO zxqt$Ig)pENtQLr^8Qf%OmX7D?E-b{(%S@Dd9=-#45Lq@~%$=OP8L(5_RMziX!#kG| z>XT1}*A`nMN*gL&Zh0I~Js+QN_z`k6pkBsv&bAeZAC4}rb0mM*pf12Q5kio zh+zh(ji7*B`BL_84)43`e6#S*fP0(Y2y?}9iS1jqyl6cHvArU#y(YZD_*QVRgX34I z&YW@GaZI}B1}7$(Lg7$)>3f#bH%>bIP`8`TCYcD2rC>Q&QltW>aOT4HJS&b#i1U-q zTPY~i(9wW$Om|twJ?yJ+F!B>t{Bq4IP@H`McF4=ehue0-ygB9e?b|rgEy8*VqXx)8 zj+}n*N@wHK-*G2mh>kQYNgj%1nay;xtfiEJ`t&!RLE5H;$#UI;Kv>3AY|75W9Dl)dRRRCf^IDE zI{^AnTUE8)SH=?4n zA1XhS>xr{eFX%`xL@8Sq;EDQ?$9UAMd zom}B|j3oy2iWx#*FNSpZQ-HMWod5m~c9Yp3hA}Vm(iX03S8P|=75WOzc{XnTgT=sf z_yX|rV9=c@W$>+SY7!C@9Am4>(ISM$UhsN+gl2T>R#^9crqOmW zFV>4(xjnKZfA><;DB|p+-qjOStojsK#hu-HH&VfLvjuh9t-EOW4SozMDImffSl9M7kioK z7ZD&D>W1C~Q5v|6ActYPs{I zA>vX`mqBYy&K49E4GkwK!tk@JJYlmvmN+nzvi!*5kho3z6FLB9FHEUc5{u$)ODFC1 zRaLjQEP){ReIDc4mBNrMbFV8|;NG!$!-lJTO%g5-nQVz=IeUAzo#53s8}0V%)PODY z@e6iS>nc=-^}HXe^KD){=SgRgGsF`@IjM=hokK=d&lykk;aqZ$`NZnU|7Y926A+^* z*#RN%?$&1s>nL8B!cKAI=I7e{%KtfY&|J=uUu7{9|G{XgkNzLcYw1*`K~L z_wfKxug1?2QEB$>D*dm#L`ATI2QOr#4n5S*zx)E7_6Ozf%iH&2Z#=}+HvSaAi>LZ6 zPzgRc-7DzT6Q6Ftb2qN|zniOKMp7@<8Q45PsO)+psYigUdJj(%;~l^HPwF>vK5G(zH>v8SGh;*CL5C5-v+LGMC(p%r>2PH(pmz2gA!~UG7x^}Ab zF80m!oYmlHOWkNHJM31NPPRG(8mWj5NkE`QD4;>BzJ0q+7fNQq&FwkwK(4u{ebjBq zncK$Jw#gvH-bN;bv9-QF9fFA9(Okeju*AFBd9Bk2)*p4*c$TB$4}siKr^Qvngv|(! zAUKwTmc@DUB%Ct{4$S{Yt1X$QWHc`Z$ku4yobL;FFRJny6J!uQ(1^!G5GI^xZmttH z+Tb&IN;hD~63qJ98gJ)WL)2#@#Up}(mu&0W+6uF?1B40R3wR*hwFFR}WX2ga%5v#D zVL3H!>;qvt5?^^YkiDi)8AU0D>~Ud%Tv43$G*wc~8c-a6G}be3Z>Dn3X}{$>TE@D; zCeP1ptnIEk$nxxNtJmltgHai zH_Uz2|F#=m%E3F6$;+)iMP}yxXRV?7H0twvBeWK}3G|EOwbAhloN!!TMq5VHslIR< z*~|BDwa1bZ!FMY?Z&XA0*bytbmEJEEcYU%dsLd{8$b9!nvF zdymh-zU5tXCR!14qAHIV2bH%LtFweEkShD?;W;<8tq(guizi=12|nVBwX#&o*kYg7 za6nsW{)sR3?W@2P?6!;tjV9)h#9ilyWH)ih)Y2~KZu2tp+ z2114v+qog=;NsaMY^Dk~0gd=8cArVT~#vFroEP-04sal_MUsxUs3#u|6yU_ zVz=dzBEh+ocRH;ghUQH{83IsGuID#IHo2VX^~w$)$4SyyuQ=Rk7?er7Tb0~(?{b1$ zup#$kTKl`?oO`YZ4pGm)UIf|5`YbIbKvemlqd&lTt-b=WIVX>A{OY&B+gg8b-NudE zBclHe=vVvgp=p@$fk0n8=})$eMgQ;9td^>0r$~~ zaiB_#^*C)jm&Ig)mu4X>w8!`Xy*ZWvSpHdjc>c%Y<_kE&hThg^9UNQV&v_i!HHbPh zO4wqBCV|REI7KRhvQ?!Mv?C=xElq%JYaY>(v z7It0+Poa`P?&fC9(wz5>2PwMmXhSCk?$sl?6}DN1c|_;8A5GQdd+JkG(noFYA~> z33{2mJrS^1kf4RM$RHN=kcGn|D@ z2JaqWmI0I#qz8v*!Ey92=rw&L67bUBBr7TH9p%=?`dc3zYMFP8!E*anhxg9? zXU9}3u)lQLlm@ z5_+@YrC{`-N7YK8t;Q1kLb(b5yw6P`tujM>$X0+tcN6+Ay#iZVrIgD8g8wfHBKeCd)_$EJ{@4U5}#e>s35JGR`Gd69sx~XGio4`@Ku__iCb~9 zwWEV@Z)3oK(i-}ukgj*WeH)S=z;Vd2fYrF8;~dsK6aXvUiRtK<#3ic!q-u-e!5J^t0)BM0y2v648w_>OcjiB zbo^?wT-WvGOCz2b7crL`>E;WVb+QHj!Cac?dQYLrIf|e+Cz99hiNVn{GMiZc8I zPchb=vR}p50DJ|R6j>Kozh5&(!@E}Hr_%6Vb!;Z2*^m?!8y^oL3`C#}Ncvc$;0;mM z7C85w9FgLNoie0@b@#y*MSp)y(GxE{L?SoJpyV(X``Xj9?jUv*Zv{EQb^Mv-3AInwfu za|%aXZ>z&RQ>rh#rR*v)yp*q;aqTyJjX88rAWkCqCJ0P5(W8Zacb!tz4t z3#NYt(<_b@?yu2;YR9N@8*c4KiQI5-ba1e8tk_-kx!j^Z8YX!Wx0WZzi>nqhp7Y1# z1IWU0Xj}$95(s(nii+{&JmTiSV6H9VOU(>}@&c&Pmf-g+*b$B!Yx1mn*O!W6x5iKe zZS*V4mWq{==RL(*-mj;v`=*2(qxd}ku*WjRdHmayKYQuo;_Nc)J5+8C#x|=|K&}E9 zLzNxkKTEgo-3*lmWJ~QYfEPXw4W)2YVzK}FgmIuPRlo)WfNf2LGJw!00zO_nY#Sq! zE8DGr>x51F>o1ND4!{1~FxE{tYZ1X~d28ni7NB3|$-L+cA=1ZLWo{aPp^%dKtG+0{-(UNU<3Xw6}*cl<=Hak|9tnP;YeGa4G0?&iTF^f?4fNbFi!YZu#Qy*KX zCSZXwgukYb1+mT=CN|iHq5R{n#%&<%h(NGNw8B5!!!=qPJ37Kg!T^gPZyDinS@3Ua zE(a=t2NWJ|dTMHA-CQZI5LY0W%_DN#-0AafFr9`yJ8Vc1dPl6;UHhlbpG?^M4zt(G zqw{dHl)iRt2rHxZh6W~f_FC(B0C7ZiwO?hKNjN!9>n^j`7a^!`a_{c-j!&tU};d zzgYX=`m4Xtg~K~!h$c&4^%t?z;qJJOFft5Bvu>qzVLxUzgcB7BBBf&c_q(@3z0%Yh zSh_pV5lhq^?1ZvL3hmO)mT{GA4B~~O|dgE?XQusL9IDdQB|I)I-8=AnaBK0fH=B#0y{mXH#EICz5LiAtII4mmO^;RAb>~25LBI%-cZXD z8cb-iwM(3XdFJ6n8i#~uA9$VYnD_?bEm^dEeBD%wVWI*65!dDkP~`v~8T|AG&ZMp` zAb*(0i>{YE)Pt>;yA{n`EPI;P=ux`kdDY%zyfDHKcOB`&#JwkcjS$USo?YpgrM9h)jXd7H0<%7r4J4*<#p=th%g8f8uhT&gkgoJ@x zmy{Zr{MYjIR?xc8l7)u@3?=Yyx;nvR0OC~WWilgXwF_)LJ9YK+ED6I)T*uyAg1Yla zW!TT1LR2v}77^Qo?l~~ImA!Flh3+1jb}NI4+k7zCX2Jlk@0x#yC@&DqbLrnVsm)JM zOvJ|HyjOBAH}y(+@qSsGe?34N4vWArg;!+`-r7bA0^7*kzmX!JUB2wBwjB}!Hfv|kNPOYvq&Doc)tLHA|fmd4VU|a^yBa5Fy&ye zzTvOhr$A{%q>XRxO6+YsNj-mT&Da0}?}~WlAk+D{10AQAC`gWm0&fYYE%~!&*CrD{ zd<(o6o@wU`f*sxwIWcuv(Nur^l&tIQ7?tq5;W&)S8W;Ksi=1F%+*83I_ZUcIddSOP zC6=$$_d?@ye-L8?T|ux#=@I#jZpEtNpYY1FCn3uRp@!{@59 zQA)jRO3fx}nXh2?I>sM--6Ta;D5#_eQ;>hL(1KX>N7Wr0t99!L-7Q~x2-$V5JZea> z5;h<^wj4MS3>>XK3ht>pn3)^yfH}C~XuDb@EGj199bI8*ysI9=i{v7#M-p7HeeF)g zDcG+BTinQPFj)$gLh4b2GODzsn8Z6ATd$9j13$jPSN+&C%PMFuJC0)Te2_p{x3p_{ z4bG}de;u&3AoD3aIC5vEWYM-nxUR_!o8QF!_ zUn}Pt+P0`t+W)Ss#MQ_3r>jlsnzU3Z2)c<^%B3@B*4TSt3!Ytt(Rx-H((g=3jFE+U zQMmK25@@Rk=Ky_x+l`%tXIOvx4dj{)aZzT=Dd7>TnSX~L<;f6;qmMz4T`rM(2mX*M zCxyH>325a!FsC(B#tJovH{!aGEFIJ)WL3yUU=JHh+oLW{J!#qy%Y6bOT`uv#=}tG} zC?%9UNrg+djgXr55}K8ZsoE!?)Wl)S+*M>hx~G(^8%Lp1h`9NYr`7vlhF|AdWMZPL zyN8V$%FJ+Q56sCl6TXUB;fgMw2CeL$E;~w#*L5D#CQhJ#_1XWcy`tZWRjUrKjN`d+6i|R)S--=H z<7BuCa24B4dwT@*l#XL*a*=*dM&b9Ti46AG0S12L5i4Lv9sSmJ$HXn1x7~tj^Tv}n zk_3IR&O*wy{jTa~xTBZ_5)zb@#!&<|?0*YBP?J8=l18^fzQTP2C0CO$2;f7&TX#2J z7n3LCW_p9{bk?6T#_m?+JT*8y&9nJpe06eh#=>A#E!dIvyCQcK+R~Wh{gJ?@*=Lu5 zDehyw&7n%OF=ZF~cna1-1~r)S12-+=c~p3|={HV~i}zxFvX+`)JxMhqw4YD11xjvS`9pkwS) zebV%E1hoheZER30>*+!|$#BAe0Rd%yyFH(h`bUm)pH5o1P%KO>GAL&%qiF}qu?ZTS z1Fgv%DZN);_FQGtxmb%Mru72oSF!-AaSLp zrNsx-|4vN_pu-yvA=Jfp(kpSUum9fjmVIfy(N{uSaiS-l;x;@p;vx5SZP1#Wxc=qI zLmCawNWBEz>?DkwEM#QvcJ%}N$`i_f*C&iD!8697fjukov^&~Kh6T_3P8e%yi6q6x z!(`mD4pm>J5>N5f?J(k0aZKzeC@h3n{jRRnM@){14|KP>#t`j+v!t{7Z3YVnN8g2K z?0{3BOi&BwZxm)QzB6t2i^Z`XDv(z#SzChr=|hlPMSfkkPHCRI!_G!7_*nzQ7roUU zBd_R@2wf_VjxB)#haeodlb0-vRU&x+D_-b&emK5)*H*Tb;`@{W_9Ea_pb__;pdI3}7 z4Ui*%4-XWMa?2JRh5$YX#MKA)}^_SO}r!F)LG?Q!ev@<<*QL+7wcs&P6?{E%F_>lhl_+Y zN`+;8m$DAf?DXVLU{I}z7RbX;cD0S8)OprV?*=UA%;E*q0ByP3z;>=}M1j=UayGaz zPELeSlAzpy1gr^8{&t;GFEG;OUEo9_Z50esaKJDsMrQ&Nsz$^TFf?E6$OBFu^)rsK zDfl|YOn?xPS~FAQW`ps=Y|DL9Kk!87kk2RBmfHw2LSA6XQyetcCe%{^2N zQE7QkiYzRxB_R&EH#l#lbHvUU@ z`Q!BBQK`US$>bS}Ifvl&R=j!0CU1!5^+XF3D{EzRJV+CX2?>{d;A=8LVS%&;uk@@K zVuY$T4fOO#Urj%gsEWN^JvxBO^B0bQ8{$`rEL-Ic!=zSBklT|xvrJVmF_`o6@Myu1 zz|*rF7zV|&57`V}TIB?}B~14*JeYq&a!C|g6dP8JBLryny$`OVRw~HrGuo=pv};#+ zS|=>n%!!qc3YiS&KIAi*wt}R_8~RLEPD6|6PDXd4kzGE?HQ)D!GM{+QP3H0PT%$(> zxg@}4!ZqYq;hY1shKN%43euZgR-PSiWe8*pZjfM}>T9*bR5gvTAbJa&Z6So{aKC_c z{W=~6$ktv?qa(Ep=HJv9Tc^m&b$CdbUjzm}S5w5HU)Y0iBL`vIpufx-8XISaQTMP! zFyKEf6(no_%yt62#uRwV>PjwRc(bv#?!PDfG7<&{NIz@J0DaV=&8!9m^U^Y`zMd7m zk5qrOzCY)}aPnT_AmSJ#hFSo=_fU~owFy!=)1zgq8HEpX-NJ!{8cZ0j7L2!3{WMVRZ z|9$JS)+y}XAdfq+A7?DaAk?}a2a7j6TQux`m+(06Hbd%7`fL2U`n{}!@=Frbr_sy5 zJ6#(TOC%hdNQQRnT@DlC2(6A1h!Z>e%mCdcSYcJ&-H6R%BTkZF2L#})x4S=bWjiB5 zh&B5JTgqFnL8!Q-rG@hO1v5-{%vjN_@9rZN35u|F7%iDs(EirBycDEU3BbX1dC`7p zAM$YwFts%0fjn(>2!|Ab^o-uCJ}RY~Z%vJy!TJP)af}qfFj@;o4MDBz1^G<2WAN{X z9$j)>@Faz#{^9V zbIg`4U44C1n5q$h+t>&OUxCXUaxwm)!QJDgkq8%`++~&K!g_I!D|Uro zH=;PCrled$G&_7|86J3h$7tCX2t;$jxcY{!Zg`i(q&ZHOJMG(vq-)8Ks1pf&D6l$5 zE3)9zceDb~aX|2n_NH`45#?aVvVPZ5u)V!H_%N+W1o+|*-2=dyx!_Q!0b@t}XZ1+T1g$KJ;JUM)|XK`c1 zux<5GV7OVl-(grc6XuY_2<;;u!|$(@WDbt zBV6)(l9w_%n$T(=i>W-H5ZX`GouGAs*wik&UZF`&E*~=I;Lc@ zU)7Eq_V$F4qy|SAV!+?%B2A!`e{FlFG2@{0bJ2;m($1TIid-`{|I&(rcDCTKQQ>}H z)?*6K88egA5oN8>ERLfFN$QTQ2wJ-Z_Y{%Ly#)tJhKTB@n2Q&u6<4!}iiq@Yu0vc2 z0$=H_3MKq16}$=O?Kh*7ndt3kY&-%6g9XEvFJCbH{QY2JT1?2OygycYk}$9j@bmj? zf5nw6R}e9e)6AVEQB@P*7aQAfZ?B9Y_%dCtrBCi97*B2B{cUcIq%IY)C0JV9wx#9e zfmsF-6dZLkEw@mD;~n99&_Cr@@}6uRZ{k3oCW(@##7Ji>HbMB-ijEe!Z8t_fonVl7 z)lvX3AIW(zW;qC+a$)IbP+`EXMXQg!C5?hFpS>2o^CCB`q58wjG@!&Cz-_~_;t+NV{szyr6|%2AVVVMmT-ciHGy&>Zk4v-zNILUWp;h$KA( zt<;}JDBE+!V4OSsbm`lR7z9Rwy&e=0fID>W?%m;z;x?ExkEkO#@b4!Hd5f?T8ZJFf zXq$$DE5K5vKd(_nwlXV9&Zug0jrB_L6LUP$C1zyot@1(anxhOH4X1rHVKIMhEhE?xTOa#yQu$2dBf>BjRV z`G=`rLftVjJdeQ(?yxu~EVfv@O)N70llYr4g#Q?YHnZ&7<+&{u4V~>fcn!C)Ok?+h zGlI9cY9lJvNHbV+9~)5)R1OhY72pOQ%aY!2Wo3~_iu zA;w1cOzVRZI}C3*H1|*8x&SBZqms^p2zleeQGZt-wk(*=9BqnMWS@!{`_M?h?}$Wi z2bu{_xGP|@pwaB=+OlN}s4#qcY|%*(@;^s7bo%=@Vn+@k{hd2^@}+RN4O|F#oEyH- ze_Wo_^0!aOO2u6nZk$gM7E1E#b6&j{fy@Or53iIMld>zSNt>Iw+=+t+-?X(kK@@;p zyIBRRC;)-r&W?)qEVOhA3!^`=bzqJ0)m_ zgX!#4+(qp^9o!wULgs@Yj~ngcJFbo`<|gcftiWd=xF1zA$DzlX*E#S2uBk;-CD)|& z&6$YG@yd_?pV$ih-(Rf#lM`WzB90<5V!E!Y?yXcG7on_0RR8rlNORGl7ko=Ane*bTGUUHI zrlR&d94CF$nGq6wsYTo%`0D(!>eM#+zkmCQ#Lr&>=TB^T6ywizsE;0}*Tq$G1JE`B z=Aku*SUhL&taH1AR~iKgkNQy|Aub0wXodiEpkQ$5e$*t+V+~7 zENyw0cH0NRY+gVh=-h#(@F!2W_Uz~8_PXH5e!!@O=ZGGkB}p|TDGv}G)5Y>^`T!?KZ?1;FQ>|! zJ?rG)FgrJgQ-;Su4sa<@dQeQaGBHJ$*KwSExP5eoGZGTbkhC15ym}Ii7P8^MxU6f0 zf0gSdm(Wu_IF~?QxUe4Kgn%p3Pg&a8<#au&q6o6qph-8fgi16e7kkLm$2y}>FTI|u z5V-4}STXb`XYT*?ws}yKlDuR{0QBH2h87dU1*#-$4ifFRDG*fy-4~5H#3J@1f5o2` z&zl&(ceAC3;hRP*ukKP)v)JE~IH8`; zHZU^EV0Iw&;!($p={8Y+R)h#tqmt!)Rs!4TJqGc4RyGO$?#FZ64IYIL zJw2^#Y~Z^LS|_9#NjuAY!G(uKk&#g!q*w`p=u!QBC>Rf__h-O9WGtu*Q`5tOyu5F< z4UTfbHPOscQm-m11F*YI%GmR|gfODKz;!|(W3CNq@ zKjHr84iC_UD=U|g_?-AP6OVlo0W>6Vfzgi>3`rBf6MA}kp{H+*!u*By1N%(wZ=hV* z*tDU416svKmC_k0=536Y@rJkyeoF#r#PVi6Rv1kmKD-k)6QiD2f7@M$z5slx zS>Zu-NPB~;vzRcpgDNMbot=xoD8wZ-qntYcY+t7)LYXk>Qth3rb=&vPB=qmMe&r*t z+LD-@3{x&qD4x(OuspE2QF>*h_k#;~GPjzMJwf-Q!y-!ArmV6q){cyF-7_x5-q z;Z{;a8N;eSQ49j8IwF*K7^~Oq)66U^W>>DHV=O@XXPBz)d~T(VzrX-L!z%v6A?JUT zzm@N^R~~dXd_-Ky8#lfIyE+N17VK!uY1-OQlX`=VwRX)K5U1}Cr#}q~W81T*1j!88 zox-%b3Bi}8iDRhI_~THB;j3+@_^=3jRUnqOBHQ+?+$?xtu+6#RpcBHR!?v7IMHwR& zs>(RQamapB1AD>(`3YYwu>c_|N*KRaU@CTBsi_aM-y$JZ@#)8LJcb?w|vh%4-cMHc)%mrIi>=oBO}m4j`a4;n~Wj^g&8w=;I);7=`X4c zK23fTRwh=bPOYle(3K08mXQetW#1h)_&Z}6F8{ZqZ-HR~v%#t4t^jw~xgi8QHUKn+*)(5>;CpGo8+&n@1yn^?2Z; zM?glCt4LYLiDgqwO`wJzrU67ZU^t79jYS5;IU+q-UA=kj3ik2uj{m-@kPhU?SVh^;4 zaNEGkq9J!eNND@A{^ZLay z{%wP3tEt%vjw&v@qoZBj_<#H2k7T$5urTL5bO;>|>K)9F!8pX)KM%6fIK<;%>5?lw7xF{rq39uTsKVH=_?Kn8;y{szZFY*wH|^% z%pxi(_z>(ncYa0o4YI57-Py#QkApjqp02F54JT3^P3X#Bs~HSIJdX?kN@DkstC0|Q za?z~~FQTp*PufNcPMRG-?4R;!DXI4(lCv^(>;KEWI~7G-E5*d5BsoNeZS4g_i7p(8 z=#oCF+|K~jK72^z4P_8%MnOU5hPDI2WwyajpYC=DfHnOfjn)p5u9X!gM7TS_qxfHq z&;M?Oeq01xKO6*?q-Sv=j2)E?v_nfY{_Wd`oas6t@U&6|*`p|Qvk>cQ4 z0dgAefO9WPB?kwf)h0$GA)$B4u`<628muE%jQ!6aI2pI1@TWg>r+h1`s*q@oLzwQz z>EaSJsfzHeyU;~oOU47V_EkN|e!y~YRHN)(R8@r-;H)o@=6}!-II$d!E~-EiLw>oO zZf~im_S9whs~f{Q_h{w)%0k@S*b843vhXwc^l3!DDevk}@^`u1x7@#`dg>!r!t48@ zuQz3Ejj3O~jbZER*gqy!t3Rr!j5Ag}t*YN$t#U+I?Z{c1#k>)x#pdDyjSc;84DCzx zCZADk^@=sB*Nz^Va}WXVO9zY)-$3y7;k57>Ome7EgdtD`!;bK&%gnTS-k6h}jb-aK z*zSOC7zPv-tGI9pw-J^i>X7&{mLg>#Xs-KudO&PUtUdWbs(*A8cXR~TL(kbeElvQTjOHR)grexoZYDQSS1uW2-}T6T5s!?F|8I5hZ}bLt&# zTHT9`j0B7i@YG8HW=5PP3rq8(!aG?T$jpa=EG@Ch>b=av5oe1JKJ*J2BJhv?>m(e)PK4E@q@-X!vhn*P%thGq0tEJovDMX?`U5=; zsTA_Z6l2qm-pYLNy3_pbjS~pSolY^%Nn`z>OE<6sdZ|gsj1cJ>^+DLMf&zpX-8r-b z%-gqPVJCHM_c4p7$30t401h*Fdx;lMlV93%OakDW__M#vq!L#cY~1w2V9H}n`E&tY zYxk+|)DJWDXW6rJa^_stVXk0eExU=yYtObH9-uxCar%CNOuwj50V-`dM@kk5E^0qyD z_;YYo5?ff`lbK85!W1==J<~N{2&hQEN(gSBNM+X~(Cokw!n|t6W3E!=z?sYb&>RMfc}<*LB^6yO@~| z9>sImY-6ad-tzVr3yjhI{$n2h*V6?WCmtmD&J-3p-S;R$H;pkB&>%V{M}EG|jO*8X zJ$yJaIA~+}Da+LVL!MDJ%cSEkS``3;yIZ<1r3D=YE%ki(NsS>9qyw8j3bY3Niml`a zT}{oT5@2ZA*VvXp9JQ{*P3F_9S%AbPsRiBWU&%yhC4a5k^oY*n91t*vukdmg-}4vf zH$A3+{EBNLzw%Wu;RX=DnoIy|X%p`T{nraAG$A;S01393|KS3QS$vBVa4AHdQaBM> zqPVEp1t{Iy2lu0!TX%5NH4-Qtidcp&CVhr}J{<`!j>5&o=}uifLkC8*rXhz$`}-da!lTz&VzovtZb){^hTzGV|KmYPz-(4i z1My2gMtouOEZx^ER_8!MK!1qy_kNm|o}NHkPWQF&wjDB$!?dh^O_SPqjkEz~5Zm<# zcD_xuafHjkqsR_ZbWQw7Mu*MJihYInhr3`8a5E3#?z=ib*s2iHjw z4r9`Rw?NkD2}B5HelO@J*4{?)8Ws>$e7U?6{F$8_2+NAnPp|`-u|_9<=ULFGu3avr zcXm+(=Uk`9BY*!Rs6w?dud@M-Y?t{ypXVI;e_UVK{TJgKL68APqpF4mEtk5`U(b;a z3OHi#RCk$vRMS?y_}FFKaXKxX&+rOTi}Wk;Ui1VJjCMU&NMc49Lil>oveYtVgrsm{ z52WEryK&q(%@^nVHB#kdg!7nei6V+7YlT!ljfTF!S|kkh45p<1jCR=h>lgYO_p<)y z2ehjbb%yBUpsk~i4%t~*TuF0QSjib1e?`Lr0Frc(dFReShsR?mAqF}}F*Im-^NzqE z`_>-ATk;yaIddMc9vi{))7=Q{+e-jO9G^A_X;l!rpbs{YRCim#N)zbrtyW9w`w|?+xM+Sh@Rd zEp2V{-~p`MZvsW!vEw~#KaL%h0 zq}RbP)dcV2@`k4h@t1x_?S=u<^qE&$72S>HBDT;Xy1JIk$UqI#U0>IHjpTiHA5SwF z0~hsr!PyuKDEoixy?Hp6d;2xsJSr(N6p{ur4Tj885uqsa6e(p&WF9J&DUF5@DoM(m zF>VqPGDT+YQZmoOZT4GNwfAoC{d|ANx99!uJ>HIe?EUl{d+WZh>+?B>b*{Be@Zc{H zo0r?Ch=CSKUnojKrvx}eTPeDfv^1eyRt2VBHU~+Gbi91;LM%ckTc;9#=w}8JBu+K` z&liH}F_I>xAvrJw!D+-8yZXZitm7>VB6bA3OkO|?R#y+K4}b805W7Lr3VsX*FuKSM z0KY>{XtLtDfyA|mmewCfv!2O%WkX9Gj)B$Q>?ocmPo8-BAutfpIu}z3uMYjPz~n8p zzJ2JV`tqAWOkoJpumagpw90#B8M z5)x`|Bu3{{f6(i`P60g6sNfGD1VIam#b~z;$y03Lp~!{HG~dnQZ-MOyYz7CKM=s?5 zQBwTlg${Nh!NQ30_JE4Al9B{~FCg`3WIr}H$8z{+4x)<2@CBX11R$NYp6tB5ad<%_ zlB*a032f>*i+vxcjR+)0H#`_Aork~KAU^a*s$f7JS@0Fd84+%~) z2eL%?PKZ-UZYZEG3?NTn{77(iC--*&5`-c3Gqe1*FQuZ^koAh7E^udo-F<}sY=IN5 zq<@pGN3_$G0->BgXTk`RbO5&fDx%H8hR(aK6f;rKBk`gLiHwxpHa@n1!k_JC@riFp z#ahpLOj>Gz=@z=m0|F1d4W<2#OK-@#wByRj<$tdaAF8;!&jX)8afsjrmq7;DSK&Yd z`-CR3wN;;71nvTBvWqiDH)QVlsUCi<#hBds>l})Sa)IWkp#|;g^Ey6OUX!}ln{Ea1 zXs!RshD9<610F5XZf_yb7F_z`$>|qF=}X$Rh~Asp;vtj=?utsI+A9 zxhIQ4RxH~~LnTJU`@bU6f) zN>9`XV;JOL&Jn!9SDorl&;(nuz={a)_a7|}S)jjptsELNG}#YXm(6+qe8CF^Rf#7O zvf_FiQDy&q;v|$)T3TA@C@w!=A`k2d zHK+p|MIJ^hpA-A}GnduKFU3DibenfI1B=Jq*u-(i zIZjk}Q2w=dbSxi?GYKcsCQ5O9PiZLz9rk}6PT7Avkq2N*prXKo5X8g;rYo3IgFAOQ zhw}#ChE#u?{hpp4P*4}?EuV*@mK0c~^fnWZbc(7nD zn9Xn%-UjBQQ?4(TtY`~_(!mMmT3U)Fbn9>aoD}~t85dcb;RHZ6(I|EA?whf6F z#x0vV+pzSvKIP&U;5lG9A1L978<;wSJYpjnhV+i&1uYMT?Eu6v#*K@MvkkcT%BDjZ ztYn8YSU@D`lU9xPQK3G~p9RqyxI7rem)#80r2og;#rU^(HMDQx%%1!O-FjhR1Z;_l{QO+)<2nOqCdlA|ce>vHM z2MPGyfZEi`%Dpddq_nDOyIU20;hVR#SoF;|?}^z$hvbom%e~?{(_g)o3pMt%8n>XAXfla{k% znbbn_cCNQ?4GnL5)hC8^tRihi1~a{2#Y0_!FuQb0N7zSxY0USpvg3-30K)Yjzd4z2 z_%k2;r%QSHLqmg>jt)0>2?n6E=&{i~X;+iUb_DsZajwQw-$m&`< z7`~?kwN!uB?`(ht3j}C+O_Z>s5ANhwV>#xF+-Hgm`49KA9>qRWxcH+zLaWSlVGJZs z01d#qikBf84}br(gquOP9!~cZPIX}`pdB2IA=)Y42by`y;^!ubk6v{`+?%`rs6cLf9sn3Il?F*qV( zKp$f}HBC*hwwbz>VgQPAhzBa-#oOT>ck<{KH?$Jmg+(F4(Q7s}m7L;%(ic>n$cSbMn@ zN`8UKN+My(G-K%Z_T=QfU#|Md^91oQT#3UZ$na!8^^2!?ZBy&0On09Z_kJqYs0Bu^XlFa!`w~TDj~+dWHv!RkVGzi=>kXg=poI9!WkqF!ik4&u zRaW;1)K(|akIBs6MN2}#iHkrZA;V>4jlsn9Hi&^$6KD!}i*sT(?Bc$HPda`sm(v;=8sGFMij5c=6zTA_1V#L!SjW7}XR$&E5Hh>R}o|sb2~6 zA$~v>JzCo1yBm4i(VuuNm6{p!n3{nm3?}vx=RaM_s6zY8hh7}VN0Xq6v z-TrolMwmw#q>~wBL$dq)EXqBwEa_ELdPBtQ%*BMuUGOd~Q2AdqA}K-+h`ZDQO~jmU|l`01fbIDKZ4 z_wp)L)2Q!!PDx3@la_Yh>34w3Hu)401~wrKC@%9j-g&ARVN_Na0qZo?vY*As546V6 zIK}@XN)FheVjO|vD9y0UD2&H7ey*aauD-+0+nCf?7{Y7Ph0opn*a2(|b9U#J zfUGDN5ZuRN3WSg6%xk$#;@M=&slt~U8U+9(@BA?L-l45@qFTEVbu0Z0 zrSEO`koom1?pfyXw+TYxF71+YD0EQS0D#8pU~MCC34mxoGq}Jcu<62pD#k#>1$!8h zc5T~sK)2A0#Kvo4UG;*6@E?ce6g~Y;=WGHZ`*sk~kdy`)UnxDOnf?p(*x`vWF~v4n zw*r%&!pF5_1ST2>X0-tK#yi3%JyN_IxX*=Bg6$pz7<$~PZ{!_b5#7*&LSw2?`w#L@ z_Dl6dA@m&Dg0o1%S)7dx!dYavjIY*pMdoiURXqc*Nh)}QD3OrQFbk;eDa;M|4=`|O z%1;=$(C|A9e3p|M7~nSS)SF$hOw1k5^YxO5wO3`lHux+>`x`DdY02qZ;RdV)Ei39W zH!K%K)VjBmhDFLPc8&+7RJHi63EE+a3h+dNbg-?l-4SY_!ea>EZAEzl8#Yn#n&|A( z<9^Mr`Y2*d74e20!8BQ4K>nIrts*Yl4Qbpi+y8L88Ud<2JHFN6QF)Znw`g%_#d+n|#QJZOKb`|A=Dh1AFP)LYq{TasI8Rzld zp(;l^G2p))$1t42@(Jwv761yIkdI2HFEWZ}ZeP7;Kt<&UT_urxI2VbK0igA$;$^9?{g~$l)X^6BJ-BDgG!P#p^Ag zqVrt};i_-PTa?Yf3@2Dj>Ha-sT4)@!fNE5SAf}_Ojp$o&1#?*3 z{V=QwLv7Pbmo<~)tcA%zDCY9m{~%t!D7u<+Zvy0GUCJjUH!Z;;|ZZVCq zI(5;^R=O!IeuOQ7MF_<`OA(6CkPwRVS0GOxq5q?`_z{Xk+UUd3b0IhzTraYWN<+EpbN01{fBY7NRZ0@x*2W2nNp88n_}*Ghm#I@&rEYhGqrZ zPl=_Ywfz3QR)ft-n+1F`y7dIMRpB*3I7%5Gce1QA=iIq%o0lIH+G-IUO;)*MRjRew zQwVQ(PCM)@U^!z+L(W4XV45>NiG#V3yYR$b$;nUu?b~yOy9;a)6JlfES5%<;C#)Hb zj2`EImY0`@PvucexKNm4PT*2Bj3bD8+#XU${4Z$Q;UGah8&!fY95}EL|ISbn4_4mr zG$ot(I+sq@s>VNme)q&@;KW{XJB58ZU=(@{%-*v(k(wCl!dS-351k3xf&QWi!Yi?+_I8Iwuy=9=pHxc z=i*|j-Sa5QocpQS(usq=p4Zyd%VH`koQR5yhA6@K{#}Bx_y8|}ua%ihN3 zulh9)=cM|#E0sL9($uU+j4UXI?8am};n3X8ly+J%GdI^A<@fM2Fe~G*r|9LBfc^f{_V~S(}Gh(){%nTOAK1nZc{@El5PUNXR6-SRPwDJ5-gz zSbE{QK4~|IPvT3+yzK~2he9GE<}m<~CNmwvknMl{)wEtki4%kqYOrL+ zw8588LJe16Uk}0H`!F#|)<8}cQqH%SZxs=&f?F_fd7$vXQPchc8V^JQxcnVxmIbL7 zWQk;)espr5-L^)WW2}tOiDukQNpRLi$(*9v&VRry$G1hjYnn7Mcw5K^g1t zld1lAt-w84VUhQwomlq_4fyrx%+XMRlUFicP4KvB5XD@GeSa6|Faw{$7aMg_pDO?t zgpJP{g1>~m9SUpNs#x#hO?llz;yd^R#AYk1Oz!)>?{3xIdXMed zT<-5bN+|)%yqse|98`5#MaR9P6bgZi1G++;wv)~TQ>6cWXxB+2_T6p8fGZwQic>8K z>J^wI7mTA9pjKbJN&R~far@c_=)VXg$;=7@J20{eTjAIhL%I3~JZ+AZ0Bnil>}k9T4&mf~RC)oMzH~9^%wb^_8J^1#+r` z0WG$N&@D*ofX0i4TP^IJKo*2@{0%GTcZWFONl~4p&`|ume2G zhYtrs)F4uf@*(?lSqSVg#tyoQb5QKhV5<`xHE5yWkLtl=Nq)YiK~vq%`x6P~|UaB`NMnX*19(v+4mA?~Pdh1lNoG!;@r3KLOZ^sBaoU_!#r^RI?Su0N8JzfE5W(G;UctBEA85es3 zJM4x?Ua;m+4Mvv>G>W9GYG6RP3cR3SO>8=;laa#&7+b61f|KM1AI0#d!Zk!lF{eLM z?O1_X18UAuZQ^2~e8J&&w1Ct5*c4ysJ;;Ad^_>u(^;_!lSZaWF6Pi~^;#dP-5%E8> zy%&zCn|H&ZJE8BX;##&{T-(q$1_d#c+`F2(CMk;NOHgp|B*=J~dq5)@t?U>W!QehX zidMgA&1Bdb-0Mq>zkBqiQwg=QNnba(1tD^vW2*C2y4>r-3u!xCau5D+)ReTP)?K)? z-uZ=65N*34`2nXwb6&!t?ck76S9+Q-_v24DD)hm~K?4Q{K|z?d3h&)}+#Cf>bloJL z7!ROHM^9v9d#f2p@~lvG5*k2jTDW)e%s8KSjn{g-w||4fJnpXY{r5%U~R8 zp)n}o#;Kxi*W%UB){LdE$g_!LyeBJvW0iMC`lFfgMPdxTUtr>UcBwlyE@(_ES&L7C)d|Kd-e?P&(RX) z)Ffaqk7fGXdRiTDrr^AgG=vO4B6`c*4VND%YL(4&CyLf<-^#-$tAbnNsGCG7XU*HuzW(1cuH;v=cAh>3)E|Vw@N`$MQt4LmPZpG%%Iwvj7HEY)rQJ`ZScap#^6@g%#e%*!F?apI!0j>+)KmSY&s1 z2Tfj+#qMVa5}@HB%xY$Tr^s~UZHKC*7EQI zi60dgg0fGq+#g$q!C)lkk|`1^Fy0w{d0buH$&%Glv0-^ay0rrM$h29fE5f1HIy<=; zOLO`u+OnA)@J?`!lfn(EmjpaC7W36ZL0NfRv>4jAz5FCAvSgAlYO%yWo!p;^NPOHN4`fRbZmFB(5dddb^XqK`z2;ZNe@%gyR=g9Jk#U`q2HL@x}26K|BKMu?yGYRx%Mo}34MJ&dcr33dz>J6z3YeM zNp{H5TRO>Lm0U^5m%(FH^lux9LFyM0jtsE*_cITx2q1m4#+Sw8~fVazm| zPw41~b*gztWPkZTd%4rsQgC5IDlpsx>0ac)tdr; z)-hg_vK-RPqY-n?O%r095UCdI0lTA9?l)kJG;>ajA@$88_Srn0x()F`L$4^tVc+(7 zwyKsF7vDLk5M8~mJ_G|Jl#Hbc&z--ZY!cjb{{!AudzM|xz^8!J?kL5e=k)X&H|9(S zUci>Q-pe53k08*XK3$*Nit4_DY4P{>NLV$Fl$+RC0k@IlgS8J=R%+X(U7hRKt#BJ1LjseJk{@j>xYC*D!1Q$loR1#Mu~j*i-nwc>jtR2PdCmzR$> z3qn4cWDVAIcO- zYaLm!>KU=&hqN&QRak$?yLW@GRcPJ4{n|D?$}u{3t{W>}QgG*y2*>pKF@la0sX*QO zG3$N6_i~yj4Q@7O*(XeK)cef^4inyid^Bn3ZyhY*T$p5Ss!BkTV*b(aPvCt^uV z!y-_{l2aVfCIDz!x_tQya##0RO$$C)hp_W2nH*)?{TpActUf3&?RTC$W zq}o~x+3HueH^3lGytU;O6>azf6I$tdkOOM#>p6sdZoR}8eCS@)po)=rmZXT*-T(-` z*%Lb5P9`K`iF=X>e%pUN^fE>K%A)S83)|FNnvlME?aRW%>RhEf^hQxl53en3d6g^H z_6+M_LE+EyDLMymna-D}`^WffwtL=YSigSA3zKSg%<4W;R%TU^RS64bs?S%Ju7;TG z;A=3F3ayv`!zJJD{rG2u`2FsqQ8fpq?Sz<>-3-HZv_vb{tO+o{cAfV{JzG6NW{%e< zaarZ_qAr{5fv5+U2418ur~$+HU#!Nbhn??xz|uemhM(aaIS@A1{%a~8UJk0}(@H)C z9#)%daRB1JtD=%pfG@1_wunXO4-69+$=5GR^6~;R;c`c%;i_c{_`rMt(q}ZQ>*$?n z<$}1i?T^=b%DUMXbYRfjkERaw29FAS6$znlF17ju`kr<+40^gr1cHLeVKO@$p1Rx` z1bdITD{3t%o}I7yboc>cTdK_Sz+qVrxBs#nisxeQ30EJ4TNQ$tdn zIrF~b`A|u0e&z#yvI9`KaET<`JoHr{a7~H~;%&nuJ6z7Y2cXGwjaJZWG1KdRoGL&> z#VT-=sb9R05sF>(+~uSd^!(^f>KxrBK6^gAyg%dJ{UqWTJr^lX$ert+G$-^KQ{69c zkR8JEiabgxFiLgL>9ASH>Vgc5_c%6vyagNDIM#wI9^zbf7uQZ+UdXbUVecT5&KO_) z?YY3@^GH|-2$}9z3g+K>v$7_+CjRnZM1QwVe9LPRgGI{_$^(nSn}96atzzGmz~m;J z6h#Gvg46;VmZ=_9glN9C0F^*Ic|Jfa3ZN?`^axY9{Wm_XC6nx3D)jv%hm5m^9U8Ss{dYqO< z$eh4nU?`b?dsy^m>HFJXX`Hv6t)#Sc`s`~YeYs}UL$BA&ZvQZF2%JXDoj5FGKqaW8 zTyb9|FR!YmR(KG)gGoOA@9Nx3zuW!;TD%FW9g_gq6*TiEWjHS$;$ULNP~xI^uzY%d z^9StSr0d+2Cqe|<50ARth<2nZh^t<~V_65>Z03jgMj{ZscxP%VC|Df)l^C)tSLhhMTpTfYY%6hsAV#*vbWs0;FwhBoJKkAOv83H+Z? zHV~XXg5V?(8$yunWI+dd@^3oO?uQZH+9h`<8n6yl0n6S;4PJ(NJLtAO@|L6T9B4IV zqhmLmBzV9F2X`S8Lp#J5~5lbGgx{ZM1!~M)=^z~RJ{A2kN5o(Ucw>_ zPM*cNFRT4A2M!Bs0b!F&mU2q3s;_4l9Z-+c7IX^Qql-p#y1X!9v8&jQ({BTlYasms z4d74N)n^&;bwip3`7sFz^weCHZ zH2l6;+<^N0{F|OSJCOLu?k zROl`7Fw_+LCk?|-RdKTW(w_XC)T7RBNyE_lp)vZ{JdKGW8UXOV3Ds>~oxPpi%}?wT zAMwmA8uw}q>4BA*)$a`DLRChyDaM4fBWXW01qfOl*wc9tj3$BE+S#6m^CzfY*rv$be`Yjx0!qVTz2n&am~<nqng5}O-?S+zF!{Ke+Md|J;Yx#!o~)=|Cev;l1F({c zii%iAv0!ru;=~+`-p@<5P)p5hnI-{Ib)O!$IDPtQ*3fis!=5r(LhlCbWBJ)hu=b#0 ziLoJVk-Ug*%gGh%;i0W})^c>r{C4&l<~`k+3!VS7O@g5@ri^YFI^supY90gOXo@Yo z!Ah|~a8R-XezCM0H%{ePf(8xRP{vfEq_&mS07xpQ4D7*NG*W~h4kOKGm{mWQd;((E z%OP$z63RKyre3AHU?$;IyIM&}>GS8${Y&9dabM6(9g0n7MQq{FCHOVO0HLt0j%IN) zT@Ow3B@2W-;)(sktRgY#m<8u*G$8=(eFJ2r`i_E^zfF0o@^)pB*hqpg%-4e_pk=9x z7uk#j4lg9XV#(b_*1MshJ*{9$e`D^1PhTU!^t^%5}SzuU^K857{Jp|KY_@VLpaf-bfZ?a-;Eo+U0rtwFYM;A z7Gl@{ZO4UXXWT$>dq6aFw6w=hoPZj~&tVpP^{;K93&RMcVhmjr77GSC`}+7aH{q~* zIxn{Sx3s$T(Iv`;KLk}tO%t;e|0+w))gZr&G^uVhyM9smqT(dNHs)PN4j=ZubxTTQ zD@2JPd=mnogjT4%XlU4avfz1PV>J&#+7%Cvb~|gKgh)jB<|r~TItCRmCt-K<7|zf= zU+8Qew`O6lU8X(J5&Pxnl;o2Ziv8PpVc<5;O4_tJ_di8zk)laS9|u$vwKA~l=ax@$ zy;$=GJV|`A8C*oUS`|A8;o8LA67*G7+u{f2FsTmDlAP|{lj#a&J05s=79tnciCqzY z42=^q(KILi`-oq%mk(Sr95FBT%d;5JQOrzD{V1oX)yv$! z61sYy$3WG63=kiB%sF9j2E(d}99!r>OieqFPQ4~_FzXyTTS7651{;HL{T_f|_07%V zZDaj)B6#J_cE`5yuT@lw7@PUrrqEjx6vH67prq=RL6Ba&BMI)2ak zn1hBXN0<8~-^OGZD;CH>;9~t8?x>*E0DpZ&jZ?)sGzI^<5z}II$=3=jR6!q-D&hG!AN+(=^GQ z7qVB>I_8g=4UyddB%L|94|RpGFa>0e9Db5{!)~q0FoBbAFe_$x@#N{#SBlv{Fv3+n zVLey^mLHj#4vL=y7ZSz>y158dGzs*={KDV_=+8Qx8zNy9^hjfWgX%{5VbN0=!iHyv zRD)lC`7eB8zPtT$tlWIzUngV)gt=<~sS^T|>vt!sW$KhLGczMCC?7deGrzSRW|X<^ z(v8i{n=vL@{fb~R>w*~pX4BR>^VaMJk}JU53t!-9BA(R%rZ8r4_p)I4wx?~($QfGo z<{aqrp%16T11dWLbfkZMMF~ky+}&PrpO{!vj|bJijOQo%8)e#CiI7$E-Ogw-4ffTRexa zfiEw+Sb#a_nNz1`P=w)vO&L7d%*x7N-bG0Wgu1gORiD*8eYFk;%Pn z+gEHNpT=z;`)7JE=?WZ%=G<-CmR1VVD;vIFqq$S-V|(ccAi zSzHOQd*lHK1Dh%<1)6Uep4m$1TiS{-7uZutc|0372E$~=&Zf=0Tl3o%;}G9$-43V} zUT{nsHmGT6>`Wi5KJ`#~c5lPX@-qS{{(oE)N8u4SoB%w|EKnHg*d=e7bAm8D48hy= zY$JaJn`9Y9M+9D}HSbDGN1Cw`ItEO=cT&o%a9z4J;$`e{ zy;gPZTd0-G%%fSP?d<-AlJAQ6u&7U}lG4^8#trI)P-Xf)?Hxz%Z;^aBaq~v&_OI?z zqnI7_^UmyLhh6*S^q>&@686?M@#KEm}t|^DV|br*ZaiBtxQ^`kg)l zaRlf&BEAjFTfvW}qa^4z*VP3*c)&A1BR4#y)`lWs&EJXyg7fxDn-~nN*(8)P?;`oG z^E+j&!{9uKEzU4y8b0_GOl0i6962xLC4oQ6+o~GFFl}Ak&7ICwbLCE%Sh4WX$|i-# z<#;8gpOzlzr{|RV8eM$!^3>VnN$PULxdzPE{_*{_CVC7;AAAKz6P_;0(R+A#l~nd= zt&e_%J-uMq9*d|-zzITyivnDB#>^QCjL$vSu)rQRb&m4(_UQwKFi?l?&(hqSR*v!F z;_o_tBG!Dj(g>Q>E+OP%2}i*>Xi2w<$p0*m9hHqAJ{Aw!az&V!hWajeFL_RDt<#ju zd1)u`E1}JXT}o-A;Rx%4yqOnKGw!?b>INn^XU*pFHH9P@ow0m9P%t=IG&J27xsNYn zk=xEl(d9nm>o-=0CJlyOBCpIBIP&oA@E<)*A$28Lbz}7Uoi!ttXX-cqtuh)n`|ek2 z4y$_j?yWP}v3)x!l(6PVm>Cd9MN8dbvt`g+KW+0zVg^f0B?~82!bICM!y@gSFw9 zM_KKLvH4l@qCoSMdbthDZ?0Suv3Wz#F^YS3N5t0DZ|*v2?FVXZT)X$QJT!Ow;mctu z!Js$^%^m%Y8m%^Cd`WsP8`4cAH(OI7(;Sf)uu*JShnk&m>4q`Gn1+Ah;ewcgm5XPC z4UPU5{u>ga;ART~Lk>!{$@VO`Kn*WV1c_&;8N0$u;CK=g6a-UZ!XX=*C7V?)Tu647 z0mKaNBSJW5hm9X6cFP*>gz%QmrHt0#Z&J$~so>yr})VNq~SifFeLc&=P#KSir9;B?< z9|q%8)9002P*zihhN>LWwyTzimaX#xUVrvH80LA}4#F2N+u!rfwN5$7cKJ!8)iDm* zk{YhPeY%wJ#k6HSSq+M#qqpiGsRnbqmA@%D{kBB*kb&Z3c&Q#{pSad;nY_g{ zvgU}$M1WiMf@}L9iC(-o=|7BmM>$ONpnE0vE`~MxWvedrxgM$X{>MVXXG;80Je6-b zu{_4A8((vY8@ul%T%a-JsOf2^#$9Rtd_I7x_CG-_1F{L7)z&?Gsv-BRYrKg6RaPt^6!~%i~n@1H7=_?#z{YXFC~pzU=*bV#ju<4)6gO?L7L{ks&G~QmHy+ zb^Le@jwf_`Ak%75eE_&Nc&ZBHdtyP*)^6z*@C0+9jlzT(J`>dwJY74>Pn>JEh0>oe zFd=q0V{4^FP~+JnPKW(co;`VTHMa|U4bv2D6)?~?9fKBh4Rhn@=$=N=`OMg1=X38* zbUP{6Z-KFkkdP3{7hC0e{>4#2HI^{*wja>XPl$aDVN*jn48g4Zp#C-~lK12h*;D|} zCS|viC)xVYAB?;&3uW0$j{=k-n7JIUylW7G@~+2l_k{ILvJA8v$GJ|NKYw0beIxVP zQ>V7|sMMjy(H2;7@##FI2B-il4@X)<(^xM;$epZ?pJ%fTV{1&j%^S8{Myypy?^DaE zb5@&!J-z*Rue!E7RXclDaQv!1cn4P}LucODY~P<)S}K{A+$F=@{Puc$tlR5UT&Six zQkQ}M=y}ExE8$bTUE0ZCE(U&6dOrD-o4N7b*`buc4*&X_?zEPzO7nrd+a_t988dtA zN0ZOwM!VOZF;|O7dReEqIoUvS?HJ=HnrGEZq#qr97Jp2hb8*V{znjS}5L7L(xUbrZ zHC>98pg!Lqm*2I5N|NAX#=Z%!@9ON7?-_1_i`x{%$|mzJ?l-}RVhh@Gq{}rdSqfn#5@{|TDW{{XSj-LL@u!f3Nnt62wxPs+@1Ux z>kuSY@@(hMS@k16#*nN}v3zq^D-k3=KFZW#d`&ayGbt3EJtQ*Sci?FvabMIR?<`{qr&ttmHGPD=9Gscu2B zG4moRpM@++^BiaMo`&|e4}VbUG_fyo)Ac;_g)1g1sHd~QgR@N0C-z% zgq`W*NzT}|ye?O{YT3#RwA`I4eA8j4pb^{U06{XIhQD_WLSRuv zlmF3+w@9Pz>#uyQ&#Y66Jllmkz!W4Y=yd&Ymt(fgjpRUEiLoOBae~{^Vi6MMhtGB= z?0)H$kkK@B%jk9;&$$RvKaVrxi9tS6?`QF=Bwh81@BlxL;LH;a{V#Y~GA>e{lCSKt zaJ;5$Lu9U3(#TJhfw%wg82quv0Lwzt_bWJJ*JKPK4O&S}eMU?chHOjBlD>wDa4^u* zN1M7$M2mPA5gW5bc{CF*k#5|)sc!1z#X*=#@M>_jj^Z)Umfdpun9%~;D4`kv6`6+` z`BHB%2`UVxXzrSnDE#pXR?I)!hj!0gP2cFNd{>Le=+_d36)RS(OQ2i7e!nkV)4_+T zc&Y{40N*AfG@K3ZpqH7kvlF>;rsFO)8J)8~e|{ZxVfjiW>bxxg94j-rzzgFJiD2XD ztjJyG^nRTmNH$s(xG;HJvqN9K&MK~H71?c%Wm~kXOxm{7T=C?7w`ckP?X72B8- zroVPft7a5-dCnh_4IJVhEIt!#bBi-+IAO=CYx^(yA@@Dx{bwC;N7eG0f3gr)z&Th| zwpB)oNW8mx{krNjR7Y_ZHt=qlxzFl5?&#!nu7_Wl;at-w_8EjMqH>*jUvovG*FS;> zyiy}i7?gGO^)bT|1Uo*gg}+j02g2h!4zw{)OYAddVPR=J^d*rS%)XGQLXhAJ&6u(3 zd?_>VhNaeWm%F>qFra?_dOC8T^9<$3#fvC1( zP&pPH8oSTNguXT@{}gq3dwy2T>g>=XeSVP^QcG{E9(r_ihyHrD`lX?p8Z2BI!lg`g z?ez~y^b9uVP_IEMujgtucFubLDCtx}(bxOR*0j3{S#4kT9PHzhoz<0F%6Z~6mrZG+ zMMCA{!-{r-snjDXv2I&BUX!jwM9(QNmg}~aL2dVZH7z2B#XrourTzRba6j=!$2mPh z7_mD$gHe;4n0WMyc4M0j$WV{Qp*}KeY6jl&EFa?QhSJxspVs8Tk|t&B%pM8Ur4xO=9n^lZ`(3X-d+=uc;NmuWrEMnRA{YI zgk_Fz+Qq;~&FtBWb$6=EcwSB31Yjzc4&fX8Up{0}Gs zrq^n|{VP{~e!f=8vFOD#9Q^zSDW)`~4?kRT8vSu6zifF>t4xT&E44u(15~NLSE~KQ zZGOEpbH-HE=BTLiUcqqTY+qtKfGoj&p|K}XkR`9*Bv?Xqva>}_7L=hCjYF1gJx>O9 zs5yUmCoYW-jnolzV1?Z|^L@O@{ryiYS~6xMlBQ=KtO=shReT&6I%;Kv19i!vp zPamPI9PQ+6mC&p3ek&sq7oy6?&5cwXnQF=nND^x_Mn}L}oOFfiK*2Bakl*@*@H=;^ z8c&w8$zC^Yw%ND_GrU*?o=`TXHQ4NU9cWVEL*{`U*2X`Zi*LJBW$4c>Furi4vLxSoIjgD8owdOhTc3ZL?{d;2f{+@$ zY6-`2osIu4Ue-QP-GR7}@~){#C)*U5e2Q0XyOfD-ed5U)!f6Z+-a}$of}D?Shi>tA zE4QS0rES$ez&_gF;tX0nv`VoiAUR^AAd|R5V#dp$AbP1`uH5Lfmg=zwDH;mFacwZH z|MdE@Y<5vTyz9@qVm=ddCqBgCq9}D7bJ{jA5$SEq-@iZQi*5Ftq+?;Hy{-~lf$pVy z4qA4v|9Nr_{dIE2U)l63XJwD7`StKM4)5+s+&j;UtHe~miH{l`iAv2lus)kVsjU^#FHC}=Y=Fl3-$tJOqsSakUmfWetL;Abhx$&c-vou@Gm zjRX4^kRHmi8WHn)fph*5FW}u^9C}~URW!W|&Y^JcOIzs{YYXRz*gbs=L1$sL^{BdZ zJfi8@On9T6N}Y{Sfqya#NAKA294|JnPrTemHNP(UUek3!a!Sg|PdAD_fVSL5 zr2v4|L!0tKUTuE!1`=Z*R~@m8HO+MJQ{K$Z(R0nul=mFiZ*I;LnsmkP&sw5QX77*o z*5U9~!%WXvzIW$pGAxf8@$w43OjHnYAmikfJW3E7iwLq#^<`!nJGR%oe|dsrE8{IA z+oRR2CD*5}Cj~`@E16G)>~eGK&AAo$mDJw(VRWE$|6LVDi#N@xb!I;M9~})NA$5bcv~*5f`*$a69PM8WOjYYfWl707palrZDe1lZQ-m?dY`S?vTW9C9iA><6 z^mKH9^NTA^+y(xg2BXsv_(4@$k9Aggtm%YTr^9P=EMC(&U@X~kqfkU^(Y^U2dXo~V zec{R-1zwycXPdnV)kvxEDwbneFg6suSHnU>lcx=RuGS*8s+mDe_?cia9h&0g#V7j^ z<$)KX_obheX71#w-1d3=s@;k5Ll;BX8iCq|#@&sGsIV&fqoiPGIS@Jj)Sp@sF^Qu( zcK({7Aa81#+0@lB9sd{BF>;30QkLC&9Ab~ve$c!l=1xv=uC?Rl%I!DuJalmS(Ckh* zI{R0V_g~H>tHvZ>?4{S4p)pGu7^96#-8;ZLzI#ium%fv-cXh_Afj1T@HE$m!#Mcq| zQPi0&%3OX@+`WXqE79F0*u7b@EcNjl`?4YR7SE+kR=Un#5{~!0aJMKpSur=v&a@}3 zGwngSuU+#*zb7lqUT5~_M>NhpwjKNr+4ZwpiDw9FL3e+DdBs>&IXDn!dte2Z2Mr!v z$Fb84LOx9KA+}P@iqBL?hENGlZ&=vE!~|^rQ54ZK6*%nx6_RvWqk#@#!j67$YRunF zB<{VyEnd+#QUN>Sd_m)5S<`LG4^ z!*3CX0u*2#n+^}>4oPS+a8$~`Y%wLUslB~n8+`!*8R!x0$da<1d+^P^m6q93#~ z@y42;jf2g3ed+BEl`6&bBpbn-pLXqg+O_Fs$6g6OZlYA~-mlPbJ0#qxx6_XzIosBn zZ-w{>}#j{q~>qEeJ?(`XZ?!k&}V8@yYji?i3c)!bfhL6bD7I=U38pnt`wXGIs_RVXwc~X zM>pX)R(XBf)^`hJDL0+E#jQ$4VM8r7hsh#;J<9AGJ-y^hOZYZO4%Bgr1UHuP#6Gqo znfa&g4V=!HtZ{E^)6*NMd=?&_61&fXxjFOZm1_^=l>It{wHt(H-}p`p^EZ?Rzqnad z%C=$Sxy_F#4|k>5>Y83>38EuT@kQbk^B&=zAMGb)8Mw~QEob%ZiByrAA8z%~AkW&W z*P4*OzKly+>=x6}FFDgcv;jw0p!S_;l>g!nd=H$*B88>0>2njz^iA3So#RaU&<|(` zhVHXDEho=e3b}Rku1HPnlQ_=RB@O7Ke%yH}vx2Y6tc5ZBk1%bLkmcXGGnzzcKQm~# zNYa>Ottr3d^QXl>61Fp1-P$~h-Um;2ehk%_;%{Zta0}8lQj}!eaQC_C+#vHF?m{oK zl|8Rr&9a^v1g#67*47Y9`4-YV^Q044plH>xB?*$s%$uiP@$*mLAh#A-Y)-9E&U&ry zRHj>c;awX|;K01D$!QryS=I7R>p!#i_2UlO4IZ9kT2@i1lOL_E%QV%7nxtmNsHaXhBDRF>tWtC|S$e|cqC zRZ~CwRH|p+_=w*9FLVzc?|vze-kY{goPj9L4!tYjjEJH9B5_Kye; zQWA8S;?nbt_+qeCXmqZ7SdH1`1zdJ` zO+t%e{ans5zbhl8hD!-^s57`oqM5$;0un!ubpjkFE z)O6hHu@4i@fMHf4L3!}v1-BXX>eXfgu2;wF7OIt8-4PcY+yEz}CTF?1)dM@$VJRA} z=M7cf>xMCbL9TP}ZwRWV-E5X(NU=U2E+C~NdgldMduCWG@meiYe{M<-Gm{2i{><5n zpg>zz~Q#8rUA11;9wa=irYOY-09qlz5xEh_K2{F z8S6>UjTxWY?4@QVFtzjZblY%OZ@#liWpt$EL(q2hmGW7Mvjw3EbDv+R49t%BE+>@>gre0807NLo3W zW6f}=l$)NzH;cSOvuYL9@AmF5_q8%@9x0R4kB&;nb`BbsyEQZ^#(3hq+0@(8)VleJ z=!%@#?k0D{eGk28_o5Fiqhww=cSZKfJE|=%Juf@o=oK_i>xHr~f9H%OAbehN0c`CY>A__CuRtTb{9L_gC)i zIe|agt8Tt9RUsva{{SY=gpr$@iIo?9B>PG>+xPw#mS45sFvu2l10|q^?$GqWb&JXN z2V+6`Hu^fp91~8|8GUp=P@SOYAe8f*I5X9O8XtCzGm6Knu`bo9=$kFgzG1dnsKtkW zUe(wWcRQ}{LFa9HliUxDKhlLEF%{vi7!*fjt1&1~BQRc(5=N6G%`eqY4+Y1fcW8>y$ntNDXCn-f+ z4J2nYzV;uIITNVbI{Kz3A=_RfTVX7fA~;Sj<*e0oNGfZ-A}Y%*t%^H$(!Y^B-y_Uq zKNoh3rSiijE4QbViDu<^v59U^gBhjDi1JYP?#b(9S3c8uiaSfxW`~c1ei!(~6cr}% z9u%VP&Pws+vzkKYdIwn6AnW-?AqZbg=eu&5Pq|C8e^C}%d1Z#{sf=9ym2(KfJ$s>| z4BR8{tD)6ov9K}xSiD2gRsZDA1=Z~6z~Ix+S^21@AC1;{uhtjKUDyhIC>$<#t?XN( zVp;v_M1_QE^Yc9#`+9ppB5G}&UJ-`HkUozmDa=@hYzwLwI5^S#iz~!Os02ak839as zs5y|$fO9DI!1sln1l&Sb#d;4zP#`2T0QTn{^xX*lUkb%dMlK2VYT(IWltd!g zKiTj)Yo*9rr!O-AjV1}?_9*l7HicYMCxHZ2M!kt>J94nP`1|Cn7UpSgTAyoL-S|I* zo^kFnu}$cL|!?W#FO-BD8Yi}M`^SZtPvkf6+ zEJ}rtl@gk0L<)_pD9w>(4H`9*AtXtwQc5MOL4%}$MpH#;o@bTjd7kUNzGd%o&fe$u zp7)QpKkSda?d7|^&-2{ReP8!=UzgMegVHFCfYd&%8!Fqad?KQfoh`<@X)YT~x3ZSK zQRbXXl&{JQU}y~Xou8RIO|L><_DEK#Z?@OI%WS@1Y)gQx{rA{=-|F2b!!e^;8AoDg%;~0_p}c;Ht#vAC?=E-0707Uy;P&|@yZ^k~G%Y!ocOTO{!bq>+ ztWeFB8*};0>9vu}g$tifill7rjc7t8q) z!=9nsXE4M4YF^HtH!|JkwETqqyj)2BzUMnL*D$Z6eXV@y(zYYm7~7NYKK`;_DNP$G zsaZ|fX((P`rx_FjhJBQpg}K1uIJ6?{JZ@6ro%Wcl7}@ty0;(jY)9Eg9y%-%<(+|lZ2_3v7u~ybMoXgA5n=nJRfK<_T|-@N*qhq-){R~j zu?E*^wyw!~vf8c2QC=mrIXA|04;FGY2fYFFH-* z$Z|@mTFmNsoYr-pA8!eLCX(!wRNph@>@?q^T`c~bFO0&SQISyWkufv7<%g&CJVH%7sM*9-uQ)$f*smByMRAJ0u`yDIB1-k7SSy`B5lq9((G(%uf-wia@ z&=^`DP$7NzH=;S+XwaFtBL6+}<{r9sNN>R?=StzguYL~}*B_A)5tkaH-@m`)p}EX> z%`bWW!M&kICwiM#7gY(<=$jO+0BIo=Xh7)x%-7?*Hx*x=*1Z@W#p$T}v%``VG+*UZ zYhz5Vu;kDVy_vvY*b$(aVtF>s4*l1}chZGtoOyW}$CiH8^bOl=d_Sf5^b%*9ZN{Wl zP=ox{L1#?pd$5^ZMc7PX-(e9%6*)JUlYP?2wUw3%nuMglL(}!J>Y%qYx^6wFkc$vg zo8c&Ag}M0Ri4WO7rB8WVwBHdMtUjk2nZ?67{DQlk>HbXQndHY1VCd94#Wc80 zwg_5t25soAxiJ(o*1I zl~OnrBiNI9CDU2$0gCBKs}Z$j>k^$RY3By_&OM-Us0?`0VA+{vgWB1l-?VW$e2)8l z?LdWI*+ds>#um%kl6ke)557Z;e@Ur?bjVY|ieVtt--h(!PV zsOoiRCn?)0FZUs~3^ilXAwjN}i8JK+$}`g+|M=)qz$xL-Q$aH$DUz)xWZPWe>QZn~ zY5sUGWQcD_O-VQj#Z1r6^R38CX0iYBk+@bQq`(SO3ps~&!96Do43K8ws=(QoO}>OH z8fyi~@`vmz*YBA4Ov`=W-rSbUB&(|G5|#YDf*g4P6dJ;YY4z$R#%dLpOixr06A&cZ zDx5G1w$Si2#WA=*x(1ufB8NhjwVZO)%UKbKm)U9~wz1R}%YB%QA%y2tu3*RHJw%I%GX( z4rG8kcDJM0x958@XdOM&0FQf;Uqo-dw?bBok~Q0^yFL~4$kZ&=jddD?RL?VYM6sM+ z38v1@%X)gJrC|WWq?5K+Rd^VUz>SSNU}5yl>dCRx_mm+dHjpoPUw|cB@B9f&S$mElH+PJ8XOy_;z-BhVm z8)W%Pj8kPsVfo}H`4YRYD%3B|seM9u{p zUSaw_ZJ6((v>w86=TSd+~dU<8P`oOxzY_&<dNr{;cy5YLw>jxkpvM$UD!pZnG_aSnQs#9Pq*648MK0sH#MjT;L~WHxeq^m~sH1?&kcIsx0e)U~0`oKtb9GYop=9x1{x2c{j*j~~3 zf?JFlZOj4v$|7=#QE{7oAsE~p+R`DNwwaQ`l3vgWE1ct67AXFp@y6$GX~bS`39?j~ ziF-1qawYda_ww9xa_oB#Y~O0ea~#**zb!OoJ%aO{R@}I#=8Z)4!O$`7kHSmoYY{G(;yGAlSw+ zKJh%EquVsow@=d|#vl~ivE40MwCIut%j_xU3dOmHVg;$JVz06p80WqwUJ&pY&MC~; z+H;Sk#Ykws51D?4C%&!PxX{9dJV9#3z7;xp6tIrD{55T7g+eFe!>rQ>Zk!Y|b5Ee3 zJ}`>j-3j?mjrHhUJ$$$(mJkS02Hvx^5`L1BEBep-x#xQ{F!Nt~2BT;(^N&t3!)TqZ zuzyCOoa!CXbhj_)Eks))COR526YB?^0&S3Bfvy~(3T_*VYk;@61Q#OXOs}M*B(?*D zqxnzrsIxy0c(ftL2k-MCC@yHnDJOCj!5XSBxQIYhv-`s^PP}4X$G_a zRRwoZlD_{SopV{l`7(FK%HFSjDwdM@|{~R&)~qoPx+q= z8aF;wRQQPYys!Vbu$}T*Eb`L_TQ!U53*%zP9VSUS?h1q0<%pIE$L2<<9$fw^3AwTA zsqZD(SVA8F-_Xf43vr&G!vP(UteB8L`Ad`WL3h-kyr8)#Cu3rxt<2=qZXz(E6^HSJ znhmt8zbe&<|Fxqc6j8UiKO?WdJIwd4E}#-P#e@h&x%bZ92)_Pj{Mq}Q9d zT?Ojh0vSytopd5y!|s5<+})Fhp`8)Cch|04Dv;+~AyTdR$?e@IsLuqCforj_Il%S4 zm#HWrv4SrpHFcN?M1+Xz;FY?_-q&6U>J^e?7fC--D_on4@**PkpGbz19KaMzICNkC z26kcDCPv1ZRW+T0)xWOZfrR~XkLas}!D^tUx7fO1Z?mOh?vKp9nGzf6Ez{{9v53@s zY*{g>6hHvpi5Qpi69v9a1wZ%ayW<6?Z|`C~eofuTs2j;8Ek7^xPgTC|4O+38Pykv} zY+-|Ydv&6`KkwPR?MDo1o<@zF-UM?375E$fP}$S)d&wmWdYZ#{#j3v*wKFEN@7ove zi)$~Z;5nqlKe0m_KhA#KWa_?N;j#9D@EO{g=Is@u3t{9sM+r4tf4nG?jl^~k+VCA4Co3M*$ z-7Q{<`!Cc|BB_*|eHlAF$zfDM_iTC6bhOCu%v^21^Gxe)*Od~K$hn!yH`dJQXsU0n z4AeV+)xa~A>BGgxjV4ljnKOOr3rp{3JR%?DmLj=z%DTHIrBojj>K{d}KJjy#EG`SSf+9>QZiwiSXGQq*`Pl6EY@lJ7 zcCbh38qz_vO7XCZ@Qb_1Q4aAwu=1)*sWeL$B0v$asmQxwUcq{fj_H<87w3?Se|9nC zT{^?p=Yq^fZ?wHJ{OjP!#*lmW=+emA{D@ln|uMEMtTx}$meq*+`Ff+|m>y%&D==^x)x3mK_{3(4uqc~mF zoH_}#?tV9}iEwI;iQ~r@vU!ub;pDF<=Wk-XUlekw`Am-eUal!G%2iFBxFyRwJ;kgTi`1rL-^Xwn?JMED=R97b?*}37po{o2<;8Q z)F&ZRqM7NxuXK-<^2sW(a1ctxaco?izBbtX|_uCCa?I?zbyCw z&i*@8Xx0kqFhtk#{IL+?t5OI)OaCQs`M6Z#uRh3*iL0i{Vl%V`EiK(87h6(}lgBDz zXK80Am>K?6l^o8)?Me1ImRcohk~=y?TdrLq}bK-EK%IA^sKbsAwH8 z>vWL{y8NYovWA?yNnsGA5Uv;N*jU(B6-~;^%3?J4RcRt{=8FCEC1=z$-JMH3hc6fJ zw{1UM-R(xSZX-Mi=AFJc=bpIe37+4l8vigXKk|t(G*Ql8=Tfn1cW&9q-jwxORElH8 z3qL=N@d6s>^!cA5w>GvGW~OA$mlj00;br-zz zK{>A+cWn23*n4MyDFzoayQ^up| z!Zv*Y6L+9jdzT(Et=)Ft>gMzy&bMO4TTOX+RPZ(}+3N=H$vio~@A*--ud!{&JhN1L zfcpPl+TCLBUXNciDVsCln-N`-Qo=_4(J*wUFKWhml6Bp^a0=nq+i;jZNCV>9*)eOG z_#bK9b9Fs!^!aYHm(L!=M-hut|5sZT+;Z zoNDi%FgiLoOt`0Hc<(8QYZ`X|3VO|gcb$qb6Oz254x}w3B1DmvPH{G{lqKa&#_3<{ zB=v>aIxZ|8XvLs67~j9U+^1)96;Z1!9#NG>dqgQii%(gdS(k zwWibD6FW26OD8H{2Lu6j!lq9hGlgZs({IPI=A``SfPh@m$TXw}0($ZW*4Q7oHsoVi$ctwvgaz zoN1v^8Pu9(?Z|YVugqLlp;>g}Rm$UkJHgdozK9pk+<5CQhG2!t_OiCN0&-d_6JJVv zW~SJ5p5qCXNXSOog;UsN{aiqI)6@t2V8F|V?cK6}=)Ls!t!{~ExQ zmjx&v8P=YxJo#kf6`rdLIXh-gF7k@K_B1NCXFPtuGf267nnS?QIhoOkb%}bXKRHZZ zKIJ`Z%;6}Iu)CiAy~L0h<63!=$F{>K(@a4tYHMs*q3U<^`tEdG2i~@?iX!qx7NhT< zOAGvWelm-YJ(lJ=5;n8bu;&SY2M5AF3pK(&IxRI5c!RteL`d- z<95Iy)tLRk)xsNAw0b&`8TwBKWvwM0{$wBGl=jnYeAKC?xzN*dCl2dzCh&D7QX5bI zxy0v?bCt>vS1!++dz=sc01*f^t8pc|w5 zLu|AHtua=SDT9hOy9dnEKZi{tYZC?LaucItX12N=)O6_e>SW@6m)+^-%bh;9ns08T zw5950?aanUPswfkc2cu?HS|U!(jv*71EzDMUp&g@hEhM5@kV)diHSKi_i&4qSUp{SctOa3)3fJ#T#aB4m5li+ap zWTQ%=p?7xF_gK%rjxi;IIL1z@hZc@8i7L}S4rbT6dGNwO@B`EbLH-iG<*FR>p`QjQ zNAhV>Zm%ATK^~lN--zKF!G#(z$K~O2I|VI5f=_vR`SYWpuP9c6!!_|PLwXFgdT=k^ zx9!eemC6{^9F1n_KZ25sm{A_~qDpRwr7UD&KF)={^XpDsA&NQuM}l}4FkJosN~@aN zMvr1j@%G^1IDG!#OHA5>W{&D|j66pz=A&}9e|dR+x^k03#($t{ZO6Q-`C5!j~p&nhZIW{>D6Xtk$Jzd})!l9H|xTi>@6THhk2G&pB_t zT6{6MuXdLaDoi{rDY-_Gp-}@9)cV$gtV z*f8`LLXFxZzY`aB;Alo}jR~#$%0`;wNOAK{J&;NhGX z*K8Bm&>8t&J7;~(j{M~{J9>}F(lNSDl^%6@L2M~W&9zk*L*>2D-Yb@Pbs#TeiSTHd z!i>V6;XiMih*_ftB+Y-jY!)e#H&=I?lUgkr2Fs&ISau1=^nChaDmp(jSIg>Pa^sZW zJ;4j}V`T{`6`}*jRNusKI!;bL)V$aGzF1dpnn5)-wkll1W}qCm$I@Nv}wmG?+4;QDW(>F1J)b}ei)9%}plyw}gW_<1}3qHlwWRv=;Nf6cqAq5I4 zgQL{Csu^D0u?@oa3WW2i5dV{ES7K_F1z=OBeTJ`DQ%JHuDta*K<2G|71m828F*--} z!HyhMD$L6Zl|*ZZUXwCetaU@muL8}TmwwsCZYHNkL_TE26!kFj8E%;uZ>rV{5^OrO zr~igqFD{(c=O<+P%FhWy^8F3=0|U>e>D&i)>M(Nbp1o-r|ANk1(&}MX9I3US6=e<} z;QgGO!q9~cn1kAb@aV7A0VOb4BaY+5z~#P3$CY-SRA028I$yeN-WW`ia*#V?;$?tW zby1PoNJlZCI6vPPg&n0!R37Y7Qf^MVxw`0V=Tvd<0jKruZ7hxgpj-=Cv^|o$9Ux+# z1iRUk6vC(@=B-z-`z<{Uk7@~l?I}XwS<5sV%uGBD7Vu-ZP_W&{cHzootc84)tQ+fL z;yn=KpXvD>VO+EQ1%RgvrW`L3-{0lmvCcoge~N}w^}xTld@nZc&eg074blH-Ew=wc z)FQ1ca3f17>?F88yWYLEFoU$1OfP=KK6J{j{|6US{6NN|doP#P&IX^0QCUDkEG1XH z0OiVU;PU02|4P*UJUimx+Z;(-_~4F58-&r+qHp^0`S`!uTZ?~i$>w`#a_QVyAi5WA zFE1;DoXi0c5%k@mOeuKK;nKEM|LRNp`TdCQ#M-}84gdc9TXO#k6%-iW|F0jiRtCV( ziGR#<{KsFj^3aaIk=0WasQ&_z{=$=#gyzJ=Z^|wG2WNYs3;5UlhClx_+Iq(M-jcvS z{`R@(8~*;Zzy7gTxp!iI?NY%N3&<^KsG5Z?N=3;Hj_zmeHSd^SuF;Ry%L zu)*D280v?3{|m&CG@&nPgNz?{7-SBe=)>#ID=HE*z_>jIm{d*K7wSaf z)BYN-`#oC$&fuX}l-dRafxWwPp@6}OQW|g<1SAemRT%t0Zp`uGD4g@o--DF>D)_q$ z4RLUD3*_Eh8K0O)4bA)hy-6Uc;UDkkufGu18J984M+jv=ZT9Rd%2_lB!EzNBzg?W1 z0au2*CsFntHv4&eY8MpXI-Yl|;tivy(*1KyiN{~~!C^74t&O{U+wznjEk}QCGV$iK z>!+a0f-2+q@sF6$=%8U>@U6IU#Ud3)aPfZ&uK#n6i7akj>m*>pRFo-T5ndnW)YKtid+6qtTjOU9N4R18X3}1!7(I#Z@hZ)!ZI^TuwNjfK&4=3r`Sxf=ut`9yh?Tjb(t_=pyKZ0zGk zC&GX7_R6>H{6@k&GZz2aM@xtU37vw!?W39l)HIADjy-EeII?g@DomARWo5nY?2`r7 z>{jj}Okhc1xHkHIW;W$W?<=k4^oJBVyfIPRp4|AsBB!RtpB@U4gSF7#z78q&PdjmX zI7?u?wBpn5Nm8q{??DWfDrj3cM>7v|b9*oX$;V*sidkiPfPe1IAutq_cgyx*F+7O}ffr0gVhOi<8Y1@OgJ`_Gu2J@5MD$%Y3f{^$EZ#TCh9uRC;gBO!3h3x>xh z4rX?$16KSlEdzul_B$0I5)Dv>z%Yx@$)%8*MJ~flG2%9aPQUK_Ut9Q1uR<<1;T80E zcv&Zmte#MY5RBgQ4nf8M1vA7jF@S9YAO%=BQ64Q_vFqwBh>&(2Lec;K;qhz3DK@<| zStV(pdKmF`VvL8&{r>%*Z^}=QbK#jYQu5VNKp77DPebX18aL%^4)sAxxqz!|A}>C!ho>n9X*NZ6$B5V1>mPmp^P zS3I%@1B>;Po%0L3E|TF|%%q!M0W_BI?b9d3p%Yg&{48=#)Oczl1%3xEtK!W%{vZ?Ev! z-gm5|W=s#KhQs?|;4Pr0KxaRrSrd~AuZ$CVf4zubpt%3psa$*)3ki;fY8VBD&G*kK zVD&$3h{7g}duAdjxzea}CrO9sA7RiB%uBOKZA?xu-WpTJ5k%ajB8iF?hvl*x4G8`n zot=?C0YEpxZ0kMyUyE(Nljw>Q3~D%s(KRc_Y29LRmTl?jiEhS#-xHSGODqoqUl@5& zlVq%F-@odnB19cQ0!HiAw4Zq~8|mnHLN>9-0P-qYS{_9d)=!;$%ze+J83;PU^XH(2 z*g+BTSQK)zc62)7hv-$USszewkVFbu*Eur&=x^tfcp8?YW;^FUF#rW=;s)@do^Cga zAO>b|BW_HnkqPeJ{W3aQ=Fm6D^fEtxt2uC5yDNbXL+HFc5$8jv7L*<3m6R&su>-Z- zq6#aKfC_$y?PzK?!nA&@!BZS`pbW0>g@va5_1CzJ&318ca3C9!P+h%tZJG9{i_0HC zYxMNmVQM}|{$XqItU*$^ovYxg%Bk^Q3{8e!i@o^WZyTZTt4~OQVjMp#-)3FFZ=r*lif)bhGEFXd{CG^NI;Jc@9x=xXb}=6#?zr2K?DM61I{5| zA&--`^@x5^F!FD8kBEy_{SATEkJi6SxA|2BcV@m9yrRawk+k}~w4Odb$fCbupuwbm zWZNesFBR?{9t;WE1$nnRjiW6N>g|Kfmb(vG!2QA0dWnLshkh}a{pXY8eu}pnH4I(u zZLopy;mT|M+DEMZwl;>F&yd{2l@V-l8abV`e3lFx~3*RLht(Zw+C~|9xi^3dvvS~7;_L+={yOZ z;%$)|6_`c9jMKG;U7q9@;8nyNCG?(z7QV#F7Z&PzN4kL#hK$qKN*c*OdTilJLp=S> z^+d(|egRF@ip0{lj+hQ2ILI_LPEO z1lcF}0*8T5S9&r3&EG?^32cZ{Yh8c;Zpm-)C;so0A@J^cVeh_qGn)oT#;ziCNyzfz z&VW)1Cz!H#Xo2C**hC=D6V)Hkwt#pS1~#Fl~P3VMW`5JmWqCIcugP887Lv@`f2jTmPjvUpmrLRv; z?~%^+&P-g==%%In!xri?7|=B$B!SE@qlKQ zQVUqHDpZFMP@t8LTnFl_wzG|mjY?Nb3!6UZjb_)cpT7_KlpaD2_`DJDB`r&}F^z49 z`P6!Y?{OEEl%}Vr-Dube-LgIGtv#8^$;l%I$6jfxyoreThD3LY8!|PGa?^+~r+Rt) zom?$Cz8?!wKCJa|$%*-!H<$SDLEXiWQ2Ohvtn600r!QW_UN0q_Wlyb1yt~>erHHG9 zo4NxGa-($%@@B`l-_E-n^XTLfZFgP!tifD29;5oT+aHMb%2lHE=BsMf*2&e`)U=D` zR)HS!XRYNe4K51@J6IeQ*GIFzN2OO3=K?Tb6t^EUe|5w22jxhhIDH)kN)4}DG&D4n zmFDHSrDJkcuN#dkg`#&5H$fS)`^2fZ=;%i)P9bsK%FG-H`6ux0(EQ?#^rVM4)xh+- zV1LZ7VGa#1uaj`&l#kj`^7Jz8+O=0xPo+wU7zjY?2>64ZiHV#$!Hg>?3(1-#q^wni zxl+PL0e48vf~E&z$NOyDe&kTJR|0p>u6Gq;$8NMXGrRBM5x!ZX@>^-C*SeDoa#S+B zx=Isav~9m2A{HJv-=kLX&HO0{$N-sn&+6}hAU}TrWUI26wyLdC=eBgizIu0@El|>l ztu0N?f~Bi*Xap6uGst2a~g_<=(l;X`eW;RQ>*fKAIpU|KMEzmP1oq zs}^3X;FkY(x+SIj*hNGFscS&p{3?wp2?YfOW%FnxrCD6@?4{6;e&-9>!=A|q&~-PD zs6n(N5xmD$EHaE6HXQE-R*sWDGX~g!o~3l#M(7gM#Ot_eZEjwxih%_CZ9RZJmIo@I zDS=See38M_2UMb)rsZcRCnb$7WxI>5p?4DfQ^YbEI#nX?1W2T_{a=oa{0g|Fs#>ag z+vt__&#tcASaS@WWQyhQxUS*5?j%AETU8&15+l^90F|iCO5>vR2S908t zKdF1D-O7LXSwnUp_MJJ59Y)_KCVF?2_F4LGv(q%0^9wi1-<^+~$K}&BZ!Nq4D)mSH zJem9d+sSmN3~k2E#d)iWX zJg=&Ge!ud{<@3n#P$j%8y8=Ff(&)y9y^c2rfF$Ijrcf{_M)DzDndE4$m2qlA>b#y45WFkB_}64agbc?;G*q z@xolp$Cac52fR8eGE@S#S$4KQVsrek;$1zqDkJWwy*EzAA2+J|TTo(p+4NwnVdKJ) zT5{+Jk=aABV<jN3F z-tXzh^r4@u^r;JZV#pZApb6zFXYU}A_kA5H&etdub8{a)e!PCo8b;iSHNbME+ zfh6%nJ1`J~I%k!rtj(X}5?Gi`edv)g)4w6EQu>gDq$K*~q*2iw#_e~qj)IMzb=%18 zdUjTpL7g8&bg~LrPjNOxu;9Shy`n%Yze;(NaOqYHjc`P3|8N_@TS2(Hb{E?`|5!bZ&i5KO3YJ(YVB)g2bxu& zGa0D^GipX9Qv%XTei-{8f4;E6@uq}rt7D7&hI8j`-`u&zM{AYgg-tGR_r5*2&#0q|sR?!?fki@-%OTDf z0o0$5d+%aWVc!lGj~uUS!9A8`+geZsg_j*JRRDt!(4w-y#iqN8XD|^T!;*Ub`0<+^ z*M*0rM22sqtt*?lVPX3e^buutWN7C82EOrh_fjGHWTmZucDduw%L8UY(Tk z%V~LQtdgFVcFLp0PpJ#PjcLevp68Y3IBh+4T|YSs}X$e0EdLP)Et{aa@sd-fi)fNZi)$ z!=>86ftL^I{l?>QArXhJgbxvWMh!&0vdaq6fVLCwVA#hsq|*-LPoNAI$eo+b&lTu#OWFUA|DY-;_fll|aRaU`~sH z{g$pU1PY9o)*2PT_TH;>gZ_FUvz%PvhHNaZhkT2p$_GA7BDZt>KE<)ix7Ng6Ugq2I9za)rL%y9xvPobxKN1!cZDqQc8F{LQ^}7^?UaDKK$N?*Q zKtP=D;rjDUXH5=8=30RtkLzQoKAz=YzjiIfs|xaFzm7O5U$}oA>b^wt;3B#~aNGz{ zEv~=`DuWFY(Jyd|tX=843%*4iF)gKFAF3^P%-v;6(9A5d^ z*odKK*_-LRW_W~zrct2O3*1BkWc$a+toC@l#1G&}osUQA_u7vG+E})7?V$}bP6yrH zL#B69Idks1GXy>9%`DHs^@myfrSsB;@=C>tWnU&;t{BU&SbU+B+eB$~ zq0?wVC+ymrZ|LD)?{T-6nykvZrU5P>`VxTsG|UTY!6eHxBd2LY4f3h9!)agNw^o2)Uh_|(0+AUS^1b6yoj9^XM}>d8l5 z>Q{7hynTGEWv;eVLtQmi21ikD_oPaH^*h%S~ zg_e%2F`?BR?p{F})rx3s1$ZBi&P$eO&z;_N2N}7Qrd@X~e8(cv8Iq9((w6XWVtiC7 zmuNp>6Ch7FVO%oJCvp`Xp?XW&vpuPK;7g5}0R3jV?d9c_on7SkgzR$xSG-MMN&hC> z+D*B7l65;WrjxcOK+DM8bA*x_8XBK(6MZT+P(?of3|LcoUi;B7*HXsU1Mg9Q2=RgX zQQRv-ZMaa)pt7r+oC|m;I0~X>du-Pf3g_stcqH4gn%_Mt5Ri1%efxkSo%FxgXo8(~Kz5)N~!FHl~%L zX8X$6Y1i_A8BCt$dbLTKG(0(jfy+`G3f_zV_T!K=RW55iuvd?J%N8X?Q>m#hG`o^H zZ4{$6$oX(~x!Q$_M(TA1^_`UWOln^+0bR0WXaQQhXy-@PReg~=4wqUtb?OBvzpr1v zR@K(JjTz|c@1G*PN?X-3pkj8p<>ybWV_aw=D!=?uRdoa04AlLJadBD<>zVjDMMX6d z-jW~4;wJt4WTlIv8oSIh=ucFkS!L(j`-`;w&gPegX>(W^897X;d*TvaIDDQ^11Viv zE(JQ@*5(~WyHqwT^X!ek`0O#Gb^uJM{pNDXnmusv8P%wjq!+OQ_*D*c;_)~9Xq6*#ETvA*^Y8IC?2$jp8SA=&yX2%OhU zuZ}wXdk6tvEA_*N?`KJyr(%H{xE8kKHIK*!-1@0>k+5w~ zxdKE>6XVxl?3C>c*gw|49=+5xIoy(w+uA|>sdfkr4b7UGgr!KeOX=;H8Y1$(l3ULz z+Vk`0&a}jkkS0{enbUnjZ&`k&N!DpDyhATEEKBYJBP16#`zcNQXc<)OZ;2T=t81^O zAZ9LDyaET%BeJu#ZSclR)j%GMLX5B;olWMnRp9&kJIwRgPkTETc?Kj8yV9po+jZEd zK&XO%*k&(EVwRF~HK|qOQDHk8*DtsaHU8 zc(}$TM|I1nmaeWOn=se{45=luhPEGYVWSri8H52)_(4Bu@NU#dW&K@H2tg~uc85al zFL+34a04UUHO6kQjVjx9Ju|qxn{re!m_-LkN5^+EN^cwQct3fvGjR~8fV!F*oT2y1 z8&}8Qm2;f#O@0~<@BzY79T-8-*5)xRi`XmeLx=-NsYofy!T&?-&>=HKK(^D5iQ+^T z!3jnCj_^p^sQ_{qL-)1fi-o_W+S3K@P1Nx>UayUw2K(}_ml}R}XT%~^CfH~(nS4dr zT8#`f`HvvyxevJ{9TDg)E>(#|1@kpK+t8jI3 zL1>6=UT0eJ>TC_mA}DcFPFzZP7&*mOa~qrSfdM#_x8CSR^qSJOMH?Ra5F>r)HFeg5 z&~?(Vh3Nfeu6QcUXWAef$v_0^s8eXbwzsuOg;8{%ALz?ImYT8+Gi;9@t$oZ>erQ&P zq?ti}8laRU7;kp6D8DJA+(#&i&r6;@kE7JFvyXQr<7#(TNow!i#T(_O+~SSG@`{2Y zSf515-+UG;1%`TmPWC7{S8d>iFpBIu%eFInTz{>F1}twVM!AgacM6^|4YE~tO5-_l z1lH;mxXSUm_3b$quYSRGB%OQ(Z7IJM-V&jiLvJq;!#&lhkTc!5j?3*lKQ#cLuA!k+ z4kT0l_~VcGckiGc)7R3X4gF$lTswtlSH##%b#z*Ldjm24DNh=ebS(LV5tCB& zqjHK~BV1H9HS)$6cGs)th6{EjOHL?0?=7-Csw|~un`6B2H6^qU93)ka?f!jx5*?zV z5QcC{Z*T893CxJd+;t99&TyC%-iTApVfj)Fm%bnv%IG;QTXq}GFG*;K+n=fl&pRyV z4N>ImZ{POs*>kFPS+S^ybDP!V;CfoxP`a8%hhg_5n#DvbxEt4z@Msuiwbi%Q4A?3i z;^lqS-%7+1Ygi}XqPX+8r#4wWK0Th)3hAkMN0v3Tv=Scet*uB3->UE25=Ie&rJ3N- ztKXi0_ws;+n}dVMJrn>vsqKrpYzNlAX1c#)*r9#NSM(}8Snt&()L)DlHH*Jm9HD=W z_aq~`yU&|miA6?Hk>0}kUVI}*x_xi(hHz8A#g3z9!N5Y3PQTi0c`SRi`W;-p0t>5l zoEzdLZ3f^F7}xSoNjB8fKpcsD!>l0Sn57wfg`W0$OOXg?av0xR4xm-~w6~hOoxHGA zNBH@}ZX*SL8b~lm<$xi+|Doh%XCvi@7)J47XBA?iT(?sG;lA45RN21!il}me{vBR9 zMq{n1i;TzIgLFfB?=ILrFDVjQcw}(6f<^I4&>+N7L5t4_iaJTIp-|Ym^j5!kw`1)U zCHbGIoWK{vPZ2EQ98LYNH3z)OW5dItY?j{vuI#PF z_jn;KXsRF#%0^lYM%bB!uvscc^RWS{aasdx^>0o-?;_W{sG%T+mI_w2WSSyMbs&fQC; zh8L>eZx0+kJMWZz>$##vjmHifs{RZwtv_x4{WghrrDK0AE_ufSt1cMVz~WQkSCM*DbUK+rqB0lLw#LOvzA4$~oF zW*LkX&&jz;v6KK28_}j4pTb_T28=cE)<(`gdYkgF?Ih1j+u|Pm$Gi&0-24lF?Q!nK z0`ng)BR`z-Mm;tA<+q{Y;hlEgWRebG{mIG8XrJ9BwW31!-hW3Ygt*0>GyE$d3FIJ} z868bbiN5_nm3~~eEiqN4JEXbqfIoA-r>@j6Rk^e-F@0w7yQXg@&iJ{%R8Y})Vj%)9 zZxDH|zTYXw{2LI+>Rs#HHV}};2nWGl--h(6x+%e+6j=+Q4#S25k4$q;Ma2+zQ+uM>gzMj)YccKw zDqfI9ef&|}#1M@Z; zL@25cCIu*zE%bMw@8a1bCM+Bf=p95Z`1VaJADpIL)n`H4Lp{}b4UTp*lZG0FvLs(` zr5$;1s^~QZdq2jUPmQ9nzc}9K5PwP0uTA=0*oV?JMS?|!`qL{GpRwcOpI6=QSh-}$ z2$+uk;Z2kwFq^O|^|Z8p_V#i`$wJ87jRwgVEuGv8VLxLJwe#n9)evUC(QoyoCh;dR zE?{W}(E3UsQm}k9P;t!CX2)tR%>Y+Ey-g6e0*?p?v=2|3w?%CgIZRb^pmOr3n)UWe zg}Gkz80)VRQ|^9y*?4PypyJJn%f0=vMgB#(`qNpzA9e5l`Ka+hK|zpGTs-l=c;QPL ztQ#8}`GPdC{2uiJ6-iB&3EtFckh$|Ad|4%An_E;VEYcW7&7&CP{63b;;Pcy1uHE&8^E z(a8fmwvDnXdsPlJMA9ah)HrqieqxUQrLK=Nh7FWZk6;$wsGck$I)@h5qOxsICR-XpSR}Ir_1wm zvk!d~jV!_EL1k>;cJkbhLGQx?*}akcU)sK_HRlSMl&TazEKVuzDrPjC)>*tVI&A;@ zmT2$q?*~~c_Wlv8z0TaNu?M)h#bCS#*4Z1)%mS(-sBZ8%g0q3S`4RP~Ax9wisGyAW@nwGh z6lwp3FNCYOh|kpo+-PO6`Gt$E>< zQ94UG(lk8j`-bw1UPF_4{EJy*?JADE2m4E>ia3fF*1=$!`up06{I6@UM7@%YoGW8% zoAqIsVUwKqhpaiRejDj-Pc8KWDw|cdtFRK=%{WtS@e7MEEd=oLP-v?DNdaHb``Nz* zp*|~0BrYx?Pn(0gXPbwJx{@ub?tH@fyem$@d?DT;qs3#=WzqwDXKF1L zktouikM@^P!tc+f)RirH6+fq%`(S(zDu||FI+Rn{tQC56mM6Ys^ymM z|I|JV+T)rPYf{#AX98!7j$W(0c+aXYf?bQMjQ{cMzkKND3pNCwE=r^v2`Ut`?JM~p z?VFdorGK^B1&7Hhzt4}F=UeOsvR5^Boe)Z3WvY-VmNCfSHS!mVSrT*mbK=XCgFywa&E0NsqcaE2cAt%!s(mk|a@i{FTzVbyS%`9gF{Yuc zY>OVDs|QQ^Yu78~O}8$IXq7i*#PwxH)6i9WX3q7R5|%yr`JnS~gAhX^ow&Dyc-rGO zi+8062i0M*2qXS&8IqZsv89O=^YiD6} z6mrGppdBHdN4v35S%e`*&Sl%MTY;hTK|kZZ`v*&d0?Rd&G@ZdB&YWrG7MmGZmVOYB zx#elQP{^3o(h~1<$&!UMn}&#Bzkf!EAsqGaJd%!Ln~;eI-RrU3i7(U=qaDe9TqG_J zF-POezeYnunSG5!bnCod4wiE2ALM28_x=3gU-969EGtRp@hNhyGx*H2qf~~^cDqz| zceXNQT2l^vrK7g_I^^r)Qv$c8`-!D&?`B;Ok8;{<`{hcz zhYB52lp?P=qgcKR64mB}n>tDc-uf~6Su4-(N$@1Mb&OKXah`_W7!otOdE9`R9DvlZ z&QIiEl4`04=Bx~?tj@UTjJX$L-A#>!DTcqt>1CGc9%o1jepaWfO+D(=MOuF5-zMm42pA2X^hm8JA6?98dB&7V< z-cpXZ?Z#eAo1Gj^8XHq8-xs|;#<=&5Qf-u>V|vHau>#5vsN*k09cw1YU^Lf@phiRj z38r$M^kP$^eqnIu?{R-^k(J0^DrfX3jdJZjOpT9D<$UWI;%TSdYW=N!*p1uwDvQ|m zXKK7c&G&i_suyyUt}+N9&~^6!=`-FHySi?yh*=%8HpU~M;P=}j6m&WZ0lsF3h26`} zzPGZt>%#nNMo7g8x-oY;Bxl6NW;~vYHq|#YG%+>`joPD-J3rGd78MoMX|ZG0RT(*! zVz%+P*~0Rk6ZmhJ>JdwIP(3_yO2_smMCMQ_%F6aiLcQsUJ;%?V`3$KP-wz`WZ-YB5 zPgL7XChM^j6+3zxT;Szr+~w{inWsbMwNY8BLZh-yW%J$S<9M~6lpzmrFaZQ$+aX;7 zjW#MWCMI%Y%zAmvsG4wjqlG6|iU`Zd2%#n>YN+7O0a-&%4ycbM6daQj7VhYxHUI5l z|6f`yhG{L}PPCI?OP}{P8L2gS8lA+kK7`JdYqvq-3=ITEzQ-T*IzuoG_#?(9QMw~0 zv3M(um-#_@Z_Fg`@5zjtkh(TTHRYK<v^9cnnm_mkkMr(A;S0 z?8LA{m-i8nVfO9Y7X}nT-6jCQ!L8j0Lp$u5AT*aqw`R?ierR;OV}X|9R~2#);LsH- zR&@E_FX$>p2vXEYX7A5T6d84WHlo0=<{@q*+E|JtHAvIjtaR^4SYmQTe6FsGY>2_) zHG+Mkr~t1D}v)b;ob$zqQW*=ex*&4ohEw2p}O=JL6j4`Y9V*0`kgOAE9_kJoXlSHPqXWjqURxw+&CC%0^u&clPW?qhr8J4Y#wf#QG?A z#A`eu>+j5nT?ZYjSf{~wE;~&mOGGyFO6Lpdw-H@;Aoxhyv#Ge?R z?@~<;&@9R^{%np^vz9dr6KWytu1)Q7~Fn75IUIB;QMW8b~PuZ&K7_rmq{>#+Uw zb-nbG!MS%Sf?Y`(V;Z@HAN)wipoiGpv%tVWBoqs(>6a80??t0+htfIwzt*j-1LNa# zt5yLQejO2U&NLY_N9N?*tL3jRVxrbTRFli*DyfxDbmBNy`U5JZ^|+L>>IFH{JI1u( zvG68=ahCZn-)WT|x^Y{4(7t|F;>?tH_4J$nhp_K}r+V+>*R5N(Thi2&mUOa8B!sq2 z9U&{NLrBWZJar|NBphU`9DC&0yGf3$?49hD?9KoEQ};gW|9|~^-RJc@J-x2Z`Tf4* z^Lc;Xqi(tpgW1@74+R^YzMr-Vo&M4&%F37!TtGHniALEOh0;WUZc9Qz@2aQ>>UcUh zm{N0t<@0j`y1D|Y4M4YFBqZd#Xvu-8{6ds$BW3{9nZbO}o~JH3pdbBqMM=x)=K-$y z|M+H913Z+Y+vAA^+sOPkkX|PjRcvFd4{`8Vt5R*g>a|5S>ykRl&4BXxJeGG%j8kNb zWejCVT$i?L_xw3H8hb1dHfvajo`P$LG&=dPjt)P+I`C&^W`+fD%P6m< zCoN;+Jd8=`;lq-ccC@^g#^Q8!Rg716hBg=T$k}n~yfVD(QG2>}Vm@1U@n>;oe{W&L zx`48T95=~wcmBt3=ByvDQ*$^*w$AgtP!0!kmyX^{52Y1U>r%5XzJb$ApYm89&@K#A z%)7sEOpw_EH+G1&SwR&W? zdGtkJ^5NkuAGkx z?eyxUd-;R`yU<2IcMYFq;PFbw(`j0o^>y`NQY;M#&zzTdz}I1yxr4 z`M7CymX^wN3|0rW29EOMt53&;&l?%q#4gcjfAHW;Pn(apm0M@P5%Vsqf&$XWL6v%= zg;f$F@NXrZkWBC7l7Bi9x(WTqG^i=2WETdw^OgRKc1q6%n&Mx=&AlOVY-{X(e7?#N!e*n|hhRS)_f@>CzPJ{aX>XV=r$ z=f05+?||>+-8ZuZ=?%WB-)qv+>UM_I?VfZi6K!`o?X#gN8^Y~~wC7gel5{&j;U2ytmto4(nsQmQ0 z(>?8PQ!I}sCtIDj?aYkjFtJ*{V!w!R>RI8#!i7=NZo!Ztja|C7$NtSxR3s_Y3)kN< z-GAFi*Wp08ggxsRNfk5cf2~7WRBE%*F}d{KYjm0~!fhhA&YO0tp*Lnf&(6A1o_<44 zR6wAlqJqYskeImQk3T*Y7fV9n>gMK#p^c;C;=+}MvINS)dyjzr2Qj8jv~seQL|PGu zx6hTJ-9WrwImu>y_Zi;%3hIxHFBDC2f-{?tFbFzP*O`Qb1kj7M)w8BYVQ#FiRy#bl zdZ6c#?M=RV>fC|&kh@xHlUI(Pn;hMGuU15AWjdvuZlmTKN8cX7+2cCZ=Aj(6=F1TS zqENH09#=jir}29{)S6-*1ssE|Pha0Q(()fM?2lnDFf{0oD7NZ$t?KYD_E>Z7=1ZyW zJ7#9m{@lt&#SkkU5d0gFRb1%8e^!sBJJ{F$$eq|mKdmkuPgS;wjkTH+Zg!V(3R0DM-x0_@HbM^Iy!v zlt%6VL?P(8rbr!?D4r4l)uKU9LwaP2#&~_hN>#a$YNS)~vFo$hX&?FYl^uOff2C!4 z6h%@e4zzV#;!0#XiVqctbZhq9n`#jnFQosfr|LOeh^@Da)L#D=%~bl7ud#hY!1KlRBo#-!*)6QV(Qe| zG92F#D6mpq-~tD=b@r=2yZDCYzv|BZ;1c0L&qOvYOshvk|t@`;N z$~tM=o)2xfUD`x-hfc~QjW`!wMAh+LHIj@vq z4&p1aNI*VrSXM|T*!|L!Plbi+4ik)A2z?AZVwx`KU1V{?e@M{Mr$( zsf{n3NtDZKwRzKH?@o%W3Ye0d9{E_PF1P+EoTk1h9QU=lG56#(XVYLVC4IOu3`AFs z7p>;rczaISWgOi(=2lx4yM|^C7s!x!PCqBd<;-3+lb4rnn@Haw#cN#OR;A|NGc*5m z-r|NoZw;S@-3p4kD~-}eZ+I7XMf|W;7;X12;e6@B%KZh|;tMV+X=VNIci2T)D0}V} z#%vV0sNmWO)^_xw`d;G85fhcK#6)EjaOBU43i0Jq@#R=Y)3e(?xu(rT&Aj8`;-dd4 zjTUU!g_%lK7vh@8IC(5NyP0pwvng!1xpqs+=lkDJpsM(SNv>Z2FPXV5JBWPK80T?v z>~6gVY{H6)8Jp}c6O4--27NIP^3+k=>Wa_V2wSe7b<6nvaKF_OufM<2&(0-EJ)8!9 zO6Q{sIdwrKZA%C-G&I_} zWsAny^xbqj{(0P81h$A@e(N&?Fa1eYpPd-vYKywho|FTe<5=3z=~C}ek@)bZ3m^py8cS1asC^_ z@fyxANOB4}K-zi~(qPysy8>4Baqi!72+#;zJlD1=A zWvw7#&!U9o7%eQE(nva$EjAJF!!?%Dl^Nfo%V9AvH|tlY@2Y4%to93JN2lq*+uS?|7LV#2w3 zb7Wsu28>9vPcMFDU}(D|Uvjc-U8KuiLlo_G+x4uvt2XYElyo3CfxQNoFTd#X08gsa zi8v$0pK=GUIND~YVMY(?#Bvq`^v@-%9>1A)&ktkE#s7Wzv`G`}emQx0)m}9p6(&0W zKL1|W+7=`tWUnuVNuo@}1&k6_c?ENj8$*L6uMfh^&j-sMdtCe`+i2u=&L7TRYkt?5 zq#*F!(0Bdl$?S8%3*@J=swJqzWcJYQGLidIp{+IDhms#AACsNAb6oVf$k((VvHdbV2|2fLpLk*RKtJ=fMz_!tb1f<+m-rOJV`D*xVIu}sU%}m^ zj7EZ-mfu>0yphIFA3j_I!3zWDMh2x2r4g2T&21Hx@@(7j{o={rUm1}o7{ZFq&#m3M zHM;+@rO$WUonT|vwpPP068>K0t*Mw5U`k2MkKdx&*e+^%|EhXlb0`pk55EQ984`VW zvT0OUy~Wz0GtjDQy?xsN(?0X%A-Y}6BKmm)@#dfK!7wKE?2MrT;MeH)b-IZs33hHBPn zCZnOHTHD+8P@|v_ z_tOzsR%~O2{zyrQT|5(>&nZ3+eSHCJZA%rk5Z93>xp9cAfj9CL&lF->1&MO%Z+Ktp zBpg7P9}E5r`7bjenvhdX!*jxgBj2-R&GwevVlfAc^w$t8+7C) z&Pr(pW126wMwX;5lA4qxMQy5TQmTa4e_d7Gm%26E+2g&dp4#-EH!>@XzQXE9SC^L- zwo+R+Tl=L}*+@(L*V(Q4v*GQg$XP>uZf*z0)zR(BL;J@>nqXK-tK%N0nZn_1y7E3U zQoL2^_CHvWk|gb@eTkvMRWrBxG+Qu59da5rMwgb34NTQmIFT;bMopA&+)$6lfmi8udl3( zRUqua|pQQDF{> z;XwBI_UX5lgx)s6;Tc)YTZvAK{A}6aAQCd=@?K=t^Rb{=$?&9|lS;^84Q_$6wi%D( zgv-a~P)0?61v^dp>9&HRqHK%kjL39)Lgb`@V*e}w<+u9;FPVFrJ@+=@;&5T0I4-c*&fiV4x!VKV{4Oye$$wsOt=xQ8+wjfeJJ)9;5U54Rgm6i!`IHp00 zVdeg^tZi=j*j=09W{ir2o&q`$PoRaRB@{zz#l76!6Ba;=a3Wn+L*rZ`$a+vS%UTK= zeAy$0+>D@S&wijUV%>T;hB`k7Zm`r|5s@?;W*UilWeq@pq3||XNzk}z4x~K^J|naE z)925$MBaSb%3EIqzbJNB!F&EnID|a;D@t2q`^-1Bm_mZj3j-(w0$>OPBe$$uiYS<-F-M=~z#Jtq4*oxaYUkQct$a3n+6_4v?w zR<~LCvmkN5bFl2MJIx1X_lKLV+`3g0T)}on+jOX(RBeN5V=37e8eN^1qzw0*`&nFv zEM2o^4eX3Aa|U3ZzAv21{$W`B!4HCmu!DyZ!=iM!oT1tneSP`;QYStOGs7O8XE-&s z{^6jWSu^{-|=W>_T4Ez`1($Ga3!t^%qSyEu`oQU5QfmCj2*!1wVz-q%(-TcVtqtrU3a?r<6}i zODn@03ggP`ZJpdrdyAf4ZnL`pV6`_KQ665zh`eh{+pAa3zaW)9nOt zP+TUpW0(4;-V_#2t*DTkt}e-)nJl43qKeNxGt;e1ooe?HPcG@%;_nA8j@cSwUE$aD z1t+<)bRQUV-Z>iNNd1BWOWkkQX@%#?ooG@*0HmbR8KDt22L^t-TIjJnWvUg|FtV zw9(tE9K>tcfT9n&8IM3{|75ZW!Q4m2E5>gDa@nQKm!gcfg>{QHDv;hBIS9+kk55|* zd=5DzaC5SyxA}3ZG@s<}v<9lIck)}4{}xQ1X@YmRGfPS~hFz)I$YS~}25gI%_WR4% zA#!fr#*L{&6v4_u$tX@Sa~W6l0)1m+MIZPRjeUrWv^tKVan}j(p~_-RtV--b=UMuf zz&xyW1gw_yi#g;e-pK5L6mM#*sI>GM2IUq;Q<{Y=^`ymjb3mi#>&iT@sgP{d`!B); zs3}iW~(?LF_NwnOLv%^LJAFBH|Y(9 zUrp`PAN$L16YGIqCGA2pMNS~8ISWR7+RddCC_Hr?(uY%XXJ>QgJE^qjd9@4VnUQiS zP6-FHK#f8=(1y*wDo!Ct$53&ekejsVYtDhMD<*jY$&2!#P1`fAK7oeDNyOsz?HAs# zi|uQK>f5p(hsX!bGt$zD&Cm9+uTqecyHa)*1Y3{>Ibqn^lp|_0vTu5F$COYK zjw5)kF&`zOtbAbqS4fEmWWn!RaXM@gxw(yl^Wc^HU4wDjT)Kc?3)>kFZ=^!L@ zxUyQLqO#KJ{A@3Ry!t4Qwy%%XCr8C423e@}7e=jHLW5-saAE?`#jjs@h1`G&69+r4 zvqw*!jEs%x`4(WhN622(Y@d?aku#rg{vueX?`|_B44hfF<~6ks-npS)0Xpg9WNqlr zR>(gzmKDQp7Q1O=1o6y1o1;iSIXxZvV6mct0%X73mMaPxF2O{heyQc#zka{ss&N#? zNDAiBWE)#lE~a_P{ii)$8T+<=4V?zDqwd(X%*L*+>nYLo_?K0KiW7W{u7D*yfA0^r zFY<3328C{$nXNO<#YQd&p2-!s*Kd=rHMhv6a- z93XusN1($6|97|LZu{pM@Tv+!1Znzh{;q4+3F6&gzjZsKpp)s$htgyu>SV z-7l^b2hRS5%OR&4r;j|xQ9`?TrnmK!oCf9N>C@Kf+@20rN8aj>dxezF%gGpLoo&#( zus?=9>ZM?TAwO?_#LMdF*NJ|is#m4G%+-#|zVB6?XKWAVNn5+!D{ZuX_dQ!iA_JW3 zLMAgQTZvc>EZLk3tRwn3iPAC_`^3=^7DLYh#voSc3+_glUPuYhrOpZqJM_k;-j}Y? zqu_$L!l!ZN7K~6{E(6Ms3w!0YzKexJ8!FPT?{jxrOn)#N+OgDa`PiooD;|0v-zvdk zU45fDP5{$9DUkUKrsb|IQo>aszxhMez5CA204lzyf*$|EN@}WW_hR>08`YpyTI&if zC%(}~I|pG4E)z1=SSiV7}zYhRh`LENr3|_ER|)_qbQfaWnoyg=WEom z)s^}zA(w#KS$pg?XS`;dhY6Gv=3ao~0}hLc3y<>4z?)$DaXVi6JI5{0#qGCmbUlO0 zv*Fn5Ud9id3=aERYxFcuDw}YS=^!pH`ZX8JF#$9P`~>|Dx--~3+2;rDebe-8Mx}++ zb3fzds$>anduOx|l-=T8^7+Q*wm*Q_(R^%&GN0KytH&4lPuA*6J-olk&dsP6_uY8vR*~~R?$Ykx%_fV zdcIq^l~CP9ZsLXCZDRY0L`>66FI@sfd}n>G%Sdmv379}A_!)I(&}r8tJu=>yM+wNC z?KkP6xxY-~$Sr6iJo+gVVftFVtdDBE zf`a7YiTCf`rI{E17GR2=;N;ML_H`U6^`VE$E<;NVBSZdF&qEw3dkKWXsN_Tn7!)2l zweYWr#BJkZF@%~`HhUEH{mN688zlGkFTCf6ag_Olvz^*w$0YaG#QHQU-FT&WbW%=Y z5*Hw3MX_f7jB|J)yM9O(Xqfj?4CnV?tQ&JrMSpm$Reh#{){XOl5YA z{$EiWBK<^ogL5wLjN#rjI>G89y=(Mr==QA3w{=6mFYozYn6aCj`^SF$FX0E9G6hx0 z{1?+g`Yjg362S=GS7Euee1_ zXf649-XKADZ=@qcLq2bNwN}eFop;*k=K=-rf`SYan~^nlTUBxA--xYwnsegLkeAKS z;Iru2ot+a$%gqX_S~3T6JS)Sde_qEyp6m2oU0kkm2E&zc=V%>tHm{cgn$*dXleBzv ztN!9s^J|8Nx~sjH;T`7$95xIV7q#eFKi&Svy1fb$U9a4_3R!>$fLbi}(c%3&Ods(A z(-kg%e7vCo@I#sQ797TVQ9fT^OJ>TD9QT#c1jipTuFGlgzMQ#Wd1~@r-@_rDM-PWe z{|-#Yt9XxRT1~8=|mwL*$&R~DYiJ|53bVG(puq0gt9!f z8?96)3#ebmsrpWyR%D3UhsfYoc?r5$?N$$sB47$K9P{uCT+jc<``-efmu#=OcpdQ8 zJ0Pq_3zjmKq+J)mpw3E;!whQ6%u(o5DUEo*nlC`?230GA35`wOo7oeZCoMBk(UrCS zdcIpDMt6439i5(=%d~;TmwnNJi$5KuB41jOs%jq#AKQoWt~&R zxKjPNcAj!q@4BAgoUyMp+gU=YAu>Paxv(uy$tsep&d^w6dlmY7mOix`tJ-(Da*Xq0 zy~zdFvS;B-9f5f)bqwC5DJ8sl%>3)aa1&R%6T-JXT#cHubbIpPs9pI`GL7+Kbg@eP zG85O(jCsa)-?}E@q>Sk>`h`<}BgL$LbJe_8uV251hkECU*?*cL48RP5vSUIg4>y^I z#}ilA?mM?`9mw9w&VI%Ow-P9&E;>pZxBQWERY$<*y5afA7(H~V2WpQ%(wor;414i! zzd@hpw6#YrZbP83px`$`=DzBdn5byNxzX-&=^Np?m0_>)SUO>GMSofgK!o)O508A6 zqUxO&8(mr zf}6Woj`K~sv@Ag1LP>Y@msW%OCy74H5JFjIg2bzZL+o{YQJ4Ixg*SBYorEW0`!S#x z5`Q9nWzc0QzSFwSw;F6W|JUmXqd8^ntIq9j=*vm4P(Ib$&LF}Gbassn=?-P;MfWZjnIGQ6AnnU45J_`rOz~sWlN8!KR{BXZ&3)*qZKuAj z@y(TwLJjX|2p3jM+2yx4y;)=Rk%(?~ij)o)9j!hSRdL`}V zolzcn_Si9&%)pwUq-#(Snm1HddNpB}OJ>i$UB)Rh_7x6a;Z4?^98M?KlJ`d!jHL(* z2{qu@xzGv_P(!2Ws(|{jmI=x^zBlQVLiP*H;b(9+ve}?zO(L_Q+LF{H|Y=) zM7|I6Hn%JdIc|D0>fH*yX2>0C$Z-FUx@8Scezz$qMtBblrAy(OshoJmGkP>}E0l=Q zw_e5loJuUbnBepp?iCu<3wO<~S0-8+cf7Vi%5!LKh)7z}#xK}CR>$wV!hp0*NM*W# zf`nwgWRON4zw>_C#lvaog0LVSi=8aTlp!9vyLX|ZeTXuD#cpOv)9V`n>0OhNGxJAn zhUSB+=5qBdVlJL{Xtvq&qO3nP*@XI|q9SE1kgd0a-&pbUM9J*3n77pJl2hZ&4u%40 zN0I|q2lw!2Fti(HI>vQl>uJU*S`CV-^gn^n6SZh-`{8z z%(8!>RTv3L!m|*=WZ7)F3FR6fFCGM1RU3Bs8szniIs_fm)YhKcy2YbS1I3p2D-@Vl zGK=LD)fs_r(IH}wYHz@s4)B0j>BN6t(Jn z+Gz*4xSVbp@0d_+d}(|h^6td}13A-i74C^?-EiY*YakB1Rb#fFS(oHyX(ewz0~p5# zhGxh5js)3#SC-svY9Z0alq@0c>pa3-xre{!-HG3{4h6lS?KkceXE|ov_CbR{6T=li z>Cv$rYLgvXB(-zr3m5f*HAq!)1?F5rPuR!diwb`aJn)1ii97;5!{E&G6>n;4p67VI zlILIXtq7E9E11p2%XIUbj>(3-P1M5p@5CG*3yTfWgbP7<5K22v!)+q;vH_NXnIn^Q zo_XsZT_2MN>JKR=>9-}(IZdR3svSB`nEiOGKTvYV&`^E)yR=1c>~$O&adW7~F4zjB6#M19}v zkL+%%qNbdyH--~W$%!uHSEKe*{K2rSIPDI&?^7hcP&?%L=5)?nqzzM>yA+njrT|B@rMTyU@g-kg6bC4iNUZGZ{= z`PV%j@xt;qpAl|QxseQkBwjRG^zf${9$uB5S3qB@aKw1LjdXN!8-WQLT7Oc#6GS*w z^aGt^CS=?E#D9olVZ&U~B?pI`3L~877Zz`KtNs|>c4>MzUL)~={MB<}f+*rY0SDA* z#jH=X2zQt)egu)5A^a+yr>hZbCI@n@rMtR%muXbPwe)Us`mL6~0<@qBll-?b0dyvp zebo$_>G6Wx`Jrm>XAw4?8WwnehX*}7blwU$P+#$Nnm2~82p*&Ql9h^Q#v7+&Yr}ik z)2fyH)lbW6KmV$2q>GcSZ(*CEG?4lcZ=qm zGmVShQx7K1eZ2Jg`l(4>ljnc$P}zTW==k@>!d=D{Z(vIRd!1H{W;h)tc218Q;p~dE z-|t0Ml9545ou0vG7%#!8nJ`i9hh72KQof+WHMmAFY@Uml1pNqZ1T@SS?R#rn6INWP zn=GH*OhU~JYsbZp_C=C46yf)H*a^VMpVd78Y0L#$YC`pd-Le~ApWn3gS@wDIYoRbS zkuf)TBMK%^jc-M@ww!IjNf$N|E3Ufkha<_N;?yPABi^+FH0rCsPjPB>w@?9E6A9Tp z`pJlcv9DvCytaJZn21ti@mqlb@1suK!L7I$vwGQxxey;I^Zs`(Q2|zz6u)l9{S7H1 z{QOEi$s?zK5A3gw5AKRf2MU}ImQ18Q#v(p>FHtM@=&Uw;pJP#%Y7)G#p+f;^kP{(A zd~Jn^(uslM=LcI+z>TP`p00AsdEsg1f}OzZ=41&`2X*Q1>SehKlLA+n121_MNb^(S z^M-YOI!0Ht4&6HCI$5t+Z#6$PKbxK%5_|8_&)4np3ndL23?5x2$2&|VdgJcBoF52SV=pCeb`_q$<}p@6SaS|GL*Kk3(dnQ z=x8#_%Fw=8NX&E&sN|H!j%OWnI5YXZRi6 z?)Gs9>k{!arRN9ULej{$v7Vs{5qci)HY#MISzaD*ehU~fM$0Iy1W!g^SrnpWN~<`; zPOZ4IgHaGg_@UhO+qYv`%yNxCv`tfcX?@YzPoVo)E443_x)k7 zdT9q^mgt_cGoh@G^hxB5-+J`U>xCUJ_isDCjK;WrN`sfKUEUmL`RRF`mA2pF_j9w& zRQrqP)yDnlZo0}Ok^DVUw`aOu3_f#4y(%^-Qnb7qdY|yTAG_W1m8l16T7m{wdy|QC zJ%wk3tMj*rEvr6C=p@WFl^&GZdSPxR>|<`zrOGwu=Kgkc_FIti5;j7<(5}CM|DI65 zjqBGZQ1eYrP8M{l)Y1eCK7R&HOk(Sk)s2Lj2Ydfd0e$~;*8jIzNc1nWkV21V3RnjK z;o$_&BRsh8@fjsnG$R|H>OLVaQt~zqnFJW@GCJJuqs#a`JYOrBD4Apf;eA&FFN~2$ ze_)0XQ*&2222?+sUcu+p^?}lY042iVH4ifexP=smoE-ty>N9G3i%Pu9TBYg=|2BJJ z@LzC6js(mc;hDDo6V5pv;r!ZZ7%%AUn4ohTrpv+1Rlx8le2@51dlnPZ!~3&cwV2(v z5wCGYduM04x*80nMeqCw`4JKsNz&nJa1iC?ebO{LQm#xNdkxE|#c$ng3VeTKITjDv z%fA&>)v%D5AIjykT~(ntk@mfHa&$$5);qVXh?$c{XO#N$hv{K7PPFCotSB*_7FT)s1g=#uC zj-N0?-aWe?4Ia8PdUuABe`ibI)8l;l1xR)w-m6qWU&Lp!QE~_n-n;j~?2|`r#YB{M zU$`j_={WD`P``s$mnJuZO_N%ib>`>(0irIdBWTfcUeq|_>h}}8ZM-SUg46dA(ZDr! z6MbX0IIyiqiPymnQ&YY1?Fy*t|LeG-nwSMbW<(LpFy;iGL zMQhbZVdqm-nI?9I12bv4jpbHSHhYEXNA*lqw0m*~8jPMiv=-7EvNxNyJyXR?pXn8_ z+S>Y5(sv-Q=j{i#fh^%~`e@OW|9Lwd*u)hLOc0l70tlt~6ii|{HULrO-%A!g z6LZv2*7><$`g>_(qA4r&j_RT5c*wM z1QC2V07Xl8JtKGgmEVeVI|GT;5xZ?p-BtOWsLrevp;H5^W2en@TkqV-Ab0nJH)>wv zvIH~cl*{`r1yXqB%fIXG^?4f57juAgquxlM1@Z4SKF}1PWQd5sH13hCj7-QFLI$%j zF3?!L7p`(T&*3@Tk`8AOIN`&k05hb=fkUIC6oD#uGJwYwA%cozN>G8}37a271K2b- z+}X@>jEb2_A;Q7XAj>yLU=$p-{Iv)oI`s9+T_Wm_I2qIao_^c{r z`X+c4WabVzL%H-bd+0L*!2>D5N9vOfy*9|yZS~f%81|M*p8q!K8TYWu zoNG2nf=r!mN7Nw%@QkPM=1mB!{?TLAZFe8*cDSoTxtjOnprGKN%a@mp9ZOO!3ASsb zegeGOwRl3L+3r>2;1&vs+y-dr^aN&sg;wZv;#mV*A&0 zFKJ}Ebz);nLH^0&H3Z7Hm_-`oEA$T%b`u0_dHeS5)QcaFh>MqZGH}wiFN@x$s1(by zVizbH(maR2RH)=vpT2XyI7njax^2;@;6A+ddUHguI)PDT<;U6CB6Zh@) z*k`l4__KMg>Y)MqPNlSR6XnkHs*O68I+f*z%m(b6rW>e<8Do8tj}~t$-f1UQGC$Z7 zlRc(s6rafVw5p`2YqKuD!@S$1`uw^wHVcRGaw`t!ya~d6JgxV@3tr&kLvcG;%&J?ZLOd zyDswCo2tK>$wm9sfisvpfY1sa!YXU+Tj4Yh5AfB-K;UdXSN;=;hMA3yVS8z~T8#n&Yxu~yz*l2KF)1l$fL@=~yee7v7M zJFBH-RC1=q@tkb2MeNOMkhmwXVhq30V>yvG|k){LVJh{h% z$5`j=-fhkG%^eb1(d0Qb+Gi!@e{jA$;SjaVsv7Z^L^(G_Ar^d<^`|)wPJpWJp|1Bs1Bz zAMI+&&Kzlm^?J@MWS1}trCDxPG>VCi)=IkW?$3qCd#FS-`ppmE9I&>ge3@^wYL1PM z4@Q44o0*zA4id`eWq>u_q2MU$)JeGFBzvq*Q*IKMBXVFwI4|SWMo*BaA1{QEJkrSl zf7(!A_`O%7YbcQ=TZ02)ykt*J`eaOV!ar~M2QR2HT3!|x?73JeAT38n@Y*I64r!b!YaSuk^X}4bq zjp6f0Maday6YTsk7!(I$!~;rEXy`S3MYOYD5K?hfkn!hAFeiusCR!OB9Y{Y8I(YTL zmOY5Dd;fm7n3$N9)I2Ep$bpEW9y@kSM<=jghe^(4*i6RtvX`LfU>*WHT3+q6v##ql zY@kR+%F3l@WN1F{8iNQ4(GHW@I|$QVcb_jcm|P-7L_Agg*}^J;XmH(;x;-yv(&-Nw z)^fG@UuL~)+Jm2;rctkVA7}1=Ib;9xX_)=n)7Zafwa@(4D2?`>1^GbfAhB(>`IFfN zL;5%S`;+71o!e3!qj6R6ug5|_eKHZg z)ExKQd$O zSL#6Yz{mbLdy}HkN%=z}c{*ZNaed!)CI{|Dk1xkJ?V2I(j3>modTZB)wKW0LqLneG zx3h?5vFk2EZuH~iNcBIyXAbxUZ$Jc#Gi;;Gkd`(166Fd|_@v=2Ktd}&VV!?T#TEw> zU15rQ&mI|DSYQ=7Z$ZY>HbhzqZU!Ue-M0!1*S%lCbV#^6UYP_}%CizOwcq}L1G3>D zHn>sGiFt6INR%!tEPzJr8`*>8q|7JHI})|%&GWqjGhLa%T|KQ*l~!}n4ik#AA;vwy zx?AG)JGa&Q+f7Y85>GWL{F8O5P=RXmrqQ44w#l% zhRd_|xzORmYMR&D_VH9q!DlX3hq0WvF<b4~Ah1=_-yF4j3MYRop^3?{-$hrD z+e|%9xl8!wySv|>9NI7`F;w3?qh>c1txTOu44$2kmYQqHoqMxK~HtK|f2DPdnyCq@U8`?8CXBs5stMt}T>h>uS_ zY;f&bXwsAI5@H2=UEH3hJS3LabAoh{*In)-A2&DJJX17~J2e#@KmX&SkFLX9ukL)0 zdhp!0jk)G0?5AowK?KaipP9^$S+YWRkT=n&(%8@c{Oz8nIck0{UHy+mV* z9&czA_tL06GU!OI@!4a3lig^ujRVPqIPjxaw8AKK$2Sx-FIEj2_`hU7_p zAnHZrmLJ|S-;=6qH#y2V7ZM+zV`)e{z0?63@geZ0v9W(WBm9n~>zxcqT-O;Sb`{h+ zP+S{TNT{cWhMwxhmB-~8pEdM&vKvN-2E8-}$mm(JoglngbOAe0;pPBfE0iv%(zIgR}K`T3lokw zngEW~b#>!40ilI{Y;2T(nH{b^VZxFGVu+i~*E4Ah>Tdh9q8P7hww;xcd6*(&W$M6s!ol;#VNXQ)n2uS+p?)&G<=!z?o@;`j|1aInQ21C&EHXMp0 zR>6io${XXPSolrSeZ00y*uWnZkVHtV3RCbQFA*4ASAlFUR9`qrUKIRMwO9DCN>4 zHLC6&(vUyd;N+)Vj%y-ZB0{1GCGx_?Bt9%l#sM<3*ayVRHEUWT9x_%|UXx3Y1-JT| zzCL(-Gbo6O9-+5eft*j2lAk|kAsHK|cHvUkBAtU{0sbQNF04yWt~hhugw&2$?ho&# zUfAjcclX(SeJkYIq_mH4M}Ab!|g{wFlXaAVr- ztKb-{TE4$Z@I47tPH!L#(#m08h@75zL5Ia^NIRs*qMfOZQ(- zWPE0Fn89Gc{qL{8{(5(&XT`9t|Is~;pUw(~M8_9I%8=^2yN5GIMVmPSMjjOoX9w=4 z^NN$ENtu5VpXK$sf66!Fx1~<*zuG^P{1QIWv!bt1nYwGMtIeqU5k_ z;gg&su$%wsaIK^NgHR>YX6HP;F^tB#^!==KJNJqKXMKB-BXkal^XZH6{+q9j zD{W}>38c-M4~Z{0Omh%pZUTBBKE=<^u~ai2Kf$YqTbL`Ax$0Wuo%sf<{7{E4Wx_5o#jX>>rbEi*FWturY$hc<2ZrE&LgZG z?A>5ZvzuZ@9ij^F?Dx#c)S0~AJ{Cas4qPrfeacdHtjDnXYOM%&uFArPF(CMR=!gFE zXHpWiC#)VEb1vOUWsS2*YmA+msDT#s@KP;w7*IZus@k{{5?-K6kj#3I2HIe{dY6$28bpaQB|SRy@c3e%!vnDs`B_ z?B}NQs`FLzi|?4;k=fEVOB@V$iwQUxCxh?b7xK?**}wfAybHzdKlLZ8F?ph&>ex=^ zy`7p{&N)3WRUf1SmzL^%>iesC7JlB>Hi?Cw6-NXWzNvWuMd7*S3==>1Wc(=@-)t(=BTkaSwF#diX+7krxiu8 zkG_K58KowgOslWjRhw2mfFf8V5Ir#alUH$E2M?CD@Z4}!f|7g(Vn72D*TfY$k5bCjM1(dXyaHIw^a}iTIiQp81G6Wlolu; zA<=l|lm^BsaI7cXRZxlVJQQ`!Yi(j!PF2#1;c0t)7XdXty)lb&55C;5$icltXGzhe|iGqcMGc|Pyp2& z+A!FrKnCAmo0xy;z>#Zby!!0H11(}xRZ}C}BA)_1%S=hB+F7nK(r-f5(jzRgh`+XB zJFQ8e*=Kyujd{<@wo={oFJnx#LTMB(#&!*_7)7o~EIBm-v1P7V-PwWNH6;raE9^pr!qig_E2C#M^er(FJGaZPinRLj+Q z9cq2~X%fX(UC&4OliW24#(wUBg-85m%m3v~TZYj-)+HN>2t9Un6`oYJU$b$ekGnhW z%bT`m>PZxks&;XJKtAe<64Upvu_oXYXld|9P@cet%N>(Tivych0^NiEFv8~TwoH*e;+B1-R)s}HIyrXMw{G169Egz`j8AN!Dw&$HF{*w^ zW(rPVy1z^qqs#}qdEcP>+p>j7YnNzW3(oWbgD;`bWr5{Y-;|`+?T35Y*g6w5B_(a@ zW}Cju*>!${XDPs^C>MQos&??WkA8{@$XZzEEDLsw3;jFsnt$HHwZY_@WKiI4+_-_D zD_}SZBxfflS!YNLd$$rP>aHjuInbKdi(no}f7*mD0JPzodZEKWN|TODLiI2#dBQtX z3_2b@&7@CPf(^>UvhNJO`<4t?ig26nSyO65Oo1M8A{Lf;q{DF>5a{dIuOr8q7j+KN zW3Z2L$60;%<{-sr-|5M8T-(pwFTRJ)YgX_?F#a>Y(T?B+tIqy^9UDp`u_j*RzpoF` zM86p`2yHvfF2Uu;3ki`oN@}jjSwk}Wzsy%ENU%J?SR?-k|d6F67=I$QCYmzFQt zdyvBJE3Zeh4z!~aFOWt2pQHKfDgF}fv%j84Wo1->RQNNprDQ&su`90=%eWnobF|E@ zD_36T=+KD}B2dW{l{7NUBe!jlw7Wy0&~xBRb>ep~5a$(@&aL?d7DV?}*a~nf1?=mG z+U;O>?(Nny1_SuefTSjqA0qq0lbdfNJ3EH`pI$(I8to0(I!eAimzrCU<+xQR>rUCX zAR)lRMV@})shsBf6JPI?AqZo}6pyQZ*NBhN?U8b7!0g5gYv#y@4^b=$}d z^KLm0STk2|@l*V}kg2p3w!5>6)NUD#F9C@PUPD_1I*u`xYk*lmz)?^_0saViB-@Zo z;xTy_ZH)Ix(>U3Tnk#Y|@E*2D?qO9)_UBK7 z(fB+7WG9T&1r4OoX4pJqd`veqG_1G_u&X?^UWTMa3k;0SOSkCto=gS{PUC1aTHrtn zw0f0auqmxYjjDJ(^CiXENfeir78YDqJOT~##eM;~9R5?X&5glHC|2|f(gpu|visHM z0K0{9@vhpxf8NG5qk1iD(Qa=`|8q2;6Aa8shJML*;irTsiHM0w z&F=3vM8%rovG_1Tq6h3;^m5+aJ_0=zO-z`0&uYpEV zRn^Ja8Dbm%0LdFQ2ey(Zla+NJ0odoattkc2zPFVPP$X1A$YM?zFLDT_^`D!J;iq?f zWX9xfO&DmsJ>3%>9eklrO;tzYaOC9=Im&8!vu+hHH>!T{T<8tn|I?*}^xNMVW}EtX zsfWb611txQ=zu%aKUv9$)DHh{1Nc{(dnlrto=W5mqao-mjP4G5N)%TRkKqnHtD!OZ z_3h%Vq;{OiT3RW1c;=rzeJT~%vho28JdmV>BFWa)*65I&ZQ|GmTybNEvTjUtG)A3g7wo8CcsmT9}3fn9%c_2+5Cw%5pzZ13DT>M&C?!@I%OJAH&r7KNn9z-D&# zy%GRb`g50T{W%n6x%Bk!PYV3mqI~m#OLtw1ap|K1u+Bbr{P?|svV&LiMhrsd_;t>t zP&b1T47Z*!Y-?oVpbOor=m#mK8JMXZ7nOPorg2p9^y=cU&9O%efN3RmxoO9hD_5`T znlND?8<4(7-}GG&UVRnDlLrpK&ZDMn_4uAt-QHC7GiTklnpQ-KNf4#W0ybu9TZMM? z%BN>LO}nzkn+{3QyuA;D;tqqgT)Rnf^UZ_wZT|pcNAQ^w+{r0NroquC%m$nZi!M#j zHAImK>f&ZkC`RewpRcqq{o#^E{1q%63&${;8~6-Oe+c> z783dift3_}IrNw>jD`fG(6R+IO;t(V6&R=v)X8J1LhLF`2sc%!<8;akbPm%@o_Lv8 zh|q$qrQzqoLKR2U^VgNty;V@qaCyqvf<^Ij-zPn&{qb|;9co`cYgMk+ruRW?kU-NwjevO z&hL7wIp3N2p6~g6{yKABGxdHy@8`Ln`@Zh$x^6G-Zy#gJneWws^PG{G7@=*CiT&l) zd6vy#n{(NH$a@(*A&BxLHF+6yM;q9CNBO&7*pPJY^i}0`PD^Y z+>Yfq=ay&2$A~!f&_C_IXnsCIhMhG|&?js<3o9-Tl86k4( zt;pov-=<;{gH%3V3WGubcR>$&VTuqGbk6>(*4lYwf_?q{qa!0BnMZjDzyrTGhrUJ1 z>6Qds2!3YZHlm4xG}8gX&_*jr!zmv@ApeTV2jmVOK6ymYF=x}fAv8sZs%#4TBf)$q zqWRVepRN;u2OoYL9vnRU_^yo^R`*RNlD{68g^!>O5I!(;{5%&f6o3^_7IlJ&shamK zVnb)s670%2Kf;vbDO`gxgsZ&JJw^*7IWEqS#LDtS0L-;#&yM8Yhl`^3N5m8oK9T4L z3bA|>Ma1UnWYBxGiJtY+Inc8H4IE11agA$&%WvD6mf7113qX3T6Dl%#5EI%;7IM z&cFZq}aqR>c#Zm^hb}|C;qdD8lfQcZl@p_u-KVwM9SK;R}nIZ5n>-tsX3= zPa{sw05%3v4CBNj3^=k%&c~8zdUa3I`U;y4pm#Vw+9qAAo^7TM$FNLaJrW95i2a@f zRFrq-tm>CtMmnhb6}1R5`QSt1SFQxrUzyNwS%JEb7*aIpUtH{lDjFCxP&-Fb)dAX5 zXf`*3_XEcOMkfpwX7vuV`)t(Tl$DJH2y~6xA}H{lsFrmeu`RM7@31n4GDz`CS=hscg9Ss8lQDBQFsq0(Xnp?gla^H9G>*`p4todn|mlDCpH2HaA z67}IAW!f5|Fu;D|1nC2Bul3opIG{7nq6&;LiDxhzHq9;r6??qawz&R)Z3LwjfIT?I7n}@Ug0hP)&DUvgFensPJVR@Afn6 z?e^<-P3qMUUhjYPGSz@7pTKE8v7r7Q;qL_dk1)mx567U{%$JGT5P;X8ltHXm^} z>$FKR70W!Box?$Q1GX^UhE-tvyuwr%t{&wPMz$w5w5R<^mM zz7)9q+?w7ijALcFlM2V1+&ege5V4Duak@A=OB|juay!O_M;CD9J#s_~CMKL?hzq*9 z2Pz+5!k!;=ClV+}$I}pzi4g6qFzs>i&;$DpaBy&p+;0wzNd!TchN$EdT4=EI6XuQJ zbC^b?j;Qg_-T>qDDh-50Mx1FXOSs_lC}5$d`yuT!AwP4kZ~`a)wQl7Tgq(2Z3N=Jy9yQvS829%JIW(*KDg25oc> z9HqYetz)51hj>o>YBo#f{9EFD_=|<7p(c{|){(0seC%^|&3vSf5zL|onzFLmE35&B zb~pA8)Dz^=k0mAji&On7QTKPDy9TG;UOtSZ!u?|A^T?c=zBl6X7hpFr94Aj!=<1CLy0?hW$MvW)^<}wUa==X$+GcW$Z$@NtC5#WQda>oXjPA zwq;tv8P3IV9(4H;Q5A0xgYnB7!PnF>Y zsXufVj&(>NKS}&8Z5VsUOxm`SGKX96o&3&S=XqjSVNFEX-(gqH`)Cw8;-)0f#ZEsH z1;Tu7)Jdb(;TRI zoIdMtmHS>eM`uEB>1B-eURFA)YG7G~%cWU=qPJL61G1<~0*^m9-^%s-0Gapa5~EA3 zf);jwX&KiP5}QAMEPVFtV()3iad4G9aTyqK-U~PHR@gC~%RTbCkaE&_LhSBlYS~{_|ImPK%6d4Q&+4UWfBM}}?m-Ms7+_smME&D@mAIb(t~lQ0 zj~Qzhju&dK7z#sfnCC1c@Plzm7TgC!aU0V`Dja@|pmWA>$+plr@o2X2oEO+ML7(?#rzwa;+gJ zG*KNdr#jbWw;#okAduy*bq;VfNoQ||*{m(wtkk9X%Gxd-1HC_H1BJ#R&gwjy(QcZJ zTt7!zUuSY)L{2`>kn@qyIg@uiPAv*Zdr> zJkr&5GA5DFZG9DuddzZuCQxbnA%vUJMc(mN^;0%V(JK-X{!#cmBP65;BoZP((uc)z zTJxX*wsDC&$x5$(Qvo!a+Ww2p&&!7r%Y03*aWo)E(Pi`@6(2M>KuH-7gSV6vv1?7G zh@5)6hf~2|#L|&db6(zdwtId0*CL+l$=WXn5RkrGMWVTux3({ut=-BSpj5M7yy$vo ztKOuTnULs5SIf{>qfeYFJIyW`1#3~b@pFKp1_yO<<>fevxq$5wqr_L2=>cVP#^fsY8^Nq=X3Q?z5amY`*7Rh}2Kc>rO|?1$9|0eLI^{ zk3pm9jRpXpXp@6uwk+~eJA3|~mzVE4KB{r6xJk4>UD1`L)g$4&rkw+E$^-eU52(*# zQ!&P3sO>sFU89n`{6K$y|IiRqJM^GXB<5fvdku%Wv$-xUZ?9g@iSj1|z0VT+Xg7e}v7x$+^J37vO0_#eE zw({Ty6)&)`bq>C=5wz&L-1Xtb`W29|6B(UGDr1jum!a+pwK=xsS=oOG+<~$^sW;pM zZALai6HVDwgY#^$A>3<;zS8b4MI$F&T9w`V;5mn@G*-30#Fbq=Zvd8lt&9Cxb1prO zqii?BE;ytu4Wn2$rQ4S|8>xHefZ^RUR*N%j$O$@LOpv=s6&?$N~L zn@&@KoA;blD%?Jo1W6e5oKym=zlHY;cqmTWC8VVTYvER7II($}@+)Y0&Ejf7n=y@2 zj&^r`G1`(47&aZv(Sve<6YHfA3*t3A(!a(}yv+h8 z)3i+Zve6JSV%KHNk?%UsX!I@5(ub28XDv#_S)Xn{$IVoW;N%+++4CxE5P_lB#tIZH zpi-yg9~c~rCr9*}C(8lcFnnm=zNYQ~fRFsPz9>}`!T|%cP^SB1W;zC0=T#bzIiRt` z12qpX-4g4K@opqu34+k~7)|5mB8Tb0KW?rkvaJ?c;!7jE!6JJAUD76GYUbSfj7wfl z+Ml4iiH%6d>?r&WAc4lT^WuN^r8dfnN43g(3Ymv`Z17&^?sj0Bu0&5Q>Ai zdk-GSGdMXopdBcCS~U4LA2>hSLs03o{k6!|n$A=(I$H=`;fb@75%s6?pQmNQ)hr&| z@ymLmEw+-#%z!)LYLUxtXyuSu={@H;mdkBW8zvJQ1{Py43b4=fRu$v1e|!MEQ!jLg zw$+4vS(boR-|zwFYst3p7Huhh@xvA^9vEeAlowRJ|- zt`YbS4MFk2cJkyIA>peOAP+L0JEz27hPn#~3Bm3x^TI8aFqwFrik{wFXO)pQ0Du|L z_%EXKQ&Y+iP9vckqweqk0@R|ZUe!EE-HB;!dEA2Yl1}GRO~$||P;i!?0z(g}If&z` z?=O$L^&d(b;)&z31OZr#eID! zS%Sdb8u6U4o(_l4;2b4uiLH3Y?^wl$vw#`x##kYEp@JwiKYvA(-X)qFz-pCpXMbQz zWbC_l?^qvx#UQ2}?)7wbe)bH@YsaOi&ZB48SKQy0RxxB_aN_I)+5=K(IN%bohcjYN_l> zWh9dz%K&$P8n7#o#LdjlzXG-bplCkpFV{pJ3`ekdx~FvO^rSJ2vC}cHwZMWh)3Oc# z7~?1|r>s_(FiP6o?UL?P2pdKk%%)~{knpKe>jUOJ;+7vOq_n~7q0 z0~wu4Dj5LS9j9esy{shVfR@Z5e(zuSLN72WyHH_nfg(H1bT;!u)`!p5Pc(y%F^h(#*ipP4hC zM~_&AFJ$e8e1=sw6|r)E^2j>`kr~i)$!;_i=Q8W9a4&e38Zvcu(JCT8%Qn|kZbWIN z!YA*P&lO}<=@h*#T8=v*obRS*R??T9o2{ofd zy<%gN3AX$!=A@dur7?;1r^~z|EHIOcOMpC#gfg`827m(u`o?Uen;M;HXEawMweD3R zUxJC*h$nH}->n<}uq9(J()e@uO8Y!t-VMMNJJy|h_Wb!}ms7wk;0*z8@njq|k>l&D zr)U%o@E1i5j)ZiYiaTH~#k4~T8n3AS1fNt6U8D^+HZlSyIXoyR2P_Bdmms@(PZ?6l z4M0f0{q_#q^f*(i@|Bw)tgBogTCa#XLr9Lw6eTc^BxorfR{(5J$KX@|@ zu??u=R34v_L+SKv!^ugu>P!Q9Zw|7H>L)$+{XW+pHj%UMVhr0j3{uz*U|dd4{Hx3z z;q6)P*f%?tVS~7D5yVGyoRM-5xEJ29zK}kpd29hAK53q967wtL#}gxz803({Xw)Q`ZBpqkIIgC<~$2C=T7GL$Dv! z&IZCKdLHb)7rAY?O(2XV_l2?zpCvSOrLSz~dve-6dv1UN22>e_*g9vZHrKouB=JE{ zbU4uVIxPxD3#O9NajG9|7L?l@S7T?3Ri3sH6Z3MW+q+l$b!@lE2*aqyE?O{_q6j3- z?Gq9dE*IW_kwd&@Vcl$43Ru0TlAYGcbD8PCAmKPt5{C#8AL^XxzQEC6*ZJH%W>M^79>#m9U6gt(n)A>BQ9`$LOP9$Hyb|WKJbks znnDqrQdhI``#+V}vwLjj9foq7u#Qx??8Ln*cWkePFZzs@2DaY(df4VC;^HB(u&`hv zCAyAsN=i!V>K_xWVkLt6S{JR~@~DKq&lj1OPS{h7nZwz-4$5}rt9LZTW@I>da3dNID#`- zD-8^^6KTLx$}C52coV2OFPn*>!CRjjX;hmz#52iF5Lb*j`z+8z)b#uoeRmQL{xLXQ zYOcmqlp*E55O=Bl`q#TfD8(-Bn8tkt))x@aUi4>Mj9*_x{dw`??a)wFGqe0f+o%W~ zN*bDxk-MPHf&hN>$wnh6BjU7~u1bha1n^BugNiX^HNNPcw|8|##bb&sSq2&5vXqur z*2cEZT-xq_l$+ZIb2wloMvXQs76eo2ad_DtHr3Z3$>$<$fb9@ zOm&AZpm~qtWgIvy(%C@)Vg!{a!R2=){4*`TxKjw8nFPWiDj0RT>C2{6MC&zoRpM;iY#z%jPzqpEBZ0RjOM==g|6wumj&q( zMi?<1NXUBaH`ZNlq8)FoK2-Lv2&Xvy*-hxvImAd5@q?+85Zcs-k$MQ@gGMQ*LBOfB!-C5et!}IHC6S-U!E`jTz zFEcCdA|O}m(U5I-sUx6UM~z&|m`V8fqSm*?? z{xvde62LPy`5#Q7P*;J*2rhwfps$}_I)<4bmgU(}Z>i@7Jo*!60i8fO)#vUuPTeZQ ztam`35FHBW_%V|#`pd;U;T-3pgT!Q+dKcP!0GTbbyD^gkm7#{X4x*Xli%uLQKURLfRj zhX+Vs#)-6i;e7f@S;DIp;mUs@a9aVy4R*wT8!yw!tZ2HyX!x;HRXi8sdejCVKf0j) z6gxkijIk)Zv*AQX*eC6*B)Rckj+P4Yt1IZfB+bdoDa{Z(W1-H%^7_R2GhG;|C>Dv_ zI9S4HBZxBaBX>z$H`QjE_ZJO!{XD^ELCOrH6!IJVF|6QKK?g&0`uP*lp#E)phCmcJ zY}g^d)E&s|afddZgQ};hO5DXsSom($7r;$MKJ1!BFq?l`jsQB!kG)22WoMZt= z)69o&2({%XKR_`bl*Z&J4<&nhFi#k$?~+b%%XKh!KVi2n&!e&WDxJrqT?-4q-lZze zcl796k!wu@pI@^?xnd0%JxwjBY!FdLJUX;00q03>Cz|xLfg2Yq+eX*~?Iyy+=vUq! ze-Qt<{8Kqz>o0P-+gaJ%8`*!Mo7vuDl&cbVbX*47f@EckJ}W$$AWniTlN50P?kI1- z*);MTI1M7glX>JS!4&q;Me;Q#D6)^o1ASMhe+_y-box4TReAZzG@2!lo(CDgri!yL z>&|)3oy8hsGHqyxnee_X&4889(2HkraB*3~C}-aMk9iyDHi$7IPYdDBoKcLdaAbTO zyJ{gMgeJ)fp(eD$%9_o{f=Yqsx(24QG}O+)i&%5H+G%QbSWbET_77Xhw!8oPeGM%; z)Mqx|xs#X=@l7sc%6@u-_pk5#6VSyfWYF|nX$DGx(FEJo-3AvwBOA+JqTWRu9F-=V zw;VlE%YHyU-0VegENSp%*x1nG=X4lL^}?0I9VNIwiPy0H$nb8kmNGN&su6z(!cisz z=GEjT#% zRc6My2YHwR;6P1BXKJYpq8j`jm(J^%lgO#juf}~dP>N6%qIqvkXRnAt4##Hlwq@ww zVxwo{-;mW$x&W_V_{I1qq2&D)%%)0aq!*UBNI=ZAx3|CIiE#zv`vY$7$8hHxH*Vml zTDk|b>jPMAG=MRD>-B^`-s5|>sHi-Z<(W)*iAwwBT#``_qoF{Tg17_Wj5-E(qPM6* zffaPzDp!#@BjA#D3Aik0v|^SA!-0c!b#-kts)t0_*x48Go1V^t-DE420u}j*5ss!s zQZ`LQgF`^6tH6CtCyVjHGK%l7UvEJNyf~$^qT0!1Mz(pAzgZ$q=q5AW&?(ePsEsg{ zz|Ryw>m}s7#b{+rCz_mG zt2=<*rmSiTZxw6%wYj!TO7J4E(NB*PC{V8IhxQ+n3|7RLX~{g^yt$~Xieal|E& zHbf!yc#rd)S^h|H83Qk?5tooop}U26Hd5J6tXO1M-B5 zZLrA4;2HFrJNE-OVmzw5Z%|nq@7^MO*TX|4G%q*w*_??G20)IPD9@k*HJz1N zC;@v@Ldri|Y^N4%Wv!sFLFQ4va8r^>0mEM^)SpX!CXwdmyUYQzDXT?4jsJ*^?PL7f zpr-YXj2@B2FD@<`QVeFs#?bYBk4S3&7C9p#4R$};Y(@Y1hLU*0#zx%Fqt+C^WLdS( zKbED$*Z8aq2cM1I<7WMALt7m28~BL>V9@_Ca!T zvRR#u5oltl60~f%#uZp} zwTCGavmOV^hs{WtYdSlQKK95D(FF5UQ^m!l&_M^mZT;tR!q|ZZQ+Xt3Y6AiSMt-gV zO3_FIDowN=?pelgTtWl^(oMW$z8OVAZAC?n{nU$A?F~ljknfl{Inj{V)Nm0NJzM^i zy7@PKWBF&jRlzvLNg!~fCH8dhdfTl-ndjO-5T(r0Y{%AFDgr$T+ zKU(k^zECTW)VM2dLT`P>~fjleRZ(sLMvz5U)PI~o9#wX2# zC_ZWQ6!7_QU$qhqe1S%)gT?ularK0-TC?a|qUObf`eddZI)rTKLYN z@6@H&N)d9YphmsHTHe?j{R^8|||`h||33eTOI9WFY-bk#2Gc zX(;MAGqVZrgY1X+P4dN=y$KiW9T;wkc7Wd{96Ho$tp@IxR}3aVlE6JB)G6QjkS;^F zZ{Nnr&dWPLBc?Y1&esV4jvYHNpu4p1mzMsAa5l-jfq=m<&US^FmUiR%h2zIB3lSsB zAPh50D$bOwKmQLB<+r8Xl-Oo{1~Lf$2#dwk%F0R`;fP^=#R&Nz&V?RoJ!~`rqa7e} zT}{2^jQ`~sp8LoWV}wwMJrrlIhFrMhpqKvty`W>x-!y@-m;QhPob1HbyycL*^Z#qd zZ|;~)srG*rCjWyx_P0+*wyAU={-AF(CBlek^GB$#HyI(sKYim|Zu(&m|40b)w-Q7L z;vc>-MgE~2{mvl&%jw+wSBYmOfY!eeUjOo~wiC3T&42UTsi0$tk@!=Pvl)#1XTIxg zzn_;s3B&*Rw?2GRAa9P6#UJ zR?d8X=C(*u+>M{eFPHs(@!hi{C;!m8$iR8&;-@o)TrWiSGwr@3C*4x$vXLX5;usN- z9J~B#Vx&v`qryj*(d3DE@tCUPHg@TXuA|LMbmX2^-OVst*YG-rvEHI4cN_j6{Xd_(#Ndh$|xX-vrR?xIT8RevGECnYy0-im+8u1|J>8@y=M3XM6I&`%3@+{GBnev7#a(G-Av2xA@7t1K^JZo%dzNZC!i0o%9q6K9N!A?Cs=G^akI{sGS{ zffpMX#F9>7bZS?7J5aYeEkY27DU@Zmp#xAVYJL1&zx(DCF{}FG)$iMQ3suP#W(uKw za#ine#Zk<8d3!glD7fyXr*}iKnU%%Ue=09G7ZZe{VZ6%w42WG$&LS+$Mv$r`W410- zheVZJQleA&+1I-&88%<;{ZIs<$^+s50!T$z zVsm8A<^$*uy<3Ktxi{_9!a`sq5TBDerN_|`MSiROk@~Fuy$7^VO2NVaj?9fKttKH5VJ@yT<%eG4Xve9xky7+6^) z1YjDC)v-;rGu{4QcCkU3e;OGJ2rD$29AIDLL$|i_96kE0*E)GzVWIlrcNc6%nsM3( z2lc1kp_o?T$;-%aS;t}d`l2vQn2a(vQ?s(NkmGr3NBD9Dr3Oa*z%?w zX~OysKtCf@;G=j50_{CG-gkN+w(4jj`Y8LyksRXF5Ci<$9gqluI@2Bd)-N*Yn@nxX zmj84@lzC%V@BQqP(%#Uphl=WCR53tfe8pY6cHx38Pq}~Z-tK;bnjk3P1wPK>POH8> z1qji)OD`%t-3o4SJ@N>Sf3!d9S;X9t`?mc2`Q^nIUU$H2TcD1(_UY(^od6c~s5{NQ zii4?hf#ebQCF{eD=;3%zV{G{NgU^Ycn&EE$ZvyA zcx^laG)8G}n*tCb20nc{;z8&#Eo;p%HPk+?Y}?HnUR|`+|b`C1Spg#dV?1AB-HPe zpc!s{XMNeK67$QlRgEaq&^Ln;Mk@+!i2nXZLanq8NX{F$0WiB$>$~fYETZ0Av!Rw? zCL%)EI8x3RZSUWUW;Z}59E9;DhDaorkTpnlC)s?z051|L;9t&dKnQ-Jp*TGjGp!#` zNOaHSPSQJWBn6lkQqRAP8;BkNLRJkAr3fX!~b;}FJn za-CMqs+r~6CF1L2U0IF{*F9Z5*HU=)AuX>|_UmGQWNP;db}})=f=Yy`9o}|bv*D_Q z3XS;vW8=g%H#S-VDVm6wpkM#uNopZ^Q?iGQ^LMpXEBZ%f_pS%6-Q9NgY07Viz&;-S zX?@_B5uSlQK0e{$>Q+|ijYUYF8*%^&H^p+Y6I2JSTUoeks4sx`@~W{NUP9=fMSw9h zLEQk48!%!Z?PgzBYhm7}6t8Zx`O-z_=-dYJ;3EfOoa`a@ba;(cj9J5hrqK}6aPw%eB)Wxh#&95OSkQp;vTd4t2Xn^Fl>Hj9 z%j>_nN#TJ-e#e+ae8(q!PtbRNI?5)rEaW;1VVZfb>q1goU~j={tmb+XqNMx5A6Fb# z))ki)YbnBtg>2n`4dm26u@PgYD83=ZjEN}%uB(d>T#A$vowvz>0l*Ip&<*JZsXNLKY9d8-33HoSUcw5KK$@4$tPSJuKfp;{Tq;?r!IVIC`?6mJYM^nHCg(k++AIq8Y4#`0hzM5>K_vO5>PKjjj336|{f}x=o@Al`^IRV*qhdQW9M_o!gw-n!?abt&ZqJ zHjSM2y7zT$U2Sde?Rvr-GBY!amp+)UC-#HldqVF7S~p#YgW?^}v=%qM; z9hWu*OjCPrgQ2nUsUF#nQ-d-7ObZRWSRkqNrffK{e}8m#4CdlCAR^uZ9Rh|R$;qda zq@wxYGMM!fK%Fbl(@l*b_Vm}ixBS~dDQacbb7=L{2GA$o1`0q%nj3mmG9us>v}Hb8 zt^Tnr%)RpxR?OPk8b=OvmW-QCctDUk?M9lJeMHW-cTo$VSY?lBgh<&_+j45}d4B$C zp%tq8OQLlz8nML=ArrZ9fo%O_Vu6tR+;XAN^dyfYy5Y+;R0{BJda$Z0#=^$EVV`ky zt%xXhwDK6A%QUrLi+z=lyQbXq$hCciIIx-P1x4 z#`@&C2H%yXM{cYAZtFvC>vNhLHZCq}b#Ci3DKPCL(QD!;(KfWSd~E6LG@4IFLRS1) znwgkv388M4wD`yFZdC4gNZosiUuS3coBJ-mLxEhyAtfaRngP;nqQM)8M*HY49`+bk z9(LPff}l|UvTN4?e%~4N4&3HD3>;^iSEt@rMcf6$y@Lp}9h~qa00Zov17;2DRilwH z_oDU^p@k-Xo3Xu<U2lBvI?Z4>kBF>u#4< ztXP3+#xa9$M>g0#)u{xztgqWCF^FFD>&%lT`HAPD%yTV_$%;P1bd+VNy|#Ac!^RYS zvBT2%RTAz;Ml%k$K|7+LQU|Dzzu7Aa#4I?hNkdpW2J546^ zy39>KV%HO2!c4>!O`#P{l=~b`iqZa_ygUu_hb^jCX?>~ zmmr!CYxIqdhDJuF9KNZ62~<7M7^BZtwTb`%TW)Y@BHpe6o+Ns5zS==106uX_=ccC{ z^E2<am9;IDh(^^i2N74(#X5))%vayp^J37T@bC%B8r27fEXzW$g}bI3U7-_CK(;Gl=j9%i3C5otCJ1DY8RBp z6Wu1Y0(pEkLx0q`Ts2N3-+)QqIw`x?Yq^QHcYVNZU3X($X+wG4wa3*}&^3Kk|3f6N zkO0Hl!Huupk?Uizd_z`QCf#X$9}XPdc?lPf>ryq5)J*4_7yG%cboH)h)30TtI}w!4 zfy4=ZLYU*xsIo_oBY>G%uMB(+5WPSyxGFAQYTVJ)Wn86zCOrUs_S2`YN1B`P6n;sw z_be-iQwr)2AI+2V&MWh#9P3!Yym9SEo~Ae4U}}?;RvPl9%T-(X(mGkR zTvBbm!8#)3wvZ3b9bfv;qQeT?Pini17@gh5){z)%tPf06%&#A@migiq6Nnik!X`fT z>(^Fdh1Q1adRGQR&5Ks2tJ#YdU!W{|;Ny#Ejd~n((N>^nuS)MQxJVD4v7Dbi^=IMu z?Hs=jkwv_xR0nV5Wu3mGIAM{{&>%ym0n(&M6vw%j&z@-^lhm$3WR>hKIr(c<^Ru@- zQl_TkfKf|N5a6&W-ns$12LQQnATAwyUJo}Ns>9#jn4@pdAW~h@XW7uZ_jQZhzBZ@p zL(X3lG&e94MtE(^ZNr&#Kj7DyKeS)yAXQx_MQ)H3i%%3{{7&6&XMHaYevHYsX;T0qo?(WWy%cy-<@juoi zk8OWnR`vmOH;FzHDHEMkSiYC*!m0Ak_sckVj{DZD}rL(whB zXkPY8xgj8z*`t;&94c8US&4FW8@S{Rqg8gFHg{yE02)yudbx2(B3lLr6OIQ2ecaIS z+M}__6|*;r@`22~&xsT9z!)YGC)p~TdB=1YXZ?%~!a9m4-WP_u*)I(Vtxm5V zUvH5YGIaY2TiNA>;Dw)Us2FDY_Nmj770Yj$q_0O`a!Zx=WpnL-;&bsMYW zk;N`cxVC0JTD`b7dRtw4FGoPo zt?0>0IK^(J%l3tv*wA}j@g=M@J}u0zmQ7y9`U5;EtAO^fzofKj{a5 z@$l&E=zurby$@Ji3$!aN3lb8H(T~EH+P;MO4Uj2{Bpw?iSoC2AII<(cbB7b{tvNMD z2L}mG)@#$()UU0kUa84c-obfP|H5Dm--`#M2L|>mwVh3B7CccD<{^v@*R# ztMj8NMeB&@3kB&+TGwx_sSvJsd<&p1Q)U6MYC) zZ9p_2s$nSHbBd675P$t<(Pk_0(!UpjYeS0|ZeX9z)!wnTut4xUdoI+AnFMV&pMs6e zoE9%@MLGvg5Kz_lE)8YnVf2cc?5?~t%O{KQqHXw~1V@uaFv3kQi-?Ro6tWrdKmX$? zrahpOCuK*1r_eb|cbG_lcr_;9!Uov8oZu0la?66hRW((phP(omkZZwP_Q!9RJ~(kA zgBofh5&Ma1llPe*6R}Xzpq{t=g#sQ&c zWb=L8XX5)^l;X=6rcZ6>mKEj`Y>cxfKBQ1Qmvq;P*4Z{W7t zo!!}Xn#-?d|M=ryQ<`&FTgpMd6VQwOBUQtRA^6+ZVgdu(C|tj~Bc;PeM*;f?a0w$z zIy8~QnGv)d3%X!rlbUZjwo{@Lpk_4&Z9kv*P*daI1+Mrt8ojR)-M&3q)bfadEdpe6 z^@d#271v)&7m8sJ(@Up|$(*hT+KxYS*>onM#+>N>^z)lO+slDD;_Tc8j#bTLOi^~S zua8r35JLVbVW89l8EEjgg+2#iRPX{&)aPt63pIi ztU2?S*4P=RQpR9~Tv!eeW2tYL&dj9plu?h}Nn$rK7_o@gmYa$xP0p>;)Gf~SF!3&* zj_4mB8b7gq@Du&+*W7*88&ff6;>uqpMx?}~Dr+hV&<5nE5gm_Y1C-UiC-D7EXu8h$(jUAy77xjwGdEK66_RaiZLjaBizYDNA8=(T zsOWx`m^?0V15x9J3;14Zl9mVvg<^yv`c{L0)BHURh#Cr~@+hwB8>3@<^OgsI`QW?z z9;s)4ob`XzAuXa7hatU9j13149Wrs2xdBn=3l6jeCl{}|Zx4{AWPk3=_&vpu>0jFe zSe3IHU>N@Gi5ztklS;k@pPeldM|7wARt~^C<&K zMf`!wHFGnwQ`6Itbg8-)N`5bg^UaI)&9%Uyz0GZ{EpmM}Rysluu5Sl6w)ON*nzBJl zl}Z@85WnvkDrbzzoxR&6u3l{#<>ZJ73ko`E5SNfZJLZ84_QYxUc)Pl7y^e19_B)=Q zr`Wc;8~F6bO5jYl_{|1#a#L08M}ArLAp2O$ga{i(*S#oA>FdwHy!!P)#By0a#F_D7;|uRis)&W~S&8ag|dkswz94 zHxiz1?VwMbS-h2A*I*-fbJ^VSfHap4qlm2WMC4fzIFM;rWY%|jqhuwjqM^S0Xp>A7RS~O$XPeTu+?6wt~ zgk?LcO2(C&ueGaYq5tK|`GV`3MCYz#Z&ZyVf9@yun{>#*s zh4C)J9G%w^OM%>xPZb-$jDM11^3hv5Ks}Y!c)FGRoy2PJojFrqI@K3>6tf{(o$^hV zr7k?B4|*bN#x;I`d-D4QVZ+_BL_aRw#V2&b-C*^6O6iB9(LW4ou>hfTsYVKmJKjrQ z4}7X&ZbYE_D78H>-xyug)PHsu5^$T|PXL`aig@u{a7KvC9Y&dnQ@-Gf`PHfY>`vfR z>@2SgKmpQzgK0wkl&4-wAPC*KCF4+(fiOJHdq4hQ0RO_=oPe&s#&j#r$$?0T{v&cP zeOxq~KwtDqzzpJ1Ty-<{Z~$?9Pe-v?j}G|8(!0$1_NWk>!U*iG7m8{wGv8@$3vhc9Sj5h1;n(Kd(j?S*er3&P zX5LhF=50gHA7is=(x+SH6}Whe0F8RwIE!Sk`X4B`@(BQJYMBl*`h~V=UitJ6g+UXM z)L{64j2}ceD)f({kG}=_LgIV6rp^iNC5IO1yyD&md}kVs^y!udCaD;xE|f ztYxv$%UFq|MO~U5k(@0G>gsD47gBZmb&fG{H(5G^*g#};Uggaz4D=14wfNLMQfzxB zTLo>+e)sXQF`T!#JQSSgAsajGo)YKqJ-yynJZc`7Z@d2G;ee^@l<`Z(q=hS8bjxD4 zMv}r}E+21gaG(EQ@5c{vBt+KXTsPr>8om4kq(mGBixwzeX7ePZnTg2&9;NV|YwryL z55i&ZAi&mu^6qXm_hHUgu*;0FeC4#9jCTbp!;#YhY+-m@u8`RH!rtiLwClQMC+g!K zxi9_F;xV(FyUb@87IU1#a3BA!;YTp8q$-9BN1<&G{XU;p3kJxNU+|tg*RI8`u@$h7 zd3)-wWFVBt*dc4vzs9U5_wQpKbWtuWFyghjSRZ3b^xR?Qt|85HOJDPY=+B=!7niPt6rZ+OS|4+U7>^&1a{?RbDQI%i?_iVGH2$Qa z36DFc0Q6wLx_QBrho!Aql!DyLceqdHwj1c_RVE`%rO||ghC0`M$#_M=@X5XtXA_N@ zdeg{r7B70F9@Lm8F*O-lR?Xsigj-N6($>y@l(yxX8PTPbpt!17v5W3>xWcDtP8aKn0k9!s^ zjJh+WPkB1f{>Ovi<6{e;3ttEs%5(&l+lRZ5x|X z`TKBH2(_@Z+WroZdc{da|D|>_`!j#VC)NF+C}acfR8Brb*o+=W?2rQ z0fE;hCnF0(H!iHSq$DaaQNr9AW)9QscQNgVDzcYF`enm_|0}{7iLdxec&`Dp6KN+< z@=Xd1PueceR5C?Y_!8_p4J5VnF;}-=R##Ko{-CJ8g&Rq&NYozlXVYw1sG^{-C%SD# zHEAwy{4M*BXg0ic{g%|qkOEc{+p}e}mY5Rfu5?h|V$_#Zc)jS7q5tVr5+n&Kn^$DQ zVz@m(MpOEw-=~e`j5i2+pE|u<=dntkWID0kK_L;xGhsFno zY>j?u;DYCZs7kSGp=2+0)^_@TX;2^{@y>_;NN7nw1pDZA4z=mCoE#-rBcMvDDPOdT zH#3l+zRuWyyRST@3I*72ggd=+d^A9}F3iWg%cjl4iXz2Pdl9?!85zW6@6ytO zu18=FU`x%<&MMidtM_G_O!I1jE^sJMAu$G$)x^XxaQa4)VHcUCoL*l37-Tf~IhdvH zdw36x1)73wdRzXU)t!rB#rY%+4idHxFw+!)gz&GC1)e&)ZuJ6KU+)AoNYLi=|}_exS#3sjKH zl_dlq(bTxvRJ?7LY~+CHp@GeM;PwyP&20*l>NV~8iwJ2`32J^kPJ^YBaY?LnwE~Z2 zuUFUB^6ZtNJjTEPhc0k5dV$w|j5)!Pgx15}y9CAlTB5cvoGG;<(W`MB|3gaGpkBp4GlnQ6rc%v7+pe@)FdDI30a>^b)9_JfrH^C&bfaSc-ZXJHP z>>Y=kj7KVWO~fwz7^rsPY#6P5iyXnYL#qNXIG!%MFAUruFc^MAV@X_GTv0JFlalCx z>g(wAqY38r&H*gS=SpSwmv%mR-mz95J z0XrH6l}gcz2o%sD2ccf5_Me1@jOUknedA$vdGx zKKJ^Tl$`AU#YbvVoE#eqgVTeLk0c}tIrX43I425vD>Za=otij*;X?QO_Xb$gZypMu zc4g~EqlIsSavBvs@KS6^n2>Ps@#RKEU9zkBH}6Ptd1a+q+RD;$U<=^5hKQ$6TYCq~ zTp;o7&9|#7{dsPl(X6zoNsessOVp$09h^InARH*9@gbCA*eluv5Cl%RO5{qqfA8*` z+2ps48;8q!cwGs8x3@rOb1{`BEC;fnv4=>q_d~4eF-V)G%1ZrLi#f&3gM5ge%!DuksxBY`$$rkE-Me=m5%jrt@61%sj<9Pv@atZ^Iy;+_o7>XT zGAwxx7kPsX`f#tU^mJuq8=sjq{YlUxBdBx)^~A>q{a~n<#g^A!dFCSr6kne@99hg4J#wJ;C z9Gq8(gLg;X#|*UCQ&W@R0DYrAsiP>FmLrXQfstZ^8G6!rP>^pgSoncye^{2%sRbW4l8OPJ-? zDAROl+|2EtT#Odp(S~%Q@}wwfOtBMJCfMnq-(gzfv%w5)apm3nLULvgYC7M*m93)# zC!}Ml5rQrw0|UqLES9s|A(4KEhKw~}*WoNXYioOg7DY974&*K zCvvmR-2}<57SA*55e^Ly2)rE7$z*`-o5OT8SUjPjp%axQL`e66TW&q=>etVgsJA31 zCAEw;3eY-SV*nsMhLTd`x}su2cA%dhLmnKdqZf{^>^xw+@=)~Q!-vG2uBC{Cgi&lX z=-NyMto7XY;s2~I#Gq0Q7cmEi+_2)97~z}#%zCeXD11Bk@&9~>ZOJYw!A{fR{^7qf zwbe;<4=O&+Sy}(sgwL+NI&+d zqwCwozgy`;sV~xFKPEETF+fmW694k%mCOEkMO--#W(7!uaIuI@`D1G7 zhn}B93j`m0E!L2;?k}Hvt`UeCyL_U@W7IS?*-Ku7g_bvt{t~BYXi!j`9ZZSu7nCBi zfsI&HGzS`=4{Lzuu6>D50vhuz0EDrwzYR1J~5b{Npnf z;jKr7q=LUcE~`k@S--aUoV>jI$!KrIrHKE@;VSzd4wudVt`k#<$DyGK{OQB!0OPhI zBp?pO0An2sw=?-WsTRAsxLHB*c>f1*TIE%iuQG@J-;dUOQbH(X*?k*Rn^Q#hr(pWx zwTYoNY*0_@GL9#*phUvq(9zsH#mkD^O?(NTiSxdRTGaEckMr@I_wR#r3?D4e6iF5E zd~6VGC$J127mF`kQP66~@F!vLdM-6IKo-y2A87=>{TXzxx!)=r3G43dgdptZFwCNQ zOh>-+2;X21>0i03GEsR0vaP>odZ{|^<6Vj1&zYz-*cI*XLwhDNEI3$MRkbVWyi)sO zSV^QTy5?y$WH>q(Dt8lC6D=fq&JnP+zDI2Wg6}7Q&~G2^r?2Qv8-8@POFAwGr-xwV z9AG#|*dDMen&`fx5L~>-<>=rr$E#{+7)Q06n)+47Y#;=7Jb&^FwJs7{@_%^JaShir z6+`TnwO6z5r+ZHJm=w6I%%E3yRDEhriW$NOL8tke2YjAFF$Hi`q@@i-H*A*o2sk}t zK?tzm!m>RYieL&+>O)--FfRS7#tisjh0H2Db^$FLYy+)Z%+|bNp!E|O1CrZM?>r~ z%=~j4vk3i;HM+042?sPLHTs%#Mc1W{9jD}|wb%Iu+y*&ms5UKLmhT;>~ugB}t z*JdD3vbIi1043Tr=o%b)y4EJsCm4nN@H89xN2Ax-_M7BFj3=!bu@R?z&yODuD5clH z`h9&`a7MDmv$o>rR0fJ0OMWBnS0jWgS&TosGox+IX~6p1xfAoDu7J~?@9|W~R&K4i zl@&qdG^|NB2=M$)P&vUHhtYxePSAx!bGl64=tHw@j4Q1yETEmHnrZVIXO;!dIn-Ou z8OGHtGc0J;TyM=m)0pyo?5kI;LNt1QrM;aUa*3#cq@2}m7z}ar=+P;brOTFm7>7q} zi$^0tmMxk%i&Ouj-F44e$&-&q}#A?C^d7bxN1Y}fpFWsvhXfm{TE@|cYZn|*KpWUMf#{)ac9 z1LztGnZT>z?Z6#Kc5I{U)}rj)_}_WwZ^gU6T=U-m<)8H7#de5g|AC6W-yQoMyx@Oi z8lxZMH*oWpDMic4@AaKHh2IAHy=;!#F#CAhpyXc)x(E#Z)mHhl(Ma52x$~7(nH&G` z$Nzd7zjZWyVR{$BxHNA0UwEf~o06C$KB(vZmg_HsKV0-*JDM0{{)aDXJYtdgfp+NF zKbRj=$&ry=a9B!ODd>N>w+)pk3_fT=ksh${wXsu_7Cqm%b$5g6nwPWW4+_J-*zmti zMGV#bv~CVUioBbyHe)A4oF4>V>zNJA#Kf@5;9%CCSg!sL`Fr&AIuTE+Icl_u%#F(H zE<@Cvmv(69f3aSBr=B;iCzEjfUMERz$Ue|x0(#)Y__(TR{Sx`Ya-61^RAS=z{l&?B zI3NEiR{hpYmV}Se!bwFigSpRW{*D=QIVorau>T<`Vf~gZPknsKD=T$BSX#;#BF`+I z(!`;Gy+)8x{sc`=OaJ}oc?oEN~u zK0c6l(~5R9W6&jMFq&4j#`7Ezu!&`?~=4b2w^Iw)|V1Www8VYrtE z_W>V6v7jIMTz^07#*JoB*2ZK@7b)o7-*Y7R3UgZAK7U25?7 z;LsxrkkPWC-@^K`Ge`UEtOHzB4MB&5_f|<@Gc_ob_;MF470}K&LZC~eH4ue--o?5Z zV8_FU&ks+Il!~HO$CnySM9{n07U$MtfBh!|Ks@?6GKq|}Kwa$d;h1EM?|b=5M6dc8 zHY$Q5g_REA1WV3<+)J{;U_nH0;Gjz#PKdV7wvdZ>{|Xua{G9A z;IK$u$TopGq>rq#5^b6K5o-)GTmHxUz>I3ppE0lx-OLydKx#^Q0E)=ke)O?=?YVdV z!)IWYN~)WAGz|-@^iTdbjW}os}wAIBCU!=NvsWkK{BV2HKmPk^(4* zXhgNv=UtC0=zU05UWNnJqViqdAC7P!j0Fh27 zh3+Ri0GK6P!#YXM5S>zY@A~-qBIG05+U-9P<8dY-eaPtr)?c9zj!ET~g&MsOG+-9S zg1AxhGC+d7yNK;iUWdS*aE+jyNyT~=2Mze%S~SL=yBvxp8!&|X6%kch znw$G(6>@yLBw8p0{_~eDAt<#ze7J4AuAw1zi{EdCWszb8=KIG-xPFjw2gVQRe%~NN z$jfmA05PdY?^0JnO3K3MR~gEnn5?Y&sw!p8jSLJglZeS0{8;v$cFPq*B;FY)QxF7z8Y(J*U`5d6*Ybo`=ZQqF}4srT1x$wKrib~hGrOtJ)oXFYCuUyw(o-w z3WN_h{BE26@ZN79*m}tq&b>}dlmh9=#uj0rx2^&)!7+gPc;OPlB7*E9T^54 z)br-ZD3|8QNKM_t7J?a9lWy$&dT4u0z+i;a!k^IEfVQvzZZ&phtQ$SSH~6SI^qOS> z(dPlV35mPyD5LlU1v#|lQ_BbEt@kW_#Wg+0Pe^lX7kt1CknCr_YP*5G7fGMk^t!ttM~GSXr=7TCdLb3mjU5$ zQO1n!AFT2KZL^@k1ck>1lowI&P>Q&P-1l-TD3`b}O-Wl+wh9Z7A-r}FMXa7+3hqI7 z4PrPfkBf_oZfIQGK=Aw>OG`bR8(UC(s_!G{)jV$to(=K5gdY6$Nc}!EGf8mZ!dI< zfFKOZqc4VN#hpk*ZdCK5t!)%fD60mzv-W;6GD*9d)XSeX(z20)ktAeh3hhed2D2^j zaOGmD3#<3HN2Vk6LS0og>ReW!Kpz)L4&;9S07!hCkAt4}g>HrTYR`m1MDvyfAhkJw zb(p{fOp?DloCIf^BoYh?Y)Jvg#jVyWudKMWF%|#WtY-ub%VYA8~k&196Uyq#b#ARqF$3 z7?7D|E&7I|KZie|GBz=>wzBf?!veuT_z|3VBA?xN)!5j-ubY%W$XAd}p{nBF+X-m{ zqJyLlR6W|#ZmZN0@uv8L(1Fz9DWXx}OaakhS`N$@KXs!?*ie zCiYxn)g42>@sr8V9>7Hw_v2rCvnbXwW?eU1j1~N4W~j&{Lb;WP=(A4LlK~8c@p`o; zIYz)G_tWh~pCOk9+-EfoD^MXn7jHKp2wX1MZbYd@P{AHw6AIh z^N8Ur#~NV2k^$I`0Oe2JQ#m8C<*1+_hjWlM_N8uos{DarNHsvn1?}mQ_F${rDRp@C zTbT22QzAS33EeA9Uf~fD1*%`OPyEzU0v7)gkU6NV3};s$@B( zHUrKmeE0#&shrzH83mqAH`3@avDV`Q0e{Z*~!q=aW*^ns6C98AIT;grGa&5>`p zfxws*jeZ_%tfNPcSa^&D$Zf{9A`z`6KLO_E+iOw17GpLck+M*|PlNU-|<=D{l z+^S(2{-L3*KtbRjD_y{7M7M|~C8C#mS$+WlPiEs!|Fx$1#}!jhtbGhrj+kQD{S`}w z##U9X7kk4&UNd}7B$H@!4hXon?rcsJ2q>61t4_?$FxVn)^vP*7EIgd^P75;T(Zgr! zPJw=)a;{Da4edjMppqe6Y`eI_-1}#z0R_e1*2W$Br%#`5p{3P{Atj(IKz~d+`yA?6 za8w|}X2Jb;TN;6~B2EI~=g@Y0X6k=-Z%vAj|AFd&zTdNiM<>tjVrS{HXUZ~e%*M9d z9r}@wzt=yMFbB5)s8o(d4#bOzkNxJ$|HB4~4*xyT`7_1+ssh1N@}fbL956jZ-eg@= zt~<*LF2{!v>I*55kj4Bk z%r(YXZWd^jgLE4#s8jPY?0<@zqDvgC@4ZpSIvK3Z?o&S$nlTkdP8={ zp5y<2uWE}QM>|qHNL?glWz7+`-92E^WdD%XrIwt6NfUm=9tVm>7uc6?{fiYj zIxSZSr@LdWb3fiEe@B%A&S%zEru_;%!K^efg$SZ&tbTQTjZnPH$@6$KclQ$kr&@Y%MBi z(ivDHk$ai_lWW^ZT4pMHXI(9s%xyvyhNyZy5-4qKW>xcm; z7|T&oz~-DuNpYiNqmq_3^=73@W2ZU38DgH1iod~$txp$2QXhpvij&-ta!{)`pUt`t zCv?IYT4v9r*Yv!$(e|I^Yb4%bbW#}aaQVwSG&8J>98PDSaHd>IaYJ~hek7NwIFOp+ zS#gws^s39}e_hfp#X^Lu5Ik*1TZa4(lN<_)_}#AxbHDF>Rraa|>S(XhzquY;=||8Q zc1Dtx+*Xw%vn;Iq1X@gLS)^raXWDxmc-ki$+;W8Bs~3A3G&)wVR9=2&rWI;D)NEJ_ON&oT38=i^KMEDr(Cf@ zC#`!AF}ZR60qE6G@N7x?daei1801QMQk!mhu-XwSy!z=9OL2qGxzEJZlv8gxVu4Y1 z$O0G8SF%R{qrgi!|6bc_u|5_J?!ehQrt398=v~1 zTx!k8LYPgvKLI#HT+X~*er&1e!ffsup0)NFR()WXhwvAlT{4e-@coueu~ms+=T2)! z00y`z&1(Cmo0LwI%^t;~DSO-N8o@j~q-lp46T5{b2_4z0k3wASK~*;R+Fj>4#Q2Fl zM)3d}Wh?fVG<%j@KY|ZH;u<>$5yk zQzYX<)XvM0Su)YDJ=2$>#V}Z{bDwYIeL{e_^U=#6A6#!D2WT=Wzt6H8`<`WQ9kXNP z70Fz)HIj7G|JdIjQmRc_n~&5u62`%c=#;kfa_Axl_Q12sA$W)XyEGtno>}JYA z+|m}inwH&FW1Z08F_Do^*%t+eKkmr;*tjr1VM$GNnPc+oFgjy7Ql=arwb*=$MtKwv zM3vn67f1#5U2`L7egZO@Rinj7Kc=WBkm}zE!ELRUgZb?cR@6 z<6wTlhcl>5vs8xlR78F~SSlpnGpV}9H##<*GyCprr?2$8;kf~4QI8CX!}=mao$YPD zGO=R{dO@b*)%H{E0eXfoB=-2%w^J1I^FUgvpVcg#S?|Z2w8B1ygt^?07KWPuJ`SL# z!ffyzB^xSgLA8&8uNY`7U{Lb5Cu^Mh(>imTu!Y~>BSS}1lw*>vaXV91l%EtJ<^!V(DKBATs}0DrkQLa!mH{&3)A{cE*0r=3;_IOw-v(p_ zdJhX|%ldFZ?=&`@O%Q`ns!wHNN3Kb~d~m&HFn2xH+b zU)v@V)b}Yv&iDtDNnC*c+^|Vp#NxtT`^SZwsMwJ5-f1ja%S~hVQwup8bzByp!4HQg zrN8AM|GaO08(TQS;fbHH|R-nwexEVn49PSjg#nK}5w+>Lw+zqoq$eXZzcIC;oP ziP1CpH9j7P^hKIY(Ug@t4##>>XBJxcdE-001-9=9P82))DB&L-tB>fPvH=V|asULOTRSN+kt7_%vUAlPb~{RIQ2}Khz$vQJ?Sc zu1g}0wD_kIBkyVWBrNRL&cuPBe4t8LB5KT-VIKPuw`Q z*}cuSrBTN51D*2D0zGFQVx#B^(rWr*XpaTdL&ka%Gc0@fVI2XESD1HZtt{4q_@(JR zp9Aw@zUQcF^AaOWX2Aw*`Gg@6+ov)QUil0Qvf_$w4aE!#u@czC7{6nw;`H9SrVk*? zv}EY>A{Puye{bM}Dv9SiXmZ(3d!%s-nY|L`-=BN>;%$7s8^2A;J$*yd8k zApk}WLm%i9MI|&wRYlAi%rwb-Qg(b$W(7!;AZo`hVC0F(VZUc$7fxxB23WEr?x-X_Ga+ob2*V_SK9Bp zjEjWe&g0?yy$QpaKRL_Qt^$imot2dC?`-)rs!PQ0n8Ay`M^1KRmO9K}XwLg8BP#6p z`LSLwBfmGpf$j70^O9-kj+xbJd0oJ|CL$d!>zqKdD}?voH=jh)`}9Y&mBkqdsQU&&;X@qSC}ua zIB5I(3<0J?JU=radhzWI z7#o3B%1|?rkzn_TOf1a3-H9+1qkYr;pw6H2zR>WQe6x0J|7^q*AZd;WnZwws8K;poiUYelSEKdJK)JTm zh|i83Bv;C0B2ypWpEn%$O`fkFr&#*$r})!Ll8bq%@L@y3*UdIVfHBvjGsyhhwPP`U z!x14)frZ@XgvTmyj!?jGM0klpu?>P5gW~;xNpi+@Q-?m{;M-w>PrvBE&7eGoTkAw; z;}M-{E6<8HOnTpXdc@KW6!U}P-b{R)#+FW6acvr#Zz>_cF*=@kMM}$O1%N6V=NXSa zghA7Yoe$D{vb9~m`5-to+PloZUC{d=^{@#6_?p@gL30<*c5u!GPQ_~F&)s|yE7u@j zz!VoORb(`!+!GntFTXm8{qHg4POf$Y?;hNgTP(_Uqdx*>k=0@FU2`6e#5TTX-y{XI zdrZ)ZijiKAhBl#Bz)Oy!VB%Kvn9@yRTON#kVcO|yj4nSk;eA08re6ApD>ij|P&cj? zkMecM!fdB@74+otT5F9nxP`KRytwC+M>w3ryT@c$_5Fxoy+W0P5)Z-;? zIjTS77(Us*ho~1g(3}IOB5Vldgl?Vt!kbx%GXB)j?1P-`PmI$!3}+!x;Nx%?Gb^%W zIopYe%U(G%^#i;sJ<_%yW@J?Uk~$(Wfp{g~1CdrGUx(+xk~8EFf~C9pF%UPNOT9^1 z%aN`zJMJ4JCRr3Pex_t|IKMD^^Ba)?9M|wOTkn5XyGq+*%lMbmY-E#CBiq5TDy`jz zG3I1zP#1PkNInoEDVXxp@%&d$lTc03)(y%((*EL8`&ehl zr(*)0?+vk*r9>9r=rrT@4hQABh7P}R9Yfr+&D^S_?~i22LA6XgNOuDL)&?7sx!ocmWG*s?^(VQ{&HeHt%#o!^ptVbpuF< z7$=q(mknS1aF=eVDSqP&4os^T)|qHB8mY%wULdZ)7l4n&t8im;W#)p*mi#K zfQbqPRYLEn<+ml2EbB!)2X+KFlQTgTV4H2C?Aw^{y~Vy#QCV00RBOrZJeWQ^WRGF& zWdNLMWrSWMN;Mt(65HWk%6Qe9W<=rw@RIH{fCsXr?~$Bj+t8rwD}pVOw==Jn+GgiM)bPDkDg)-&`3j zjm79$kW?i<5YCjA8R;1(-33%w0cYHQ@mN+TplhD~Y@eNQ>LXb1cX(#XR}RI$l&G{i_OjDigd zegPo>>@n(EUq3Uf2_`~MBNypKStw({qV3`72B(?65XbQg!w=j`cGpj2Ph{op6JX z9yt?wnVNrD3$DMd#rPIt;Z&N6p`HN>3@Sv1cO#G`^C0zD7>y7mJ6T&T>6F*h%*JeL zI1M7xCmQ#9NP*2`tFe!s(s3zajt5%ZY~T>2NB16E^IUFa!o#`Yrk=PQ8m=G^2QY8h z2A05Hqv4Q#^M;Z)$i(CQ4bt7thw3BC_`@a7FFvlfBGSKS`u{`d7R56f0v!9R$5+)P zgU-qJ6JqOK9i3pusY~E+Z=U^*!zpk;sKgHSDgck?p6ARhrFa`0&$-4RG5$m%KvDg~ zZdKZ)jK3g~YZ89Ls9%AQl7?C5C!A+i07cYR-2Cl|w%e8Bl@w)HDwEll^Zo+hDttKG zA$?Pjb36gPA7zajqdl{>;}J6;tp;*f!Rt6YyA`GvQss*qXsYNU@|prD}QepR^mn$&5$=I$@Z zi91e?<{JVUJbkoX(M`_)3N|{Y;^O9~qH_O2BBn21sEJ#B^UP1{f494uOBYL zk`xpl{{*rA-;aQ%EyC0P->(D!ai@*=dJ278s>$GOy|lmfEucN(7h{}F_U`dAe}$Rx z^NQ#j1B|&MzYyw0JQ?-SxTV>8t7ew}+FgquNpURe_bF;$=Vc~FC#2w_Q1se~orqY3`1wbP=Z)W8{ZIV6PV(X; zc@~8+eE(*uxo_-An-)*$zbh+vchIKk7-@ZuzwKB-j#0HIWpckPI}mf?gUsZ9r0_o{ z|LsV%h5a`#>5rrK!1qK>@@nosTi5oi)jVG?!v#^OrqfjW)YNLdRh_H#)^zS2)g{V( z$Fl!^4?T*is_8(tADpi0T)DKbzTRr1?Q1*WIrN|NJcWG*#lW^!K?r8PKXy{jv?JmSlA$ zrF5ra1Cs!u^U0I5QGy;y#XUp$262aetOd&uL1;bVcmnAlQ2d3C-9g)eb_a0>ea%|r zrc_ta{kHhm$bQ4$Vr08I=#FyEpHB{RZV%e$cM#yySEr#|LFywi5)z*fm;(nKks--H zHxp13&=WAH)gWYDk1;DKDkej=0&o~8Jf8`Ai`U>*2L^s|*-a}qUAIHTa{*8xYFD`- z&8AEA%2R(|&*XGsR-Yl(q(@n3WZXbBI>@{_XQpjoLgousBD2LCKECYv=^k+jl1{VX z(A6hD==MCr%2R_N2{9?RxmY$_N7*++;1$3~CU7<8B4e*EB)V6vTE{fk_P2$WC4?w1C@F1@v47p2EXCQ$68L3z zO17je`tk$jYcb9dP}+!)w*QslKtH<%1RxP_zy?9hY`*VWooT@q>Cs+7R2O(Fv=iAd z|0oepJ0jSw8($wdrDjho-#t0#@+&ADx>_Cv`F%}!k9e-NtMYQ2Zk;tlDq5vst?@`= z@}Q9Mn@&Pb^Q)G}pmu9;&hHz{Ad-}#tUxkxig~5qG`^7KY!*@YxKHg2c~+DUd*F$9 z90^Ip*L}q()eu)qBpDUHh)wvD9f1@@_62C#T@4i-z&UUl4P{G?&cofQedUo_fon{_ z6GmG0N;XuSnpG$@_N3tEm9E;_*N;1`uHa6o^9hu&sWU7+itu`rew#yeYA4TchnR#M z^Q_kl(>{^?DFb#2ibl1W9qnUW!5kOnKZmDie%E|0(x9pI#z^f`Z`9Oj2tD*cEJEA~+Sa-yYyBgcpe9s=6AHGDHga`hDF4qCv8? z+*SB`uoq1MUNf1*DobGoAllt}0X?l_D?8if1xvNmy!QmoJ<8XESe9XkR`!9o> z4cjv{7iLO}3NqCkY(E8l(5_O8ZhWO`c6`p!Y(%*b4UxsDPnq__q+os>l;-sT7kjC2 ztV8}B`lat@8Y9yASq@oNE#F}tJ3RBe90jlWFi4i1jeAIdQ9oZMwvN2L8Tpv2Snkc{!P(Au zXq}<}u;8EW#VUNn>BXp|;OA|8TUl7o`7E66K7fbb%$MsTE^51I;kU<<)(Ee`H|bx1 z|`eO|3yRlbWyxkT6@?v9zcQlaz0 zOe0zY4j5L)qmmboDW4#Rzk>MHE6KE|sBV<=JTvNi&mD<;%v^8B+0KrT{5y`sBqLE< zTtp?nb%VyWa%KwP!{YtKsejf4av9XYAz~Az@PefdY%xH6s1^X<#*v#J1iBfkma@+w z6$C0Mf%5R}W!Xrx*2BZMP0$PG%9HtUe_*;>=XW&Z*DhS(h**PP9mkO_%;)~py zH>hvA2Qb)JRbpDhey@sygeL8$CEAh^6#^rl5Bl0CI&`~dOLnyql_Vu4Y%8Jem!XTr zmP)>xAZrp^41-oH2`M_1XN(}5xq0c5MBVAF{@iS5mj zBP_f8vfSq45uGOKu(tz-C+__UFl3$l%+6y)bjd+`MVZG>#(h4gRB(`uO|dE#wgKna z7E6k({%c%5jt;nwNdSv0ZlLgB5Szw+&I)Dcw*c^u_NVTk8*R-=BIG9#m`Zh8v1qj2dkz$IsBTpI_hFLA~h92k3Zs>^TKvPz@s zSrz9@gz=APk_d{=A5=Izx3wX@OXu!>Hir*C!R>K~o$x$^O z{8l7t(dchbE*v2AGOrRR&{nw+dmRHMe`wOS?`QY?+^NPogW#)Ebb*+&3CzqsXwN#P zL;6rS*K(TDoqi<5)s8!5v#Qqa`p^q&FDE#JMjaoIw(}gAfUryWA#6|{0cnYf^t?)x zt4)j~j4n90ofWYt5VP2}J#2Q3fJ6OUKC=lp zra5q!rYS-DSTsxHj$E@qX%csEzV4hyLGgIzJM_DBeEUa-JseANL4V{xvRv#KYYuh! z3C?!F!CKDHEe9LLc_(c$4f@G34_HFRP7_{fXBIN~%V#5yc%bu$VD_84^sk#EN#`|9n z>Jc711DIlkQBa;t!#!+ zI0ghZ56*&2{%2dILhzApyHvW+9NFXT;esv&vRO@qmxDah_eR2~L=G`dj9tu3N9)#a!f`(x|2PiFOAqr|D#+gI;72Kg;w_q1yijqOpnDo^j@}2S= zaH2=2gtLLeg|Do$sx|7$0J+FN-5=DBeC9mge6=GMKL!iA;==CpaC7%zF)}9rKE7H= z#!0&I<|5`H5P=qaE*6b`ugZB@+1J3?2I=fLze>~7tlNF{ZW{V=(N0@1km`A36bVN zzMdEN_N8|O8feCE~g!v5)Y5{`r9R@F-IWu zSuu`CTVc!&H>azM{-H{{@ApDqpMew||tBIoDwThR6r|jV8F_;wI0ENpP z1F5avh*t8So1sS%=k~=ODrffs>7mSIIS#RrU&-9dhn(%Wd^r8fU4btC=Q*4~YysKl z1P&?AiZeiN2!Q@Dah_4DhDcaG{?V}ba!R{OQCWiz5jH4EQQuAqmP$?`i#q4`ns7$b zvGD#LLxjc=icjQ$Yx>SJp=@(|8iwl!oDK_mG|qM$u2C-33vsj(Za124zwAu=9P3Pg z?gVWG$E{qf9hK&=i9u?|Zq&>MO->DS$k7S_e@;w`ttcYMUm?NQ!7ceR6u(!@g;oc%A=1~Cew*dN7w#f3`(|bi)5~-9c0VzY z@QQ0ht?ubu4*@^KRQl|af@M&y$|8Z)CWvE=2{5DKPmH51&#tGDnR5@#=R@FzR*#7O z>Y!OVsbWJA`OFOt*}a&3Bgr@qI2#|c$mPtBCK15|I0>F71r1l%GPkR-azB@&0W~lh zHowuXC&rZ7;j8rFdK^u{S$zScTMI{*F@J9iw)%c` z$R7nR_6SpOwZco@R7p;etn2_njV^1^u1kz#08sVk%3sf&5Hkt41-bLRHlNT%dz zUyfZV8S})9zKLh)UZ_UTC=)=1YBUZfe0ZheRy>EcX{KhWuJnA@ygZ4(OU8s$o^TPA zzt?DT9FF`Qi11S8phSnl$Cso$|NLqHf}f$~G(yW(gq92T$^{*fq}IUv#{p=g^MaSM{0IhBclsbwg`o2~Ap0fL*mOrm$aUIc zhhYg2LBi$9(+Yr23d77h?oR*aRX&2KR_@4vIn;Sy_K>k06qjT-Assg$;z>SPxU5kf zq!WYMW@iQVvt$D_5Q=yW-ULB1nN7iC%$W=E8-8}&1$?yNJCQD0RlM{w zJ9X*Mn6oRNtHX6JLk|8_b-ty@TAT^iUXevcpUR1k3q~fNw^0gU+m0wE*kq1@8 zDmWj-4z9@OkPi>L--u=^BD8TNVKmIA%RSf;*A`D&b>*`&-?zKbyVT^Y!1Xb`5_RAo&xAT>mi(#ox^OjNUKK#oj6 z_}^xQmDGQdt2}|&B?L$Tw$MSUHq?Wmce{iMt}P| zlNdYhUe%FrccZHIovXW=wwkNGiEUxB0B3t8HPa~Uj|1+brtXwrh@>s<7UAW6u5Vhi zE%eFW7r;hCt4+%R!Y^I3hjbt!oYubP)%8}EHQy(K~0y=x-W2_($cK1^JWTs@2MLb_f@ zkQnDq1W^O&L;1`-wlP@qXMNS6z~He>@`|<^e?oUJBH94ds*g|ZZ#`E;toZz4IU3Y$ zO%dle4x0?g$mrEc0dFzMCL1>oR@n1MUq-)SoHLQ z6|2_edT8rZEB>gV^CYqbjuaO*MM6i=8@Uo76le{lPp>l)UR+inv-!9~A#} znduew3B;O>zw~?I@LKm$Wl=T)TJs_@dUMsH4&MJhm7&H znOyONtfyx#1>Vx;RW?ukyY0jH`yBE*gI%h^> zdPLLo107DYFxXRa%mia1tHB(7kEQ2AoFC;OSa2ZXVcw={EJuiwf>=oU@wjqLuJ)9# z#`o)DJ7_+^G^fI55gg5me6UhQ9cRHzdib3#cnGUTqn4W_ACLw{LyUS_!h98>$ot(J zjR%8@Q}9z?#oCEYPuLs-SIVvlIT`>p*Ut#VcU|$*6BR+zbx!s<&#`Rn#>7~##MzE zo^tBFF$tEOV&fyGenmubwZmJ4m)F<@HrV&4?eR?kF}b(3tG1qQ<1F@-ZV4SCJsRlnv$e zzV<`@@DIhpa5)-UkQH=d{Qg{rusFVr|KuKEnaN&C|hY%mpTLjLn*tgx7#}-ZUrS^KYYi@>MGFSWj-9M zm2=Iiy}XD^Yu2jgC5ib9k!kGHP=&B?`y{Z2!HF(p%iu(hI1{bgIm3lq&`r>UQUtuC z`O!}u#ZRD5v;Yh`YcO{WTA^b*OUeaBEyc9RhRDUXoxKQy(fk={eT}CUM75AJ=7u0D zGI;+Ohv8UHBE05c@&ds+Hu|1~t>MKYIGoNzm?XosV85q3T~0O4B0!ahb6fZgs|mh4 zP!8RxhErc3^BE}3dc{vWmmE3#3++C}OlsF49qfOp{^P=7E&!df(a|Iwn3tY!v6_jq zT~Xv^T%D}*1CnWTh)I|%f)T0%4pvZBCelGKpFJKUu8D5u{KiWNXs|3F*wiUm1$FgI zgrVqJEsfd0>bfp3AF+k|lH!BD*cCApg2tvFFUF8#nO^*Mm9As3CTV@K}Q;>Vp zE!cj9K;DweB?Xm$4}W#nJ<7=%Y1ikokQFyPtK*-Q{qnfp9&T27 zx-MSP=5cFB0xCH+|7XifhUJ9~NK-6qetX^KdEB$dgb_ehg{3w->s4C}`Cf<6VE63l z!$x&w&vY>O1ibkiWJUjKEwV^MR>Ui#;nTU+>z*Ty2lsKBfUaxiytQUv()v-G}o z_n$7@n2MpNBQJ}T_(!7)@iBic>6yvDRXNP|-?}(`d3Kp#gk~%>Jfn1nK$`uhYGYYA z>P@1HSO0@cA8bvEf2i|4lO}{X4_rEFe8&u7r{*88M3GXR*c}uP-2P-2V;&#S5jV!l z#h00zi2R2Sq)tba#vHiELySte=L#8S6E#w|U;-(opy-uatZEvSA@hO4>v%7aIRO^A zKhD-4B~yywXGCFB{|Oj-kJ`8R<;B18-;)z9xANJ~mL;q{tTA3tgu!M9uwT=s+hD%- zjIykOl_DC>h_AXKvw?nmy32z2^rZ8Q2@%9X{JR#de+o8n zQ^Y11Pd6F~#BW~^6$K3kbdfCSvk=T`0q|X3e|^Db=Zf|acJAyV{r<5$SZQ{XHa}vMb%@4 zmC6-*JMud2KQ&R}Av~kI`pnZep*c>^b%CUe8p`aKKFXJV6&n+U(M} zvb49?B!+e^IexR3t8??Rq=`4H&u?8FIPd%{iCc|T)QbIS&8vx~*C+3`O+4I4N9#Aw zb3@eHbo{F%m9vA$toaXdpH<7Z-x%zR%QF#m@@`eVMUD~<-@;Q;NNj)3N+hzAvK0kpYkq`4@o|FC9B7&x-%Pe{HX7o2!9;D#8=z$ zj=tM26YhjfUyeLr+;}desL4b8+tP}W2sVmmP89xZ0_>kp6wVw>bC<7|Uw0#^a;xGF zpS%Jk|8GXF=E^6-U%uw7nOfCW&>eLoi$Tk@$xOLDjp^a*M{=ra4;5&yFPoXmV_@M{ zVNhCSBzw(*FY)-h4g5{oO^_v_37-dQtk`cKhD^9w5!(&_U+9vW$q-i$0|0x&J##&oNK4Y#s8tNJ=66ilGrZ!QHa5in0 z*QT6hR|=DjkZ8Uo#cuw&ThJh>&E@2f;hPJ)YDPNQ5AdFlHMmhhO8&7eS4d}BrXl71 zlie>k{Uu73pR-YE-%IHXt_oC4&f@qn!*TGI!AbWi_T%4Ox|yC%C$zq`Ep=LM)OXc2 zWb2wF&L_jKh7)Dq&;xOl^xh!pj{W8Iq)Vr6y@i8za-?#$7Ab11li z`g9k2gUH7Yx!s;Oo_^;`Su#ZZOyAxu(EJ6rm5-N&Z?aW$z4_W?h5Dr(3rSnProET= z!1<`kJNtw9O!v9*H@(y6whsij-}M$x?3Gq*ZQXI!GW5OAsS)5+fi_PpSf8is*?YJ) zDfX00u9~5pNVS{F9|{~UIu>j{DXQHd8g|xbm$=x+J+-IPUB6E{$?+b(&YEyOOyaD4 zl@CRRder&pt}?YXSD$bDWcikY_hVt=h@(NeZXEcN<)!O7-M>#)fPQwIRa>lU2f?pEhGvif+}XaUc)AoW7IgSy0qc@Hl=7xwa2)O0U4%OyOh~Di=5f$bx8of+TI@4WMxw(X4!poDB zj>-8}NV{C>*Y`}8HiAL&JrQPs9V=veS>~5M4bf!F&bcmlJg!RX<|92imks*^?{$q$ zc(Cmuw}gD{ac0xhWV=l(eztw!m|@K-*JUdXUhQYs&K=E`ZoPbMBX5#v@rh7Zt=Fb$ z=NgNdsOmQv)7mpOEk9h6n`2rcux$L2YJq08g7t9H5$QF<8y8|Oi$!nKvZPA-_C$4< zY4iEGhIOw#RXr7oIVUfrDRD<`o4(kq@W#>M3Ol2Fj12qjH%2}GcJ}-qua|r5KIe2% zI=jE^s%7Bjwn)Q|GdHQHqU4_?H&po0-%W1ox+Q42TPFHzg-@rZtJLt~Yd0ksktLL) zW$HJ}zZh34C=Td8Z!J0c#Pl}xtv9XT*}XgW7^b;Kaa@dewuIiTWBKOZT(-5&Y)ii| z@-Ab@JtJk|wU?May_z*iNyEP6+w~``LLL$q{UjNMUbL^ep>1@^?xMmYjSW|V6s(MV ztZoOhsYnP)74Pd6qmA4`*AO^O`Q=R6o8ucxUTstzw=aDBl*x)}?Ri`N!p>7SY81*- ztt`2Edue3v7|0pymrxeG7}6PYZIEVXZS~tpCBMhJ&6j@D_;@<-tlWp=8;8&3ggvDS zU(4;D%DT?VGk5XV#j7~cAZ6Pv~ zKQYZRM~O#iN!UdvgN~_6sqb9+cV6VLyr!LaUuKWl9?!EV1B{5l@l9$mWeg5QdhjaRBhqiouy=Jv5hZ@Dg^qSCpFEz?~n@-3y^>fDtl zHdF2qKQ>knx#aY_{(PFV>)$O|O1W;=nJKA+k3k!wACu8cK1^B{lS6EbsEf+j? zeEk?ZTanoM@4ZL!mhwJY-YDKBD=1cTx0k+o&_-IVec7#6x|dXMRF4KwzWQ9ihJx!|Tk8kRJRK!!(QLX)xeZjAl9=3aY+BTuYjIWQ*p>cq~+xwRvvL@u(jsd5!4}K?Al2o{qVbrol|k? zvBMTIN}9b?4tj~kYo+>6C(N4Y$xCTa`X^tqt53+MbFU09SszOC_3<3@+AbU2GxzP- z10<2kXp^-n4zFCPqs-{}jw;yb(gWI< zs`J_p$ie*#6Fd^m`JRu~llI4H*ly9-(Q(mt+L&X>r{X6o?<>TH((UnVKgHnlC2IVR z@;fU3vfGzeD>~YLB=6cL$vJu5k<{YqcHPQILHAT^bNwfuj;Sd!?{pW z8wT|QJ4YSzUlq!e9Q`7iQlv8#=x&tz*RY9r*3oR^OjP_B$?o96zIsmG^YRss*13Mu zWy6&8H-nwmdJ10Mdu+H@b*%JlYpKEguN_$@Do8;b4BUjy5w4~FzO6r zV6xWDJ1HlAEqTkK2NWuaZ~CP4PP+M~pXzfl9X^__TpYVC-=LgAt+pia+n(>mQ8`8R z%xj|$u%A8MFm{R|+4Hhio4DGyp_6;LPh7j4cKXEy#lZDzUPZnfe!`a9!!RW9QpSWn zBa1cJzF*+*L_or=izaJ3i$qo!>wbJe*P}^yqkX69!|NWtdfk(UWLNdKf8ALU^x%cE zhUU$l&b(gE0PE1Jf?TOt_l&CVB|F=vMtrw(J|fNYDL5&7y4^%goE_s1Qq7e3?yqm22ycxzll}S5>J}^Yrnf&l53AnyFp%I2Sjn5u@Zsj# z@SP4>O7zpd%iijJ&XM6iv08SL;(&9}o#-YW3EK@zmx!Cmhwpi#sGj-$TZLa>Ol^^CSu7>g+PJFL~QPdr8`+Z;N@FD-FfoOhWxBm0Lp2TQ0o7_>`~7nJIg zr9R!&YgKEAV%!+}F!ae>!N=+);omRoZ1fd>95wa1B1?p}DN!!(!=;d$m4>dB`BS;! zpHrQf^7d$`Glc|wDBCAU%d4Mjxa4h0H0_z>)n!LtaEENY6R;2^8ys`AwdXkhSMTLL zO8sHJ%8wWyms7DETfZR0mHa??&??gHP^VgeZzU~T@vhP(`o6ac`Oe<^nAE!PRAba4 z^G)XJ)MN8cPS#p(3<(pO%QCNienMNAzqYO9CfDcGp_j{sgni2wu3R3txvtW3;Pdt= z#V@CJl_?e8D(G(D)30B8B2VFA!ZCVQ>Hg0FJWlqA`b(3jDU@6NxDx~~~=-T7EtnPmSRPSdL6j4x6eH*aQ@pmF4#y{pJNe-JFNh!oG+!!6CQ!3R|XSD`|E-#pYEt0?eo~K;WBX0 zEyZl4Jai@B@#;4h>)YCBb=Lq@Ff6m@6eR>Mj;=8a0K`@`suWMq8X z+c_m;6Z+W7_NLaxORc05PN{~WX|cI;cK%UMc?3vq@*fm$zpb;lx;<8WJEN=>ol3Sn z`?N;GgCkZUBTKsTW!{9Q6v=Ff7Qd%pyIe<{vhn)nd1^mJ&)WB4-8x#-FG!txYbjdn z96~Hx_cF6`U1G|4`a~lj#6z>>mI02G!32* zayZKVdf>+{t0#$?ve%YrQl8A4JaDDfhIG(^KBC5ak6?yDb5=2%#*x-%28!Qr1|7D$ zRq^nA%6a3<^|WU_Gi$l;3J)=xHwL|cynRSeaGFwhGgd`-R%n-^5IUzHY29az{C8QFvSGG{%dp~tu@AZBEKDY1h z_xoOdT(=uH9nR}K$K!E-+y~>zP^6}kM)L%TL~(}T2peLoU|No!n8{7{Q=bgv>_TMf zs>W28pClzcxv*?IaOjOn!p6%qm81pV)W+)Rlt;;POam&N3(33s;5UnLMnPU)*_;*q zCjZwZzm4qOn?c2zP#_Qnz}H2JQPZO|m4d>xZOqPBpQ>5Fl6$x%W`ZatARr(t+&i&# zyYtGO#0q|KIOWfV>P-=;p55eb3c&Czkab-MOo$=UXEhJ_>N5+FQXUy@2~RLZ(&x6rv6kQ zPa_+QH<9jyfI39s+4OQ!f2G;4X3rFQ1!x%hG4l+r32PUmz6lN!a8s|pU7HbHXiO7g z^#oa!x_UanVIkSsvQtKcn%h?7*<2>yOyq74NeMyq4E34kF}ecU zQ{LXPaD4CXk@slIN|^`Cw7erl5xRO1uCydxpMlx{QxQJJ(_LUdX%1mp4_j~fo$cVK zg3|!&VOWSG_vLcwT?I)=rq|}OMJ=lie*y>p&=a3GG{)?j<-Y38bOH0=17QaL2m`r0 z85!9h_V$BU1|D)n8jr+@5Kb0>{)MrZ($YE#GP-VOLe{Up8vD6Bgstd_M+Osb{N!~~ z(G3eNz0f*CJlC^l&)NrrIG{HCHKab0pUR5F9}|@#e}c39ZGC+`l8_o220_2Uyxbz+ss)1+kVHN>wG38Z3MP?2M@KjKG1m&q$o>fOmx^sdzE9i3a(Z`(p^O%WpVKr5PhA zB)S7LL8z$ZztdT#DxBIZ(f08p$jf4ag5cwGfF~4ayDtOc;^&ZS*#AO$v&5=r@yW@_ zB>rDLx3fm-u@7ctw<;->-n!KVH`8TfhG;tvkB4O|Iitn(NbBO>rDt|9tJm?Xr3?;V zZ+WNqNHa`-$Nj_hVJs|-OlRgNcr~h(g>HvODx~iADa}k}w>31n3Fv%rVLEzZcJ^CS zMp$fx*X%I7WGvE=m(z{JuTw!UFagWUZcNk5x2@Pr7sx#gc50z;b1Ha>7@eV%HVS{qyA(COc2I?0H-o|)XVKNs%o(uN>`h~(i7WvJ;TCghU z=gT#IG>#W!j?Rzz(X1N&A%o3d-ix5A{bKA?CUzIs? zUO9tiA*2<~+#>h=JLq%4KMHHXgbHRTG$aO#xwPgbq^71e1WrOluFbQeE__KSr}0Yl zd1ULQ^=aG|3-#h~2T=si+(xJPl_2?|;gh=~nh!21-JUwkSq=Q&{)Xc(<$yGK#954Pl- ztC*eQ6A=Pe#-XpL$imLc>wL!ygbEh5s*QbIcVCeh)&|;5*n);LrrPrFF8`);S+P-d1j<16T1A3va2% zu_hPI@79qJg^VeNL>Z$tmDmleuAw#)J^ui`EFQ>`}b z3?>MU<>uv?JyLfMQOe5um01f-Qb?E~%+9-b1mE~0@O-z+C%I^twO^)rZY{v%O%>Yk zDsJgR;(FD6W&*Sz7~uPwsFt~6BV%`yaSDN%`nCe8bsk1$yUy`sFUm6;yn6jQ$h_rK zl9tip`_v_2%>rt$-NT0_Y~D15_wF&o>E`HS3w}bpBZKcbaGJnaSw}Ysh1FI)flHc) zDfAp}C2EtYp}~s3u+W)<2>oTVtw=~rJrrV<#8bnDs|CRhAhv98NH-P>+_1FJcyYU! zSkx3Y?*p~=I%NJVZsy8fG+4LZpZ4I|%vDcV78+s~Nlmzdm`y^$%)9PrTxMb!u&@u4 z=4soXKE-qg5tfmWjgaX9=#=6?h;r`T6l55_f`WtU$;HiK_51xex8{9>OTA#+`p>v2 zARW*l`%gY{dQUf*tpgR(Xz(bHL?|WegH|xZS6Phm3&UX&_$%8)$BrdItZC_NQfbN| zGZ0Hlwpnda4-{CMzLxZ9jK`DaL)$av2g-7LZi9D`Zkkyro&Fg)T#o9(A}xEFR<9vB zakH?{Sj)-DQ7N8SRj^X$+PrytD2|=xB1dgSQAzzp%e9+$6i;utNxvkIz^iX5Vjr-4 zz~BuN2uYH)I}K~Zyax&qDZxz`YHew&@q-(5dJ{4HV^b6BuI|H9zmI@kKW8@eb?>!Psujb{Nrx}m>pA5K)k$`GP#=`Z zu3fvpt-asQRuruNJfUBr$|86lgz^iu1gniee`nQE>2Q58gdfYw*Lec}ZEJ#O~~|swxw@kG*mi zcMQB%FcsAg{?*GyV)yB7!1a}PmG7+8!&lr2sswTICG!gplRQ?_(IJ)VUgZ;?O7)pL zwR5O?5@YSi2?+_|+$riEr8Z&X4hL@^A(13ck4}fvlqBoY zGxbc>`)`!brI$?%v?&klc!n3r%FIMu4x-dpGorHI=h7iD%EZx;(PQk@WXA<1IXSBZ zX&GG-3(J}Ms~LPVQZt_xh7xwj&$fG}#3v?Nkw|BjmwXPLDo)4lPb{OrqCBo?iu+L_ z?H!F3@v%|2CUxZ-ZS*)cCAo^~hPCWWA%tG}yv3^dm$NiAKxv2+F%UuxHku`e{Er3P z;P0OjnORKHp%(}&yZ&El!hb6e|6hC&aZ@dog^w?Pe1OfAy+y2Qw2s#zb$*7Z-YhOA zW+uj7u{gDlLz7f+Tl$GiecX;;8_uSt=maZ${P?kA=|}F@ zu?V=}U~f+XAs?Qtf_;b;8*eYU@Ks&gs4@S;-8eylq-1;Na+I0#c6r#FIkCf-h)A zQwI*1m~?;pwygadnjCYsnjhz zFNu*_;{bnuHQ9YPJOk|ZT1m6eqd^@1UO zIrt1YpOjgyD?r4B$_`n>0+~rKAdigX#6fEFX#` z%O24)Gh^rFyz~u)7Qt4kZWsLX5WYS?id2qEFC-1!CGK|J2prYL;y&=)TS28~l@7U;*qI+Q9< z!I=dp#Zbh;?XU!;ic3e?0V}D@9Y3xNgqk3avAw;$PO-|kIXC0-ETa3Ke0fs-V~&5z zn`nQZpWf1I@^f2YQOeJ6+go7$$akpehz`|AOhm+dTw7VaSm?Y1A}|Vt2SEk2Op8Tq zMYp!%?L~&`uW^-HIzyY&wj4BKo_$_W^ut_>7qSN%v{wY5idQ(*!5;Q$H;iG6*+*Qy zl+N}P)lU?iIx&M-u=!RG)L(JK z!rx=mQoQr^YZokB$m446rX(aRfR&BZ;fRzh*D-eWK4jKF`MHc5*)s0|TSN*q3Ihu# zR3F_PavJs-Kqw$;c+=BbG+R_t{)l{?`yGqB>>!N3{Cpv``y*S?c7(zT3kwS-r`jsI z51S47MnFtzb>P6awj$Hl{`l2mvc-~ zhLP5@ecQH(t5-KGoVwEoVkPY}mEc zqIBP^eIgy*sYrla)5|@NBn!I12JTWf1I01iS6rx${t| z+b-8$ojBRmcu?N4kxIR0$+Ss$ zgRl(G&|{M^^On-Qs#w2|)EsvHs=@gZ!QHzbJ$_6~8S3fT?LI75&Obu`ZuPA75Vrgj zD9O2b2d+XP@lY?m zppOx|?y61>g#=~^-7Wh1Q%G#so#UuNL6HDa+ot4#j96$+?u@$>oj?Ka0rK3aDf{dX z@qPSrqij95`5-@_jJ{1o^8+;?B7j!}L(W4%HdPP^)q`tgSpr4|g z(NVvhsi*h3X_H_p(j;@|ge1?Ob>N_TA|*U{2zXGot<>>g>CYP&uEo2 zj!C;bhoZs>SNIjq_!315lw7Y=xk<~&Am~MW`*v#XG{OTx>mHFCms9o3H%Qt!xU0gd zdt+CGudi-or4Er^MTxJ-77 zKuo@IV?wB!mxHfw+LijtuziKe?ftTYmu?mop7y+3d>y9Zz5O=E8|&b;-2dvlk>m>% zQn`YRUro(>?xz0N)^}}}UwyvNSrv3O)w`RJ`0Oo?&8c`)hI0(|%h^O$)H7>3c;*qz2{n_O~-K`dafpBS;3f zB%+*SO zP5S!PtH3AEuSBQ#J~c{xTBRgn)ZCWD?T2k%8E{1!H2Th&HqLFD_cUFQKw zQ5{d3KC;=Lhb~bGdSK`uq{s0Wkcabu=pfTsMn(p_zxya}rlvxJgP)yb8t2TQI{bx( z`d2$#_koUXipK64B)iCM^=s6Vx{10pyKcIsx!KJ#O1(cMA>ly$WohyBu+Y0zFO8cK zU0@l1d}Zf>lBPqO2}h4Ebsi}qkz}CmeME<-hr~RRC6&tDyr?txl_;2BBe)2==O~7X;H7e|Lv|#r{1+eR#|k8IVMkS zEqf0>K5Y*_b#wU(-3Ukel516{cDR3Fz|nSgZVnA67ZnnKR3Q|Q0K|f!4EV(M1d7>g zUxczeOrN_GWbq6dJDb}VJ@1OuDpX^C(kcJGXYqzj?+8N5bZ5S&f2cRD9}v1f_w@J^XCIKzP4I^eUF(CnQ#5s>23yX^%m_ql~pxq!EP!8l5KyDFyouKvEBotA7gPE*;Fhgs5>d)KI?8D!g0g?qVp$oNqyrN zb#g9tJ*&jw9s1_bp)bNlv<;8$-TPGJc;~vk-^>h?_ZrTWtRjVPDZ%S1_oFP3i2X1C zOJa`M+24!tzmx(I1sCDK{>ky2zl*te<7u8vXd|v`X=_7pZzu=PQ^!O9S_r($Y3=y$ zg}|gEp?>tPiA_1xf-)_u@~Ra3Y)-blN>RRvq9iU8;5Y`o`<|LwSwa66j!Jj~w_OVy zIk>NjS=~GA1R*T~K$CBBiZ6K@yn+74J{G5@-=!BS?@;JmsyMSI5uzgogFrR#dyY)j%oc*m;7?48Di{Rn{uAYqX2I} zS`C<~vz6yAq$t(80@x3B*AwWO;06rzgU`cLxTGn1!W zH9b7;&d{%Hk|R|FECGcDPE!8kH6xCEt;cs<=~y=lFZ5668kXyRKc_7o;V#_|HaO?y z&&EROSr%qLd>&e>oNT>t>3JiHBK^ae!2bC$){UGnZHyXt~}Qu31Cgz-XnJt z#s7EvYo=i&i~$KP>JB;AC2uV^H#gzG8`KtpDh4I)HS#;XU1&AS?^ccW%kK;vY{gzRnjUFF+ky5yH4k$W-U z+?``*EBdb&FZ9Y{ii&2HZ@094he|?mrCe9_Oo}Zq3#tC<^c2%|gCTGa+3l?;ymMzq z=ki-r);NwgwQ}y;_p-V=@9pH-23k*i(9=9>)1hewXrFzCldKjNkHW+C507<@e?Z*=Q+h$7=4#UY(#As&`eF;3lHQqTFJM##BZ+V_8i}T# zlh?}@vpgLz5K7mL!C^f-FhFo+UJYk}+v({wU%vPNI&0eMC-QXga-bX4QvY(Vs{uOS=20Q^IZY+^Yd^uVd7IVJ90PeIl4K!jf!u=KJ5BxtoF~Y|Cg|c z$k$-9y*+NZXjEP(aZuOjsvs=5M@RJ!1VDR6@fEHwIJJeCjP^p+bJ|jW&Afm65$Z=E zAtockQh)kY5PC&8zp~^$qbN5wDN2`!>c`uiIu+?+3p+J*`0M#q^NOYucN*8Sov=zC zWKLn+#IxgQ`0>v<=3Bi-8v?ggc}>`pI}r)L2p<;fSQu>g?4iB?-qQ3Zp&%pV#YtmJ zOEJ}^%&*>-h9Y3H`nfiYq( z?q?@o2gII)|4&c z2~A`2Qwc0zWp{~tm@VjxejW(;^}f^!qrSPxNzJ9HzU_5&bv^Y)e$kZ-Bw%Yp5=mB{MLo}cM9-CQ|p%%>vL%I;C08V-5~K` z)$Z;G@C(thQuY|-{_dSbw!g=V*lKnGrb;fgp@UofuTl%K%o&p$y(<=U*c-ZA)n`Jx zG|7}BcIK$b4RsdE52;|YS*5B_p z%XiG;38A%k0rQ(}ODE_@0Ci>d@u&ZaDR`jEp)$!~=IH6LxAMq5yT@e=@`{4p)YS!> z78Zg~2Lx?RR!O>NS6PL?8jb!ObABa7#e+}1SKB+fxkN%U*&(R&kHLk}h&sZ+r zy;I8uSSLC_*DRyVi+s>(+e@ z;n`i_zUo09wdFUtf(G(g{nAURisN&{ZAohORe><+pr)U{RMWw-Kf$(evJmo4G{Y7o zsd9jnpCy8Rc}(>pN!!VU^rwFFuwW1AT+-Y361~8?eCs)yRe4dVDJcRuUtd};FRjuy zFxbGWn3c85km&IIS_bYKO#{LmP0Gr$4Pg%-I`-z*>v*_4HDd1lFiG#0b^~Kqh7aBR*^ZRXE&ftSV4}L_0~@8k z!Mq3sdE^g1R?QZTg25fnSe#FOet2knjc!vq^LVJ&S{D|U7x=7aRYH$d)Gz$_fhySx zt{L9O60;Hv_mjp$1&QaR4@~gMhGF(aivKcvISW7*V6B$_o0AqC?lRl9sl@&H9q~QG zY`;e-@sgNiT$t#pbVQ-M`j;h_xtSU8#5HFRe&M9zW&z_-a>P)tATxpyyZ<(a%-mN# zz}kk9PCI-d)Rf(PO-nT!%Rj%blj8aFd-9Zt=7A7(5$75~SyCXw55*P6?6YgKtvhhQ zc>qQ~C@x%>Wpn3unLE~9yZD3eG{k>U=*D`f8CeAOHBS+-n2m-H@eG3rfa}(Z!T9c!Cn=}CAJFD~Et$X)a zNAk5bPMsQ0PZy2|$aa6WF2id>3Z>UX<_UUBgcfI{r+a6!vswbpJlu1hio)Hy=Q@1u z*`+XdREV3`!QHOn!XpcfbpcU{QJ6=p8Q~Oy^fAOFeI@> z=pvBu%*@Qad-qbZfV+v6TVeuqGQ073^8#!=4p!Wzc~uN%!|ZWt`nFS)#J~PYA zs6-oOwy*}X5YA1X*-(e0;C_G;5!S059EakLjCr`ZeJXXg*454Kj!fa^Pknsy%a1A7 zAhWao7#xK%=s0(b4s{i75fifvBjgll_IP5+Jw!!)?9I(X#m9@D{LI0TKlE#2pN+b( zk@rLwjk>y`-I2a;RCC*Ff9BHH-ehBbv#wJ!V`Cz;pUKlmj60u~)CpMk%?3WDV(*11 z)HNMXeXL(#%yin_9nIr1)e&hv^5M1A)C#y@px)Ax$5_gEnu=1dWJSRYI0{MAR?4I! z(lAT>a{pMQ4i_h?-yW683YWbBbsmzBf)rJNs zSx-45dMa~dI=_A6i{*R6_j{I6(JMj(Lhw9l2R+l*0L8*5TZ3wl+7hA99-@Q|b-%bc z&*@?7XSQQoS5I5PwGNc0z*V8I;^VnJujJ={b4J?MH2uTUjcTC6>C9BBZ;jTu_iguw*nyz=Mm!|t} z*fMAoTj;f6pUzY%v(O!*4z`X1F6^x6+~7+k9kI}@40H`{4kTcZN6qC9X47OLgFs-N zjAQU3bmvcfYHuIi5&5k5h(;|N3#*`V z;HK@y3~MC?O{Z##i;Jmb6E|3yy(8n?QQmLGl$T@ipi6Xkht-$McBk7e1#M6tgq~03A7vv!79(p+F;GArREhZxhG|!|Eop7GpmGTv_7PZO+amIFRC3&cGj}L_Fx!!C-#=t=s6w(?YBLJon%*77zd=C$4|DBK&d#F% zsM0kNd?Y0$bvP&0EHK~hP%sSLZf%kRhkGR%FW|6%<=bBQaN}^ApB3{ilR%$AD%dN3SdjC{>977-?e~uC z`=W9N9@{T(NJ(wo8o)uxZD?o!i8GXfWb#40*+lv2$;tD1WgT?uH*;`^$iGvx`^L|s zsrzFxvgu_x_q;>beS3S^#bp}YN64%+TbwL? zj|oCr$m4orxq3P6A*^XiRhkA35WmgR&&U`|V@cl~;@LF&;5aY%zk}*3W3`@W9i3Tr z3wuZaBgFlUA-Dy5r9*gl_$RZiSdKngxy>wuLoqQie+aPQe2R*Smd!*_5BJfQcrNM8 z`ipLYkC_tb6fQ85X6@J*-;oM)lx{PB8IZThUvgmj0YmfapG~|S? zeB$k!H|w8X?wW)pz+38=lH4Leo5Z~c`jT1Vab9W7Aqs!XjQ{w@f{-cK)d#f>p2@j> zAZOq7=xBR)H|u#(ua~dOZ%yaylRt93<Nl<6t2&J<2JV01F$Ta$Rz?}Lz;s&OEpR-P%p~xG8f5=edvAG4&WXT=bDAtBgn2{z zP_KyEa|~>#>^`OaF7Q_VV{D1$Z7H|;C zFo$1GR_0t9t2z%e^`{RXIpU;16fk@L(|E1GI-PPVZfK~SUc4Dyljag9A%dt~k6Cd( z76F=N`gQ9rq_{L6aSv?3uWypeeniNr;LZh(NUSY;CnbZEx=5bQ_>PM?@S6M_ui{7SFajkGq7zKyq;v{?cI%A=;cd} zDPL;x&~5GNjM}pUCZ8Uiy4a^DQ`Q773zY(!2#*@wT+7FA-@QLO^58_{{xh?~59Cj% zD!EGlPyLChVbk!`G^2|0PP;&a*|BdmA2+=*5E1iX6W*~w%;nh{aXpMpq^yeDr~qe# z!&L7v%mpt^NKX3OJ!kv6A1=LImfkoW+-C0lO1 zs*jePo%AcivV+{Y(z3Gm?kDwr`xcX!xPAYc+j0tzPMGU-qJ)XEiyJ(AZszX2H6aozu*F^J zVlF%ID&hW#4=05|02Z;4866%L?I;R12Qk3fD(Jxj_rr(T_uGSy(y>cq!@eCm?rRE4 zNMwS{Ex2u*ZSYsB`po*@9|2&3r#`Av`wrMy{&g4S%H=&m)2V!-)p<7M>$Pjvy5an4 zm5t*oSb?y?{dyxS9)`vWvDVLN8f!+#4^DM<)Yn^#1x(2~=!W09xV!}Pl2*{P;UiE;W;H>*IAxYfp{aKR zV0X+e@e4?;0+yaA3NZTgb_fOLuc{Bp*42qVe?EYwK=8=X!-v1a%`iRPOg0LWopzmtj{rhKYHRV5D(zGct$-A~T6^!V_j%B`H5dkouC=~T40#hGP2A28CJtjPL zeWuT1h5thL8LcHLKk0eEU|R${cg17@Pf0lwVvM(u?j+bt;+~PNZ*hsHGWh1#>uO+VqvJkB6lfDX zTKb~>4!9eJWOB~aJBpelcViW0mUsX7{?*>^caC-zlq?L8#4|hBqsx4a^AW%7jD2Qsy-JrLJ7Wk0mYtpr>J;aqRz_qD`+T&rGx7%&-))%+lg0dTr)@@Mh=(++KME`ilH<3ms zv=jUHU+su2>TOY#PT;wA^27!*0y@dW%YJe$IvwvR@SQddmanf5H*6BpsbQQ8YCD zYz_{(>T@Kg%SVqKvG4qe#%6QwLb6s%ZwOY#XN;^6a)6|SNu;ZRdp#GqJjlZR3V5T-K?AAAaI`|Ixid7^QgR1^cN}{DBt`CJ>A6RqK1KpWhzE56GX$HTI&UrKOdZ zuadP7iyy*Saeg9L^!=Sizv`+at*g92H{03(3Y3O5A&rfZF%0+JdrP)(zTGF`>JJDR zolEtZY*9S&_%>SlqYP_`@7;vul(%nR|4{y9yJGY%_!VQZ+eZMCsJq$p4pbIJ z_O8K6Fe^WyfEN|5>XJSW$GFtkSUI>aJ;2z|dIo-+L`_YU$j&(Rr3XQJ!T$c*CZY%S zEiY*CS2PDBBCU>GXhF$_R`==TzqY!~Iw_XMr%S+CL7Q6Lg_HY9Q~@yqXp8 zn8}{&U?%o-lhG9v&)~mYBT#hlr)P+^wzft`lXSZLRvaT%wY0eO>CGjQ>uN>pBL2|> zuiE!#T2mYTr;j#L{dDi%$mwZ7)8+h>=Zsqa2Yv9THO^V+gW1sshY_B_Jr!$IlZSK+ zsVZ;pw09M5VB`;!ri*7>Tz}yS{fjL`bIaSu|65J!+oVZ$F4%|_9jh8h-UbiGaA$-IRR zSBbP7PCsV^y&FMv<wtPxIn}DQA}P| z_FAhTolvLEEVW@K`#1e8F`eJS)KFW?0n2o5+x;v-t7&O<@5qV#O@{d=-}Tr4#prka zLrJSkY=|`s^oLf2j81ZuMn60`(>4Dd(NNyHjm=<%Uq>4ax>E0eAxriHm(SntH>$=o z8rQf5Z{#2G7;CPoS{Y+#g^??-?BRx5!$+j3tP}bH3C{jtx zV4n-_5EVVzT@x~;LA#SSq1!F@EvQOv%I6q@N zt5hECS@Ega@83OKU9X|HD*V3TI$7}AIET~{Pf~I5bem?-`L$hcU%%F)Aaihb=H=rH zyGfnGUyqF?&(-+*zl`t4=Fu4#;6k%uUK;9-Jvr}%{k6U*t4LHda~H)f;5eo7X6ppxf4AJuLEMB)zj+sy+>{;1 z*5?SY6}6#MA@*T(Har#r*JsX5|VVNGnr=XeMZiS z%{?~Z$Xlx9EUK_im64M>Sn8HN&oWWer1~#Sx6n29J+!N;)`xt-UE9)avEy3`y$FF| zZDj=-3-`~{r%xBghLrQ|-kC`kuA9OC-x~0?Pz+$Ma?7mTQI6Z-V-|%XsK5P;>E%0j z?v$6S?0oTG`)}o^5?OM9AVPnT47^H?*$UzQnGbgR7JAj--hFtq?i;pXV>xkhEa=C& zJf-`2t^MgkTjq%0=0ANKy_3N^53AYl~af`oMv>*jU~DVskbB zw3){8{LMrm9pDm(So6CJE?1eX3flMmJAx$KxWP;G-_5e4swz?8R7#4kP4lG( z`3Hwm;yphB`a;Wi7%AG`%f4#vM*2EB@H~ISe!=Ru(j%=I+tNO}LrttH{rBH|{>_LX zN^uR1NW3sR%`J7O(^S%@9!tA`@^1{7W8Fd4tP6rUmG=J-Uo3snnfZf`{Gw75U7elF zisPfBog5q}#ykfB!0yv~L0rl-;749jyPw}J1jXpY@$n@qEAPzui$_VlI@T_T?^m}G z{_|l@*W~5#0&08wn6~J#$G6gR9UCcGs^?12Pjd!MO~nJ6UHHil2HhW&(_E~e4tIjC zq3WHnkck7_C)Cv`-5*Vf3{>T`AfQXeKd-8KZn&rCGnyFSUYk;m961tq?OJBm&d2Ci z(OiFMZf<_=6rIKUuU)TH!9~-CJmWDhiWMYEQTJUlp7@_5Gpp>SE}<#q3c~dpTbZS8 z9-r2I5iQA7Bw$=1nY_QH>6nMdcBveJA0q$WlqwI%@05_v6DnAfk#S_=iR3>whfcMZ zU^g`&6D>Dw16us%LKhbw|L`Jx$~4$?;li3cj2}w?8n^x=7}*>J6e(wrQqOjq;s7wdr<>K; zr9Rj~q{<7%3pGh8tZYU}Nl7_1GtE)Ru%V=A| zAKEvwvIkJ-!UUsjMl_uuYp5xRICA6zNEGHaM>KP}3q6 zGxe@Eht$pHl-1;ba$*v-FIegKC%?{h%uM~H3OXbx%cDYhe{WOTHT;`Z7Y~WE(PV~F z?FKLt5nK@)Wup-;CM7J)t_4<)(kyQ_Tf|5P;hNI#t zd(WPhF*SW}r1~+k27o&lv=Y<~1j7em0RhtF=mEhXdI^%(cjp)2O#)M5O32;s1C1*_ z4tL6#axi)bzn?uUANKxXf^@PqwYrd_dPB5kdU(?clh(80-*n?oisImXqIkl zpA>)5n{m6i_}?L?^Oev!Ejc_sKYbmC&dHD62{F|LAHk%x;j}6H4Teh*@HzaCm+-By z-~J_LF|2=Ci~OZbO&|NMP}TfDvLpHH-w=(cs#!4sFF~pncJ1H)w9y0p0F=ag|M64X zQnKc5C{sBZQY)|+|45DS)xQDw{$8FA-~z*Bf%88sQ2yi9{`#F@=Yz!tXbNPCy4u?E zhHX^8l&l}wlgcb7sR{MS1!D=}D$#^Uw>ivAU;ov|`^W6rfCp)a1=cFbM}~$ru_~pp zvv5jmNqebtjg__A!GW9;zW9Faq?J}1M8YvK)6^)+@#Up)6u;yz%CX;C?wpRw`5wX`q{j-roR5zkt1+8$jjKO_@$(+ zO?kZBY0a;mt9)Uh!N%FlK2wKH8lsi?Q^V8K1Lr*>lI3y;)S$A0M}#-Xt%Xm64v|Py zR8oRvfN`(XfqOMjX_u?g?c9@%ARKs6uVEpl)-kps=AsEG4K!*$^IqSVmM5xq_O zgU=!n&Sbp5sh>V5Fi@_m&CCs%UC2gLuvx~csH3u{F}$pOw^_X#bF|=5H>a@2UM5g_U~k2u#c ze}Ef}a90jBo)1qOa~yOF^r`CfyX>oIX;aX3aKw@7pFdxlfCj1F3r%Hy$BU02&!eRT zICJ?x*nSB5zoSv~@HkG9S(97_!sFkU6ns@M<~Tb)VZSX&$fX(4dzw7_jC29CzkMMF zH~vaha@QN)$RT|VC7*zeO_9TDx(W>Sve{)MTX&ymmArUyxk1f~QWuc{S)MK$wB^X< z`N)e6fyR?y^Z1=_`N6oQ>N##WKs>>hgK0ql>f?ZC2`QAEl_#>YcDOr|-^k7VK)&>V3yR7K#c{R;GC7M)MpVXMFdg#4TC?1v}YEqbhG*Lnch#aY{tlXOs z(oQ`6>eTzph~sU@F2(YE#%0H^5$8Ww$-?ZMqIhPdI{*Wu*%qDrqNHet3Jc)j-Hu_5 z^fk9yHo{^>FzyZ7V}vxY&OgY=5YabQ(LO0Rj2jKGOhZUOhX7ZH3RP_9`YcQ!Y-JCn<}^-( zE&nK3{(&q(RyNQ$enY3Ip58Pwx9f&N8n#~5yUvM)iACV+4(o%3T{FWiL*r#J?@Qeu zMw31@XRl35lab$aBES=G(wR(_U{WCv*6bHs>V6sUU;SR3NI<%(!l9kU3OtO~m)@IM z9p$%CqMR<7emvN$Za->xW>xyxq4#SHFJ-;0siCcmZXnW1;0AwzaoZ1f)}weZ>uDn~ zdIILzu($n+$t>^l<8pVoGA{mjpNcX;`U&SYtH7Y3Z0Ge%pNg#EB#f zyoeL?tKx=%A3%$t7Mx67UPu)*D{~)#0sOV?Twy6{7neYXx|B=#irT1)U63Dq7K|kP z$Vw4R4?TP71&Q2(6wUctu{!9$TN{mjecDt4ixPNX6)vC`c%ryXQg}l~hQ8Szd9zku zdusX=OM_0BL<+r85k!biE7>Y1d1b6nDxI0&+AJLD2g;Lp#kIp%O@e8!tlK1dq>3Cw zcwt>RT57@Qbne`_-o|*DRqoP;3JMDLf)cw-2s|Hhr`R@k%g1FgC#|}|kaNA)lzxT% zt)`Owv~KfDe)*iO+4r9RZ`Lx5JNX@BHkkL+!6+!3UdB#Ki!RTY_bcWKRL?5G!Jqhl z;1iI5PT?S<0)Z&Xso`@`Rld-Fvx-c_uo+^DNY-P`Y6}VVjcTvo+I8eYPo+1$FlLAKv@>Zlv_oXx>qmNEsX*WfC%WqWIpEnTn*tCMyMn zLKl)C4@f)wPJp;>@q*}=-5mmI*@NGXF`@I!eefq>=@3Znj~mcQK7O!ZJLp=wf|u;P z>5m4PV=$8okQaA}##3kmucidgn|-3y*4Bn=Kz7J=>OpgD1g9mHs_eka+r|Pju<)x_ zwah$$sZiy1`y9Ysy)$WI!jZWtoBe zM{nLF{~Xn8{?xpM%C^3;uJPr|CtG6F)0kD~k(gEjJcW61pc; zVXqS>`oPP<(vrJrB3h?UTpOxBet!PPmcQqbRzbA9X;5cLq;RvcuB=vX5N$%SI6N}4 z8;3T_6MO04FU@Du4dw1W@};`d=;vv+_g&hI$eZ^S7cY_knM?Ai6ah~|SsiMo=7*&b?Vqu9@QuDTOuXhU;*zwuQasaeN2 z@$rt{+Gy8*y?mLA4~crV z3SO^_KA54KpF$62RW|jI>**428jlMuWZs+@AFqE?k!5d8C_yhDl;h}K;3w+z)h0mc zauUa@v`#O-;^{qqDpvPNgk$GfQh`o1Xn&j61ZJ<}Rb+ljrx3^pVi48;fx+Lvdt;QZ zyZOc(Z$}h4X0&Utajyq^ElsN}-v_;Y?118YCxmXXON-NuP2&Mp!s@jZix6KS*S7Bt zXHoF0($ygZ!Jn6qPWMWHBF8m&wAk!FucpE^|P`6?V+W^E6&g4xSB@_ zM{L?hVi%$Er@NQJDwcnZclyjFzc^)2&&0A>FRdF{6PZ2R7GZ-kVO&B$QBb-;vcEaI z?aPz*SD0SQ$Sqcck-fbs0RhYBpGTA|?BegNnV(N|p3Imf8W|Za7=>Po0*A&na=ko5 z{Y6GbMrhbE{}Ph)|NOM$7~^@WFHWPBXLkks^Qy;jQBY^2HUh|TMO9KEK8sli`J!l& zuo-f)E@uL&F1nyZeis z6J$<$8=7EXwp>=+=#i@nu)QgtZJi*|1IsT__Q(q;JK-b3Q#f$LICx3U_x&xg(56G( z6jSb2M1bJ(%eSGq8c;Zh;okF?FW>j|`v{l?RHLJ1Fe0uDD@~PGNoG#H@J#A<#$K&3 z&SOVk1y9aK#J=kO=o3~Ma`NO*9p4Tn>qFl=Vy3E69j9+LuDFAe+QzDq(|+B=?uY@+ zR236ZRn=X)4%E*b&{6;OPwO3-^yaoU|K#0g%jQznuZ!5P`e`Ip19u`yz;CxMrhRy0 z)Oa&Hd*HV$x*6dx7!!_o-4;Q)-_pA}Cc;9m-d3Q`|GmHpeLbDG^XZAlq%uMy40gq& z*OF0K)>gYPZyWaA8BeY7XQ=8R^d6yJ5B?vzkbk%1@$&tRQQGW756G+@44wdR68isN zUj%EtNo@?idbM?KIz&8_%x>@Dcs19^o60F-XJ@y;L=5*^HjEVA*^fR_PkW|sk?<4U zSu^M`OXw43RZiev5$&%!{>=vm6KUweQxo=){qy7t}6`yqtiI(eQqQObqrr7-Xp! zewFBp+yaS%yNifRkTH-i$8du|l;o&9j+ZTo=cF}vQTz2~BvQRjdZe=e&=iq>HhcEkN~A0K5Uo!{&8 ze_VWI`f(=dW-tUfAV3mC&@%XxwD7BtdUl#L@1uZ41%+Alm5LESx+!X4-VeP$_P@A$ z?|82J{(ZQeQ1%`nD=Es(D10g@L{`eC$R1^0=+ z^SrL}y6*4q{{8O9{ono9shsityx;HF>vcSj=W!g*E!(yU>E_ylKdwjK0A@PB;#W~t z78eoOC!{m6djCWaJ*2hMMF=|5YOGp2Z&!+uWmyP@S*mA!2tYYRz=tH}6HGxWTG8Jx zCnv|gs|z#~M0S~lAZXcHY1l1{FVJB8<$Nj0x2+02mb7-s{qE26Fhn#Q}|=5>!8I z-WY=xj-;SmBGEl*?kCWzq%IWkKPCVflm5>EKs7W%7mBWvJh^}WHB7k>SZFCfMyGo# zd8RUxS$smmDfw2+Q8Z=>B83F~z{l1$oVr878v9P?p~6xwS49tdWNeJf)f%yQ@UKPr z7EwH$lDhTD;)0O!fa|B7b5@^lkMs&IUxBkIkB(T!=3K5=i$sQD#KEPNm8w_A_X?KqZ$sYRQ(E{h(hAEw@jDH-Po_Eo2h zNK(le<<-@%o{^{BF<5zMIyBlfn$gZg^ZgyGRNh}Z%IngF7Ofr!Ivh2k>>u~s^?3YC z#>`YoW|EtS`^&DVUCg3Ev4Q&?qoFe<1Oyde(&W<2tFOA0wXlv>o_{jW_{#q1o~Zsa z`k#XtcUM+XKyj33mBt~U>{Dj+j(5R4n48(bd;K1|^wmD;>6Y>pJlPShTTH zf9uBm#Oe^-PWwm!H63lg26Zasp$fWv+Oziq1Gj%881HwEw6swOgn5s47^@OXgaWeo z#F&`sKEmEgiB!jO<$+O72h&N;@J;uY4#l%bM?M+!{CzV?6 zN!K}*=H}+2L^jTT`t-m6TR5`{^@}s32X85r5^(*PKkjHXu?gB3WBGK^exwERW)34; zkJI47h0A7Ueu)kk!l<`4T zcgi|oFmTBzb+8%qEF~d#O}V4oeP4bmdw2KlOLUS!95xurQDu^P3G?wWG||x=x^(H% zn#WGhS|lm<7uuD72$c45-On~(jVhBf!Z+o)z*AWuMG0|nq{5hij6iQxx4yXqvax;4C>p5!-Ane>QFps(Cwx6hNk405mQXzWmTBP)8N+;TVvKVi z+~{a!M`fS)a&x=$DEzI5uu3+C%a%F4!z011@E_uG!(?pVKT$_)gsFU*o)QHy?FKOt zlauKq!6o!^`?vsp+cSzzIbl0Pn?3ibGx}vE&XXD=HwCOd7CQxgyi&C|JEZt< zfFfkilZ(}VR0;zP* zorBhZM@)?FC)J^R;0PD36Em`@$>Y)e29}?h2F1j#;KXZsBb&2$Bb-B&aM1VWubnnj z@%mu9l9LTV144w}r^QyRv!iV z;0`eAd+#H<+82ckrm5*)#2snKzCU;iVi`nL1o*0HX@y0Ylc$h1biQczgf zxg4Zi@`Xg!0rmPfI=vUx@tOjo&o*8@MQryoy!$n0r92#1^*(!M9SKuI*4o?}c4ryf zhjWdq%GM4a6cJgO9V)^~!wxHa9+ZTts@%h$gJ-q1=PR#1`%$5x&A}~6#zNskzg9(owy$&gU=J2UVaE+=uIyx|pP3iFLZLkQtO41l)i1Do~TTMcZaz?U;PUC`iGTCF=tM0=LVjg6Zh; zuU~&%VD%AEF9UsoCq|a$%v=u)geDJshX$Bmtg72>ZhmxM*Qpe~kiuH#$OMmFDx^EQ zy}peV;%?d6&KP=K3DUZe@^xT$xRQkhV={mIL}1Kw5uxK~3nI(;Jl!`g93(l_e}i}?7_^&hIz)ZAm-tKGB7ysG&VAF@Y5%!iB`^Q5uaf) zg)Rnn`KExto-X_n{_{NjLcLpiCO?0EklP@2G`p+|RC`WS&= z)T9&!YfVMr%}o|N!asvsmP2|Av-emtQyKk7Vh$-V&4Bm1*XPWnC-X)pxxZwr$WV=m zp~NkI{V7sBoL%;?ptTxwr)UFSNTkhd-3@~s1B-{GuyEJw*Mn0XpG#!Oo4UHHdwa*b z@(3qRJXT34p=_?N7Zqb`y6UjznG_X8Gv(@lBIB&m0izj6@WUeb_KX_D^F>}*E_sb5QJACvE z>jO4i$pF%V)SqV8C1iNe^ln*E%!N!MOv-af_;e!OE3Xyt^RM%u6Ub9!7qy_=M{$0{ zmW7cqh&)Q=z%THxc^o&y>uMX^}SVkw0J3we>;W(j3hOGOpO(T;o0T@KKYI9w_J}r^Wd1 zq*j`m^E5M`C)#q{c#CX$$Irj84hy+;f4%4Vj?Ga7>g>ge_*PQoq@X$0$LO7X1l&Kj zi@*80YLd*}l4x!MrinjNV>T1vflm(OkqMz)P|{viCL>`r3r9=!4EEe=+3AZseJkJrKgaj=W~@V&Diay zxGZ%(jtA%NUvMv;NQwtkKwohoi%t4h-qbypeoG4rlT0697q8_>Wdk``*?0Bz{5+$l z_4TWMesk-iiJIXIj|qExMId2g%j(2~N&Dkt!2*Sk`e`1vyMm=E5(t!tov{0jc`PXZ z3-ffoo~-s&5{{KQxNn~oa`-8>4u9LUr>Uu>CD4Tx)D7zpi+Zu4ij2Caq>?`0={wgc zB0;OwHs$9Za!!VBtNQcQl;}b=bV&1xkxJaqeSOk;&ng(4cI-+ZABz5pkFASc1U{aJTQdMSIU5j*yUL3n(AuVE5_|#IP6Y-(?_#$7&=XK zgLK}JBb39hCAFDG%T}e7Z}_M^t&~);W6i1*oT&UczaQNnv@}%W6Y*T&fYkpZS{n3J zJYl8P*Xol-ZIy8ME;97b&1}n&pWzKBdHjOmYoXI`xKvtCgi9|Xlal1@`ej}S@bfDv zs<9#;6j?!;!`E2g@VI%C+~C+~#Z}J@d!kiDJm*bP^kUP{4vrTFT!wK3Zc%7Pg-dZq2}z|?|UiTIzU)o z7J1KZ*cH=%5Cpk-*dz`fl($m1{;X}79ntLfVj_}H0U(-H)?IYI2=+_Vtv9zu8FR{_ z+m#g&5drzvExviZrIJ7+B_*ZI;jw18`Cvb`ZH(C)H1P7uDOM_5LJ9Gq>gc#wBp|L8 zd53MgyCV=PIU%G(!N$fmWTnJDREbQ+56eG)a&}h-Zd}XG)Hv%;d{gyh*I8NOvqC(W z3c2I6n4btn92y>2ImHdU!??cyxJ+xkC2A&$NxTT~Qb2a(Phv4M# zs+7o_p-()o7GpTv10=k+N!EHpinagz3v^z&_A78*g&qItRDJ20g>Rni=lQaaY-VjB zx*(-Bx1Q_oFI{nTYO(T)P1& zma=$V=$mVx*`aXS{9#r}N#Y|rj;Q5~)>o74EIzG~66^c70ke&^FWVg?8MaADlfIP9 z7lrbLM{o6woP5dt1qrq4?PGH5WXjYhvkoi}AXAin1w{77prngO(AqBU2>BmO7Il~J z8CdwdcuK?bw>S=mbm0ZsLyX6dwO!GZz4l92(o*w;zpofN#V=l5blOvP1^Of2;~U=W zR_v5Y_l)+q*vX~=wbc1#@Ao0l>7Xa^eX$ckf!%==b^9+AwW6(UWrJ3Rl+@3dyPKMB zdr?!(J>=!tk@|q&jjR0$Q0vs>eH$^ncpT`zt_s_Y%hzM034J23 zW+Gv3PKb#~`=VVUHl?RVtBM$@g&zYAw~aMcegq<24tc2^of7$ji=WN;2WMtDV{6Gm zIe|VOrwo}N9P#Qc^mZ6KJq2-F}rbaP5D4c}WVq`d;9 zxwmY3Wpb}(pFeX3Zub2-*M=0z9*-ZUg{h-++4a=IwHO&3igj&m4v=*R?qV~c@}wO= ze@;=+Hz(&SsGFafFq7?v`PS3Z^Njz;@{md;@$MefC3o)J(XOdJNkv74@=7Cp0rie& z6Mrr=?+6^hCclE*tu9=}r6s-M3uRD3-M@by$f|6yV@R*W@S%21U7e{5LXBX*X5nHy zf{1p%2Z{t;jXvQ6u{K5($a2E+Bt}pSvlR#=tq1IZ)Ua{|(d55@ACK*?KX7l(_I^ks zi8wVgb5H-qvhPP8&MTcel^fdCrTc;UJFkS8*w7PT`1O^6^$?fr_e*e*nwy!;vLV1P zP?p}{g2w6*eHFTgpALI`7hJJpm-8%&O}l|(7EM=Vlrf*b>Zms|oX;({#$OWrrp}Mn z5hCE(GMq$sPl_b>?%P(uHIxKJL*9kCNPA>VZ{J>5uhj7Hl>hXNArhjP5990e@&aKr z0owqDPtv`6(x$a_xy3Ot&ni!Z3Tg0j4)JRvr&&T&G;hl4Ly_{s9T<(RDTVEgKV>8s z23j>$)#Jyn&%EYhKKzqKOGLC1qq>+z(heK)ih0Z-*nkD*ZPolf5N*^9ssuFnAZO9ByH7ONDV8o3JFA ztUB=#$rl$FGb*()5PJ$Z+@?1P`Tq=W3~(su3_yz<^DfL?9}FHEW=k1{zz3}vUl;OS zlGwY&-EM2_e^^^Z1eBXiD_1W51th4P^=8{+qL%a!Go%&6^@ThMW`6) z4UBn)o>^a1y!Is~uKA7ZC2Q+u4OJs6>CKbeAD|t$lJkqo*<+NfL(s{! z`#f8PwTW>vLUa93r)VAIT1E7QnIX5V_ZsVihxR_)&b#60j=3Z>=P(B^Np^@lwS#9s zpjfUJOkNks5R`*~5GLn|NN+`%WDoc5DgKq$&Xe)TPD}6;~t~p*4%@skyv6J?TT^0KVyxo8kvcqp%l>uM~|?9Vkf?rv*^UMDUFdS zQw(g#dn=?N$0-UaR={X&zvwbzhHfdwL0UsWRZ)>G4d&&8zJkNRY}LJi8P@%Mh0zr~9^{p~mr; ze{**?)6s+N|R63e@HB2;??1Zu};0|IKl%TTcibDI@jaHwkb z+d)IIJG^SXF*dVHAK6x?wciv5*G_z985z|l-kOa+s)-4gyW9NV`cy=EADPf|12kh!PTO_W2@!K0EzeQsHlqH zHwQdhiqPw=dUOorZRe0*dR{9mRe+`TVcE_vUna0;J z)l&W0_I~B|(|>SobX|j`IugLj1olqCbH3v(Q_1%XqLZGEb_~PLAvRPR4|3ReexWOdcnQn{#GA}DT|A9FJ$i|Gj01XfrfhOd zToMk>&VG+M+^P*k7YJF4-@Ym4?+ERFc_mYWZthx5wt~C=F30JvgY>i@8Uh?jU*JxW z1T(f*A){e=X~`8l8nAZl5!giko0+T*6za=aUf1-%x-xQx_V&;&%Cf!v;kWoQ+{Q6t zfk;ZZ#^0^_dtFsDwp}b~$>!eq-n1pp()M=TZG*GRHL0hy{RK7B8CgRH=pIlTGe2?m zAg5OQ{>)3O*SdYVNV%lcxxvOm$e;vb{avqa5W<9uEY}{`8LOr_=L7|;)aa2XRW=ts z*!eDPr+`cKwcyv!f3uj(;%nFlr=R)V4Z6EprY#T=WAj+Cj5 zf_CIzu+8HnK0_Z4lGL5R#~dU+M*pBLNqjgMM}mn&W(9{DH~vJj?GL6FuK)dSeEtEg z|L1?2a*IWx@qpoh5&~D$a%$_Vwz?X&WRRlO_n*D*>^y?Vw5`DecNXXJJ?_ZFLSv@2 zuI7aj0K3U7(=GBSf_vzDPBk;1{i%=lEqW1IQzvxtY+M`w@;6?=B$$7Hqe^yesOrR< zu=z*ZiZyzI;z&&BNG(h^a6~EPC|SFWj>4NUWI$@XQK-fo2pTyrjg10_B?dLMIzU=Y z5o!hp_3OfUu4;*pq{PLARI8IIcjHxDLEg?{54&KZf!4SH!y?CPSxW$OZ zJiYhr0-St7uS6RAN<9jl6y<@wh}z2F5ahrB=IC_a=@c)@d_P$mt)#4R=oLsROvr#T zW$*~`TA)w@qywDS)^IFv+Pv$+bQQ&sX+jN3Km^fGXI!Ktc-X7?jaIA-Z!#O8H4xhS z@4IB_xSlexGbYy!Vvof z_zj)6P;??>Wjj#>{KoUMrxp~7_z(y~yO)zS7d{!aBdeNEDd}ga@liT8{mZn^pO?lY z1&0#ZbV1+!bu~3mn|l2mjf2U0L_S>;ZVDP2nr}qqMos1m4NT%e-v;4V(Q!!QJ>CHH zc@LN3?7Vn{76in>`F|$pv}gkf8lm@-ERNT?(R1x6*wsO zpUWo*sOT0u#-c&zk;LC0+W6h5b7CFu$(AXveM#!V0tTYi?noH)k&0oi@Zr;?}!e zNgP6wNp3c(pS=5+Sd^iaiDdB3?DK*BX(^3$&wgE1Ft>=8Q32dVGA30R}6L=hg;gY28yBw?!*4D^EB} z`mX_k3M*cCK>6$#Zde^L>IzWSN%VX#)4_v*gD$4EH;pYhjtT^x4s#m@F9v2^F{xfV zB`rRlNyrkY{O(;q58o-JAG(xVHSv>6pIB2|MS}0(-MfbgckkNnVmd_N&HS)Ta(Y2L zMuuuHXS-t2ke+|;^*9m%w_&JnqSlN$Ac{3Mli8Jdw~MzZxJWwGhGbjdv$&reM3ENJ z%sVc1s*%G?tBd(rEX=YXp7*GkWu9s8>r3>09Ncp4;lqa(j2Yjm>9>NzcJM_M+L<*p z$$T6&%-v(@sx+w$gfYtUePwh6ZOddj@32+f~J6%0z*D=B#gN7=T* zBWqDgjZ^+fjC4Fy{Zh}aWC|U%pEF^2_)?gc?cNVK$&0PK`6{O-*u-rBEuxiD_w3Prml3cJLwC<2$$7LXM55$ z?_O`aUhe!GU=kt?w~oHP6M0|1C{n_>vN|Y8s5hgox3{;+Oe--UfOpGJ|1-Hp6$-JK zF(V|Ey800Y<2UPQpc0(G2HO z6BQ9Tb^5ef1vtHtjLI^Kh~ts^w&r>zu6Y5Sswrq}Lk_X=Cvm9c+&s!1ys4PK6lB`T z>^=+$#LpA{_4P_1hYgOI`*xIDa^E^r8T~k}&vZ|;*5}WkA3wfi0_%{b;Q)uwR}(F* zofPzRbP&*{r=&!&ysHV_%1?YPM{#ywkNE!4y) zb6jQ)Ee6SN#+Q^eJ;#q9%I#J{0m zPQQ!$h!Sf??f_%{)WoFjE4-=uC>i+Jq#V;?V;3&?lUOw}!M@^oXoSubN_ z={{`RzWv!IuyT^)czQCBRO;w-;^(DTbaZq~XiuMDf)*Ll7kPJBbT$|&&M$ReN(SWC zg^Nv`JHbL`rA$i~PxB=A&MSs#>}zkXd5B6h4IP>eKdYXr9zFH&VdvBov!A>*^rzrkrk0k5V+tlZ9 zOF!SSLoMyn zbsE2b)(h(T2h6-d&Gp!BO>fC~z{K^2?ieMT&loLl)N-zcsxc9BouT+&!YazM>gw=r z$7g8sUpLXS6OgCWC&B+5RD5mK9dj%*^@yqFHP8DseK=lH{%$L4Xr%U2#-BO;S%rrr zm2C1kA5wjD17oiGWMnW8391U5RBLg*YG7??DdxTAgO|b1@#fv>a1KAZyB$tW@QG2?ValCg8w-Na4=}?WT*T85;Wv)cP3L2ke2Qo z@V?~q>_X8!B>mo#jA}MCDAB$D__5B}v)glIJSD^HR)4)1C{lmxGBh^E&djWBxbDb+ z(JB9C62S$}ebmydM;3frCDg^w?u8VlH+-uNF58Lwu%Pzx0}aF8m`MBg@0{)x6o@5+ zRW?kTpAiTPyp*@YrO`>`cIzY`xnrw=1DIC5hK{3`3WdyVzfCSIuf|z2+wb5*a4P>H90<@Uiw=7a9NaLbTrOF~<1d(MM1o`_e%HNoG)*~G8 z1597$)1L^|u&hM$)n<|EA(0F@9WIc!u20O!R$GyGCtJl4uA3S;1Z!*dWPkHy2m*cd;cdN-^ z*SCAuVz&~;GAeLtlOX2BzI^#qMM*NFmZoN>6&btks}KA6`JphmEoQy)UFg7t`X37y z0_g#~th_vV-Pvb?F$d(BGRbypOSdJ=Ux?l3x0P6*FNtZT({Rl;20dC(`Q5t7?i}w&K_PJx!+JTX#bud zEwH>q*T~Hnj*ki0(I^f}ah53ID0A}qH3z{AABrBcH_SR)j6)};QHUGQ2MHWFaB47j zmKS};AhU}XTeT#&h#Wjv?Dp+^EKdc3`fm%K~|}+etB=_!{!T#CIPYAQ_8u@e^)-Kf2Pm4UU>%q(RY_OiFr;QwihHo-UyQ zPL5D`;bV}hS7$LK8*VM=!rr}m=L8kBkilXQLd)GMMA7T1WR2V^a_GTeK z-+{%NpOS2NmY;8Q9BT5=Ub<#_ht+pjE7)EJue&SaRXQNRv_` z@~&RMmUfNsKi8o}|ENRRhrP598#wr$Ok>D#=TeOz3SOEiJNc`vspPY!c-5d4MRApx zp6*+L5rd?b96rz|V2Q~4#mXB5JSRIK0+Mj81Ax=m!C}V_f+jxRCoOFL8fV|-UO%|; zZO~RI9?lmoztA}ZQM?D?Wt|WI{dO8HaY0o5d3gt0m~3n=Radi8zj%>8$=i2NC%oARa^1ONT=I4*3 zr6nE25Y|38taeTPJ|6aNO@!_=V(x(jJXTpf76Iv9%#0Ti30N%gK$OgJS~| z*N0toB-|Lh#)^B}~bpW3;LAFHpNM(f~k*wkgf5ULi0cD=p zGBsj)wm+GhOpt)&kWJ5)opm=8JkDz_US1>Sr8 z&WTMfhl?y)nP!PcCEQ&tM)?y)%bMp45L++9C@OMQ%zVI_n9^z8M%haOE?!V`GFX5m zfFnR?t^MQ2Jscd7GEtG4FR!|5_Bum|#I7y0oe(k@ zM>8K`3e7{<;ylsl3%b9Q%9X)UM@X_jJK@fqdLOi5>M!|!+U&_Hf3-N)a&EYW*+AMq z3EKp0X(PU7=;%1Z^{vp8*uHCIHy_uYJ+d+~#FAZmz4q2}gdgAWmH|_U z-RKe@HkUBkzZ@Bf2Dn;YUY?wc52B@`+tbzB`lO%Ob!mNv8IgGx)HyMUY|JI^ZIUcY zvM>Vv>I^ajgE{mnpXLM2&tj-rItYrL(G3}HxqsKrTy9*P-k&_I{o1Q(p!wV6vH}7w z?`9?H&Lz>6;VVf?gB6-Pe+?u>k?wXsbAlenQ?Q zx!&y(+O;@8+N4e{KVpJ@rIG)D+c?`BSqGS04Gat*q|Q~a7J!f!G8JnrSak!EB#mBg z2qw%cIF#>XmBIK}9rbRbMLWUt^@+92si6UrrDa>ED_7`_|5|n7vZ+?kXm=QK`9}@h zM01YLQ}y`xF+Z;>^^r=cSDc-Vyk%1J%`PMoJ?7flAHd`qzL<{wK9ff!anp`cu@%P3 zUF^RKiwZ`9SEJvq(m#+@d*9K)*7FDnk)chnB`P35syoQ3A0wT;tRVPGfu9}opV671 zC1;`qVoE1wyGMbl4t^ha%!!l+{Rcny|I>!U|A$@$CqkCNjf!YxpZSl9+6jsVltecEc6UL`r%9!>Rl0E;(U3=)Mix z`^wi}_Y~O5%Y#NK$V$ukD*h89VSf6VzY6VvdI{G*Vx5ps%U_)CB!7PXVKs~i=y~3d znX14`UO9+3h{NbubahoBg8>=4Iyq$}JB*_gcI<$@wDXTV#9<$}-{^N-3~@Yjb0>z9 z>Senj?*F4W32rYVNnQCv7d)25X!Ch7s|%2&uC<+b7uA=SNJTGhKlr+`a$gpCmd$7F zfxbQ`uu(gAh6!3&N$=qui|nGo9)vi0*O@=Ga6kcSW2I9CYsaZpNq=8*$&lA$lv*cG z@;y>Z4&QR-sc;cyGhEL(<`}pjOe~Q@w;k9~ofKqZubUtan&~8W+k(xW6uLi^yA%-< z!2LcZ1eX`2Fe9YC9^?01n3?bD%1F9)K2ClbqfB%0ZDIr2t5+UdwrmNJRTl_@yE(2Q zL$dNz)|R&DKjpYnlCFj$_6p8(=cJ}b(UD(Y?mRL7!s;<6=d00>UQ%$7lja|X+oHUT=8b1zW_EXV&9D4tje2EvuzYmWKH8V;`;e)8qy9s7nd9=qZ7Do| z)wTnC;;1Tx`$4+w>8p%n+2mk+?VQ#d@l&UA+Em2+u7X+mk0R2}H6n~U<^z?NFNlyO z{b0S64Sz2JG??qZVkU0pqAwS^gF&jT1%I@5c0&K#8q!2SKmd#FYzOJqzqu+-^cW8! zh{Dd&GG$=QAv#*ka&?t^dD~@~gM0Tj^!F!q zZpu{i$Le z2H&Xkv!)KTC-EIptTt=}k)+nnLkud4Z`qrbnfZBekdbL``jg20zqMG2^*udzRYDG8 zARiKapvJO)4Nx5rxLY%0bmVz`jrk5%nnxF*x__G6hSMa_|I5kKr}LjbzZn`GvZoSf z5cJ;|g`@whmTpBKlXKpupDkE>OH;};6O4p@D~|wT+tn*VVh(dcZlh>6KA&V8a{V#nC)eDEfUsEriB4TOcdR2Ypz9^EY^ zcC7OQ(OR5;6zDU-LBUM;$k0(mZ)}3?Jb;sZo@bsi+6~_P!!a^e! zIA4E!>wW8Z)Ht7>jz_+>uF3A>6j|hs!_v~<2I1$p!$)dWF>T$G_V_Vh6k*TI=qMHz zf+Bp-a)>t-I7akS=~z-{f{vNxj^n7Fm5Dkxgn4zbl}umM2R&MBjd=(NTZ?LDMA2L z&ELL}q2c-pwc3_Ko0Yzf4y`{L?s-D0BL7EIkiRMOw^@i=fvIycACayFcVGVrR1|TU zpPT*lQzng=nTwZhpSEWPyj!g7Kb9#N89eL=3}#7ny7OY7yn$gw>7_DR0B<)qlv&YdTCGZpC5N|8}QKbb2)`4TJ--s2{)HJ!bk&yEsFK@>+oz#Cb)=Cr}sTbzLjFswV7C%c& z_p@QjnO8F}whVVN*{{C^25r*B)&HLg0|g$0#XTenr2l9Y791Sv_=tN%Y-~O>m$2d} zMjP(MHw#rKK2Cg^m{j)qtu2VTeOnH_`QFmo1gYBs@JU}LjFhwz?@LyZYC7Ed+u(12}o}*H7gpI+_`(9Vu6hLz2j>kc30j)Ia$YzGo z6$4S&i8I0Bi+*%Eet2R+*T7({M-rmpd-$QO;?|5Mys%Am4%Us6eWFEo$AwUg5e_vCBq&GJXg2JscU>BsN~EVM&{I+daj3aA(5y)H(ZH+pZGL{xwvUEbtfG0c{-b=|TnIfX%td`) z4dYslmV_H|{NRYWqkrtg)D(IV;LVLhLur+jB&Q~e-(pXDqw!yRT7Ge=UjcwpagpE+ z)5^5z>5C0?;)gL*GdEWjV}yal92_(p{3HaAl)tX7PAkn*?c7r09>A|pZE ztpOJ(t31F*Dw~I$s6FkZrxp=^X=VO(Rp?yk=^clT01R^JDl0Vp#g)qN3v{un6&H_V z6gdm?no!%bf_qdnP9*0zZ%J}n2})YtlKMt4*!Rb(<1PIc9vPuZer=u~_fCPcm?(0T zm>y|(*Tr!DX+}nH$Sq;B{L8T_xAr|^zevRzh1HTMlQ;07mIhd3wm3Wo!IIAl3w3CS zvT|*lrvI_=rNq7t@GDHW{*P@hW{mdu{yX>nrthn9uklulw-{1V&G9%Lb@1C5aj}e7 z=Yrwl84@@C`4h1!m75&fYeMzy1&RE=<9zkC2xc`xCy_BHP9`pZI!TNur?Ki#=~R_c z*cbH&?dTN$Mmy}X%ZoRec7NlbKFvd{fafNeu_LyST{wF-?#`Vp5Bl<|%1cR(GD}+D zF)$ul_qL!AM{+VHT$>3oNlBJwW-+%Mw*^n3!#@)2cOjc-fdx6f;Jv=G+XH>;Bs6|A zgQJzw3^J1z2=FJkv9g|citX|@GNL+g(ZXV>L+7AwP-rxl7baN!?z{RzSy4Rvfq^?# zH@*C3odq_!(f+igd>vmL4i0e+Ykpda295bgt3cKShjUvEMI`zYif@&3vv**l|MMH5 zR;0eZf&S!gSL%Yp-F+b(qFe55P3AnM#I0dS>t5JJIr<0Pwf#d4_J6Qf_eyMn=**VN zU1C}Cqp2e0-J|6-@LS+Q;IByiaW=KW?)ypZ_THz|HtQD+Pn(*GtSU!Mz)E{dX;mJ5 zDAc!m_g-3Rf&v6aDKX#E=H^;9Hl@Etw^S4Bt1jR78X9jAunc1EJ`sMo4q)sY?~D+n(w8ce!^;HyVsQ?5$Iu*Ku=d!0V{X?W_3*h$anx(GhZ?yW1F94}l&2VJl5rX0nOYA8*lB_&H- z=X^?kO+1KbY--BOMQa2xV%dvkSV?p+kO&Hv9Kxo_lINdPq?7`U7~?D?D??Et(v3+W@R)@K}dCaQVCTh}xa|{$1*-Am&$DzT*|zqGfw_ zv_Fp+V)`#bLgL{o8B4m50BJd2xdK@qR5Q7zq760XCp~|u>t^HO(-yfeE+Y-z=oS19 zQ74EYh_LD^i<~wln|6F!n?THdU^rH#cm!QS~F}`ZQ>WzR8%Aa$(d4}uh73U24 zPWTXW8!}qCQ6%+qlLz1!1F9oddrELX!@~DsJXjzz(^|u$F5FoXnwY0|<{2$M3N3Fo zQ6pqb3=b1S5WdfUYdM1SCGTt3%94|J-<*ebRJK0>t1Ka-NtTKX)d?uHI$|f;$1IS+ z*Cp5OhS&l@(-8gS5^3&pLHOv0#x>6Bm$>j`R+2o5p&Qm6JYj$J^#N1TOrr!OjTBlU z!YTp}RYb$mRg(wzoDL<5LhipSb zCqr6>%I(dG-70lOZ)DU3RPIPQ@d}O2%wRS%e`gns`aOMp+FSoVPkM2lfEpg{7n>u@ z6`VCV_PZhvoOD9fuAQ~y{A1>f_68w`X`$qxGw1wO@&<_t@ppcF8Cg&BPYOinKdp~) zSgJozqvI89tI$B>0%3^#kixY+I~{8wRxbO{)U;1VrsRajAs{(YSR;L~qof^arZLaI z?B(V4-Dw;7*dK_WSK>G-a5XgDT`emkW2ghCI^06u!c)MJ3k5 zTT#vL9grVKRLnlxMTe_bYxP7S8M>+8OTMG~&C`1V;t%5zJ*fi_yKor!E3UuqW7>Sz zxs9x4#4eiGN`Wo?>XsBf_QTHgA3l5skv~pl7K(GGxuvC!*rJN?HavGOo_<*bf?AO) z(R@Cew^#m@75{H);2fo5DcTzVJ&Q^887$DG>*=M)WNoKP3k3gsPuO_)PgA;>FQe~~ z>sPypV9x}4dU}%lQx&hPs%SitMH@Un)wT?pH~)4)Ub%uIZ`Xs7A6-G2g`M1Uc_O*z zAZIhm(USc%my0-^^Kp2P{J38q1AjbsMd z%_S>c&o1TgN*VDTyi2DNX&aMpjf5%B}{!w9WbHv3y86pP4J=)UU-q|ckNkD2q-`(4MXFCuaUXoQg*-h zPlEo*=#m5(CjQOz7MAO%IPZ(rLe5)5PmeqJjW2yn_seXsr$QqLSD*U%^DS{sPA%vN z1n=fKv4Ck~MG!6{>mtuQ@g(|;%Lo=cCnF}Nl^%+KjAL9;3%U`!QA&2He~v(})hi|! zFMiK64bEl9Y@F-}Q&y-q;X)~KP8XJzW_XIggX~AMAjr(3tw`dc_Tyk|U%o-vqc9N+ zo?#W?g}JlXeqd-|KXNUx4rid>Dp~l?2=8B}u=L4xr{l>#?kGsAAHP*(&pFWAN=c?v z@SlXsx&JqW%lZ%g>Cc@_gW5AQ>`&Sa{Os0YRUa)zBM&%~)+zxEsDU+3ww*gw;7i9O zb_ZxDEmG{`8ER7yAN5Q?iT!6{Fk#^MbTIU4`3Oo152vp+jzZ--PK6{BLOspNw8CQ_ zM}omS5t+h}^nL$2bC5!DjFg9)brG%VIlnjb|5eibCrxv)ajeV#4b*Y}3}?_}rF!wE zz5O!IIcsG`&AUm#DkH$qQZVINu;(ib9TFn9Lk?rDL9Q?c%tFy&=~cw*zJW*W7i5vs zU%o(nuzy-5$Q!EZnVFgCQ4lC?WDqVl{Jv@w7YHT5Q4f0Z`*$bIHXS7$z_DtqR&`w4 z9PngZCjakhM^0%EjakLX=w_mg3;j_zT4b64c40tJoF^(1;-^QaZ`4cVY2%W={GoK! z2OmT{+B0fqrRAP_K{)V1$-SSfFkZK%<>r>=I%Y?75L)h!1jCBND&s1=!mQ3n9Qs78 zX9vn7;!d7C3D5p(!+8Srq>Va4KoU1e^+0F{ZP+u`GZsAR>eObQCBMLAZiv7C?3oA! z6jVNLsk!te&5u-owy95w4jUNsGkT7-7;b1WVdo3y-#D(KeE7x~=VEmE4Zck%fw4oD zXJuXZjIrY){BFbT4^I*2QbHw4=3Nu91m72Iq-d4R%_9l+r6Z<1aRo2XrzbqU=jf-6 z_W9sDF~iZ{2NEW9b^^UL|2E?P;etfkV_Z(MB=SSCWKXk?gx$5!W=%!p>Pf?inD)G_&Ct>-i`RV{o*+g|3M`uKgoXM-q66OzK@&R8Ck~6?x}@^ z6yLRwm0n*@;*d?zNuantU-k|Hd$wAa;p!difqW(vps4%$WO#WW#ezR^&wT%nl8Hs^ z^7{(k^@|nX#=k|fL#g_*xHw05E}dv`C!Qju^v zLIz$%50cyXk{~-1(^dx9UR@D9uruc#^eh{BcRjA1A5UI^_~!KIDzUcB&_zFa`gGSg zg=3ZW4L-DEVDOc3UwHD@b$$D7>!~{Yb5X5$cpGEc^x)w2M0NA*_I4{}kxnR*n-ks> zV!rR|V~8MQQKS?|8SjcjsiEhM7@-CLhv6Cd$u9>^8T)}Y5D6J|Z>xUX& z9*jZ-gs-Z(zY~amj#B#XZxE7{@VDI5GO`S=F&R#Kb{{1&6ZHzCOlM3lrnmJo=h)al* z3MrXeUb1lJ5EBz46;iabwsSmdZ)}QxOEAA`X=<)h#yT zgfSEHIB)ZZ@bWT~(dY6WZ>tV?`Q1nCc&bUx7P?@LNL?Q#^&WCza{V;jZ8z^0R9o10 zbmg}R=36vgW4TpyuuW{tBmP-`Uo&~teGYdo@0Rr;sULk#Z)IJM|GKwc>JosRV4W73 z@(M9cE6%d`BGrPue-Tza%tu$#-b>67M5C4NkQM^x{bV*!e02|6ONNl7R6`QQA{x?1 zevU+w#_uQoh{mR>SL_WQmZ=P=(zd<4bX5)iMsr8R>%~Dk?-gR`w}4qCT@wUZ8SbRj zqMlYHoDoNGB7ZIU_Eu1q-{@OK?cDpbPY>{^ChDec_dmpdJ-tRBU>svhYE0BRgH8jy}v^R5g)3&~1kH;GN5$jXNewRBk5V0C>$Aqlji?HY3 zD47S=gs=^>kDks3%aZFaGHRM+>#DTCgY&Qv!E`~&r|7Rl1eC8W=0H4k55D(C-5amV zQHH_MoFHth0OX!0m}k#=s-M}H;W9>b{bkMHeQ^yRfpf|3+!OJG2OXf(lXB19@i8v` zBxGz*fZwd7HU6pbzR-X^WxUn99=#|}^gM44CrD6$htX0i+W70UKL($o|B zwdWiF(IZ-D!<0+vRThjGUMgMUE?$e(F^CcXci>k1`O4vsaJJWmv%La;=diJFg!A+Z znTOu*4tfio5o3OXJoVY|gydqq?Ap)YpwDO+plaUzE%@e50+WznqiaRY0q&1bhg9#g zoZoqf@vOTQLH_g(vTbv<@t!HUlr=+3Od1OH4~CFtLv=NP8RLa*3=IcRYXmV*3w*Vp zi0t&;<1T1ib?MTC1|=+Afwcn|Q>1B~A;--A95qPJz`e$6VDFuR^ZL+L8UO{Ry%ODHiD z?;|ledcr5=3_ZhCm?1x7IXX4EuQivBh$xU8yoe+MjYHwhyVj}Xf0)p`YLxET+?P{F z^>INrb*246#JUtQap2?vf783uQrmuf9)B`ErZ1Vx>GUbwmuh~Q)J1k%_4+TRW9qg! zC*EUTG27yu*}bbahLU6r_s?v*ZSVv-UZF-;A?}o*m@{S%{xA04GOWsWT^lt~6a-NL z0SO5y2}KDBMH&nc6_gUBl@g^v1q4Al6{Jy6I+R9HQjkswkq`t)>DuSe_g(9oYwo>{ zHTSpn+JC-z9P_{zlrhHh+|PYq*Lj`6w_hL!4h%w>aQ}pwU7FQx%T-Ag!qubX)p}Ax z5SVZuGg{nBdcNm^@VR-4OB9^2%Ub8iZl4O+{lV;;b|av#OlwOUn=lQsL@&C7>BO9@ z4`}GhZhnGvCGP&sgCX!I!o#pXP4M^~%h=vcwREp{8t+RNy|TyXiSOA*BzxPnYKzV^ zg%hPwebQXreGBQLpLk2T4}JRTUdEYLTPW;CuEJEM={LwFF0R#;(>+HPWBYiQrC5VW zZs3?QPwLY_dzP8cwDvZdlifWpUoHxZnOqsl@BQ%MY{%yLGff`HK3Xb7Psc_E1u>g* z=bybLDYlPI$)8i2szXDAQf2~NaTWnu5o`8i3gN2V)}cg#MjQ+p8l>dM-*;bplR$Oa z4u-fdYYD#Rb4FWx2F7CsFmjQ#BG@TRpX|T;Zn48%q3A0c*^R6rJW*0-a@=Cv$BsVD zkHi&~_vU#FA1Q7(|5CkeDFWPft|S_~V%Fb({J8ekOjG%!bL^m^xa7`c)dbVUO%KD5 z>3iiEFP&K3QE1IOJ=H#SVKhA#0XOesv#~l6y|s^Fbvk5U zxx|61QDfMXy^9LxoOIm4kc*+O=B=Ue84g}&CdQ*zb)&AZ_tU4{+qr91CgYn&8%UOT zf0Q#@sAb1i-28M*Q`;c@5@n(I@#C{k4WrJOdEeOpRL9c3vbY$N0aI1%JN*4k8s=Gv zdG+*%4jt9Xfl_pL`}JdYgyCUgj$}Ue%8wtvN{5P@K6Y6haW4riIzyBeMqgE#;$P&Q zHNAVT`%XPJ=G3AMe=u4$zjOJt@5uT6Sy#sP>VJx^JH_h2lCBU{7t~SgAgJLNZO~Pf z-XG0dz-K+?86nX(KHNOe_Vap(4XFe_zjDFI(fjNEuF*}}ap_=%_LVp_5}p^y%fp({ z&!77|!yNZrLP<#p_@o)D9L10QrMwTgj~Hd?KTYG!Zs&M9hRvB&lScFqQ~r8zuMN95 zZFAsQ0Jk3LrUziziQwF^EUpgCIC_4cJXk2S0jFRbmt8g&TC4FHezJJPIm{Li-2fE) z(93K*?#O>2>?;^$SB)Jd++4qbIMVYBTfdRV`MlrlPPO?G1W|)$SF;bh`CF0G(Q#W( zzLxbY(TL7>2rpXim$-98Hc{oNIit;*q4ak>zY6EMwW|>ew@)mJJoma=Y$0WDU!a-| z)TzbuLIVs-%8?}B%|=;WV%HvT09Ij~BKAfk$TB-wn__&G6bU}JHRC|2enCmC*2|k| zaE9WFWH*af+!0bpZ|JdfgoPzCFrVH>+i_Ytc&sIPt9k_C^LEfuQntY|8Jl9lDsSi$y@`>A8HYk8x`|fsN+Pv){i;k=OhEZdUp$`~5bP z6V3vrQpN8#Cfcw5v>6SSVRZ^SZ|pczeFX3h?@zljkMWsJu3`5`~Pa(Nh z_SGWM*6-pYPlD<0k|THI67-dg?K)2hLT^9u<*JxOcRhtBcp)cD%Zd;221i6(FSeii zXt<0Dsw#QB)QS1@R)N?4#6dNiy!JEX(t)hB@k= zQ14=LD-BWB!PSk7aPqjFu%iRP?z~=)M8;UAZOjO<@+Q2F!j=M$7_OSR#f{ik8{UWA zR0-eQwY9VbU!?YEUhpi78H+y2qg5mX5*Lm={4ZTSdl&_s0gZN^ML*6uK6V#SP_f(z z?Duu{7mBa86qKj{n& z($fe!H&t%ywPqPu41<5`M<<-+vax4v$G zO6;oyu{x-+)$bk==}fw;&oT^@AX_y=xX@}A7!n%`3$-f2=Lb&ZVeR43`PFCS$|c(+ zE^FjlCF0(?ySwYoqAN2e+p)2{e7mWY-N8;V=R1v? z+_AYF61BC!*dCTk(lmz;!S4x?y2hL#oM4tAVkHC|%lAK=a5f|*KRkY9=s{Y#D3AeI zJ}iRk2s(md$fCQ#`STUKKrFqzG&AHqS=igxw*lawrmhaTu39NBWxEuu?ZN=k=tiQ9 zjbVe(lZ{P=<_<0nwi^CUiUC4uQ0b)5H*g0~J;pTx^gVg1En)$X`M&iuOd zM|$Zx%}Z#ZIVEKE+CLeV;M{@!fKG&yv!<3YK{pon7G})?F1SA5>uFmEk>oJ-&6ovt z5-=H0R2l(;g$I?>r4Nc6aiNht4UF%WO8H#LpgQTniG!sW2P-hOlI8! zHho=P%K(3>zF}6B01B^pAARX32z7{kJrhrv09fKa*R^SM)0m-3Fr5EAL%B~~7X&~M| zEX+guN7FUkNcfd|T_4OyC4W2OK3JT?6Ye+iFj@Cdmi^q1a!TzFVFte0@3_8>jy}$^ zJ)}VU=V>B#F3i1l8|_QLE4|}FLexC>iY~Ykk>Xuz-Fz@6eWn41RJfZr*sor_nrsDv z?qd4Z?PSnI`_L5Qtx>zBxzxsvaXk(W-ajHFO-5mocOYbXdRi`y^cqcfx`$)HE5(qJ zEqau_JBD!WTbRWptVhUqsfjKwErqnHh}%j@xm9()M;i;X)=%SGoC#W>*_i@*2xK-5 zVa>%eYi?9wi{a$a$jgA##&{OyYKV}LUgk1hTUjV&-@38)fSCW7o}S*yuTkd95E-1# zqhE!yYP*qunxf8S?a`MC^w@9$-=(*r>>?XkLWSbx?afpOeogfoieXJZ9z>|j1ZTqM zpapYZJ*9+xA%7hFiFWN_o%+)s@|`o+=ht98mEm7iUCnWuTqUz%?!p0!OsGMfwus>I?<`G=vI|y0m8;nlrrP} z_I-r@>6@TpaDAjOvskMOY-LyD5)%?U&jlT=D=ewy@zzh1E%AT;{Id~1ek(A!e5{Z=G@o8^f9(<; zo|)O@CBJu*DmL7AG2C9mqrH1K#gkIZ&6|jr4(!(4*sr3dwv$7VAs`5us$I})*bmhl zuw!**O-yeN2&-dcume%HN<(T1rdU)w8n#KvL9$ykH%8Q9H#yEBZeeIgWo~Xh{WQ*wE{M9kg!2y9=V=7|d6+I`au;i(Q#|JDgo2PMFR^7JhjyL2fB# zj98iaz=-|&^HYaU&#dFlfPYch-oAis@v_(<6*C;^!BXY;@$|x2`PH<&l2L?He*Xs? zMu^N%d*D(^&%(wA_MX`hH__^MbC<=oOUjjR;y7DZQQ}Pf`{*B>_W0jC`~O4HKsI3i z{CpUe>YSVFCBF5b(}Z$E*S4zE`1O5>8-ADGJ-)a=s5NS~7SfMqY?0!9_xP(d=e#>B zzDd82zGDtL*UPCRUfW(?%H-unjWQE{x_$TW;zc1bP{Rd+5qN+=A%ULF4qnTISi>PK zZH(`<4!%IL!=XJ#ZY%7_TJ`*0z9g#1r-5tswyg_|I0r;m{tnYbG!%?ujRvd)ZX6y!uFI9LQM#f$T3pJIGSaQ;M51% z7^J~fAC-fU(?LtiHLv>!Q^L3+{7xL6G<4?^Rba=Ugv7Y^_ORa`>*M9uldxV+##GS_s4*lJ=VnMHEoD_57pDfb^NU# zZK+(8Tdf)dF-&7+MIIB+?~ko}nl*nNN3(@JMpO>JMjo8?T$$rDM=dVCv3jTR1>8Mx zRy;oc(iFWc^n)CnXgdzk)9>kt=go`$9H+~vw$2H`H(xE|{_krtsQPFuz!bOZYL}?xH@G5e8mIX^ zerz`say6j_Mwe;o*+kn@HorLke3uhUHeO@rhk6z|a%t3SqrkZX6ig(sz==hbM^zyvT47sOPuPW&4d^JPbkixd91F?p}R{pQI_Bq+RieE|NQ%T`s-nL zDSOZHRf=$K1| z&3YaD@llp*njzs^XFJcdA1C}Mc06Y6Ailo8cuy38afCi%CJB4hztm48ls)$GIVUH_ zmwh$9F=q2F{XGX57@`Bi!^s)6uj#cMIbzb7lCw8>a2cZz_?jxvMB*c4`Xdkmg`+LG zM8EX_(Y4fjXs_co(?lHHMbwwrIJmTAVAdH)zIX3ym4gDF-oEFFNvmfU>M@pUF*&y< zj-}lXa3>yBlj2{pzI3BszkVGVf!5qU(+2e-=pSsSP{p=^)q~m^i65G8ZmHY((E`4l zAPNy0^F0PlOU^9ThF=_v7(!^psKc4qhCs$)ZS((Osl0>#LQe@6|WpVK4&2Ty?{xrWQPjYf|eLOu+ z+hKl`QB+#GfmJxx`Wlfb4;3P%0Z#awk_7FzJzC7+O>}f$k=-oK$yaI5AaF9M z>&VAS!`oj%TT}AW?0uZ>-Algo;^Sx{TZ6rwzOe9UO6r33Ef*Gkj-w}92N}IA*AOd> zpr^PtMTT!dJi~?9)*^+JgP|#m)pYee_e?-N*CZq--=GdYfuJ8!=dLfmgYN==8JZh- z1vAmS>!KzP>0o^pGQ13Z%W17_NJ8X;*dEUSAH}0>VkN+R6^O7m5eh_q&N6L!-MN0Yxhlg?+ym?|?H@ zTD1A3GRJ(}L7I3)<9Mc_b{QGA;uD6^ngbeKuZxdfOCauft;!lV*?GxOF9;9T=bFof zfkBFe`svi|WT;a>@nDBuMgT#sudv&Uw7w2whXa>wnH%wpmeDOk!>e84pY756Y{`6s zgilV+U9Y4aFsQ|ubV^tl^}N#U%&}N2AQ#qdC0`IVl~S71h}j^5P%wMUk)oes=WXJ%(75wYE} zj$KF`%zq?IcDQdjsr*>e=)OU6BFg|pCg)|1sreQTGjcJNMT(vak>TV00jHNUr`W;jY0AoKAGRs zTZMju+AQOcLf{mliWru?USORZ90A6KJ%p7V-T{g6d4+{~fhttBov^j8bGk^dGI&bm zgS~?_ATZEsX0RHaqx9fpMz{>wuETwmJOZbWf2!neTyrCya_Eg-SEX=SzhhA9Oyja~ z?9`Qzv4EFU`}cQeQwzvY9Y4|p3+ZWcXGCz^VxQ6FL(z=Mj@Jx=R2Z+=@h1Gd`=g~Z z$2drJA0;Ib6>~bw(5DHIb*mmJpXE0x6s2gQfp|Qb{QljrcaEris&%>W=ZLPkIq!ar zVIww8-0r)hCLi$3!WZCj@@~qL&qeO;3S!D-!EVovz1zJKMG?SzQg67bGPJt>S$jIw z-^W~J6Oj$ZaIn~-IPLuNU;KIsQMJ6@udJLTC1DV1przHjSu9S+U>{sXI5tyDI2Yyh zrMC5DKRT#<|2ESlBh{98m6?){=%@p>czbkboVT#DqG(@=b=bLI>=x8n9C$?L|S8Zv&{Xc}K>X zU=&1q4?AcC5dgt$>Y}QP$bZ@Zi-?ev;XM~~|D39B*pfqYMX>0T_F{*$kONp$>kG1T zHOon1x>0qr)6)SwJ!k9K5m!%MCOyoRd*<`*<22T)$*K*-IMuLkVMN$k3OBz~HeQ;b zgk)rAe^A(DLP@subUN5LeB4E%(Dlxyg$-b9Lm$TRn5^$iH$V=KI|4yzmA%l)!)r{h z3@g3h3>E+PE2-CFWxA~yF=t@)Y*_~zsT6Rv`7w;8W?1KxmAe2ZMio$z4a|*sJkhdO z<#nncId?PRY2*F@``mS9fq*E&icaKOGAVu$+tnogh-kq4%bU7IFB>H#lBPSZ_Ia1D zk%3A>bFRrgk3Q)3$H<}YC=n7~HH=#0{)cqWbx0)+F@LQ5Xw;ToZ)Mfi*|9o#L)2v> z@9Wn-hSu!2eM1cX39X?o99Z*vk<{ItB}jbFhe4twaL-!R*Y;st=pbob-ETntJ_>&K z1lc8S>F^cky z;@kTIOruZ;pd8>7w%-2mR!^<{BmCL{qMOBF4513`x8I*(ywtifD0O?{#ljtv*3X$) z3Wvl+#Tic@%}*J;v+!R2&hX6>Z$4#auD|YkM3U%YPEROZYy@AL7vz-$mg;O-T|}?OSIeE_&vyG)%Oa^x)yIE|D;?F#4ReGlONaf`h&|ye zU+^JoF~V2snmq+kgs&v}vaI<8td_}-_IKI;Z}6|G=kI!KM(XtcF2LItphze?$^QQ< z6+edK`1tk9I&U1ll%K1r-WlWC)^dH+cGrI)?PHHlQAWbv|ex_OgD>fqkJnJ70Y4#YBuw+!gyKL;^PVf zl@+(e#gyA$ve30(PS33W%yYLUIM1KlIKAx?*QaWE!`sC#^;Vc4%Nr*rv+YoRGDdau zT1%oL)&7&WIyTvyl?fbsP+Tnb%dla)6(Ng9ir}_MN+WQ3^J{m&@@NiU0I7$;@B^2C z8A4eaC2EJJGmgItefRbd#Zd0|mMGWFyMbJ*qn-rgo|BR(?y7~w6zCf}NNL=7*i8AV zwAW{-GCwWmeIpP5PHSGo4+shxmk8lQqX}%d$~Cs?dc|d4aHX7&HE`*XxMj45({c1**!L;B(xu2zr-*(I8 z*Pa@e+W_88h$DLJTh)y?c3yKFKwia!79x%Mt3_8;Rl?ih@odvbQ~lhx(%u5G4k53k zeu+8!xOHphN9!l`e3PqIR>p6~4-71$2Jod7Jl`c?v4)v9l5=z#qD})`eT6kXfnonwD+<_Tw*^@7Dl~<`e(b^Wq%s%{8GUEbrH^ zxj6a1ppAZfiIN$Km>F1qxSW-yaP4!ve*Fsys>j7@vUaw%Iz#ubak>AWI3f-UC) zPlFlk#KD8{wJVZN^^wM=IzK9qe^)aFwS z83Wq{JyPbI#?igok4G5Ynwchg3?CPGglftZbr^PIuWKz7R5zZQC%h!ZupO5SQRk-rK1C>^RYyB zBJ(uua$8Q=X^f|86&K`1kUd6DmAi)rZR8$G`uZMOC8C#)s+FR}4|(rvyoK&B?*1K& zR}+PX09<&^Hx%c1y$jrQP;CCn>no%iL{hA7;wCNZOR7E>+G@W@;XpVp7gv5@5%VZw zD~|x!p?(7V+EZkADPbNx&N+Gc%)$O8c;1_rED^olZcX?opdv|&?dp(Xy%)RrnYzI7 z5pkAn2gRiP#_65Ib`@$noSR)=si+^XPUdWf?DFe@mGttM%q2rcYy(~&FA*-1MrZ1E zL02AsW>NRZ<-{15=jCZ=SfE_Vb)`h)P z+kw;kdC~?%%D6snbi6oZ{uGvj5AK-l3N9`9qm~QqWLyE*RM23D}1YW`8?i! zVPI0*pz@WK*vu~s{v0S>D@JsOrIzP^a?zJjQRg{hMg->4D$_UF|jou*>ZfbcN6BTMh3op^Dk#W zA`=qJMHL`YxH;2kzqMgEJuf%+$C*u(XBXn_e?KCh$`rSi#;dT_NBcd|%G0{~^89i* zKkJ3zFzL(r;!I4N(-8vmPj&hVH=l)A&I#+0i>^HS1>&Njboz_RsinU()3wB0TwFTx z;U5e#*xAi5USED4`d|#^f=s#z9dX_9vSj0=J9k=GTJFt1$>yr@CGYoLW~iORStI1N zD8L|t$ZPpieodJ6OvW4&VSHM_8; zH&){9^_`{^`0Iz478e1X%0+s#pfyMHoDNbiF#D-0>{l4I+jR4z-1i6p<73Fj zW61|=#2$_6t`L~cs*EvQnS?_#hzI=gEeL(7&XW=MoVGk_Sxkq608BFg8eV@D_775i z2VAMqzuvuD)2|pry*F>)RvwnMfAwDH)l3j8Cggj=*9gJx(~CGWpfu2!_y+DS04vX8 zLJ4lY(L-_=!FRLuu=HkiNnnUb;?`DSIFP8B{bDfLVVV!}$EuM;*|{de+6F0^X9v&m zr(GRmAlVna^Z2HRt~2zD13EaYGG47VS!awtB>sHf@nqdi-syJ{Qfg}9?<;$KOl#@D zhDtuVQ9-}dO62--GpkY*0C-V#Bz!43exAVgh!~rbd6rM4=tql!yAT)IRhHh?IBKm% z3-Z%B)obFJi{aFD%X8}IKa0>tY=}MiKFL5uw~C8BKVP`IH87{E$vT~--ND|z#=KK8 zhA`(laCg6LD$oM-Ofyqcr)j(|yJe+cn>D?I6M)!ajZ9*7lOGio6)@rUyff$?m6aQB zivcb@vC;E}!U&I)@N}|RrvJMa?oO@C-dmIV`wwasjGBnQc9`!Zp`tpc6Vq{kiXsq+ z&f=#|X{KHiUfVIEqN3nngc6b02b%OzW~&2Rj#&x{zD3i8`Pf|y;13AR=8M2xc$~O=Q(j<<%q)3wa9C^ zcT!SRJjndWc3xDJ;aci;vS^AFR`>a7bt`4#$6KbeqkR#wD62(T8k|f_I7Q87mL03F zb{OX(vXOG#NrX73zNSVbcE|Qvzh|@;jQ_D8Svl_#9jFjOzBeFWe^yp}Y(C*d=*eTh z5oOhrYNAGSYPMn8dq{lU#8~+o2L%U0R;M+5*qBe0*HS$EmuEefSpT5EuF9AH8UFp} z1|?*W&=10ku-zg{L;t^ND=4WHjV zQN;lHKeb6a{t3&THquCE11w$@|1Vz?y>9~punO$Yf~~R;GxOGnp&#^sI{p214AN!d z&urb#{Zw8-S69-}(bz{hIx^|R@w2S?;^1VkvnK@-foL??3b>tXEA8FnxZz%w{IsI zna#a>&R-{NV?}DFW@hZetHUd2l3%I5!m#UaWo2ZLvLYiT71NCp7AF8y&HCUaV_qf6dOj9d zM@2D+L+U6s1^XPE>+8*tl!Vd{1={@9`pu?KkpC`jv49GT_xhXK@8V$Bl8LH5RTFAO zxtV+W3+3yFU|jw6Y4ivmA1oxB$tVl4T`*Oz`gnBITXb!8X%Vp!E9ZDwA^&=(Wv;#u;qb|wG*c|`J62eMwgjlQnc-ni}6clqu=+n5*l+OyGuTR|jKIAPndCTx-qpmSUjp&Ps+~4Ecr$>N!O_iKa0Du{93VP2 zq3yDEz{}&8^d2O~Ce;p=#Q%+Y+&2e=1qgPhNGVz_Dnzo%3`2&=m z6Yphggs8*y(5-DhBQ!P|1&{z9-f_yRP>l_UW*=l zW7H@~Aux#g{96AR%gNI`4M0D<%J8fpGn=DkhX29)*nWF%qNqYY>gLMI9Xkj{zF>AK z(jKf#RgQmTMAk!~j>c^c-BvY{`4%j8TQD}hilP94m1_#=4EqN6 zFcU<3Sn==ydLj1{)U{`Ufx6WnX8+*!q*r#25aLU|4-b0*s{<@RD7K9Z{&Up+9oM|J z_Zhv}`qN-w9I$&`L}bU)bh%o$>Q1b)ohy9&u4ZLS3(5IFc>YiltKL5&ehL*o`mCIM zvKll!AuF0%GS8k2$wHvvmM1-gUO$l^sRyKcNZUUYeVJgcqdTIjub+!4UXx5HgAGE( zRm{ZU(t<5dmscj#_uIsTuap+*&wu~O+202TPfvfNU&9Qo5U~|3qW~7D+Q2WG$NrU* zC_2HjL-8TRc)E6sGd5~U@jJE$OzKh5#5^5p=K5Cv{*q0;Ai-WzRSi~ky>-Yd*yg=f z(rpx+D(7r%ZBeXzbhlo;)snO~up6L`S21Cb5q{$s-$VI!v=Cp=q1)Lpwa?Ga25I;O z)6G#|QYapx*8XsH%zQ^oA==Z68Px%wtew#9Cx+<)#Y!((e$`SwD1Wf_0bv(lg+52S zz?zttEyuTo{-BeF23^)7=1@TVy=6zeyu6geubFSMe?I{7q8j}>-4SP1vfpc7-S+WU z8`W2XOS1uuyW7Wpw8%3YXFIPvbLs%qL6V2p^!>yv=W3ok{%a92}V_R@jQ>Yvzhdn{-;^*JuMZy ztyKNNwx{s>HFc(Vj}aFa)%2A5+Z@B4q6`cSnEmByDb}(P6mqvzlz|&G|Jqce^7a)`-M%VYIn&uu8vx-oerYBr9NJw(xT%Euj8u8#CTy zP-;K-%2srpz{l`o2rCqV84OtDx|8TBS@FSK<$e;*D)^UHGmK(N{3)zOR@%5dg~RTL z7KS0|49Dz8m5YBJJT4FrU?6kp$yn?1_Zq23W+eNGjcFWXl(tlm?b#D5{=$%6;OzWS zdbi_b`;9GbpGno0pzc<%-K6Au>qTb6?-2vH1P6+1PHg1+qO-x!n!vo2)QpZfKvsk| zaUOBcZ>C<~wH7(lMr75lw=X300=GDuOt!OAXi)a&ieVSBfu)to?K?KslcI{(csA~{ zq`nd8;i{g)6o2OWywyd&)#5;3QzkWKMpGn@WZLfE2$=Ton>zd7(^k~2$rcVsN~*k6 z>NGTb`T8=~%Z*K%3JS(#q@2}r20M4{3e=8Fr|^GVAI|>)e6764tvX1d7fyOz6N@pHFX8hZCtuHzELzH`pU zwW=BFTaAvXT&m?}`o|Ldzd|U#{O!*mgZlD;|3ZnbEdQrz7$Ew`rs2T1KRw3Yf9x^- zbt-$m%^=3d69fzjje z5;gmk-e7`6VDtZAPm!)Ik#~xZ&jL)oBn>bGIV~ws37wqC!}J26VCm9u1W4kj0^tKc z4b~ikElq=NPr+S=JO>CfVcR}@C%U1bVF&#yCGKbwRIV~ls51dt0K7bD(jr$>g^pAQ z<;h*>SFw{3x5r;pRdrM94lJo^t_S;OVM6m)*@cvYBs{~|$~xQwrZN0Zm?xf|R{!!w z|AcAUYc0L#=b9LLS~4*;X{Cl;4GjwV++}~Ea$c4qs7d7#$V=4iyw`G)!0(F_#r(p5 zh1cEN`xD0V(w%>LijM!hr+C)X$MJ6Q@2LlM(t{NO#pbRwh_skuGZOEA5ru&U8%!i? z37j2gO(uqY#i%LRqDeG15F%1#>Mx7@DEVN1p*<#6H~Du6PzxCOM?^#@BwE?nRI(sK z^vKWhZ{N{V+|Ly>?@d{cAM?4Ouw}qzqFbGAyXc<=hQO!Y@A5n&1#(*s>6ns&y4brj06 zwsP8oU(3tOA$ZOhWGaTC@#^X->LbQng6jlm*+IdLwi3c~U6~2dIj~ z?t0Nm`Ry-}TG)4l&B6BO-O04q*KJ&i?Vp}~#PZ0!Jgh_~iL>2Q;2Gp`dbi`7nRgkS zZ0r~uAf-SKgX zRRthD8)N2yJUA_o|BPLs(y~1x@Mom)E%Dt7J13KMq_4o`pdG)w&j1QB1kXr5SsNCaj2|7*b3_ewV5f$d-vu66S%f+5h3JR07s4kJQqh% z*s!UN``JNj28xGI=;LJXk(DaC_oNrUu-kANFq|L65C}W)l-F9jZbQfFaewqxA@m;# zH_DRu?%d34I$<%GpAk}2hxV6Cy~CD0p#sX#GqHqOPlvMY%FnkjhUxk<(WqJD;blHo zu`2<^n`Cz!0q1NA#}Jsv$<|q!^SvUQ`PsNOk{$o5d&(Or#(K?ebfY)e?>l zS=tDzQACQ`QGD7OQ2IfaMvUFlk>U3zkJfrTaYX5U-|YIYmw}73(Z^Tjnip5XIx}Bs z_=y%H$}_4whQAb3}7CW|#srb!l z)Qns_Jd}P-NC+R&t-$+|{6$^p{1+`L1k`7Ljr2B& zHs3!@2<3md2^riMj=}VmQ+Un=W|#M2mbE8v0`mgN>2K2xgW;gZ>ry4GLL)$II`AD~ z5(z7l!#mt|mG4-{aAt2~rld&v$TPd}!iU3-I^AJGgNy6tFY>iXzaJrU)FFS!OO_TE zjilQH8>29@=&_b#?h{`?1uw+|Jig7Chek|3Qc1Q6pu~vvbd$-b_7@ z9Aat7XG9F_LHDN{wU%!_wQC^he9Ovk+=Jbx`9=x@i5aWtCN|lV&1yzs8h+I$L!;ra z!5)a7_i=q^510->$cO}e1FD#xhpDV!7rVaLDkAcHkLlL@F%TU-9ie2{7q4C_{;68s zP;a)>V|sOM;GrwJ!TMh3FqhMTSFS&s07ib{!UfAuy(}H>=u-CF{<}+=W?uJPKI{B} z3;;UmyEzD2wu%B|f}xkz01B#H?nv9w1VVP}_fwk%ON%_a^O98xmQHZKrj$w4zwGUooFPo#-n|&QIvKPt zH$S4cKKb&g${NnQi&KmDH{}jy1=jcMI8ygCsI`NqvSK;inf6%lda)e=Z$G=G=jDqR zWdm&K^J@sk=3|c zBGZ5`FB}tET`HN1|3}KdyPKRtu9lYi`ST*CV`7KCFvu$@D4shZ?5V3!3X=t3aB>mw zYJi=1I3x&z_8=&bMb|joxP1|1?$)&vP2iH@43J(UPc22zC_NWgBhEMy=Xh zUak*_5pxXkqZ>0}rAZq`DguzZ{XOQ8_7wQ~*Mvj=6Q%JMi?tmLj*QVwfTv(a$x;Ky zzIQv>b$;`g>8NC>uF`+JZ^Q?=F=)P#TMT@eKSv0r=PX4;GhsmZ_iQw$#s?A#6QjniE*kG0DEY(R0;>EbzsXPxB(w)-apQdsxU*c$ zmv4LlGL8|^Dd-}U$5X+Xz)AdsTOyPo7*H~XB)h>T;^b}rxwGBiBcK6E`nWSZRp7(s ztwh}aPNhn&iW#nJ4`!qn&3K)ug#9CRGkhUI5t4kxm1SU*iEc~CvXMyg8oPXMZckO5}%6qXwYGAYcbs26C;x-J8?=ZJu22F}U0*>p%3Y5Nq#vMUx z`#oO&#}UT4&wZ;TbwzLRqzB(;xu)@81G;=h8|o!6<3-V@!aG3P#0AeARK|+*QT3lc zuR~swaqV;^uAzva;MJD+zgn%Q(#KsV&Pw_>p8W;z)+RY)CAVE*vebOFHYyTCcNrNX zt;~&UBs38&L|J&-RX66+J$6yb>`G} zvWHhOyZ97+n>MksW6tPN$k~XM7{Xg?ng|(S4<95@p~`1I{AnF@_Yn(G9v7m@WVyI8 zeXQ(%Z6XAOU1pC9%yxkZb!p50921J55jkcwt#&G_2RBrnUaD)4UX6qMqenH9U*X$8 zNMtc7mPen)lQ@Oph%-dyRJ>Y*nX;k}_?H4uCg}Z!IS5klV}oJKq|#%tV`zBOc%|}%uI^yK;|id zJ<1c3t7SzdYtnPr&zDwKXbb7bc5qYsr~cJBs7=^I`3|DXw6VCg#y?P@><6%?-FUj8 zN;v)*N5yTY829tim&*D+4GCercczArla+DO8Ssr{!G@Xh>7FR$P{&ypwA1y}DMGh|ow-Hh>Lo(bg^Vlx#WJ{f5YOPe>=F5W2GL3F7r|IW)H zAH@ilp*q6*F#^w(P2A813OPVLwB157hyARz6n?^o{&xS>u@P&L6w<*oj6;q_t2rt? zF<4vXK4SRXr*4D3Vs^oA_n!4NWif{p&GpUl*KQjZTn!{7r;?TkUf6RF8i?Mq*r;FW z&+VGN!(7FWK5yNF!TElrx3@Q5&9s{l=AubSBX6RhD1NqKcAZ!NeP85aOO%?NPIFm_ z$y)h?mZ_;HJU!MYqFcpQZawn$mT_5APjyk{1$i1`y@G4GR?B1!i3!2;4KaZl=6^&I zM!RX5znsXvWxM+K>rRu4OA#Q3!NHpYM0~~wS^?u1sTbT!Du*^dyD@a};zdRczbz+^ zmfC}}QrGj#`Fv`Z@RcjcA3Q2|Y)fJd3vrwf7c%}FnNo32_+*>Q+!z1YUz2srIBn=D zM#N8?I6yCG=TtJtHICG+9D&^%;?K8r8S3jlZ*YCMBwOe6GUs}{aFN;b&-H@B+}sm> zE;+1M5*0i>tGct6n4|AHs9aK{efk@S=cMJP&#~t&`oz0~NVY60Fx+S+Vp?I{Hccid z;F+!g@tJ>F(vVE?N4few>D9kUSO1y2^!G@@SHX(lrYK1-_>X9QGWqWp9(?>qto--9 z;9qykAuVMNgJ?sU{y%6oQpRRyH!29a4x$0eoqtO_{+YYa8PrP10UjUe4qVv-s-j&%S;>+WEH$xwEm6&#|Pc@~?G zWfk#~lqkkm&(79$X9+VM2J8En5joYN=M*%7-zTGk0t1s;pV3JjOlvpE<+ygvAZytE zhVuGo^TeIuUn3Jay3;eJ((U90WOqG$>6ZJ4$u^ctU4C|ER|amb#JIv~*?RwQeRQ9) z40HnjNTo7F`3_7d3vmHnqGxkOL`4av1WK+L6`;i5zh&!IoK`rzjhDU-7s88Jawi9` zTmc+~wlr?M_zu-QI8ed1akUiwjo-K5s!i5B^;$kCp)(tZL90~{=B`D>$LS8;`O$J} zVj$>J4X5P6wEFI1#X@GC5999%Ldd%7Hqei*e|je_&K0IVS^Z4NE)EHl);E8pZ>-JD z^S&ix5Q+4^SaH@qARvG|I^zpL&j4kA^oo?UbbqT+PeHC_IvNKgCU4XU_F<6h1RRsU z45I|jDLM>p;4WbL;tYtMs1W1Zw1d^43d|=G?31Q>3K^r_f9yLNH{RN?T~ybw*>KUO z-6tujLH==*$&=j`+Xu{^czvZ142`+ylh-f9M{^?S@nNrBY0r~-I^gw6C{oMop`6X}pVIYrs)<_!vA$Zum#1nL)>sV3#cE;VEDg$$u&7nW$Vrv{!g4J#4P z5P9F}WmmW~rKe9qaqTZEB&6n*96krin~o?u`v~5|;fo4ZC_P|@5vvpT&Fa(1=lk)< zel1?;T_IRtZQOj9yYZ{}0*;#2iPBGJBI5=s6+_dL?%hehV&H1p)s;X+%Ki&fl9sc~BYaYsx?WNApOkb?P2*>*!+-E%8-K&Ez!-R!$@)HW+KV7Hfmbgi{r(?niC+e0% zR=jU-joHERV8=nDeb(OrmJ_64r5kJJa-vcUEB-4ub2W-=8*4m%S!HL>?l~l$`;~R4 zn8u=m6$8EVF_8kRkDgseqLM~ilE1lAc{MlBwu*JWXKhw=zLhc?OOBL+P8XcYk%@0mo<>EIF6_E8i zKm?6#B+#VDYK!?Y20LL#z<%`h^Ye>4AvB3@#k) zV3`9NozcC$JI{D*<*DW;0ozA^!=ed3DPpFNSHAjvxU&JPw2f&$m($%FOZ6`6_!A~;KR~iNqOn5o zEej33Hqh0#)hhbgE`hxT!CH9}&@cx;IN9Lx%N{JiNSbhiX?n45OVW_vG5;VTHrU&gw~6E=*i_B({Bj z3xc;-8$_?HE-!ehJiF(>Z7-gxJ0mA2r=!E@D?Z<$rxJ*LtL$O$HX^1E~ zCVOvnSGX^Ly>pRX$h3`nJbtf^&o$It^P8jB;HThkYw5QR;W$FAIJvkW?^xf)!0=#W zxxEyISsDp5gGGlI2F1BamYw@c*T;J2`!+QBEp^XGJ}h^;oj5nuj0}MFb`x^k=dr+m z(5&h5fa}g8;x`7e^o%+3EA&I=ZnN{l6y4IC#%vORPJ+c^JLr`kKBG75U-=aD&gRiD z8!M|k69#(sH6*!^RkHvLT&^D*12Gxd+oUTMCiD^RrA~c>KuMnJz;OF+?s(Z?ZTo2jku&^DM39>xUaLEb6W;iUq zj*BZJitp?^qV0T;zPMqztCB%t?VI;PRP9@->&8wuZZL7$f_~~P^U=5Bf~i@qA$`4^ z8bc<>&5qBlOqETSZW$FbY&{b#eCI``ayFcLx3qp($B-z4;Cw+Bf0)2>VY!SHs*lQ| zvNjO&fCHy{+h1>0TevDo&U5=|uvjT5D7a0WFgn+=A5EkiAho`5p`O5CR0s?WC3@iN z=SQ^yqZ~>bN`l5N^stJOxBB;RV<%nR!(KAY5Q?dI<6Y$i`nqB(0T ztB3oJ3J<3j&p(TZpuMsMXbcb??`wYXm;x-!&sS{GgRX~7-t9dG$xJLj*SASF?>%Tr zG8=C4`=db2hRsV^J7?3lH`jqc{lbV~)R^os;{@v9g&xA-TLMqrkY8kLYim!5({;Kv zG{)1-S>^kVc)c+zUT7({r8fU2W&5is-u@*OFOQJ3#(>J3s2qALhr`TH4uiXCx9niO zt<_7X80cY^^Xz$G;9+7xx}R8wUK`ezILrJFE8f)CKciCj;XuHt;nV!Sd`2@~w1Z~r zO|%hNl%V>(T(b>HGQ!F3c^LfYy&HxLSUxUr$7EZG>96|mJWOK+R{QN;8zfQDA(zRi zt_oYJrh0#Jp|4Pst2$*pvO(WEJI`}Lj+=v1CCEY3xHw?zDeW%;HZ5tb5A1|H=X=uY z`NglM&rc5SG#}mFMX4PDI#z<%*3^wJed|Pr2;O^3v)}8ORaI5Hv72klIIn!^qoksG z{q&*#a}le-+Km2OG6|KHDrUpgwcYa*2Rv}bUpT6E@#pZBm67=Gt8DF|p|8Y1Tu!Z* zQ|x@>cz!%EIdMDeonII-K)rzx${sQ}01{G+Yxz(rlg9d%sM1c_G7U*Y4f9cX!?U zOu1j+V@2CU@7-f!Vw05&hV^xyc|`A}=x&r$9Ll`>@_e$`$25u59UgsNeFfGAt2OVk zhhAPU%O&`9UL$1}qML8}rduvJa3lF5f>wuBlPg?akE)Di`x+*c zr?aVqSNnA?!bprTDuhi-YU)XozyADU(&t(|b|U;>)FHm@4)_-MkLBK^x!-@&C!*vn zWz%n>R*qoOZzrab*fv75vRuLR`$hd%wwU~OtvCP2A3ys2(-GSL$sfKDzNUTs`UKhmwW46(@jY6{PIBo;IT2^*8JnUn8K;I7B0+%6r5J~s$4S+{!?!-BW}&p)^0y^94Q@#WFB?$%UoQwz4{p zY~J#xP^jJ1PU&UyEE_c(v5$Xe@J&vW1Rob$Rq*K*6=T-e?exK^4oLRr@1DW`;XgVHxw*Lkcvm=$7BRclO%a_A7YSaLatJ^u5N5J#>$1{? zEn~M8Pas8&29KXmI#f{(StPXj1}TYnza_q@l%5_QzJg*fFB5(ZNLSq7k;CkYA*Z6^ z8+f1cx6&a)_=#(!6jOwKPV3cqLeO3q*lOp3DbxoVgO$1mWXOBeUi zzd-l*1y{+={iMXi7t5&J*ppLJA9Hi3pCVz#fDP(xNP8l*RUwPj+tS?9MKpY56uw>y z5H&g&VPuB~Pr?QT6Bfyy2XLWAMQYL~L6HJ=>|ll{pd8c#CHO&hMoCWo1(XM1(6fEV zOX}zax$@x|puz#M2aE+_ETA%KSN9q6g1AWu34xSpsy1~2k4ZGmLva=sG(BbiY%vx( zL@uK*jCZ-@{0kI+)6=># z)6iE;bM6f9?(PQ3CCS80opa6vb9fD#tv**E_3K~IK+;cuWieC>P^ejYK%J%$ax#^Y zLPUf|{iEtTl$oIPC^9~|?}?I3bJM@z#Omb4JqmI47Z(@d9KekrhG7U8n01M#)+cJj zX=xGKFiyQe-KIgSK}V^KpJ)Z}B>MV@2uxln+Ewa!4B6!G{N-&xv;|orXEXrBLAS{e zcJt1GQ&@vi#O<=$1C0o>wjD?>OiwR~>&RV(XIBC9__4Bb^<_sKvFzx@jrLu216H+I z?VO;R=8}?uiHT!yOQEc&I`xF7>IR?8@FKwg=ujd<1lWl?c(;B>h;S}c8H!28*1D`SX_;8alQfk#G{k9GsVWuu?b zDn?93QuE&CFmCh!Q-&>%S@+D0-kcSQ3st3%XP9}XC-&D2hMGUXe~#_=Vfb%v z@@Lr+oZtY-pqeg(Uxb7X`6Z%AFZXdxAKtq+)IoH#TY~Rgsb6;Nf(&k#h908%UGP}I znVdx%ZH)&Rn#Hjzqztg?1bm{$`zfiPkjm5xUlp9JnURa0+}b^d&t5qOM~CHQ^V(FG z6>IljeO(|7sg$Znl`(d<^%0f-y%p3UFDv^N^Pij5mS1xVrWUZG=Viho4@Fy&ZyVi@ zudg2_+QGO9NRh)2PUk$yAVI zszsedUpvLGsWmRefE&94UC_{F;*N!_T~j9`itY7vz?E-Pw*2FNd;Gi<*1^15TvUYB z#lGoOxwJ|i`PZ9-oSdypLAoE1OnBWOHhbUD>Y?t_m&nQ#)A7CN7Oe5R`?BYf8H*X1NaNO%`9CW6hR|nloiva2Xrn$t1XpI}-Q{Y+jU3+Ww zuYDn`1@x*OuU@S%A1TjGC0i6vGHk)EEWHeqg@D??v`MfHE*FR)v7rl^B%=Ninq;P? zrq&fsWfmOqiel^N>=YIijSz^@S8;&qse^XRi$h&)ZT78y>YxL|#$~#ghN?HN7Sb*2AfY$L%+Vq})84=1ExX z%zz~ZR&xwAG+o%TIt2qE&l^xzCtFio?CizxP!D=;8DXj$8STJ8j6hdccY0pQ;K>t9 zP0wvWRS~eqaVX0Xm1g~|Q7fKR_h{H^fcXxLdPNCDFm~j$Wi}rU3il5_ejb;+MaLQ5 z`K;3B>XRob!>Q=tlot%6NQHs93tKG@n~%45%}-zG0>WK?pS0-`vfrPr%@Z_&2odVc z`{?!|d0-y9fc~PHkGJS%UTTLDV}Crptlh>#z`=ax!gSbXY5Z}V0l{gY9^FycV5y&HHaMU@*1%^CxTsFTorLVbHd{KOtw}9vd5*kkA=W!R@TA zzg6VK$@Kl~Br!3B3+chrOqvTsASlia0ORWES6czzIlVN-rIXP`DEtW2# zAh7>PMZ<9g#GO!+u+wi(S4t1onK$8?)G&r~{%io^3`k8ix7*Q_?w-V{J3Ch<9al{g zX+LAu`&4iYdk!Ws2W%t5y}gwln?I3JSnh-uP0Re=HpOG6`bbSxo}Vw*(7e0>I=%{) zJJ&LmV$+hUW;b~CHO)%T=-F#SW2_xwZkFSxJ978AA{+k}WLVagr6wl_UjQpsNk&uo zxv|1lNSM!qj=oBZQQq*Va*y5d;8LM*scd8jFIQ4l#(wr=IMu;>aEm7$ z6_=XhWYv>vG`DJeqX zztG6S_O9P{69r*mV6^3i1WVaTsB!PZGUL0yC>h1bbo_=OEE&?;lQz)~U=n@^5?*?RCRubhS`JW{9LyDB8#ohPKNJ_I?!Qe$ zfJwbW*8cQrcBB=p5`2`?M{>2ws^oY!`7_yO4-GK_b@OC{u&nv^Q6Pp#wD!xVSg2> zY9TLDy%tsOzRMrX8GRFLoSQ3yBvr015WyEb{>S|Vx0HS7l741#GE5pCZktj?m+c!CUS z$HRAmH=lkJ_}Y4(^4XQ5@~0ICFl{QlQhRm`W~A-OMK$_a?l+&*^U-{QXHH2`W}!mJ zLSe^I9+ja(o3iYfv?q0^5}?pGgvLYO4viV5QXS=cJv}`e^G%ma?IBC%Etu7ETXzyn zMR>nHD<}=KMP}#X3K8`~u780k&69tUYsM4S8b4`~48&wg-lu4N0X}C`^Yioc&F)Pl zju-~j)oZ>@)AD4&xHM%xo3PF2de&A};*Z*^Z<)CRfNFFEq9b^K30B(dbgkA6v2V%_ z#k$l;N-5s0z!Bv7=d0$(HRnkiJ0GObtK>#e)^}9ZNhBW>t2h5IUvbs5`7`3-jO@u9 zwG!J2C~?4iZsXh)JG*eRw3G^|ZSkPzBv|l=*}Xht{b2}A^*J!8jGSX@+coLCwB9sC zmx%H4&7vmRnF`CwK=zKgc6S?^%I0ajnKUZ=>N%$HP;^xpdeqwT)G}j7D6Sr-fz<4X zG#7~jV463^M}D*ubw+1}2IEP=pwbz=aj!}tduwY6I~jR-yG*bB4#LL}ej~jBW%Xr3 z=2b`bWPfq+(9N8xu~BU2f|!ViHmxqQ96mpNejR004=@sb7wYoJcS^Al=LlykG{)V* zw1_>X>8!R_)!`Q&`Mnw*M5N27vb{lfKZ@!wIgWf`xn6Vp0*s~~1j!>GYno=&y*hpV zpKfzHeJ+XNBXHbmFQTke8vyWV18kExVg11<#kIzq^$0_4&<5nm=MF(aM%K$Y4u>_= zi64CZdtlH<@0*JbW3nZ}isqbC`Std0XXG*ZG_scu~0R7uk zZ`(kV%Py^La+|~U1{~uoqGoqQv-I0K-KzrJ7m&q5*|u#vDB#^o%ZO5pZ!q9rxI)6nNU>_Z`5~piMZF?Vje$hNA^ZI*^W(ffIqu1v?y?DloR7=y z&tXks6ADkB;%#+Di`mt7=>XRfI-hVF1)UxLc4$&qCz-Uk@6Lv4;IxeLS3z9m12{rO za7|Zo3Cksva?PlzyfNgyooXm-|EP64!bYCp>{GPQU?`R965e8Gs)y@rlwZy#VvS1M z$tj&mF$E7u2YlyJQ)rK~eHE^!yZvyG^6MnYsJWc>3EpL}fvZTcB-7S}+_(!5S8C(+ z&CBZIE`&fwW>E6L1(j|G$pZpI+ZKqD)~d`3O+kSQ}Vcam_~$=24k89Za3s1IPIL^SYlw7cP^ z*FgCQs&0cAH>sZ6QN4BC+;VKf8GM0MOP#UfYOk%Z*_JH0srhfY@9b34cU>< zfH=DcLnUWlwqW=I!zh$rVt~@REq?@9>XE+!^xy!5B7H$%zOA^V1aL_11iid;xlKz> zrGn?ri43QpJ5*T>WG5(OD=I3$K&R-1eR?0rDE$2V5W||4)%v0A7!I{m4}HbFiO(;Y z>6Sr01>D?wh@B~{GQWZHIUoiSN(c~(Y$VknSPf-d9_avY1aM8{tLn`=F;uL>d1N`E z(284u4l)p^A+Q7A43Gr2U3b`_gSG(JTrK&F#E*@)oHd}zFkQ$^BeyiJce(p8eB^nY zoez|w@p)j!{lLu-|iXmIvm)xM9*cB~;E|&J6noi@!}x^?+XtD;CU- z#Ms%DMJ^y*1&Y2b1|z^G?#9$oqf~atdPmwFm>_I?+0X}38!#qm;sN6(do#%eBT<9b zvF%aQO?{1|q<8}d1b+)r3G`SxT$G3P1Mv)OY)VrC4ZLybAu}bOij;I?Ys-#%llCeN z+%{&u`=_TQ|GNKfTPEJ+;)6-^^}OQTuXKb%eLHG1&mYuBb$tZZ*{>{eselgL*Z`X81h%TzAgPVMuI(PN%F zc-i&Y|9R^;>KnU?o3R8#T^-6Wr}@gB#6PGsBOiW!o0O;al$k>cnZs;FhDFM6EGh?Z z#%DKJOIjo!AUwoVGAsaKC!8I{6b{!LfiEp}X7gZ_bhG)+rTy(U`SV5`nz*X0y`U!x zJvf7xu(+Xl(vujsGw1$Tb}9|w&Jdu#r`=y`T(-C`8Q9mZ1HcG2rn{9=+%c@7VPXC? zoup*&=2mteZ!yz znfD6|-JD6n(IJ~byR)_UkeS}GF+LEUy?1&3yexQ9dckTit+q!2aAtK+quk!)ep(a8 zP^l5;;W?;Ze=o|F)7(67>K(*t-)53*=muLWyh2zjM(IPhO(J)-84x8$#gj&+$f)$G z%reJMz6R^yw}pkPHNjDYM)w_ZFT|Rvf&yy@vC}vUzrzj?C{Ek!cHD$o5fKr^Q|QdopchlJ$7b`uZz|>yFzAwVUPAw@#$r}`3xvv?y+0u^W}=2V`u;No zIwwRH4<#ifRaI;;Ob${!4SoIa7I7`)swLA7;W_6vRK(GwJW^uvr{EV`vcG5W z3F{KNq%u}=sLghU2#b+_mr1@>6dc2?*P^jsc2HOk((={yb!A295`UYC6+Hn}rhgs- zj@d(a_U_%=EmPUzeC9Kyvi17B-vpYgK%$i=Ldh_B{uXa^-rArvMD!udzeDvwG6bz9 zsMV@5qWh#j#P54ox&kZb>=Sf!j&2Y;tzz|IlM#%t_&~LWhW~jDIW-^3IJ$g|P|yF| zuX!f4ZHt}y?p;J6OQYP|N>Y#Q%I=#_hgUx-O*1l9;V%2QrQQG{)K+gQ%~QaZKCh~q zc029HonW_p5Pj1lXqtjG8hXHQ8SznWC^4}>ISrGr7NNI@GNabygr120jru7tIM}=e zhvGigNhgR$T`*O(1MwPcaQ6lS$nURn3Swhpf0O^G57fH)><`DFMGK3ZaLfGkF4)~i>l3qbg{qP6u=jPXceY-@@WADK18*%XMoV zu%JIe`PVq@<^S`ntliUM&IpsI_{3&epd34`Iil&)$*)3`m*6_KxUrC#fi`rIa8n(9nbCD^}Y6#m%muI z)8lFmlE2HAF5xq(jGcSGyZCu-Ha+L!b@sztSl>ED;!-xV>oj#NDrXkEq9Q!2VVEJiknp$b{0Tm|6#kC`NVBbDX+e#cYKM`h0oP zqzK_Xzw8GM&p4ip$K2J^v_~=YbFwNk3bCxjm|OdJ3tqe*}p}#zol2yDUQ}myXalmXtZXr`F?3jQ!OQoo)~9z zhO3gwB-ILKU?RUsgmQ~7bc|j`@Q=Tl*-xo`l03&RUcG5DLh?L4VHe_F+W9H=0L6oHh&_$;nUXFYc-f`#o9hIHM<=Gs&ncaYYf|jfRXodgT(yP8YD- zGxyX^ig}MtVoWmsTt0o6CACOlK?E|<7sR-tN3vz?jE43TZ@-@@m%Gc$b~ z&uM%wfBw3pnb}GCTR+4fCpcLD$>(~`yN&hdE?ukCS;*^vhv$X`aSH6t-r|(=&K6{0 zW04g;Gk+1dUZ0;FT~h@7>iPaTGmB521CjHC0O4oHuj1E!m8+?tRw_O0U8x`d-C1~? z$bcAgH{kT^_2Egtwdr{*ogz`C9U2WmfRUY4g=174u}toyj8D*40%MOy(r7ZBrl-TZ zx0luv_3>4f_P&qCD+Jzo_O!<2U_$jlvuW(DwWnP6pMB{tXF`1sxNhC+HvLjvNeBK@0jqQt#pVakzd436vfG#mV_f)@)6d$>+%vWH6deCR7A2fN#8ie| z96spZnHMNZg=UNUbR1ji_B2mi4U$?MZUVW4uu4dh7m0y&M+mxw8|R}WdX0l2!iCpt zcsjJfr9U%~>{`~&mbN~>_t79toEc%`(`+bBe?mC-b$4*kj!3?U{VARBy~u>$&fkuW zr{++?h|d4D=&=?TByM>dQvN|9di z#SwY7eY|&y{PjfrBhqUD)~2+?rJjgY-a?W}`P3&AQd{^3K8FVQs-_inkD_^LuQiLR zjrIv982wF=R0qu3-KN)rh>*fGJmj}C&HWu(7bCoW1XbTLMtraT*ICtvUP=bFQhH~B z`>hB9u9oiC!a!lWwehKqzPL8!Y5v%k7sT!==ac-El(e~|e@vYaMuw~0=UlL#AU>cF z9tfeD>hh^S=UHrswBzXVcE-Enc4Te-Y;Fpw7X%Wk(UOflI}yzPLQ1?4Es264f;3+XpKQU3}cpOovjqvU(vkoSjxl zhMR1fzhkX8rMn{wOt78lU|J4hZ8R?4U0V6m>8P0f<8Zwb z(Vrm?qhL5{A(#)VOBeZeGZ#oXo+5&wZh_8JQUCz4~Rtq7Bj|aU5Io zPwG2d=gqS*o4d6YR5N$)_$2*E;i_*IiP8RHVLUi5Q1XS#__t3j&BPCOx#F3IV9V2= z%4Ow4IbU8C+RpyRAD^7osy2a=O?ur#PkYwNd$=#%R^N8ax<+FMp^=v5@~5!xBxU#xUz8?z_tWT5=LA<12Ww$85? zZ_O_-Ie^fRa2}II#uUk;$cK5y&?$?xgPONmiHEdJ%caP!AFG;3%9)j%6Cp5f$X(Ru zQ3#q$;;nQCYz@J$jX+L8>Ae=;Qt~QN7U0C(*4K=0pQ^*N2Lb&aN z*P2vlHAQRnIZU^pD-S84M%jPy-n0x}d%8V`sdwSFKwn7Sd&Wx*(`*@aloN_-Wnnt4 z4?(wL5-pb-zP+*7XMREda=(U?ffOIZN>wFBc8n+_RQ$w}CFFSbWo>NK?TK9VA&77lHwC+d&(BK#X(Wfy?nMu#$k+18{IiW>5(j! zm5sM@O;nfQ%#LSrwWn9t6}0!9zmu?4F3D9vhU=w=OVMre!!VAe9GBB-f9D=q89R(d zt}ViJcXcYwCl^HKlt1Lo7tb-(@7}X{(p;IaxaA;T*ilyb)W1eRsD-#G?=SwAirVE? zMRYaRl0{l>5&1GH`qs~lPl>7$$iV`yB-!cAZ*yYfzM`KoeC0&e>qcjI&sE46lkBr3 zo4(&bO#jc;#$%d?4rF#*7PYd;8CG~MVoudNO-ctt{fnY}=V_-B_FuGOj`0wtpF48C z>nx6R%*PFIDr!}4NsgpA!&@R+^lRX)-`dwI4DlF{`L)6Gk?z#sR%K}UtaUA0>kB$< zDNRqS&HR8o8;q9??`+}?L}=A>n#iwGZ^iWQ z+GP_`lw-snUv;kU4oHtbVKMIhuos&dd-yTAzBL=WW|h$%%dtgH-XJQ{(ioTT+=9t3 zY>_8V_=M9h=p*v=UT5|F6Xjrw`9%RFl(I&?^^)IZe^n&3se)SPXR$rMYg|&V8i;3- zCZ=4`MpXs5X@?f6?Y<>$aCD<|_K0-b_)hQ$KeEQSTk}a!pWLvDEHe|u2fJ?^>?9U) z?PFsDdf7b(-&za;6&SQ7SF*^{t0RYmpZ^@u-&}wG4I^7U>rZf2Z{TZpjPs?kNLD|q zJiALP+>YpsdK+3&Q?mwBUqKHdGb7tvu~{QFBL-`-~RTQ{t3dt z?YGuVne93Ro}cdqEW2Wv?XU0?WNZD9O)RdOSQK4zGR2M4cB+V+RxsNMMI;exJxt55l)eGN4@d!UG83xt%Cs_s7vuD0GWHVU3^V;qG z^Cqj#O}yvKVy}8_A5NYJmYOEhInLg9D!Pr&KR#mQp>)u6AHmy+O7a7N&1cU9&-qVG zo^H>t+IoDp48<@deU=|BL}LV$bGmAov$|?2N=Y0R@ydU^o>8ZMldFf{Dkb}K1)EeW zYDMvo|E<3^rRT)+PelVxj4N)vOZ;KdHmM2H+ia}29=Y_^E_{|1WA2+Tx$2V$4&S8Q z2~q5ybNp_>xcG8%g;zQClZIM|^2=@4usf1FI8TJfubb7~ZAmHH*tX|R1hWrp=Dzcr zzRQynf3qQ_gUY4VsFmYjJ9TQ7&jsG~r>R?C&`VQjKmWEbYNqQT>)Yz zL46W`ko4qs*`}N^vo}g)a-I&EBU?{s3-!y})UR&yU0p2yxp%Z&5SYD#u4{JdxQ|QI zk6Ot_9KpY`qhn!HS9=jHH;=sY*2zV!?lY<{RH+u@Npq8mxl9C7U_1Lkp}iTUYnUNT zJsG;gO=sv@KMnLs#x6wa!}(yV5T1yPhfz&{}`C zJWBMa0PB~%=lxLI9~J1KqQ%@DUtIo}s$!{b^8e)#yeEjK`Hmom#n92$NuV<;Caw8m zV`;Wm{c*P=btxNj53}=qwU0U5Vw1G9*q}P2JHU@jV}q6^Z_0D9HapDFtI~ zyhe9df<5TU=VVYjX#xN2h0!F>;8NYn2+rDV9d>XM-#M}*Dak}Nefv<%0MVLRa&)sr zynq*b?BPP3KKVG{P~Vnn7Z|2;G64UH?dHXoUeMMQ1@i!dxskN1f%6g8VrBBZDm8=b*0iDgUGSgZ_e7a_QP^)3TR2s7q|3%{W64 zSb@hElyQ1!n}LXU{;qDeZRa}4((=$$b7#iE2vfDavLM&rg4|Al<3h~1H~C}6xuNHk za0u?gMC0qUnFsO*;@zCTvK0&%cdgcZO+-p%kIXp+54^usC{c3ln2eWE%&3R|%!|vw zKe|$>EN!dV7_5o5eq)pkbEbeNa zt8uQ0a$}6l$_@=Wh4)0S&$*ENl4iI9C+wCK3*D(h5%@ojmmCE!NLPG7?x`Ug!n>^#^!CrYAL0xKttf4b zEG9-tn0?QLI=$TrHy>2DIA*lANlKjgnPKM|iK8uuAZn2;a->ce)oc-~YtR-k=n_`G zPTFhfXvndgpqVVR(l13jzFc~QRba}IT^*I2hZ9cfP{VUMh8c?xpfpss6y>SOW>zV{ z=%@eYI^j0^4xd*}SR`FeB9Rs8tDrvQIpeVp%IS+^n5pkum3A2rr_ZcC=-f?R{u*zD zU|1Y6JLo9A@o&`fKJ6_cz5Ur?!H@b|l62tkdasa;2Bz5goLL_cA(qYNCg&`1VcpPp z2?B5OgA_8ygDwu{$wR5^ZiL;)Z!-ehL5yZ&`y^XQIEotc%Q-wL_w*i{)zLKs?&Ub+ z>frnu()gw1w)@JRnFpm=hcCAr!3dqAT1AV|jFUsNLH2IRVFxQGp(XoEw@KcmW>y86 zb|v+o@AUFv;|)?@_`<|XQr<73A1y51YDIG^P%=txFO|ned#A&=oX5Ukk>=sSVqd!vly=1PVCoJKyAL>4S zt0##vS;~0nsbgyUM>2&NSu>B+DI}%*HEpnU7tZ2|jbfnpyifJ0!8hrQk`T7nDGC;5 zzYMvv?yfz(zE=Jy7v6b9&YhDuDb#QEsNvm5$ritNU-rJfFW?d`<5iiZkMFK9Qo%iS zD3{G;pS8*Q7PE-`+7LaMRnKQ+BJAE`O)=(sJ5mhFI~B6>FP_pU=dC72s8h{gC=6-t zIRDjQTRyGetacDPPM4xZe_1zE=U#Uq*?cUzGC_geZAVlczEi1_zWlG9!A_l{cw9xnP``u zyJITu?reNv_mZS_4C-BoL5a{rM*eN_!4}$ zHhJm#DVn!fB>MmtM`h3d*YyvTc`s25VRy7D)DAn3nU6oi z}6oFZk`2ph(R`sKgt{H)adjM#K8}W#RA8}wTtn>Z(JGslyEG= z^h1RKTQ$#072=zSs|iKLr%d`3o8bz3b~~#zm$jsWO3DGLf73<_pFOS4D8;#c=r%ki z^?zw+3H(PpOUu*Al9o&NvAM0K#S08BO*iuw|NM=jgPD~j2A7V_(-+pXyn=!lTnd&p zR@N_Q`FQv+xTGEJ9bGh?%q-yl%2>MFSXgSvOJQ(H*}QO7vviSmbZ~NfZu$HLtq=y+ zf7eLm6%f2H{GS_U+Zm|3S~|05-NdSo@1OtPNwKf8JNf#Ki{}A_svy%lRjzmWm2?E z{_wr)p3m!bpWzHqK5arPeSs{(ry2e@4pQAYHc@U0w^b)Lg%|`Zoh;l0jT62b|ELk^ zVNtc!QKej+6{DI?7P(&A9Mur$^2i_;(7$HxP%Tu=*fgWAt`Si$*4B53&zF-B=uC{0 zAXC=d^5-S7#F%^@Y|ude>^!j+C+dEOj6CX;9hG?0gvSRaa+<88Z{ub7eTXb}J!#@| zvx2dDh}I6FiigogT~8}s#m{334p_KL3rJ`_P-{=a)uNDLvG7-ldxERIW;)oB_#?3P zM6LvWF=-7GkIl)MV|W-{?MZqR4&f%xrJccFaH+HoW~0#=sjroq2kNp(C>ppC z_l?L#)k>N3rU-K<9Jdi?UsV(pnCtQ8;tN#aWG2$te5uV{h}8P$r$w z?$A8ZvSD!(EGH7FF%EfUsgy>i)hU1H$&052Z%C-9mXcW6DSbqFE1FP?!`YJWUOX&M z|1g1{P|Y|vUZk`3a;@V981ah@nBh(~=xk?4v!YHv2Wr#R zPZ&2sjuV-vJ4eVlq!GQV$pLnFZJ0><>N9M=J`e&E++P5oAHb}pr>DKomO>1lt1p2z z;m>yUaC0Har=V+?Jb#~=fozX(?J9xb?%HJeQSg{Rno3=L$P77t?#9H;ClbA+t&R#$ z2(z%Cu4w)7!^jc2%--9(5j-<1Mqm|&iKCvGS=O(sA}ZvUeS?FLZFUG_IhcTc24MmC z?+u5De3ssVYxSeN^c_eZ=5v_kPoGl=@DL&aGfwoav7+4Ez??;M2ap|uqlBw*AJMHD z#xrH2-L-o0$e6^9C$o0rxEL6H!@~e8$PjjA(lNn`X;SiT{`=?ENi&#HO2uDT$o57& zxt(FgC#+oX_Ta|dje<*UsIGnh7w!@8avd|k?_veU8?7H z#~X*g@NFU&XF@_kFm$+mF@5gr;$mx#<-q>CoiA#lOVprnVFvY`l|lzqenwz5S_ScX8e$20T6Vaz!h?(-GwR&1Km8F zj}O?{w?O@s{xn!pei5|LlvPZrZHVWPS(gB@9(_UI6tn9}z)M#5ne?FrvGqPiDi%7u z0yXd_9(VOjgX||tAXuJCh10Mu_R~0gAh~bdrsO8ejxcou9mImqX$EU~JGT11%Sz#p zS^Vt9K%u5%X&N>SUAiEAhocH!AmJ_LSjBRs0>J)|Tm9XG*1`Sa(NT>iPZF{{c!D7R zb7*de%=F}$o@D3}BN%W36b8xtg)-SrJcrc>phrk(#Q%Xt2nf9rLDr`pNXQyWFvI_ecHoI{gM4!PtzzB> zn!t^WtT&|YpU=yVf9x@&IJejJ~-g{5v0~v z;iXGn5Tfn4$nfhlhXa|WjN>qMh>Gr>NRS8O_s@*tXuh2#WrCH=Ms!VYMcj%!BEIq@ z;8~{*w^{*qq0L6|JDP;~yY$j8UuOII!V^BZu0JBhcR*hThsSzpONfAYFX=aDCFQ$x zb>owh%|NmHJ-ZG*SkNwKBNE*Zu2@+Wh1~pRw{Q(0T{u$`{hMg;e>3PHLt5b+p?mNuNq&wtj`Vzt__rxHxUg_FbE7UWX zF&EvtXSKSz+6_a|zRp{v-cYm(lK_1bi|Jl9)}%@sQPd&(13VKTZ8Imd`U@Lz$jJ!% zEhf~}w1kAoCI;ZlQm7TXERcZR$)>Ep8h8i=`TuCdjAwOo`=ZmU__+A7u@vj3&c#VEXbd%%7fXPuKF z&}i2{ z_I@u=&)N6(+PiBx1i(AIjv&01TQs_~_d(j9vg@UIN*14x022KIN-+{5JAVA87@CLg z4Wl0=Wpd%YtXSFHWZSHGPhXt4$9)uECXOold`{@T!fL1_(I`nb3tMbYTw`lF`lGMZ z__@0Mo1W4;`K#l_EzIL$(gfycH2LM(+1Xv6OOjlQnH*Q|4^W)Fe*XL(1uUqbL1W4Q zEApS2iy-A(%e4nWW6Qb)T@JQ9u|vstT6V48R+;=IimYiP*hiy}8G z7lWnpo=wrxrl9eysYcva>?vLOi=pBv%9^h^dIvm=hP(tx1_anEvgt^?HC->4_Ica| zw!$#|afM0A;_BS;Ka>B|Ws=y?`XGPqVtOk?aQqTv&60ui68sOSw@;I0J~DWjmBsE6 z9K|EDjL0{K$@nbCp*g9(9MR6s%uv*SvY0b*E81+0ES~KdvGaPV^9RA8SZDk-75+&LMiYMTQTw2LcDG!U=S@S>sFB(S^#VaN?;4f8C2VXxe~lamUF_{E@ZqDUIdCa`N!nmPH+4EuOnPG z31t?}AJ3{c!?KVWy|R;9m&?30h;Pfh zmB{pBSG8tIQ!#$XChnQtM8hM8$k7rM5xtn`Zxbp3n{Ju{LW*e;QDl!_MU_U?gxRT= ze>vNDqRAt$7knR;eWm9MnKm|lwcP{5c?Vn_hUVwKl2Nw@g+!l?o!lCnUYa4DRQJcM zAy@l|<2Gym;rWnOe+6$ihmUS8@3Y#whBJd9?8-6Zi^??CrN>sc=UonYNYx%p&SvVZ zAn8RwBlvp$>Fc+0(Olp1q9TXl3#)1o@83zbe9jjOPt;}a1o7v0eKMvB z_?`66#SzI?X{_CJm8J^7NL2bg8JGbI&OZfkD&1=M%GFNRugo;pGt32Xc9DKtsoYcLxL87x@=*^^(`XL}jMk(6Z4aa1g(io;n9~qi7 z^n+uX*osnh20|YXDLgEl6&$V9_kM02ao`E~S@1CjJbt3yc|`9!&>?dcN%PPcmFCq~ z&)^sK9r0d9SV|`eng)@>U_Y|R3untuxk<)T@CJTt)1-W+i0&0dK|n5scg@Wu{~7W2 zzH~F?AL^Y(JRLqCjo*?v*Xdeh_b0RZlBS<=viBPV)kcU^1aF#D3gVD5_26-?zJ60fC)z;2# zrmJaY;thK<;A#8%lrlbnmJA}FK)~AbC`e03XG|IMi*;pUaxxI=RXe-!#G@q-u?t_l z2zw_bud0495`Gpi0@eU8507cZHa$)*u63*$4t@^3s@$R?B~+T_5wJ^xme`0K<45g> z2;zRIFFL+*r&f14WWegpbrczy2-XxG>b^(1>R5}XtG71CW-q^*0v6gQUFv$buaGjioZIsU+gTd zq$DA^fsdh}=;g+NRqgKGyWqrzRJyijz%vG?AE;k{=B5FL1mu^?!+tCz7MNIAV4=#p z$w+;Jj0s9anfl0K;6&NnWNo8lzJ1F|QWcn{EEP3%*KTLDCD5=g?Jd)@*QPJdq?K>zPhP$+v6j@(@3G7P$l#V*j+ z<%_#hQc}JN2mtO7wkkguMd>(}=ckz|Zpfu@wB@OViVP6y`1d3OFmf}1mSx_Mo&AOf zteu)4D=PMZu`td!4>8ymU{sB@%xejWuInK6r;Xg3t_*1B_rLtC&2fu{S+Tn_nboak z&%S!8J*x@IFVIcfgOBbrhua{A5qN!+cNKPrkLmG$OwKYnh5wUvnjC-%n*r%NZZyy zsL2disnS@W!xDN~M?1QjqZ5KXHX|{RS_L9h`CfZ%qIr`tvX_G(5$vgiNeJsu!Xas6s%#EK#%L<| z(^1iU_V(WX?d+z1e|DJi%t`IW8%*_bF6&px$lMRvLz5r;e_cbgU%v`j^Dj#)%it#; z1d_w~km%k9|2D8_K0cal8oYC1ODv9rJg4D-(+q}ql=O7GeGqjorpqAJwQM;Fk09w- znV+7XT2Y)5{>6|dkfk-naU`eF-gU+Zi;N7EXJ?(hh53Mu#4xq3vbSL|5tLx6`&IG# zOQi}#ic7x9;(si@4-Q6ID*)C8 z180#Vs6(l0rO`3$Qv_P&k9>dScYOo|gWIB*TT0jZY1-n$P1|n?X^*MDz1WLviKyBE zCt;CicF21s)#70q+6~Ac;US=TgC_nJ^0FmSpQ}9T)U!15V}FBtN5S7ohm7WmYymSF zNd;^z((W?8K?dd+F%G-4@<#xdzhPzrN9o2@PXsq@LI;7SM7M$|)MO$Z9!TPT?e`f{ z4(Nt+ODR=*Zr=)2VBR;&2>RICzwBi;;5450{g{aW79)LY1?G+v_KDtwnzL9Lw_l^O z6edjK&V-q#dxf66_smtH>>G^4eH6OjG7Gfo+!trC3M}^uaT4;r!1H@L6&@1<$!lyg zS&FbRvO5H$Lk;r#*uzxkt7Ob$ z5ot#2!GmEws87(P!hL7Prue!ks&n8>D1_6#AgJn5>Zj~SE47=enPwW^zK8D?tarCd z4kk%nklRT-9xQ(Oa%VQl&+?IXNp1sbE{_leI%$}mni`&XuabYBNbaI~V-?BgbO`@> zB^e+P9jdh7cDKdx?K}{>15WSzjnk(Z;9=NU|AiWU!ED?J{h%AodK#phcISS0t2ZC`41yy4?%b6)9{Bg9=ms7At5Aokd0tg9CxA2%gd|c6N3$YU|j3 z9_~I^?mjs#Jd&s6{f;E$tfqyR)i-)`D`T5HRd_(4jgi6fE7ebBZ0Qi{0`0>F(HiA< zT@h4zZZEIZ`8M#=P3GjdnZ>mU7(9qr)62`b?2x<_h3^n*N}wR==0kbNm(YY1Y4c$cY1T5bk>l+9#b3Y->G>AOnV{|L*Ecb=sf%YbE*>@+XQgk z#?Fq%u_a!<@Pc(2d--;Z(Q_BUcgR{R)*cN@32||fh&KK&N7LBXx~w*ry*NkJhdU;e zsO)&X|D3-5tK;fO^5EA@!|8(S@Plj|)Z)86n_t~X&J)IQG$EAsq3&T~HJ9K977WWCYg<~8V z51;sR_0H$&%11>yzxDIJAPw{2ivvAyFRF8$0s5|K@h2_vU%m254wag-*uvdwY8VLP8*pmF9L60QHQBntDF% z(J@AHz?(O)o$A}S4xH7=a|z@oXil|!0k8XY&*Mhh$;g?58mnd8U$NeAc-R^Gc!r^bVrr`8Xt zH8vwoLq&(zT0^#Oa!SN1N=mR^w{SYU%qJ%&hcjmu#%5#;K7Ah-#{*|2wnaBMDUCb3 zyT1oOk*|iKVdU05poc(*_dFiR32UpXi#0bLVMMh>N8K)?^?|nu>FKbzu|E9s>1i)P z$w+t_oU?#6fJkFMDsZ1HvISc{kLxOvNsX9>CiDG!951bRuu_g-Tje97(ys&@R;P$0 z-WDZ9b|b!LsBoR9oHF_pAPJ;dc17wTH%7b-dOkkFKEG(}xsrkcGz?NkC+D()3P`uc zQWVndg2+3qiK_I>z^{7kV1X%OTtM8MMR1d^@eSEG~WMKX1a`~_glWWdx%IF70 zA9RyvigmcEmjX^9^os0F-38R$xY*c1I8x}}RX%376+J25_oSp=cYg7rW9yUs45Btv z{oiCTYTytshaPi>48OUAHKP1mk>ypz2K)NV_xVu`RKgrlMt;G8-85Z94c)5-`L&1D=wfIEZV~^I{T$-i zS+2v;N;-tTRD8RCO2rMo^5}GSQkyPpfVkS>YW3iA(NA5v=MchP< zXbJ@6=vMS@8tA75PA%!EwIC@YBi>ToC*v^1{)$MMPWF+$Z*jeYN-P#TJ(g+UoPMQk zosPun*=8`>UGZ@wUAa&lLXMJL)ao$jReii}pz{1|eSi_@cLI2&s^;4%H=1VRp?tw=sj8R!iAhNSgJs&gq3aqd7-gNP z$epDj`Ll=HdJ5n-LZbLYf*h2@)_HkAzKjFnmiy5{iH17CHyS!@RK2degiR0ISdqmHK7)I8A*zun$nhpa+q+Y* z-5^H^heL$>Fcv~Q8ri9VJW;%u_-r;9QO2^2LzF_+H=z>N_1V{1?_y7WUXXC5=j+Yo zUYWN;Z-%T_9L5rZ0u}Dl>)fLtv0o&`j>d=MztuJ4JK2JAd%qZe5sE~)|A?yO>?32{ z|MHZ1S;Y&RxpkC9tmeaIgJMGt(#(Bl-`nvWouCln&ho?Czf;mP-)zvoo4JR!XXt4y zQVUhCcr$&NUB@S5usd(eddBbkRFJL(_uCF0PoQ}C1 zlb6kZK;P2aYq$Y>IbU^dm*W3y%0N!()yiJj+ihQceK|4DYG1k|HC*Ds-m+DU_B0a^ zL*V_27?W<%Em&xs0fS;9OKpTc7$x#sI@Y#Sp^&n9KhU{G4f@7ebBayz^+`V@Hk zU3H$tN9_bkSQdHA;V1n3Iesc)2B6@jt_Jm7P#R#1zD+w|)HCE@dfDf3mL^IUwyP`zzP~jbt$) zK~bjnbt(F=UEuO#tIc~mqR z)bOEiw@64vHR=uR7dd#1MX>KB-&j2fP4ezqix=}2SELOZ z@I(1N7~XV!(fww~Jm|Su^~~mj5WDO@QqLTHc9tI!oz0f13rY7-n)8{7?TN zM{O@Z8u}+647CaS@=Y`sqL4#NFJlOorTz1mUVW{2Ll%WB%p^iVZOI($Ml+Nf9WeZ< ze;o&FJwr@hIQE;mw0LDMu4MZ@(_a@z6gjGz$3X-{Y^zziFKJosw4a>$(+~2ruBZ7u zJ6^`GxHU&3y|dN)NiA4NGtIeiWZ{5lk%d>BkkK;X(ycv44bflZ{@=Y8nva&{=D zfwO_L2Mz>u*31d)zfirJ=gl5k0ZnUd7lz3-i)Ow(>0LM0CJg?m-|)Nq_N%x4g`EMC z1u053vL4c+bMr`*N0biH2RJ6sw~PiD{AbU1G-|gbyFOfAaj)6M+G_WHpPt5p%J`0< zzAo8&ygKx--($MJ7cnOyau8>}sB^b_xi)QqvI>?+9 zyX|nsZ24NyRR`^t|C|%7rv$F$Fx5+qwxzP3#PAy78q`Jxow$B$FKSzmKNUk9WA*2d z?t8zar@>&TG-)`xDWKWS&KQu)^y=Ph(HN(ynnny^2ba=W@1ePb1NNn%(8=G%M2_O3 zW5U%Q$->_y|Ljg-!Q`5Gws&Igv)$G$qSh-l&*V%ud!Tu=>?JLA@%!HPm-(4THOKp> zbkclg2cxSQC^5s!^WL_dN6p7Y3ju|5YVKZI3(u13#8@+;Nbwrhun<2V|0ik@-zRY= z@dcac8Z8s{y&iR`KlC0U+e;V9^PgufSN1HeJqC4|3KpB?`vhduk3Y1S-j2XPEd(^i z&NCo`iej`L_t?r)SG%_91|+AZQ!_9TO6C7!(f8;3(>jzhEkeKy$42S)Qc~~eNGC-LJoeb)u>Unpd~MU{Hf?=Flk(JcfWWsp zurn=nIGK?idoQd2^`uD+MOPYNOit|gDb4&mcHDyT)jJPS>;CT20tzET3ovp|i?uvza@m9cUFHsD_LBXUfX!PY8_`2P zI@dG11dl&`oP0SgjchnuBJ>`?I?|LF*J?RnQ+4$&kgMYm3EWG#DYag)JX((S4AS%O zeVO$kT0$u>%ux0s&w^g|H_O7EgKh%6QrbNta7*OQ?{*Pc` zxF8bKj>qK=^3NZ=eWaxwzL7k-*lG#37#;4P)f#yv?M#hZBGfYU-4*O}^JRr*uu<{3 zTnIXyZ*f`*&ISs9yjwENym=Z9i%Z+9znUft(N#G8;W$-USUx_&GB9DZ?Xi0{A7Apq zz)!^H#7#8;?{<1i?hzUsN~*9sQ5al!qB8nbD}Um*o3OAsthZ_uLMwM_-%r0DG=AaU z6CUNjM+9nokNn{=|KR{icqM9>4sFm;-FQIAN*Y{ohkh%neG4i`k@mkNHXjs2W z^qknxt0u)#d|GC>r&A!WHnURgYLrd>)dc7JmPpYX>ckeM{|#s0FU;o7-JB~JJFK-! zk?@MY8t#}*)1n*{{aNPd7F2{LvJIa7oUMheg{QrP2a<$*l8t9RFK?7(VAd7k(Ru$- z-fB76tKdB{SA+so%a{h{ePu@u9wjLaUA=4#FDKV~x@41YZe(dtu(mJ?+s>b+E?HN^ zaIKP6FD2JJM+KTUx;S?iNX#LLUk%I+3nDF`ArP!Ji+Tq70xd9s>dj)vWJ}u;%fC;S z7Irhr>Ok}}CBsn;oxwL|+dzBvg2R`FYGHpUxOUTxPLd7l#vEpm|F=iddiFzBl~8zC zw`|p^CF|ob`bMTnf>u*dtn$Csp)y|E9(Jb_S$T<|GqM6U(&x^1kPDd7sOqPsZIv1SqJc zC1gOD-BVXpz5inWDIot_sVOMZfPI5P?X0YHezori!vjIo;?q-AP0e_y61MN&ggFDK zPfZYtr&LwJ;3Omg|fb-ZtJS3e1o;Ni#6ciR(#Z(E5!T3hIkDroXNXEi~KC~;Nn=Mx< zCVj8p#AodFy^?>mnt$K7<=^}9VR@92!B8IHf|v|u#DtRm$6MfYxjKw1@WgtnVX%Rx zNI9PNNrS?jprA__pul+Q)hTEIfF9@I<11>esnHiM66ASlQOg4EnG|gT4aVq8kI$U> zjeE*KT@dFv? z9j+t5Fv85SSl7JVwb zQg`E<&5TCmQ1uYP@#kf$;q5HB^cqiM(fHUHRIn(M%8|Pml^Q=`UF!T?ucOp+RcC$v!lZ== z!Ev1k+ZE`bcNx>)H8nMHm8hwi^~#DXOw1#$2#+(vk!_6Y zQ9Su}Sc#z8X2d=qF&rs#pVmwl?1rlpA4AN|BLNxrhJZ3)i@3UIQo@9Zz z6Wzy3_}2Z`Ogx8ePf_K@b7m=K&w*(80xTTd(C@o-ula!q=3A&%ChmR8O}e)jw^uKr zupxRVRNtWmmXGiUgVZBlMdklB9*-T}|M>0IkTh9c+Rm8$se|y^A(Jag=>V!u*1Ojn zSN?=$QZalg0iZFohGwdlG&W`we04g~FS^=lkZw!bsZ63;%f}i%&fuWH{QCFz=o;W_ zwnqy7BRt)GA(!_8S{gFHtci4vpb7sByi6b>VRz^M72slE!Ux-!z48N-vhR5`Ll#CG z&9&R1T7dLY$c6!NT%EMohhuh!lTj>$-*pF*v5Nn^v_aeNZsJ=XXKmtpjtDX@Y1o{m zLR~R}^Z0`NP4XHx%bWC(`c;At5dS^nyGPcjY*c5~Tt3!(dpm9j;A_PcC=1wjjDf#` z^M}8xa@zRj=l>>M*0m-N#7fZiHh}Mibp{yqY%T5oed2iV;HFv$1j1ag&Up42I+sWModW_1`BZCfeKE!91IC z)sbREWSMyU_b)7dz3n}5RPq|oDeii(y9?#<8!4Q6fP);ow}FL)RY^=jvJ8m-_4W0Y zmC#zeq?EL@Q6Sr;wZOuYx~(T9DVY^m0)y3kz?{caP=aY&o9e8FOay$!*B{;Lfy;(O zHt7!~7ju^_ti*cP%P0w5s4}6b)}Pbv=M`AhGJ|Nrq=P5&OC^-ycH@?W%5GSvCjm~0 zXEcUnknoLzGnZTjsnCkv#mcY!&{MB9>GH|nB4zicbC>hHzC(FZaWMyy#M`~` zPR{oGis9eBeS@dk?v*{_{26pa!XF?T4Gs+46BfyJNmVy&RRW*13oFF~Dy?5*cnn1HxN=i&z zT3uBdC@tkte_{s%7h39HaoWZ!MC;kDfM~}uT?{Lmz)s_p5fPjx^`&zDc7-C zt*}y=Bm@PMDBHh8nJGwRWhHu$cIAQ7_ZYy&+Siq2C^;yv;ouVsvlq%>H9bzvA;Dsb zeSztiMP6FPRE%X8!HfOe7H$s5c#H83VkwieolUVr%gNZfIw1sDu&m$gol*9fp*-23C@vA^t zLL_6XW;gS~TQbXqJV))^VaYxYc*vAKxTt2DyF_h1H2<8Jy?1hex-3m>Eqg49Sa1-Y zyJgS*YPF>3-LrcLbljIP$W3FQdLz64)+!!8p((tYIf#)Mazv7*V%Ad)Vk@i9DKHe; zdj}Ji<7@j;JKqw_Qli$4Y{vaMRVz!i6Hn>Y%|3^J!xtK5mE~SLJ`*-QkpB8s1CN zxn;QT5AWU`R8ozKBi)~P=x28B9fhFLy0Bj9cl0~z-JE=5Vlp>~o&`1SuWCZ{hW=R) z^?*F+5)>#)mf6E+JEwdPgz*{HU%S-zFLZt9w8Q*sUD6T3ktU{af4%?qFO=y|-uYND zU0Hqd3h`==#9qeM-^}keC#VuQib6O@`)Mi;xoJqVr&T+!aft+@_+%cQvipP)e-dx! z34iKimC1H^_tsZY8^?VuWiA|BO}K_KhtBW*mKH@#j5AMG;7jp1JbJL?QN#i+qn+IE zq#_?eFX|4%H&+pYr+%@!0ww(Bu|yMwA*fEp(Kd6LX(cQcD-zn7%FSaq#vyXrXKJPAT^t?|FQwPV%v>f;^Y@I)51NB!G-ddl2N*FCw|7i zd|ur4)o=gQ>yegOTkFUcnlcZwy+|!>(!#$iV6PpsdyR9M_atdQ`MoG9z*CPnN7+C< z-$MVk^z!>{X&`opTK^4SZsYX+?)|*)o^SqKt6AK1=k1KV#)P2#IsVY350HTwP9yno zakq5&=9lO5pOkV=E%K^Ij|b!4vkEoZbJWj$3RuSF$Rdue!ga;xv1G6E@|elG{>2>o z^}Lq{PgzOpxr^%MxbcuhTlrWmc?6-uOf2;Pn18;*3|}7oTsJ>R;xt9+plRV>c>|jN zgwLeLzB`6&*}5I-@g`Pb0|3-Yac>6)&L-%W1H!klMy0GO#AH5x+ysM?{r?=%Q5pc> z=j7&IAsdEZfu)&QGt47POH09#q^PL)BwdcHlIwaZ1YoXiSa{F~FVs3xG#v&Sn2~W; zuT*btT#j$HeWwn$s1Kx*vaHzT#Y5$d&|!{*hqAvBQY|GB-qtT0t zi;y7^b#+Lc2m6}1s3y#xH3uX7p$3%KqM0(KtHsexPlAUhZXfDbV3`7=RqPN)&U0w~ zs0sN59SANiE*oG+xg!Z(qX5dQd`Xv^;QQ@b{PgCFw*(;k+YL!yll(Q@+goGe=Z4GeUnfm~@%z`Q6Q-qoe>x_@Y>E-7%0 zi;WGNYv$KMO8i~;6gw4@H0ylpL17jRf#xNd1M!5-lJAH8H>Ce4;L?5tNLB>lg?jD{ zIs*fPFv6^K5;G}&er+6v5aK6rUT|N=b)-tF%FVsY{X6nUJ3A9oFw}y!8f{EgqmQ3{0c3@VY_?ADqPzkk1q!nn)nNp1w1i4Lfk z8P<^z3irOY2OCo6vn{Ef z`5k5)8?dJdT{7o6g=@936+A*ia%fiejW^j|eMADPJFjV=kux~opemLO&J4I@9}ytN*Z3$$=A{4SkE?k#`gZmZ zL=MTmvNcWK;0Zt#KSEdj=U(H1`k>iDlj7;1f48PLbG+?eu~Jdx%%*|4h2H16;CAc@ ziFdj1QC_#%58(+QX4EeP<`fq^l zn5oy6!W=r(*2q1U=UX4_Y@2SAcuCeSp2vk#VEfWX+_3q_Hy23zCrJO%{!gQ(wN$h7 z;opoiKFw7tI2D}^;S{#_Bz8#M&dcjQ1|3`sM(?p#ih6txA2JKn*DYLTR{K@85>d0< zmnb1sI^O*07Z)NmR11bCY7^!cqm%xD2b0-u2ZKj+4Q+ob1E|#QNgn?$Ps85n-d2rF zISSCzl=}CN{$#rv^V!n!;+|!j`(YntpywKpNjkbt~L-6kGm&fa%!ITep?;1;_Ym?D6HUDgIlx zQ=zob_$R%R%UVed#1W}Z&F53>P1CNsb+-^7pLzeDG;jLqvo-w8AiI!)94y2Hh~X;N zBQ1GkJaP+J={ZVP6lD$bm1O6t*fB@H`G%slCSpefwZ||5{Wku_u!^O-?Bc;+H)-;+ zhFR67x6=ZgOFv(#MzVLIXz2p8%zfJQT0A>{Ne5LcTQ4hWD|Zz={Vz3%_f4ZoLv4+_ z<6hxFk~2w0YNn$E@=x341z&+QgU&{Q?Xuo%Ux&tcTj#QTzVGD4HO_SZZ_$;9LY>Hj zsT*`hs)+9Lv-vVjPVq~acEx67pXqBvJ@_%SBy$J-cgo`lv7@oHKhhFfQh&(H z!V_y=tslVmr4gV&M~n)G@SRz;VM**n?&ffZ!N*|?&jQ0cLP8*ufcq)uubLB3UWe2~G!5Rj1hn3A=d7IFSXB*SXgop-K)|O&k}OceiG@mMn*&-rbqi$4^q z-d8%>6%~2$;TNte+!~BKRvIkN5D(r@2rcCgW@FJID@EO=qkqKmv8AVl;Eo?QcWj_n<4EXl}#ZaFn1D{2#`QJt0I7|}Nc6!B#eAZ^ht(tmGA5XoxADZ3FpiavmN2Mw~QPdgP#k_I+`te!RE$PO#fQrXrzYfmFJU^WsA9921F&(Gn0) zu+N#S!@yu9RwvrN_6NZ_^w;aNt4P@Y&Gox~{P5Z`7Nel>F*5Qos&jMxvohQJia{(s zLpPecsYYVLCZ#1Hb8%Ehzq^PT#89_SKKA*?dE49B)FpG^7w%n)pA_{W4aj$KJM#l)-;K@_3w#Z&mPP+c3%x2?swnarTQV` zRAw5L!1cj6szwUI>?NR6oPG5dey>|$Ah+W5K}VNptl>sP+fD8o8|p*~ul z%s`zFR33q~-okiqW)=}%#D@HX4{w#foeyhDfq&z3@boR3t87JhY{OpFcz4(9&v=OK z3tsx8Geq6zw{)nb+Xm6DbTvJijIsJ{yspWccX}zGseGm zcNcvAd<+u{2+~beyw1wXnjq}=g~LBVTIRv1r-;A*8Dwdlpn@3EpH2vDm@IsqI9+{~ zXF&6ji98(Sit5ad)tNJtK4L{~&YFLmt$o#=WKz0dpj4CDu7WvmuBn%J_mZ%yr^o#* zJY{Tjoqml&o!kRZjy?8*&5S{*KDOs5+#O;AsqQbNK{Qt6^DTfVU0!e9O8|w?q70$% zomPqJ@?K}4NUK_z%RXm&6}L-6Pa&*dp>*RG{@dqk_vfobIH)=ze?EiGALvNb^((Bc z_44#Q?2e^~eyAT68@nPION(s@)k(N`cuTyc;gOL;0I~)(A!Q1B#8iW=VF&=tcAzZ) znf=XP4x$PCn9wax!DCEx=Z?IGsi~>xq7h}0rC`hOuy!z^Ee$((B{e}?$iqKESm7` zRi?HbwzGQa@^Grn`Si&hqzf*@YF8whWXmb9iv`ig#ni_&7^G6#Mn=8nBEsuxk6a|O zq2mb66YYxRj*om@urAIeoH&@697iuj{nxnBvt(DPnL@ff+%*sxEezFrUiHH;DF7UH zcp@a>lggo|HxX;ZtOw^VzseK%2P-OeL(?ie=4YX`vx?F1HYNLwj^G;z(5h~AmRL~Y zy;IlN;Ac^S(*yyUvI~J2Vx58ZBNxbXyx9M#>iUIEAVpTtR$^JDU(?MCTid{(`^(## zltRpQk~LhsypY8gsuC9z)Qu)wX~#JE3A2Ne9#QkyJKd6t6k_XOY$yVMWblz56! zMiLUKs7b~D{EKNt>+aK)HZ`!$B!3QFh`vqvmPn8VQA|)UCBt12oo6F1Xw6KeUGZF2(+q(_!ziu)`Ytqrt z*&yFuLO=MRWCHR3{M}A7J>DiJ)b}LZmKC@;M?1x36&5j*W=KP<{r&uOU-fkuT(f`_ zw&1fdj+=P2VbJfhd($ick~}Gx_=PffH`g~i!tukHdcN&GzAq${?7rLJ`CIqdGcG+W zoK`3!i1-?ekDOwx4u9~?ov}-MG5nzb3Rh=O02A@2-1@v_OW}QR_-`gdoxlZC!u7Jm zi2z~#RSO5NER6eo?XVOhUS9y8zA@Z$ad*oPw z00IyK7!0%#&EeIu@nOuw5tNjFl&?uZzzB{?`7FL{vXMkG9oPt~)jHkMfZb<{BZKts z-aWMxr)iJ6nLo?<5+7%}7?Ov`c38!eK z#UzyMxp~krvpc{?f68vsjTPjtTz3zy&oh8Q#M4Q$6+4vnYSFeqU|%BmwbGqGe-%#; zWlO#j<=2LabZ9&7wll#bFb>7BrpwJ)VvW&@;_MYlf1Mt@$H66}rY9HE9rp^Syo|z? z*%cS5AY7%pC_e-0&(2&^T6Fe#j8QP598r7c^>q3@WSm&lF>%MI8)DB&+Sl0VlTWJ%aut`kH+D?*R>eX=5qucaG1%~T!AJc$bDcd1QO8JZT?9?K~# zM!7yWRMh)q zN>LVO+5h6}&Xg7IlplS!R`ycWdDv;L98bUW6l0Dht<8q@cKG|TKBnb)xfE$3Z#^s# zx0MW!sOqW|HrGYUWHybvdL09zbw!1W8e=T zjG_|cHCEHkN7a7Zd`rF<+PkcCB_xZ_cT2`;Efap7r7s#79E`x1i!%#Za8KRkws7b( zbz9SL*(WC=`qCJh0qakPi<+9+o;vaVZYMx9VA)F)i8jPwcz92g)V=xbTgt6UHWHtu zD{+{!@|#Iq;+?$imU{5@hOm>xbt$vt3g=+7M4686XN&dpH@AzDLA{F7KAT)64;P~F z3;W|w=2^%0f(;)2)Lzct~F~rN}`lR(`*omacbsbCdgKNoNEy zlse=k=~-!X%AHurTRq;RYj;c->v$3LE6S7I*?!*IC^v@dH*zfd2PZ9qG?pAIj&Eh1 zYxsWoQq0ILEHU-ft^-QDyZnmoSoG$zi!l{6RQJ-ARQhh{y;?vFQer=B*JqZl zhZbTJq*IT{)(4vTQQe9-4clt`D*)_ zy?K*=j}}dijr9=^OUf zDNc(DmCLTw%Jby?jazi1Kp*8RZGUemDB2?h%DB-(U0xGU#67IQK zHceJVPR!w9`ne{l-7lE#GcOtr_zOY_Ge`pF+rAzY^auw9PPd_rGen}S*lxc{bK>uQrf7)U^=a(&zqRloZ1)Js ziy7i&Tjx4*K>;>4h=(rlmW-q~pHviaebBcza1GKgh)7;VnkkV1m9st9~^mK+rSEQ^lc>=9=ylhn7K6HGyqu7>pbobhChms~VSW*4#9&pWo zxUCdyg)&Vd!=jX(-`-hIk$A44pzzejMnDvs6G76E;)}?V`wXBT2)Zy!Pg#pLlpj^!a*-R78q*5duyAt8i-pyKk$4v=r$24`o@UK3+QR}>ZG=R<^F zD^rwLO3M7Og({<7>aE9yl6tp^VHa92 z#oQ$r1t$qLq$(39C!S-ay2q_g6rzyITd%9HH$EQ;`4Sn}?F-LS1q!I8y~V@K9I8om z>-dM7k2-VK^$m}=?{DWU%Rns0z8~Fud2vQZ$KXPUbMEaoH7v0vhJkt_eaKedhwciy z)jzDPP`#@fJ2C$^cDLG@9N|kEw`h&V3uJ9&{_MMFWk%t{%f*$85s!nYXGJ8SJTCTz zKr3(0KxY)y-?&W>Mt}Y~sYI{n&wLBb;jSvJKYZ*i>aT7pCQG|r)DPuY+v{M{srmBS zM_B8x5fdg_kw0j*k?fMadjs>!0cV&W&*%zRtpsqjU8`XK7%^a)i+x>Xv9r=4iqq`hrl^ zk!KFw5OKBF{W)CPmGemTcFiO7w-~zT?I|3#r^~*K;J+(}r_onfZy_$-`p`p{6G?N~%ZP?O zcF=s1>PV`qjHPf&P%F0M>l@TqH#TJM_Gh9c?z0*b3EZgb#m(t@cq*AP#j=9=XqnU5 zuLuLpPfrlMLQ;Kw>@oRsJd53qT}qZn#@(EPkY$Qvm z5F6bpD=iHpeQEVdhFj7SxuARz&MkX4B-ScjM(IY@>nIt|J57wF%eYviBwH#yV1~Js z1pcYJiJd$F-}59jAMQR2p&lf(_mqOznHe3@^?7_10K+ibF{(&VMR--}@rdW4Bshwb zmET729>h^){SJR}jj<$7KM*WQbbk|KH$lXt$$cnwZV9UV{$g%vs^{ZIOI5ASo*ANn|f)t=h(N~-AF z^dX(Gk&@jXWRcbcJ7k3S^<=k5e&v#le%jBW`0C{3#F@gtKKvWwd)3RR3Je`RWJ~<} z!je0UHe=inlgV~2ciBVOJbb=zu>z6@`%~GBky~{Bx_MPoYi{;CsRo%YGtKzhnm>Ae5^1;MvZ$RN(GB!C`FK=C_CUN7Xo{@8h zDbDCL6~pgAQz2)%Vyh~6iz{dVY_YsWlz}$#3gVj?7^wA^PxgZ4N32Yu2=#iQ*@?$l zPb)*X1Ojy7X!VLSV)~Q6^7=@L;#otq0@@)6A^hUQpWebAuz(sA{A=m@V~#1=ihjSN z2dzuX>n0IHTMpCfckbAa^%j0G{sgI(NMiY;4>C%R1UsvNm#{K!; zV){^hj*k*~)PHal1fxO-)mYAc&UiKpqLc9_V_ZNIlA`O?q}|^Ci}yar8-nJbz#XYM zp*x$?r!NBM7m34H7n$j)vL(OEb{FOS=M+9P)wt#zQK%$Fg9-}^1Jp!scpx*qyZ_NI zb||FHAzx$;vN1iup8}7tzOxvz%O!>_Oq2!{aQ63T>&HQP(;t-#i7CIu%rPxZP3P-~ z5}oC>idUzNS&;Urqd|N-87Y#Mw__JR8=M);eo(TybAK_tDDW>>d}eC`t&xHxk?QzN zhsH1b#W|DqO}zu!VxwCsvl8oLn7n<}I4a zYkIZ*s4*7HuZ#jA@%XsH)Qn9t%RY`Gu}9y)AbKHA!h6d&FtF8~&pyAXDB1SEs^^fM z1SZAPh^^(?#zvF#(stn4fg`g;I5GY1>|!yjtuS^cpWB8b@>i!AIkkNGl>@+=)zt;f zEek&Bz_M<(zc@buz(w~Z%}VG;=>H+7djRD_kCpCIcwdJ`CoQe96vIyxv>X4tjf zJ&jrU6vGfHP)6ZxEI@*SyBEG^awC^GLIql&1>V1(-jd~XmGTY2zK-h(=3QU1OJYv< zHW-moGU>Z{ao}*?QQVpi)twBT%j3{1Jm$TDj9364(a+aw?$FeCol z@D(&iGpKJXh6>4QaqHeYfbNQ%gpoMNH11_R=xg{EOdoV`EO3>cN0Ge02K_vz(XFZX z%pdl{6Da*hl)^W!FCjq~=FZN}r8UP)xA3aFnxGR?WOFcr^XJ5uHIP$@m@E&$QU$i~ zG&76>c7Vr8Jb2)-Eh#Dac0nH*N6ef@SVSE1bG`GfO$N)gT0qu-Di`gv9EE=K9X7KE zsok+rh@W^})c3x^=fV}%1Bl@f|!yjVv?W*ANPz7(&=oO+7W}VN%2xOIS(Q)hs zXNQGhl}9l~O}>6jtxftV02<@-Gj5ZiGGh|ai&I$m`vT|bQ^D3_Dsm~o zxUP)4i`!;ysiL5rZ7uWu(tqtj7q#Hh#RU3ZKQ=aJFWU*d9>eN6~6n}Fx=97!w9yje9;CMn+0 zir3Ds>3kbWR47<3@-Y+4mKd?|G?j+XRL9}pkRl);;Mt{X)V)?{#e(n^Z_idQ{Vg%D zubzGSwGIkGiPg$%sf5F41<^##eMGafvr*_*b1&1sj*ccbhirq~TLo$$n52!#P=(zp zNUMS=**^Y~im!6YEMBX>KRPtn?B3@l_5?k##aZT%-5_-VtfeNU9;%g(P)S~y6Zj8G zVLM!E*j-tv)MT@(Q!vmy+$QzGD!&*#JD3YL)+$%zV2Ra3ojr#FV{yd5siL1j1~+&- zNy$(%kMxlyoWL-szC|Z-Xk%c)TZfHUu4d9b?P-E{X>?gYaP_f*Cl@M`fm)**8?XaM zv}w5iPi!yN5*7PFFkjJksGX%o|6ED0UlTSzcgfT|S1tP?T==ZzBpbnqUx zfV~|Y_%^V){{PbmhbDny*+Zb(Z@gGYg21C&?K>*8Pu1Ollx zcmrO;5jTpl+IHZfx;je^sQxNiT6Vi|+lx#4!$u6(Y!M#pn1*1HVKIjg8nu8`7ufx$ zAeGPq|5ft4F3L=3*I=YyRVKnY9Z-<~ZGxjDHY++8Uydf06Ib{D-leY|R{(C^?a7LT z86a;$RO&hbnpVVSS-tcKvAY$!Id&n)0;&CTWI<)ba(jswtB z*C+53LMDJbW0o~X&f8lwg_VWn@iBUD1&kgrouW*N4-B^EcnzBK;R1pGQwP>I`2 z60bkR)9uN=F?E3b*qCwM|JiE z^Px7Xb_nPdCI|gGO|fNV+eII0h~CBZ61A6=lK@ zI|`Y*>=7Fsqs6V*z2<%8+>VJE+U9|a0uI%k5w{&vhrsF5@!x;k?{m;+X9+Z7g9;WO zjLgi;oF#l69XIjruwh|iH#Rj@&#hYX(=+T*1yn=V>bHo5bDrWU!&awM;_L|C>d_jF z|A=842N{@P`D!F~+Z>GQt_Eh@SP#IE>huStq2ld*+#ZSpH->XDfUr7YIdoltVI2K^ z_bUt4vBrgg8Ge`Vm59*bJl6=n5#}GkBA`Y9DQfx_nqPkjZ+ROU)eE&y^JbQf?!UeQ z3Zk36DEBAakZ``G5p#ZC&ROvD*Do>(in^YV-(5pPJMcXYboY*rztJ<-)$KSGf5Zfk zEhp2p=O*uu;2{yQ%QOKNE-Y7EIKsqTVV(A1*!P)EzB)G{GO`zbTXkUk`e)nG@G2&T zTGF@jMJ}OTe@{<@(O&8ScEh(5V8lX(T5{6l!f+6{S}cVRPYyDm7kfW7<4Xq?83RMm z)|9{=F(J9=^C?%r!Rowfi03qt#PEdnZds~d&o6nT_IV{psv;&=l33W-2GfO#G+J5* z6nY{_`}+Gi@7)80#S65tuWx;JHeHeD##qT6c1=<|l8RjtT3Vjn9NU#HJZ5;(=i*`L zWohMJn_~GBI5+6pFCKzdchh;w6kzYlmN2WnW{#VzgWHY1bcp!*XG2k?FXlD!hI1DLQX2O}O%X8zKU;AVp93egAzJAMoa5#7} z>oLerXiHDPpsA~)bDdON`g{JTPf7Bf?Hvb?a98UUUc9*9iI2c~loh$6*+Emc*-LAKbNTU+`&ZN3-h_faLRc=F#Ke@g|RG8CJ>#z6R<4G$AZ5$)wfWbML2 ztRC^LlYiO00l07Dm^I^in@*xMGVRPBd47Z`jjy)=HcX!o`Obk49p(95aw#;;*2X3{ z`V<-mXX>TU+FVJtuN@OpWw5@7mF~mvj|H>Fj@yhb1##xin-&q#&GVFESYbFv{BB@X*18h*yR@|4RpIsRZ6_C(BCEUW+UnnhQt%LW&4uw$GMOPm zgI&5Dn(FQU#E^Uh9=rX1!W1*<0IBgi& zQ6DiEo%h(}Bn}&Y?gw@&q92QIcgmWchPpls=Dhm0#P&{54jnkx@sHG?b-kZNd~pN> zx(x^H#l<7Pk~rY-jHfdwVr9M_B<2CaArt=awV2efTZX|j`rbZ1)vs-TT0aeVDU+|a zHo*}-Jv}{UFbhWryB!6NqR|q1>D>86Jm>t_F@=MlmmVpL);ta!?5wPc$wI|?UoSEV z3duNbh-yEY@Hs0=zqEvUvA47E7;T+#B4R~Ts#W*m{5OxHe|~w>gKn_)nZ#Wy>`%E1 zK|+TE_DuIi20uxwg$AZ{ulC<0SgZLg{P96y=(gh$+o#!gf6A9T&fhcGRGn0sx4i|d z_{z$PR<^`Zor=p<$2aWdiQ|c=lrwgtqobFIn#}Hb9joW(%{u$o+S-ClTPY=%FPpI| zkgi@~*>(X>ytcb7-Ngiigr+>HkNv|`LWP&A;RJFM_1FmS33rbu>;b0enMN2j(52>0 zqEq+CS0AdW;eS?+5?0y87QJJ!I)tXbq?Z@*r>^Hp8R{qf^Pm_Wjl^Nkv*EuZz0o~~}L zGs~XzoyXvPhjF8|lZAzaoLmRoWP8_RyMYLJibF^bK^W8Bbi*qMcwe75Y{Tsqj@SXR zSW;2p0_D~vB`2iQ6!-b!3e5}#Qv|oe*CRUDV8YLMr(Tqm)n@#I!A%C*72t2fA0V@E zU4y~WJz$OZB{D1-ZWN7lFOq6wu0hmM6EUmdWhEZ0@_=Xa?_43{xEfpHerG zyehM#bPKRFX#E;cp>;`@I%CfW9@2?LLpG9_Znl`5v79`RO-_HtgfC7_vDT{v#M*w+qJe7yDm{`1p4Ta+<9 zesFv>YK^>gt1XfSbS`$Bb(>R(m#IH z9Skpl^A5bQVnOYJj_$bL2~D9$u>{_7>G%c+XMmHoA_XC@hw==!Y{AsJ9qsL(t*X;3>$ri7g)#3my*`+6c6K&0GIBtxJHaC)w6%DV<0}1Y z5y*a#9b2=duGmz(-7f}$m3jD@!@Dlsn!dh^5>5&(O=;<2+nPQxp#S+leI1$BJijtN z=41IUB30P`A0t)R*ctylQiYY}|68I8D<>Pv{~V}toDQ#yF_+SZn`=K1FC6LVlrsS( z^j2>956@LoH#B!Tn-gcxF6hC|I+HOBt(UuYT%q|Sh%Y#g*Ssgj;1B= zrv72t9Zq9*{QPv4C^?~{vqD?l|A%|E$nmfQKsqZY_fLOH%1`L2#=ky1Jb-GjbQUPU zhm4u5Cd-lhiQxQ+JP=~8JyG5lX)4&mv&A-|LkXaI$ADY_S{9aPyXJM%@OtUzgOKl1 zuEV-jMjZ#~QtegRP4=1VSg8SQHY+P)bwong$}Y(*h3fLlK)eLr;%FKO0Q4;_m*{o{ zQNf=hFr834#4cy$Kf=6T;(t1Pp04b;D!f4g@+zP7zL;xJ9(H$k*XA<6A%H&qoxVq> z|1}ib13+UdGhaZroDB(@kCmC%;6ze9Gua8-Z`!VEWJvb^9iSsY*}+LR@Z@q&a%_w( zTlM*a$e`Q8IPWEIw`xRvdw-w7?J6t05SyKvlH!vCktR97{Tc2?@Yh(y4}}EqUj74Y0_9h1wuY#9|Dr;t?`RKcpu(@(vPO8)(|ZpP|{!dGsQY zZnn^d`ulOXoc6K=0?PH;M|s|c83V!@=&|uR?A8D{c=pXkDPS?JR5AU9FD0d>1_Zq| zWsj6_8%RH%GkZ-`pB^Hc#Qd*xr9T7fm}6JLV9N9i@2ZalYq{m4^VfLn}moJ$^1CF=I0BQDU%y)j=T`< zGqfp^T@WIVB#!&3b;EI|OD{^S?BM!TZHr3WCwtq^-z2KC5E&6s=?q|Lb-Z`)9DTMV zgM))X_xX-d{}<@!zsCpZp`*wDS@k7MW%OMCt8oWD5STOx`h?`2UXJlcgT`!XY6=|_ zj4_l{O~F#AetmJFsHV4B#lf!$I;2a$+q`vNocwF z$jfy=0=S;llH45{gn@w(3Vze^GfIX6T5Pzl;O;UPxT`DHg+K{hX~3YQ;yblkfM@49 zPckVKVy?fFhO>c?$8#Tx+%=Mx(YaAxPp|#T)4&8#IG66Q~P#wj@BWcZK((tFEF-AKiUuuuejH_lX&%=4}#P|5-hfWk+m=T577A_ro zwS$=ZucZL|(Ur4yA2Epqv_fECi8SNK!+Of}`3-h6P>dr+H#Kqk%63B7f*KMi?-5Yp z+APsbJ?Za1SBZd(8kfkPe`ZUR~!LJZ^$RF=MXWS>7j&}Gx;HQIgAEAX~P zXxqa}^ajc-DjJDA@ql8jnQP!7-PU;k#K)kKRDRb@(=&?9_4_<_J-4JJTqaq~4vevP zDq+q^$~9_&m&h(C)`x0~t2Y(7d>%LuK(322`-^MtSql(v9|Xq|h4S@R!cTc`N@ABc z@TAKh;L-hwq`BMf;lC_-&mFSO2_rQUC4!BGh3CcK#hwveR#ujg@&0ccPPh13m@8G1 zFo}e;w6WqzfnVZ!HwC!~>^Ow%0<;n(TtmwR-_W>1%+_O}%;-tHyzhhH(;f<+Mbz#l zg}{`;ywy5FyPRNpTs3K@5sd?Tf_)SfEEH4=UaLV@C4$WQ+-@fWi~y_lrR$cy#yb$G z1E~ra3-|=7lVl?!1ICR__#E79g>pGz+%unCKaq@z%x8?g=>6nZnuHrmO_BCiAJO{K6x<5 zPf4ELaPJilD6!SpBfwoIAS#`*{Wg~0avM1sr^%@B$nMuj-tv8bsiL)P!O+yi8E?9YA7%<{BaLOkOn*em#MKIs(?rd(U?H0V*w)YXU<7twa{!d zv}IyVW@uS30cR$+#e*>xUAuNm6sG}LqCQTVkAP=pfnrNiU4<)!_JoKC_yNetQ2=AXiSqh%+SUkwJ+>Dz;IXiw6-;uqH0dA*au4 z0Vwjl+>~^5Wi_I~(H5hl_U9WSR(LFCsO_w=>|x@j^O2!oRV-Pe;pEf^ad7b`(q#4+ zgkav?8^f}#zm}?UlH+mWx*ND`Ur3XlcVY1gx$HSD8zWMhy|sD(p#BSg%%tzF$qvRc z^Z`B|o`sbaJ|W?lFg|pt-~{S@z0C>&%D0D#Vx1-j=yP1D4w!`%x93JY&*!hll#-6& z@9G8?(n+Y(No_l<#&#m`+3z0hTj%r+ z6@6>#$WBm@Pe{1P+p@3-Z?}LvZ-v5m(sxd z{=J;s7=(yqP+_>+QoFBjhqAH`E~TZhF^kP|BiO3607f`G9AQalqUs1z3euEx9;2u{ zwU)ZAkaCtQ^!W1zB!!A|{U_Tt`=U)zY7EFgt-ds!60ujE=U77nlOK~Y5_|f2G&oa9uUW34LHk}mR|9Nhi|wm0Fdk;Qxt{cNv01# z++tobxSTPj^&02!Il`2)g*h4-+0x~mW{jUnXJ-v7LFi-Hm_7J4q|NPZ=t%V8 z3O(53Re(AuJL{q1;}ML{%&6R>W`dP&G=EPW(J^%l+v?u!x9DS#mMOz3r)}LeNmsy7 zJ-%MmjCZdCv(e@;7|h`H3rU%n%57fSenf*3IE&5u(WBFXzeQ+OKXk(o{MqqM zM8U|j&ykoT(IK#2(3ygzcc1gY?(ntW&T980y~i+x_b1Y&Tp`#3=PEWWEdstQf(S0B zM!-rSaQ}oz4AmQ1+ZFVt`3PGMoSvGAkk~(zsR0EDOdCIt!}*&bhSKqBEbJ3%hOuM* zINC!gy)oxp@r~bS zcgcxFlADRE#uREo3Or`O5dm-`{DKX`9RB(zr>E-x0$FE*GIeBhwA!B~4(p(V^u1O% zYR`1RsqZRtv)hs;;=6a)R+^fNV48+Z$VVG1E?j=7TV|G?b7Z}eMD&}iJCQ)q2c)tA z&22)JaFh227Ueu+98hF|McKf>0Ib;CY5j-Z-rj(clXVNWZW^^vO*^}@r^mnR z-HAQL_L3o8=^XZ85Cx%Rqn&&PB0CH_Bfu zzTwbY$j!}FV5XviGY~VU5xC+~PS8>HDN)tc)Y4gsiPNH^E2k?fR8e#>qfZc_h?mG$ z#7IVkl=c82cCWlc2=5ik<#WKMag>^z3>RcL!;#PJenG~9xELwHL;*PrzYU1`g0H29 z356|+EqR!j-pU@0sx*SM0JUrx8T$g-oFljop@85EykwLss};G6VJ~iOdZFMqgZ*+n zh{A*+KAisBr}8pTp{`9F9+rk8)RtspV*@ti!(sT^KW=xGW=M;<>AMMP4v}4giJA$> zO~zse-%bsYPaeEmQ2EGCt^a{Dv1w9uFiHpXZ0awwLt0)~@%K`alDBiL1xn+1Gx%87 zO;_KBR6cI^F292wMrzc0^k?mPx66IE?ZTo$UwkB93#MG4uWv%3?M~FGlv+M>7zOo& zF+QA9|2DUq3)F;;lg#KS?39sgO7@XtyK}C>0?0hG?}1mP2-OXYt2Q-}V#rTOQl2*1 zR?}-yuoqGMPW&@J@2EgFePh+Jm-6@Cu$^a9TU7nX? zQByl{QI2vu4(is&@DE z2qY{VJDpJ40WWs2J;l_U8XIS66BQrzf5=lTijGDpfwyD5-l{l43xq4?{99N0HE&p} z=^{m{D3RTv*jPlx%S22yik;_krxhl2DU$#{@GO&-enY(m0m9Ab=kk(|lo)FxMC}CZ zSwT!9n9q%^EUT*3cn_9)EA2tLPJI$yK$D0mBX!cpS9YELAq6@}aNPj!A3#7}k+O1f zA(sF{C*a}s-=lBdS#b09^$q>`{X6cYwVK)-xYj!%v!IRno|*~-OEs%Km;Q~<(Y3Pvnn&QYICf=Y*ZTV(*S|=y^`fqPq>Qs+n-+n zS(Zowz>yJAQS@_UZT?0{{zfp$KCty7=#5 z*{$RQ@S)|s_ySn_!3+QPO`M2{e^JcD*u?DUND5##jX!vXvFU1w%0D<=(4exB`rG`CXWA13Q;$p9%yMCsZhRbYLl422)5Ys!mnvsR-zWLm*Fqgq=bsxP7pA&ta zDV%iKSNZ(A`ax%1nYN?rM?2}i|JUK+k;o)P-#hM2lOaX!DFD8;G2v>A)g&3~*i-~R znhaGpjURaqh!6{tb?3A7d^Bw@KBvjJ%6zoy9HgY*)s#px+}1O=m287Mh#;CwAH6E3_h+ z!4pg;%cBd*r&vslg$qYCOrxhsC#GA~f)GiwlRVaF2Fk=NFWxe<;`Q9Q;v-ldi@Bqw zrTt@cZzyd61qnGHg|ilufj6CxX${2|cr-Dw*H)ggv)eZo^Jo@va%U***|f!qF^%6&@ja}TN_qQNTf(9!F28i4yr_lV$eV1S%W=&h2588Vg4$yrXg6a68SO_aeUO5wQOh>Svt9V z{-Sz@N?7KNk2<4`99o>*d=h&@D%x_shJYaFc3WEnKYO(`6NgLBRX%J5gpnX}?1p2# zLq)yb>U(+liTUc3Br7;gZB-4t8ftjH^SdMI;W+*#=nNNGexcJ8CWOs3 zCSHrfLqlmJ(va+QK0W^P@w;i!g+KTe&+}(!Q9XYU-*-;tpZtUzK>;iP!)?`q$51p| zo<@Jcie=y1wd~^c93|(SfeWG&ZD@%UvM0$0;6?$ZMMQeIaN}1xBx5&ESWlaZ7%EPn za?|5W#Z6;uG8B7O%~anxc2uS@mS8b>fgnb*_jPTK{ZQuCF1EDxH3xaC_!I}4H=MSBK+*}@Z|lGnOAV#~yVcFI3_Hh6E|Y^b zfdEc^n&om^9N-DrPJydYQQ7;`b)b2^(Ll@qkl{j!)qh(mw~$1R1fybj?c1a#==gRC zRb;8UZnn?g_N}<7iVxA^)o&#(8&TK^iNMyi$RWR;(Ya!w%MI0&`3s}4c2ZTsE$L#D z?Q7iAU7;0Lw?_O+J2w;AeU5h7L(ds~BB=w@iEroTIQa9=scPfk@DpTPXP~S!$Tl!9 zGEXB6GIXD~^ScBCiiZ?qv z?vKfG0^wCDCO?9##m*m;ylTN%p;wgc2mEvo3%psEnK)z~td0JoBC~U z%$%vp{ml@yX?sb2SOwEA&@+QljE9UYP%j?nhNPF(3m2?ye&c&tSm@GOrldb9TpvHp zzWesDyGoRhS?bGT_PfSil;56{!C~Fx^PdeRQqq zK2)97uxOR&v(9R*;^N#A#qi^rD(k{`<=M#fkN=)MPVzD*u5x;YiYAEG(A4hyW^C-; zA^G*|KQ6p!kQ#%q)Y+GO(?oY@72IT(QQPs>g~5y@Jw}7=_)000l#;jJ5kk5usVLL# zP|9wwi69Fm);TgAp;%w4{MSRqE)81jp6e!j4ym{aw9A#At+BB&Zx?Df@`P_IDDz*i zp+sZqJAkFq0(Qlpe8YPdFNc4F=JE09G4my@4dj~S2cinX*~5XK zKymzhi*Cvu0{)??#tlS57j=RcLzM~-sR27CEh%aDNEN(BT%V;Bq*kWMYBrt)hNxGk ztNbAS*7q?-A9$?-d!cW%8YB^*Qv&j5aUeTsYHn@=kXNxuz7<|zP!P~T&@eGE(b38H zmcS7Q#w@+&r3S_2a*jwiU}Az>4zQrv*&Fuu%y<)r5PN%j1?^&ky#Z0}hfFGoA864KkdSnM-yhIQ zfKm$q0ihQ0M?t~Q#>SWVYMk0MBk;ei!v4wwP6+6MNGeyF98H0@lN)$L(5aC7dVl36 zCVov^FAns-FJ_WEK1ATO;75yK2JZlzX|{VFkY_>4iy-+sRtpRqoaE%>m)HQH6b*-l zj%yioo?Tt_1yaL8Ktd=4GvJFCGgj-la)QA5ybM5Z0$`X*US9+*?Vp{KR-XvBow~*V$ku;tN`D3koWrA`;X4CKSVx)kOAI1KG zGI+3x!uwTjt-;j_p;~A{ULiopJ^rx17c^R<@p4^?K3%nq{|l{k=ULY=ry1t%YwfJ<3N$C^kOodaH5WdE}h zu^`;X20=|_gMRioxg7LH1pHunVK`z*Wi|0|>Ija-1tdymc#bzZp{Rn&3gt1g#b+Qm z@-dROAp4y-8`Rf>>R>6%CAL@pcy>}S2sd$2EB7frKuW;?9rD?9WAL_~tp zXDr6LK~_4xT3%H@AY{E51sYxgg4=wc(!Of|xP2vh;O*&eO6&l`6FBfGgJ>tkXkhqT zYd%$KEd-zh%Zk?E7cMH`v>852Z13y6t6;lRWzOs-IF-^^sreXDQV3=m`ED*+d zRmd3J1~>*daMs=m1f`1(sala+yD*!j;CYDgs<_cGOLAre{o@BVCjDQ2V2O(5bKHse z$6*3|G#aD{=7H3$)8@l+a3;cKu2O+=K*fd;5a>%$T-cIhG_zHe)iu#y*qC=h5Oc?X zJfN5X4$mmAlf(Dvf!FiqWr6(84C{#dGb;|vmYUV} zcS~0Y%ABUyYR8^}K_KVZ>(WRZ`2i|XT)tPEK&y)6i#!X48(m#p>&k#H65P&}I{8sL zn3aO!M|HI#YeBK+{MuKn$K|Xac^5UGv~jVqLr4L|>pM+}2ZkN6y9A07VD^zMrQp>U zMZoyNK?cGFAWjGN7+9_)M`?!s1sNWa&1^A}Kmxe-3AkzlAI(X#xJfECgY5|*;z|S>2)j2$EMt&}v^lkxo*DvlZSz65q)G zq<(n%dkP$w-(e)x0XRGuu5%s`{s8xV_@`;6_e}>ZVRt$3JP{sGW;kuRj8c{yYyt$E zkoO*NxLCC6esyq(i0(*l-r#dOkR5bfo&Wih)Bu}8BO?btU1`55Is+pP+ru?pq(oVy zWmlS#lCpSo*iHb97`=DCf28nbOfjCy?NnFJh6ptQ+*DHBkAsy)VZ9a+Xe>CehalUb z3$7E6IGD{KVr%q=Qv?`h4~Ag2z3x#MF(2hEbruQtv5{9Y*rz3u1K5N-p>!8O)Bpjh z_?rqZ0uGDWIM}reKoDb2K>=kgOz|{W76Hi=a3t>rC^In{9*@5pUMMgttQSOl+8Ngb z4gqLHG^u$O)9=N`0TwrGLk7a;+no zz*Mdqmi^3*wg9+q)CssW$nZtKM6{g?;HbizzZVe|{fg*T^?+am5NIHEq$dDM$5-*w zTP)!22p`g%f$2~EYEflI`f(_f_t7^b=G!+CS4J!9OLgUSFctioiix8HCIo@ajD`tS z%97Ez`nPK+7iduZUVx5i4mH9V?4^#z@_p#v&*HeUK^odyJ@0GGN%b3%?ZN6|v5rJC zE~NAH{)JpIlx$W2VPIf6wEDK{K)Fc5o{cb8!Jf@;SV<`KXKVWhzDe4&Yg-Q-@7VPq=L*^5_PR%(Y{Oo4MjBe{e z*qZfL@C711NSLbc$$5FbyF=09(6BQFgV0{(Fr#U>el)DK{VI`M$S65LSn-zqs|vW0 zYB{1BHGiRjG5a|4{P5tQpjG%QJ*(pK_ZJxg8u6sXY&c;+z>1Hk6Z`F3aKWg%(g1|MlsU`#DB{?Qm!aENb~iOP-81rfB*FDc{rW zCP$7%08;OeA6RJI5P4v+U)f0kyX9RzG_eDEw$d23lFE)-4LND)2yvm?tf81SK&zSq zBtW4cK&*=_`Yv$ zh|j3+2T(_UCd;4qvO6UeQ5$2+y4IM0&xg*ALylOBnGwK>bxwot_S5alF)4<&-bjyiFpav@#C$2P9m2Gp#y{AV&r3xMGDd4nf?i%FuUs zSwNdfMZ!l5-gg>4_f{X`?j4&|D7Zh=S$>U-lmQQ$9Jai59vDHZo<+>b_n5%b*?h6K z$PI>-mzN+OF(WfMxzJk-ujZA~+qo_-m3e)ys4B1y0fGd7HGDXJslIx3C1Qvf;8TFa z@LL}7XoTDaBs`X1EVb3CVH&k69Msg3aFI~G$k|mL9D|_-RXClzMC341Rh1nrMnpM9 zdhLAQoCb1+%>xh)EBc5oUy2U>A1r^-X`d87+#UcH^uD36lRaHOX7c((v_ zbR1xx1!qLS5*4Cr5~P9yf@W^Xbz$X!`#N=hPmjpcvFG-bMh=Fc8&%TP^(PashZQo5o*5^lkV3yIDURrn_!6>$oNt3;Y$I zaq8_kltd(o?$~8T%yKRLpbi!G^4cD28bz%$q;JTO{u{@~yddcSeB#dUXsZKV&r87L z!hjpz9t*5+tJf+Ip%`&-ae!c(z7o@p`M?Sb8vw@zSotI*hJdM<>HE}FlX|JAoa*$h zJ|4BtXsLoTG&8^EfP%P*`AfXnLp3p|DIF*SSS!0j>!{y=xN+c*#RNYAB@3aJjff@~ z`Zf}CGUp#9?-rK8KTF)8dIX>pdf_dLh>TGDqlSe>-gG0R2#jeCuSYP_0d6d9cI%zw z4k7lVcyD03fSJ`gwH;31Uq<4CT-+S8sPqIltvfXBF@sZr4wgvD)w zXIqZhABru}{iR+v#N<-B1=%A&`OyYc8_xqTgPSYt8=x_JJnKTaVD$n0!D`}W~-418|RVjV1Ck>GYcqn0mY zDb_8lyXtXBm!<63(`8;xmFIX-C!qg>I@wI%*f0n1R=A$;P#1+K=lW<2_Veek@4#u$fb{JkB03r*E!0}bPS=2|Eys5U><=X* zK((m{V1=01AJdx#MPeagkpaVrmyPWPNI@7$mJcU#VP$tgWOythmU1Jw4uoE3UyNVm zFCvQTzzCmQ>YFrZMS;MJ|M4om>0ZSV0?rKFmTqnwT+Hn3V9jjBv!M!uE-d@MK z0EaXsk4iNS>J0rmU=RS>`0n4p608&`dt%gP(h3VesRkyh90Gs?55i-B8L>DuiEvty zC|WHg1A{GCG(iqCW5nM-r(zm=JD`=2QFa3qVsr}W7~!dz8CGIqfkMXaiLNeEF0Ol! zCX37Ium!kb!!s2r=s=I?1e)u9cz4iuUjpIlNL|y*iYOqkXII!X&GY63xjDi`YpUO{ zi*Y0F7{hTNqv~cf#D3{Wt$L|3pEmCavFUaCsh7?Sb*GP73Wuwau<5-aNnIqUwUv~n zz^{W=;FID~on^=`gkG=?bcZQsg`mDU2w;8A@H~lagWo-qWob1k>#pNsk$obO53YhqGGg~Z0lzpTPdOX{8ALoE-cbmEe5TfC> zB}oCA5^&Jb2&x@GFG0^|ywkn~t%{f%4X#2S01?`JAqWPBhXV0Du5V0gVDQ)(fq%z0 z@N|7p0o0H&C5*G~g`%~wpci!A8-Go#4tmMF04@~{@BjcJ*afDpmy3pqN)Q(s%>CV6 zn13;6oyxo+S~_(E3^*G1=ch*?duTU~2n|9w1?Lk~uK-mHRg4uA3Q}>*=>T}3qAUw0 zb!oxKTR?V6;_I)s7T$v0n9>07Qh23g5OHIY@6VRIsWjiTCnp!1X_V)Cv~NI3E=jEo zo*Flqr!sOg8j>HtT*k;fWaF2^)t&-QB7$K~C(xIdmzM*cds4(012J1d#woaI_aISt z&K4~z!enOB7OAbOLbZbcBQ`B2Cabtp{3R6#$N|CD>VWyerUWVpkx^jC1xn+QuoQr* z0ri@nFz8%?lUY`$$0F?)nDA5b1s;;!CxrGQfRQvn94g=LMEX8IoiaS#nOygzw5t5| z`TNLzzCtb$1c>mUJeA&h^#$iGKte-1J^q{^d4IX0QW+2q5{U)a<;}qiBGx%tB@rmO zfE@H9BsSrnXR`@GsCfKycXl!Ln=-5E!r0qDHAMrc`q!^t!^MCmjMh_%Z9O1?~BHYd*gYC`PsrU>)5x_1FM0soj8L)1f!<{ev zGs9E4_T#A(Pq}uJzmA9Q)D>u21YD(mpBhw&tEePi?2~#rEXr>ItVW@&v5N$iHNApR zVFzRN*IOW+gwSM|yk9yxJPapNQQ{Sl?-sTVl#f-1 zpaQ~j{;~(PF%QT(FZL8bG!yC$X6kjT_1Tj4_EiI}X=R--m^&4m0J5t)OG2`h1G^va zO87jQ_B|!VW1}0skNwvoRdTzPI2HKo?sAx zv3XM*!ZUw_Kh5obF*o4+kGX-Uxs{WN0}+F$m4TCqu!)hau?Yf$w26(WlNk{c>;Ho5 zYfD9MH6peBsW{{O@Co!*m(uY;!7 z1{cC{L5TcqwW=Yz;#Nxd5{k$9ZbN}w#cP@|R>$j`@ZYDM4C4}*(1axos~J8{qwP;k z9)IW1=O8vh6)N2SHr-ErIWu`Bc#KbZ=7U2#7j?V1A2}cCn06{AoF<093#TK>Gd&2M zZI9q(U7&x=Nk&;kXphW5dUB6go{s$qmc9JVu}l$iMoyA_U6d2K(D={(%^w*f$3FYt zphG=kT0U`stS`v@GbUQniJow)@}nDM7$nNTI(d?B_Ocf2=!bb16_XB7a?qX`{%;}R z>zUxp(=H&6#Y=O)N{|>eyzl#PzReVu!2c!mv*-Q2i_lJh(gBp=u*kEAVd2%)cRZuF zyLh=Y^;3tZFcD5fc7opDdq zDeibiHPWJ^-tVC!W=G`G(D>R2UT@AJaR)U9X}`GpJT%+uqqq+^YhekiMAy;}UF5%$ z_Z0eAYU70MJeJ-~!K-m7@iLFAMiwK*FRBtK=btPTa7MWctgSKIw^xsh#=LL`jVDN6&htGueSlKN;E` z0i8$(pUjOMhQdDQa`o^x1Uy=(b6gCTe7CbTiS_rl-|x(BNroG(>?qz;MvdTebiI`k zkS>3(zc=zh*~+EIt6t>#4BexycW)DXty{eUki zz8f1Ic5*tdtT!Yhr1@7C{>BNM)kCr^)!}e zaqd{!5kf-p*Y8_@t%b*FYB*?AU(9fnbkugk5oyHzUK}^O!!OqAXF{*+oONEmv2b+a zmU-`ya4y3}$>~$b^}sYlbK`1q=OhcfSp!J_}$sYN7E-nUC|T>J#sg8x$ipDRLu)PC&Q27Nfdt%hq4F5Ot^egXYS0w6t4Um22RL_^VZXm%`?{wRI~nLJa$7ZyR-Q zD7Sxyj==3j$FkZPJwtA3xl=XGj8y!mu(zi6Z&~`crSIPpU3uGaGo4pLPxO7zhz<*& zvs7tfcxc3g{64~|l-V#ZpomAmO!&PN*6{T^4Xr&U>zLN|yENes;e(xsi5G?>2%V&6 zMmMy>3pfPVCaUlHtWVe~*UxeDLyvnB(XBpA&P9DC%W<(PbwTdYu$Nv#s(VsxyrWiw z5zSOX!~NV?8^Y(ce-Z{o?3rW2`dLkj=!5)kqzV2WXq*emFKtPvrAbwHFc8j6KgMPI zunwB@M>Kbe{wzdvAh%xnV}l>PYQT!jJ86$81i4zGts3b# zTt;hOn8S#x`UT8p0@3o_*3{olTi3z7{)p1;!zA``H}p3p_RD z`m?WKrXYpkpvT8#Au0q4e;#?BN?rX@h#k;I$z@{tOySr%?>(d8;`8GndDpewJLNF9 zYZH76?>f2&&64%_XZvAOY%x|h|G+Dikn5O&BEb`6A%Ma?S%jH$Oa4~!ad+*OI5Vh< zkbFU#rUg=VEv9^Jhn4A&JCo;_o+q4aN6P6`D~!7H?PY=A=^DM$Q=D>~$#Boj=z?XV z1euZiR%lHwx~W{*d$p<=TU8+fcDyjJ1w@QHvBS=8`FKU7Q)Y= zw{tn777YhcHJmjq*{FL#b@yQflLCqz+F8&wLvH!aYwO0(%*S=4*a>|T{;x&Mo_H_$ zgRaZHO^yU9=k(ito?p0F3*9XaNSPhTZc1Uv>n6dvV5HJ9w?31Ru+wUtd1~-4B0Y#=7{FubsIXVOh!LdQl0i# zKPgluLW?tC3$MO+IWmGNqF}7|n@N$%PT{;$fBzbzq6py&*>C>PAm&mh{HQX7?)F=rQ^N5PN!;EHu)SI^y$j^<~Vd9{Kk%Q%3*y zT9K9IKWar~cRLdz26Z_@3lk$J1O_E%L#KcIi-fg-DX1FN%#A_O$jrg~?;MjCx`~jj zm92x4oq-YfRbdksb0ZT)F+l_dL31ZZc@qaATWdR88xtERA`S$G|E?DO$j-+2pExF| zt5Vux7=6$2h}Mim!WMXnbfL95J#Wv5XDDjNgU91O`GVYnU`ew)v@nUUMc$S5l8PAb z`lF$td-NCi$jHqVG6XBIvsgx`o&aJK-e!2;4dv~}r6IeF57xmfw ze9o5ij<+8{rz`a`iO}as^-q71>E-GwukN2gPXVgi`h^iS6kqetWRf2evweSXN6$>w zByN-T_}cBvWfwGmy!-IG-Lc%7A*UoYxStaEo!=gAZu=IAq(uwhvnKoy=hMZXe3JPs z*OFJUz_8ajzNu&&JWdBt#3o{S@ULPMy{%UeAVK@94aa>Uc5l)-ux$9C)< z`MrjO=hHq;gtTA{;$)<+^hHcw`#^Va-#r^eG(COMfUWMDM2bdI9?f~63XW6uLndo+WR837HRw@}`-D-_fC@;w|SBXNG#(f?$ zK3(R`IU;uY-3%$^oZ>#xMAGF)>A1(no+OJ>Hcd$i+|WN93rquTmrvVM5F_@XBr6riqiY^XfimhItm=AqrL6C*e#V(AF=MZ5=90PgT!<=1QuC#^ zs%SFFBshq9$UBL>6;a%B#?v=524tr%^Kg;t^1q2PiVN^9Sizcp{;l!!p&s^5V2h!= zD>RLP6PH~GF~#rSzaXhiDGuuAaN2DsyME$t)DII=DWxHn#$ zqvSML9~ge6r4O;&ahz%%`rgrU^~s}N$!IYb6|q8e^SxMd*VkWIR1BHp+iLYe$Fe94 zDWrtw!R57HZipH-p<(2DeAy8}xWgd4%;(RxP%|SUT&r7#veFKEjNF6(N=H>_Vt*7< zreD|XZR4Y5HpP8DkS2p333ZZc0pqrid|tA=a&-E>sFG z1F&MB_ao2QKYvbRl2KM4V)xblmQOQluqx*)v8i^^Ze4y>i@|vcEr=JU9qw z`e@tiv9-DLLGZU=>YlTYIA6xNRrDI?<=Jgn;>-+xd776@gS<6I-!Jm5u2CEHiw(kq zGy30`Fll#W1%uE_tF6D@%9aT==oIrh6;zzmjPkds?)37z?I>C6b9LV+yrtq@uf>)d zwN7fUSRv`OA@nfm?TI@wvo)F&Nq;;XpmdvX=4(p_{O7&cJ;cdYU>m(Ao?Roc$7Dvm^0qZ83uN@{ZO@(HH7h#Xs zWOsz3y+0kwAL_k37Lz1k73)Z$X+81x)P(gABMdr_9EYea_K{q!r0H(Ala-=RF4$f( z!5*G!KDx3kOqE&F3|9q$wFS~>GyBwPH<$HW&Nb=ou)E7L+)_dCL zUMFbtZ|x?3xIe!ne>%IKD>&uv+Matx3g9%Lm;Hd&2aCvpyIK} zT=S#d!|2|MU1q85=js)i_a~ZXz)lUi%kwqZAqyd9@-aq8(fA==$n?`}y}{k%34w&! z*6tBtRZ`^E=%>#p8kwL&5&W>u!;xvrAUDrTBGF2|G?A_bZ0--Av;TEprClTOn zOdPoTJw#H|M!$yG_T+fzE5(OV+$=%01D0b7hDO%hfG-ZrbkobGbP*f+xCj9o^|adj z1u&)&Q=KwlS-7wtg8V*+RE3~--cN4EQv^#Uunk+JLt%gOaUTl1hshkpe;|Whp4zv6wK!+Uoggacc3Dka_mV zm5se4!CK;LnNt^~RaDRy${@r*R^r=_Zeq^HrYo#!NpsX+5l9T~$R=o1GjSpxI}hF{ zl&;C{fF#$-~a@aNVjCSn)m`wTUyx1a%DB zV;c2IxY=r|`k|8H@U>qwg<^4jOtTF~%FPqjP^FPBS~&bkTSU|?nqIjjsw$xeyk8g% zN*xk+SbsoW-C!W0xEb8i{q#m7Ev?bzE|eZ%u6ncBi}5zAY0l8GPz#GswzsUTl8ufA zNdqMok;^E^Zan+AkGu||XH)0D ze7iJ1?I(tTwecMx=R~NU+SyaOQlf;WsTgXJR@CEHHVek`S6%J?!Cr5n2t*r5_9hw2 zxXj3DTfcZSTx7Ag;f*Lk3YuXM`U~=td$Kz1la1tLMkp zG{Z7*`u--Lzr8G`W9=v+G6Y(XwK3-%Rg6UJHipOb!f$#UiRQ1phsq~j>|R*r}~JX1RB0(tBeL`!P+THEYxbqb5Ioiq+K^%9d%=TQeh3+L53p z$}lY$=ZH*t(Bb-A|B!&o#Vk%0K-74RyJ%(d%Fp2-ky8-MrLyl;yf{bU0wjZbk*5C{ zV?n+0S1sEek{yKyAvQ<;0sOb0M23^GCx00n-l4q~MGTER{uTKLKJ7WXA%YOT-5l)24u|q601XvDiVH9f)x(LLZzfW?r<81DyJ?3`+@6^%d`>qzaI7l z#-Ft6y?XspiFljZ+N2i+kJwK?N^Y`HY0FiLr5SX8T=1n1@WvoI`IscGrz5k1&rFP} z>k>pT@%saUv#9X2{r@2DEuiAqwsqkI0t9!LG*08%xCM7;+}+*XLJ002+}$<7Jwb!J zy9Xy&UMG9+bMOAoJNLdj#{bS6WA><3tGc?@{MKA^R#ksYECM<1A@S;NT7yt!s;fKA za)n2eot@D&mLXyXg;e1gBaQptGt9a8{zPq1tp53_)`T9psg^VBvuzD2sn0`lqADyI5987c+b`@glzw`0Ezwp@ zRj+)PLz2{Zx))y)PdV{j-B60oj9yKLx8SQt%MF}VDIcsf;8NaX{r(Zi)04YPbO;U@ z1gvp-T$Kll8StKPCjTG1@zu^jZ}9 z+$_BHr#@F%wSTVZ+{;AVx_cOD19S&A} zS}$|uu!$$c4R}kvbYN2=b@%ILFx7J z%3qz%!hDRzs<@QRe<8e+?C#}ka>}tnUtovobK@EANsc_sg8kjZ%Zm4vr9#2jIPw*D zpI}9ZC9PP;Ok1WN%subsy%I`|N!+)Rvcuzd;jv#86KYZ7DXV(RV`wkW zT~&B(QWS@rT~<nGzTlRnlJQd=~kA{*=W83fY61m_`DQ2_)WLmUiEc z=j(3~ePL^e64r+z2<`O}aGU0;U{xKQQQFXriHgoef4>@i6Gi8-^ZiC|A4gziFUmRd zy|>&{UI05XQ=00s6B<|n$OYk(h&#by+yMqmiT7bMUGh?D#w3g`Zn>NQ4K%Nivuzhx zwAy;LGCMm+#d~ZropssmjH4rgBcGwjaRz>ZI`cOXCFl74;{3&=(X)aahKUjFs`DEuIad={#1-y*8ZGGR& z_!Mgw1y8Pd7FF|IWgB_+4SI3v5Hv4a*V=_zczxK+*l`AC@<&Bs1ae<&wQp9-Bi)KY z+b|F0RYbdGZz@JDKa4*wdd(Wf1fBU1-|%SRkKg+at7181$lX+ncM<|gUa|llpr=!P zy=i?WY`zlp3+5jMIQXs3*AnTOPoe2=kxqVB)Q6Rd-8(^BguX2qGkh0*m0z3bF~aN~ zV1OTWh(MDoVu#~}d?38=nA9eJ5cGK9XsYGUvI|cT8?|csB4XXa9EInYoROM0B$(N| zYK+dyMycqmdeC&%`_Qp*4s~|R>!&{gf0d-Zh$?qP18qy`p5d0?P7>Y$>i25(?QQRO zJmcg{inImsuB$lkpOlS>Vb^$kI!iSrPG`KF@vr)3$M`sO9J{?gpyyAPBUORLE#mcQ zlC2P`g92aAx?%9Wy_+Mlp{!aG;*Y$rjNcWK8CG>~A)zRx<#&)h`@*(Nq(5ZZu8Kr8 z>&xKItg6$X+HKxq>ic@=Gc{QS-gdF@hT0fl@i7b`dR@@+3zra0-)cH10g#FMd}={h z&&}>f_H{t1R6p=OkDXG^&BBVLis&x$Lm}E%CtmmGOj3-S8M)YcCQ*brhGr28cH=2U zYL|@nk|+6fO`4sS(^yDb6pL0Qa*?#}5xwUYr>);o47WeLw%A#b5Gr@9Zoaz>>P{AJ zPR=-$#IhXT2qY9R<$5Xo3ZRTpDViy*2V>F=LeN|qZZRFRNk2v{f}NO^XAh(rZZIkC ze&1u8g+TS{3o0BYr`glKiH#j17HU|9CzXebF>wCawbpPd$YP&GQ}@k)1v;uRPqTqG z{rh20Bcq z4XgK~#*)k38^2PS-4&B=I>fkP3@$GTw1)a6G?>ZZ3JM<`gKZ8P-<~%B$tVOL&>gJ| znBt?gPQOkU=xHtz;fSGv)#ddz2asp{cmZG=^HK*W-;~)1OhpO6tn>~F<5O#hzQNW! zg)?>G`xzh3eTLPt8|?In$mAugUbwkx^)w69-<644^F80QY5!GtTqt^^$j#fb0k zbSftO%o`#TSnbIW_Jj4YKCekWPBjwOOwRenpvb_FHZDQrTo0MKh>Th@cCJ6)Az!V) zt|!*|={c(8m>@)dr``>lZyEQcTah}^VxpGuDV)^X74x5#99H95%C`<-#*Pv{;oK(6 zl>hlL8N~V@udDy7$7EIx(BB`Eb(ZY5K^VTb>ieF7%oUr&uc18nPWaAxy8OEAFbo3e zV~>AAYg34wlafay0VF|@3GT}YW3Hsr0qWV8QUu`iN-97mmG9!A`fVBi? z?IRe(zioG*w}5NU&#qLfU^2~SOP1!03mOd>i#_$wZ&3%|>~AnZo`yRn2d}1=?AbNY za1>*@X&65=3ugIk>S&{gJAbRbI#Wks=h(*``*i2&@i3mCG6KJqa(#2QLA}Q3OOXl- z4f20Yw59Q#kNuhko|v6y|GLUe!oshmCcQyY$_b zw#u(BVa&zp7^EE=+6|PvLhA?9RGGK!3qp#5u`nJEh4YCLL#>SEa|wseI*uw>u0f1f zI8Jg0&ph11uZOf{z;Jd z?9s~(?8#?oRE-IsL$%yNo>vzSiar+pt~I*@HnI<^-I%DMelVyt6TTqScw4ht+k+b} zjcG9O9uaeomauBHG_9A}s&)>S1QsM~w3FCv*)b~*kMvk)ldXJ;9^p8`YhN1Gs7OAt z!)Qe6&$zRZ$Hy+BM~lB)j|xzt^5dXg3VK2H-l=D`&UN}jsT>ul5m&vel^(1%f_c6) z@mxQO9!<_ibw>J=k??3q>KD66TNFpk_91cp6XV*_ksN_`zjaohyYe!JD!M5-42A3cye9W^8_U0$s6dvMNnVDmWWa(KAeE1M7?U^K(}dB+j}v5y z02P!~_@GgnI;1v))7YAU6QNqtO(3IThPoWd(aGs=(4rmrW`24mse{kxz!a13PO1CD z@C*E*n~td*UYy4%D37azF_=3bv-+oo*GlAVRhKoTt#;NY62P5XT94!D9KCq0Ls2g0 z;e!o%qc3y|OW|u&k;f={R+2_(<1X#io>Bp;+!+UbKHTm$keTVz1==ZKWJwoozYf$Hfpu8eU!D@T;9W?Hc0qulDb$>R8=Of3gjKT%3Thd z*nGt<0O=2caY%o#>wOW6{$@+;ZY^zwIPu`!y^M7tKEQc&!v3Mp5K1?*=z*A-;$zyZ zJqbdRwdA0MCUtSH6KSdyZhZ|`0T+9jwZE56Qw{qxBx`2p{{G!va! zO6D!v?lm{w{ao(qvr(J&NL}LdS$yEh>kb(1WXH>PJ(jU>7lC!x1Sc|kN$%{i`i+)L zJYGNpD@la{onWkYy;l})HNTzV&Ut@|pyXUSNytTxfl8(zO^E{*(4aP4qSqxte-$)8*yAhM_A%&WHf73)EmbZv~korD&xX_kcehnR# z93i^iZU_>It<(2QcgM6=rgM0lm(FJyd!`TAs+eT!NwhNd+6Al}vvw}zRWup;)a^OG z940lUTmKkNba`@gM=u>POo^{ooH1RG^%yZda&-Sn3%M^i*7gA*#D?v5XundO15r37bKn#eBZ~h`DSpcAJ5jQn3I=GzfY8(XxJodABQCzEl;)n2@~)R^zMqx zLUDsV+^l9JuRAIuBqX1E>QgeRj%%Ogm#AAZz78o|Z}#3BEr1k{Z_$zshgpAC-nV%b ztld`=s#x*C^3@52C36Ko``8m*2=H|}UoTqaIF`{NHe~eA*ubN z3iup9=&poYc6Kv-&G6ebv{rm&NqF#_k3EMAp&Y!m4Z1!$uMHm#&oQem+%kLOJD->y zEdD;mMyf>$RZ6J#4eS;|1OJcF)mhS&D<$#F;@wUWXDjqF=qlp3bo5(4hBHnbCj3CL zPY=F__lG1qditL?Yr_JRsoKT#OAi51V_>A!;ax?2!UdxGpwZf{nTM1$`jX^Pc;X{M zYdK{-$OFsNcJ>7mF1E;woa;fD5Q>hz--82a&12K9?ujNslCTc`wJoEo%}^a=xii;+@Q*tMg&zHl+1dacEJNcjPCjTHmDE?+T zfK8q4U7d_godJA&Oo~qS#>%EH0Bt5kQE>p1im8VSfay0S;_aVXkw3Rmx(G~S9xf8f zE)cHmuTv%10Bn%^Rj_~n!e6wCU)35cEC7i7c|hDA!j6E{in9ZLaWTLUo&*Pg(0JMKqf>>Aq zoZPIC)(JyqoN{pnXhSL>-vzMzZXJN-_jMtMMIcRqa5bC(EPq~K*~Q7#*hSIM>31z; zLh(O}0MK7*ncA7y8(AT+{A%T|0z{90E0Ej(mfsNkQu-f2vTy<*@+UA{0G7YtVr2$E z}!2Tz`e+L1ww!pstf&KrHdu8VUK;$^(8k{USJTWP_dEaJ zzz+IPe(aB|AxPY0V`2U8*qqF)oS?taRD9rlRAv^Qxo^izZcL~WeB(!CsR(6pBmwXd zCICcD4U8`aP_HoJYw!US?};N@#g(+1wKyBptV?{maHZFcv)z+>IUsS6U zBmKFz>@JVgu;~Bb`+R?Wdz8s{>pA9~?0xFp%_iVt3DB-+RIR zZML?mJ;V}MKRmt4_>yXTBTHXi{Bsn`(-WPyTIJHyN3Ee$(j=C2e^qaNR2g%DflVvL z)s8anrJ?Bd1SS)DU_$NuNqOrcuV7{?L!ZW`_ZKEj@3=9YcDt$B&99${ z3f_pNXPqJwpPUO*XA#ehq~4FZo@je-p1$b}tPQizYctoKE4s1IZg*!h7UL-x*InzV zvL0$FN|W458_MS=yaz?K%>Rg#%OW4Ty>h$eQa7a_Ux^xQA6CiC)*rhXDd|+xk8GBv zR?9ZsqZ|2>h}WJ+!=pM;t6cR7k)H$yuN%8xp82_CL!5G{_b&8{GU`Eo|C9z%636nF z`7k>9vemBHI)OW%7rslqRR*ZFDGLa0DASELOs!EX-EWUWj-_rkOUIwGb*P&T=2*(T zLd969jmZbaqqAC&@x<*rYjgq=mG^%1uo}Jb{E4;nKwX7bn~fJ8ZfaIpCFhAUD|op@ zKA7kfM*>8*+=1H1s~mWP%$e2l(05XNmlMZeCNmG79a_}jUF}S$G_zh$W7FW&9-Or< zz5b#d{2*PBoUZ~W4gVxoid+G=ZY`6Uc>%II@N0s}uCyUs8gr}3v{B#g z5UW2H9dl!7$DSV@>-&7+@W&D z4RqxeSTk7b^J$6K?XNOh>uGC=*7Xm+CK!FTbt7+ucNX8)g&CIni1F#ResEsc4YxIY zCI3eqv>thkWM{>+&ph;-<37SHwxYr9PKNx|#VB{&GZ3EVRAo&zf6>5h=o_)G&WiC` zxsGU+$2|R*DO<#n{^#O}pQXKjGF2G2U#O}b#2gKJ?D8;BPM6LyO{v!t)<$WNTy}4ZwxPkWR_-2fKu6rzRyZzQC zG>-+u`PG8(UWL+&ctDi}Cjf6RU3d_&eO{1o~0@^GxioH#QobRS%Jk)@s#S3p1aLe$>qt%HTA!!=>XeTG*rt z+Mj0Je_s5!Fr%7;U2g_EWS#-?U7QA*7E&f4B3@iN)z`E7;-409h42rUv7|?Spy5Zs z8oMa-nX%1MbkmkhIVmswifgIQi*#a)WJ`)FJ42lU@447ul$9U@tLU@?q=Z&sW!8#c z;-6Z$dgN0`8prhdJh_Lz8$peu9(P)ge2 zXBJFw+h$36EE9*w+BcE5>^Zu7r*nsZN+B}#Z}YO2sM;F{^+LIwlm!i886l?fK8o8& zUos{RZ3U|F%F3F)jPK4!uS^BHorMhw_Py6z#|}-E7qBsSK^%zbjkIxAxh>&no9&X7iiWC% z`zgg%HI?x^G>aD;pf_gyjLSLBI`fx=&_2y9Mu@SU1J@vsQ0dwtYh zRm_1owLa%?ZwytsSPgG@8iEQzy>LwZUc!2ZoCE>^`pPu|^dvN36@;@jcnMaL)>ua10mA^%rVdST7 z!`H$p)K?GBZT1o&u(L|IQkaBYkSyFBjbdutmVz6 zl~C4=1WTFKpI7#3z02U1LL^|-kWgTtg7{T!%ZrV4k?yT{;d~L(i(4DUm@HOz78$dM zhYvk{r|8)WYcxd!{0z4g10d_fI9?j^=3OJEf9yq2r(HB_L^36-{!tTB8(^mTUKLNQ zha4lX5JnQO@uI5t?5I5I&@2g-0fLiDB4%u%YYqNa zkWisBd12I-+K3Eqd=!i#(@BoL_d(ERzFm0CFcsl)fil5Bq~UfN>rI=^q@@dqB)qBI9DUEXW(4SDW2TtALgk&(5S=-;-#J`o3Vz)CL0Q z*LzY)#mXa{nGEG{OIm%W-5AX3=e;7!oI$}@Ye-jILj{>MVldpG z%>)$I@oZ`jP?~u`eGW%AZ zRb%23>T08*S0`3?`X&p zIg@WQ=fJq42g)a zGo5MLa>>8P(eN>?t5dRhmn=yb6F&o3T}J3Mmcb+Ww9-7vyW6u$Dlf?LGxdlWht?XO zZw5_kb9|gF%c{|Gw_7;>87L7fDxhS=SW`19i;+}Q?%na7QKKdMnqZv5uRELSRTGnI_8B5 z1J@;k>zvn0yo=;^5q!XgRex}T1};$o9CFwkJTkk-q86X+YdKHj`njVXt5@D?Wb)UI z5&1cRtHp-3IAsl};lMGp(uS6|utc(SORYY78358+=(t<4H?DD}y*fcb9o?}_cI8TV zqvpm7GYCBjF>7x4V=xC$ac-n$}trP$eZ zSZMP^JZxO#KN26cXfJf??Y^h{PQPM>^=G~DAe`(OzDz7TX<5W0Yj7>5@1gU(MTH}D zde3g1=kdpHp3l1v=sOGs@HVu99?Tteld1L|vFbS=LpVugciPC%@|A5uz~CX@5Gsii zCE~_jzMn#$3}fT4b+$PaH~xQeiFI?o>oF{xXi9Dz+D zDTP0Q2Sn)V}Cv!uTse`Vqh3o=`;n=el985xGLB_pK5E2Fv@Vt?6-8Mz(cM@ zv9{Zp+}ax~4hMm^wn{6voHyjxzOby=`4SBqEF5ER-1gEtZ=XP`@n&xkMu#46#G#^U z0O-M~q)@=OrVITmMJtty{ISFJqHbBi{L&0__w_W zitj4~tZf$G&F2Vw85$loE|vw-+t|8N$U6%0gr7)65cOkHJNTFDx2CS0Ar$0GS5EK@O%1!l^RIGwzcmoj(Q4?sje zpR{IB-$+XUdz_oRk zkrx21M?XYg_c>lvH-#8m*R8cBH=GWBNB5Q%6Q9u2qcdXMw0C{`^&t8h=GMA%YU8>< zR~Se!c^C|ODLC#P$h+j047<%yX$5adS?f@YH% z)gViHY1I2&zuUC5?wHsX^gVSkPn1{6r-zj>G(DP*{~!evLxfC+(^`|7UAsLQo%c#X z9GpyuI1(FoB*SD&!~Bu9NsC;n+=!NNQ|er5HGqk_<9bQ~TO>Al6^Z zuuS9D-j8P*b5D^zl7*JfmssYxTIKod$}%KdK^BQIjNTg&NyM_uLeRtz zIK!|XqXt|2a(}yd`DK0OKqmJ{67(3)^-7q%xHWvF-3FNe0qkQjGf0fqr9yNk@ z5`kp3gPJQ}?IC~l$WQd-+L^D2Ua#0qd=Z`qm1@8^6=%bPSDCUiD(n-Jh+1e^zov2G z!HNoNYV^cvC-wC5bvAsM(M>S7YisIX)8OX*idERRXyjA`S8T^UMQD*JV5;qz^Z1||7w{v^QDbG`enSarmxl56ux>c}xwW@#5 zqYZ|)#2p87M@>PSiAdPtRhO7N>f@e^*JU5U7ffq_LPZ2$s|J}zc_&H5)!L!@`aBT5yc{fHO zZCN+C&cfKB_oQ99*nWAb_NJ`qacSCCTV9)oTtq36$o^?o4CWko{$YPxBb{x)N=n{o zY+j(vcWR@)jP{|*+AYi1v^%2;%u-xU%w2RkV{amM47>3Fy_0a~VQ!Ml(~l0|gFO#( zC}gWk=MMQ%9N6a)fe(tnLyo}1jQ~;L#F?ADG^xEh|LQiS2(2FQSJlSt23=SjcKfSw zqZ!b57u(U#MkhuCp`Nj}xDvAR@h!LX>odk??Z{dBf0;AK<#63$tvdG8`H=}4)QXP?NqmLx}Rn_UGjW{d5PR>$w{PZ{e z%#NKlRD)Bp@&%!kdOzvqEQ(netLqG;^^?$plJ;E*FfM2jifjln*OY2Y!{9C5dNYQt zhP7y^=PwD5%+0epKFvP$%ihXyn-=}76yu+>U@0y8YP5`zkqzczb2r-Ypib^0`lM|z z9Wh@6I%Hu#+{9Vnk|$pH;^%mX)Fs(E$w1bW`_vmf*^p_$3x9zs)`VuOz`QpXr7%{J z)Qin4hLl7^@E}FLO^|2XH_2awA{PGBfluD;XNo;VesqV~so=b%yc1Q%Jk`zeKwSP1 zx<_sD5(kqO;?eNY-dwh(zk9o%Y}cI>h2pdhxAJ>}F=Z$zhJfwrSIbx&R_A#RMidrU zkWIyr-gDS%0%$XeRE`&|s_)+|SX3{2HLKR*v}sxS%}uOZIA3w8AfV{upzG-NEZu*i z4i1jXK{LF+G!E)vc~AtDH>|6^e}4v9JaJ{i5%41B)dwbPCBsaCjT5`4j8GIjYJ(s{fu_{|1`??yhBZfzo$l@W|66-CA` z_M8Vgo_`92=?)GgBGH|JM7e}iqLc%-qIqP-7`j>Y_#}SdT;@i0t;PNJ%_5(*P1_1V zf`L255;FW(c=@&W(-~hsWksG(rT1BQNeC#;9-NveFNiI|^F(v|{D@N;j)^q$Ghx3Z zcQo`fA>ED$Hjr!Bd2>Beun4V6!Rua$;hV^mM5_{rCDwv> zF;l}B4ZCLr)~Q&q|G6P!o9E-yq8jQNcFX|wIhL*H51;6kSNOg(N0DyhE${jc$AlJ7 zQ#INr%$6x*-Zw|8B`|_^D<>Di(n=l0+oh_tfDZB#*7K2$33;am!yq<=?OlR^b#oX(YM7@_sQOI83_ffr5 zViHe~fm7d{2fqfiWIHjlp++0oEEbRjvZhl9Hg@}`Mm-tnN--P$c~K9;Z9*$LGjHqi zY(J0kZ;Lau9etlsSecrS8sRj*=S+a&EvS3m$H=-vn8c5KT`5w%4Ejr(;cse zmt}Zpnag~YQy7zWR(YMGSjQmHE|%!^bb=&Z~?~ zJbh-WvX%#WPGXKe)Tb9#TL@YC6~tNvl8%}r-3>d*FP?3vm6A3M9o9(b~`XTDYuKeSa}g4-+3e->vr;a>W!`2J95yoOCaFZARjjj=A? zR!RPn(3j1@%u8p2%Z#HP|AUduVy~1>+4*H*z4udDDC0hPyX1aa`w86zADj1F<@lwF z&C$u&<;dxx!w0vs{`O|X&qdZSR~a{QM?XJJTC4@AmatZ_uMUMs&Cwhm-c%*UQ`$o&U@_|QdYcJ3yN6KIa%ww?OBAYFiHO|*VRj_ z!Fwb=hOk{>h^Xj}eH2nie2{Q?Ds(^w3Y0T3RrFu_Xd&}x3iagsmY04y2x@yoly_wv zrl!)UJZ`SI@N-vQbGqZ1s1zYvJ%Pn}A7c}Y>27{IW5Z-$ljTtFZqA9V#V37lGtOz+ zN+uG6pquIkZ;9+p{FCcf9$me463T`23P*t+y(Ed(>yR#rw#X04L$p0#n-WVokjs~0bC*1J4ruk=e%%ZsS&Wed*cZEU5UB-fnHUwCLxg1kqB z#1!ERe$i*DD!f zeepY(?@V3eLH;OyD35I4Mb_cEQ3KA*g^QH+%n|~qgosr$yDGab1F|v$ley}11k4?W z$SW}RUx8k#LwP0oqIovwiH-3MeS(vfY8zv#$RO`u0B2D42Vj{?*J_9Bf{zo8La>$! z=c)SDfK8IMn&EyxkkkZqzc|pVU>?x#1)PLCx-4tD`g z7Dy)bP>O|PeFalU#nFhp!#W4|No^#OsUd`5xdDv|LX&%_f>jYBu*`t6V7x+RNp#9! zJ%miGGOTbc9RwV7AJK43Fj2~;Gf*I5GZo7}X;T^aOx8~g_Mz{W06%Jm3rd|!00j~^ zp@FL@n9`IU#U0cGDH;$Ix#LZlmp|1Gmxl z%YYxH!}X=l^RSpC&k=!HDVuv>KI;DQ0uQxt^8zli{wXjYWxqnv^!aTgKRNhOF+8NuLoyt$&_gKvp|C|E+`EvAzP|=5q@YD2JP1q_Yt)Hl2>ej+ zTFS8*%U#N`7)vnLC>v`nWfKM1LEV1>UZ(1IFKkf_Ka+Hfz~YptRS!=uXi*9$ENIaS zKPtFu!kUvlX8=~kZCU}V;y0y%Rk54tU>}k2;ldW#aGAn+@_tIN4t;+P7Os?IE*7q& zV+Yor6lpIB4GEuTmG*Kl6T7=66x0RFT|tYkMu*5bMFD$a%fub!Ff(S&{d7g zm)0TxY>sh)Qmif9O4FEN0XN~6XS>mmmQ%UWfbb0`Z&dUtu{jLvE81?dj3=KCb4a=< z)Q}ZkL4HWZL!O}pqb1Yu!GdFgHZN&oT3QjekSB~MR1K{Wvk{$vT1)&|3)q-w0Y71s zhm&WPHx-714iok<6bFL=U`1gC_^7}hW5GB{f(ex}f#8zJlEjkt7LZhsu#!|QAlXMr_CNwU z3fdg6AEKV3etGAjTcJ*2P9+C6dGuCn311`|H)P_Zgy#eEUN!j`vtanSoU3P2nu zEglTc2(|2!2$i=GyK|KGmA}HDU>SO#D-@u-N1UJ*eG`)KQRq!@0?xZ<*-}CDr?`EQ zp@#tQ8748MSIosKrB_I#Kfo(}pCNBeIc`nqP)_mkdopat^sGs;1J+|kE{nz-}R9@lx#iD|_WC|Gk z!UKb0B;@xj6ZxWodGRrdhasYk?-;wJD^Rloe9pS4BEJVsG>Wd}A}ST+@v0%+0#|iS z>e>y>7Io15U6ayvrKol&2=f}#mh3RU$h-7jJTJ?^2hIYTqbWX$_ZSujixlr?{} zz`nMjR6Qd*EQlu-r3+mQTMSLcWXMmkE6ie`)OyR*p8C-)7mfonQ+`EP6cqtXCnt&+ zhJ(iOVGAnfgF}W#&!a;|>gr{W<6gk-hph`?=MqVNC0#BQ$CuTGD##NytZE@!Zb4-| zj<^A|y^iMZXnP!?b2K;Rt-i_Ty-?zwh;*PIbN3@CED9lJ$gvbv?nPnYC_+mLCaxDQ zG?ZW~p*Yq+`Y7v}5E|Ya&8LW-l!50Kikpt+7TTyOsUkFUc>oVFVJjQH2`(%86q*p4 zbQ-#2G`%5;3#D}Y>7o>ZOGP@nJeRVRKkS%P8f8gaSjzB$Rncg^gD6o53u4LJ6yb#k zC}jrJ#z;!+aZz8SDH&8IWyLY$ewnfu<+Tb}LOe;5bW@a`8Kb_3!GWx(*O#wo>WTZx zyo+VMy2ck_Nk2d#ASN)z;3wO6>g^}=1Jpp&fZM?QnohX3h&K1wXXx*s?>OHd_Ek^U z#H!so;U97CkiWy)R0sJZx52iBU(v0n1f~S&zwB(t-0+(KO*}!};WpXbUN+g>jtB1L z_?um}X2WE?j0XI)oX@JObpDBTPyJ2dt)QXyk>7IDz*DMiZyd%t%SuH`g(|v z!M5S@8z_=jBsF#}YxXCuYvw1;Yt}2<0!T>EAqJgrT%m2yUzSj{@$jJDcC94ap0?62 zt+;EsefBq4*jY7SIC&OufcwtB?zRqEZ%y{Otz18Q(VR0jy5645w#+HK_SzTPf&a?Y z;%Ld@NUPzRVZQ2R6>Jq$)vKx(9bsN;Lf$Fqd!Lxt#@+R;^mbN_pQ|1)E>BJ`r|EA$ zS*1M?>Fo;ea-s2AuL*r0S+80@^=*BZth-z{+*s~67p?o?*4{>kMrgWlpdw z|$PUhuV3{T*&}d)1ZIxdNv9&EoM4VG!Xv{s+*jxoRC;od}dF zpf3USelK|jZtu7pbv9|{mG$k+EAtdpxbp88^fOt9QmQ9;(3ju| z%-zj;surlKIo&s(T}H5-_>aNH#^7b(P)n+b9*ba_y`%u!k2(_$s)IBN%2;;BY96Zd zv_5@mzt|FISd2kzmHJoS@2G{NaL&n-a| zp>Oe!x@2%7j0RQ2_JPfd-(qeKfD8x(EL$95zPQ-hwslqom1u}dej zBL{Ji8U%^8=|?x_mhud2HqmrD4f{l3)Fi5_z|sG}Ec?03e;aXIK>fhU&}*x?M%8%} zq=I;cE7e&Op4}lQ8KKabZ1!B;R)S~Y`KC&4vgM%M`bod@uCo>T=MUVcHF>jWn!P&t z9inxcb$WvrT$uC7$53uiya6X&AOpG@n0cft==1;q1M+XsHZNwOj{@x0kqj7WU^S2{ zpwysrg{Z&1taz~)2r}TVL9&2JhLQ>B7ef4olz~DI^-c)022JAyI}~!4j{ylYZYuON zw5t$DsSs-l=M#&4amu!JA6j4TA$U_%FPX&~AVdWsvz(@yt?V`xRqk*D=!VGwu z^WqEK#S1}Z5usL82x)XZ!l^^0GtOv9Q@g2u^g73875x%p2 z$M_C$N?j3Mh+Rwpdx6=|<1YoFvwr!Y7Yfh{F9l)zp!neVUh<*v!9L=7VBMjAe+_vi zFAco?k%5{q$YYM;P~jhaJzo3FJu5hPzo+q&=qTIx$@yPbdcQn=N#y-vkff^? z&f)*p;yE(F9T8%thS6F6 zV7>YIVzs-T|DTgHK)?8)4IvYD#I=I+7{lWN`H?)P!JSk#mV`=1M38}I% zG4nGN(;ZizMrGw2VLAWA^8D_7(py-tX#SPZgzk+ zI|nx-J0~j$qzg$tV1?|nvNCdUuyFj^=K?|Yxj7+S!o|U@3t)qguC+N>IT+cvnSZlU zfBh`vY;INvkPuEg8$g?rn~RZ)l?#%+@{jN7LYVB3=CEK5;(l1LdmscWx44^j#CC+e25wR@gOynk=Bq~@jj$@GZL zKYF|$a2)DcAufwyK84uO-a%Fl?zAe&dMd-W`k}CAeasqKy&CU(c4GNi#yT&OW=r%3 zrcwuLpQp5o2GA-bgGNx?D{@+tHf$)B&ZsJKjEtP8a*-5_URp3YM{tJy^EnpRv&QjF zp8Cfb;_L5w%<0}D{i9lIG6WD}d4qyw+xWaJRYA}5OMmNBo_`+f|3pmwWy!y+?$0@B ze;GAo?EP=dU(61&sKGC5{fCh=Nd7h0O$;H!4)Q|~?lkB(Lmkr1D)y>&mcQ0P0Dyk; z(Erm={7*dde~_I)tX%&s*_j>0_RnPJA2$%Pvw)^q{D?`sRH_seqT$;f0*uhFLO8Fz zF<>zPu}NZ3@88$J69`X>mufYCRw>mgH99hxe@CZP23b^7tx~(TTvZA3|90#d_iZL7 zROOTJ&$G4XyXUpNzsSxI!t(Oeds8L@{c^JZs%ex z2U@e$mn4TCzI>BWkq2+|7He&0#Lh}E@z{!(aZdDSr)Ro9u)HybpHf_Hs_>nfG}n_Z zHKK<(nHSVqot?h#uaF}xK#bF`A^NbNjVHm9Ouaa+(P6bR0RMnw!Bh>G>DA&ZC!>6y zyK$D+&cnAgUse=FJhm34(W@cFGUTn^SZV#)bgAlEGU7g^%1&!WEs@Qhb#f3-IohS- zK#Ozze^Garv5kEFp5VK~++pT)z+q-)28WrMnX$vzVTKN4hnbm~nK|h&L$CkO-MRBz zUG1#2nio4N%d(HGa_LmLTsrmneUDix6Z?yuQddEJ6`7x=7wVkEb<4N3^1D0hw4C&N zj`Lw7mHzNWtW{Gu7AA7FYN|+iRhNrOYqhH7aWL=}gbVb2iRfk;O}!y#(Ht*DBC?zz z)Y8fuw;_35ckzeT3$P`~+^0Nyo>kWirbh~Ev-MwgX6-9{7kZdRarGsu*5(3F-Okx- zh5Cc}3qK}$_HghxnH=61_yh&Kyw{uvfH&M%mg51oI|cPNMA>b2J#OXO$iuW+n-+(r z8h?irkg^n|#k}$a3zNrx88_nkGi~{u1uC~s-wLs5_h8nERR*%vQABqq)0xxkq$gKq zgGO{47pxBG`h5XF8O3tQqF{bqE5!3J+^gJ6lS}*aUpFzNB03ti+A?i>%*oaV*z4g} zF`L+&w(~Tbh|TL$wqSGy=!YhB`kE}InKhg0Wmb_U)($V=9<%+^U#IfUOx5cu7^k;Q z)%^>$JjKs&eSVv6_j|SEZ1&ihY!A1!ByYNWHyh4qV;No;*>uLo+Xefs|HM5f^Ft?Z zF8JOkd`GOc>XkzIyBAwBmk_1MZf3}TjeCLS?-=!m<2v&6MtM;%_xh{ctN0`MMGw&) zeFybI_DtcQnR~^z%O9rhmZ$A2n->ykQJWbFvMJtq?)5~*_S?gcHE%auRbkY7xplb~ zELcXqv=fhYzGIi}OKSS!=<+~u48feTR=rjIg@xN)Ig5g#~Di5FrYSDFa@ ztCjx9eqAwiL&pLhr-|u5E^(iY4ElSp&RCn0ruV0NtKIu()E#4;jj#6z&1OF^OCGuc zrx(O_K(QM$3<9plJ;Q;Jsh1kdi>*z@lV_@zGz=QGKC5$0OGo5Uc$joLiuzbt>e|YD z?o$_BX@*txkJ%)v^`jOu z`yqXrb|KYuvv^}x2&Z*E^TjdfmilN2av}&ZBn-02<|(kAc#TF|EdNO7Q_X)#XN`pQ zj=@R~li$sK$B2CTf9@XdAQxR{c*cDnwq_jVrso>yWn@Ij;!{F#x8Rmm!QqSvi&xQI!GWlAQ8UAn!`_jfqoYg}kJ6$<^nOx~Yh1&h2 z9%0>^2v^sw;?&W0JL5r<;_vDX(u1d8wK!})zU`3s7Ec~uekA?6>)I#Ev9yfTKuB*= zNdIXR{=-hVYXQMm)~%jg?e`r`i|-klRfB{t)Cf-D;sq>4$9iq)g4*y?A7$>RADfz zVnbT99MnXInYc{h7=4I~uD^WrC8&BiLg0FKFq~^Zi8mFfWth@b@FZJN3vh?(Nl|{D zG+ub)Wk2%i^j$Ye*xhzCwmGZ4uQb?W7o+@wvrN;HDkHbrmWoIe3feKwoy(f1vN7Qn z`h6d|+M2wWWcanIj+Oul>g+I($%i~-a=hg(SN=SWBJQ=Oh23+J5HLWPz=xyLKW@U{qb+?c+&#Uel zU(S3rL;_n~jcods*WRZ}A0|un6iX)EOp+&f$i!YklHh7t|B=q2Y#OKTBr7dth1d15DbSdQd` zl;JYxj`!77o*Tw`WM6IPex~Vj3Yz-#bW2w91A0 z3X|Q5;24(*4$oMBq}ZJv%hsnC#?+_yh1jrrDW*K;eNp~dP>>ZsTlHg7w26?Kj~BQW zjGsB;`EysSuR*r$HO;}HC;wX-*pXloYE@5BAA0DaP!gMS6GxsnLYhGNB>wB0W__IfGriSWGC8Nle8aUnY+R$tMvg@YE zhvp(bPkZA|PQElWYYYM20bg?3!e{9jV-b~+J?l)=y4PYD@3NZIgiYcL@k*aR2Wd8r zCy(r}4#>vC3rrj(ognGl`2h}ocQ%*fPE@VXucrk;TMD24;n8}^Qc|#?5-6Tl66&Ru zAu6CzBfr3Arq;M%tUm^&R7hp zRFk;%(UzX_y+F0#C$reMIx`h!?E&qtw3t~U<6KsF7|McUDj-m_Z z6&Sr0dTO7G0bD$PyQTOVlkgY*^pLZTd0L|wMUN}AVD=UnpOU2~l2wBv#-5lczy=dR zF{fJ^gZ!h&qgG5yYBsQb-uOcCIv`iUtD1+B$l5|z^Im&4P<(26v&3dxThKc;v^A!O zlHbHCwt?vhv}pVrO;O9hiTMo|wIB9j;(>k18xJMp_N=XemBWo}r5)X|yjrRQ?r6^A zh<-*mxmd4u0EaZ$%Y7sqYksbnT_1Ogn8Xq6Kd`fH|3+tL*VfM_dzyc+v*EfbY@b5d z_VNOS@JSJAklp;5TK>PV^B*{(M<=|0VP|~b$-SjH8nF9NaRFY#tC;f#%!fS~yPkEC z)J5iQlxpf5@mnk9%>!{b`BKy}FIG{=$@F|;+pn{ks-Im@#z&SQ>^!6pA_v0GnsT}p zziIO?DM^<8!OkSigFBv+LEN75Wu)zJe-I5+Tg7bcCDYZh(g~~ll1tB0(8L!FX17S< zKiHm|;;(****)LmT|VOus+gH!`kXT(A%qJ&^*#;w?}zDo{T7fu6ZqJ8y*%E2QYx93 zFy}AHt@xWr(FC(wxs0zS(GQQ_k;oNV z_RLN6wcToO>}_o8v_!dswxLanGyIarav2jmLVzm-cB3XI*2LgQim9n*p z*Ow9BqM_`_K52z6=Ua=fMo< zRvt1p$A~82DHg>MpdU{qEU;*DghZ2Gs5K4+SOqmCQISqArgrP)O>tQ&(%&Xe5mgYS z;AbM+&d>mUx5N*oH?4)F4|y*#OTXE$0 zC=)sFRllZHkGWjx>sI4Z&{0n+cH1)nxPScePouFMC~PQysl8#(X4^7z&xm$>EZsef zlGi(uM6oU8#9vq%)l6#)0Vg_TKkKYa>ZI!+l$4W-aBa2mNg2nav72qt%nz>HTdH0G zpS`HH`7?=R!eLgiTKfThbtz_fP3djS_UT~XFhq12Gxyxtsn$D|=KHe$%&9KWd?BO2 zFvj2+uFd#{nS%zJxccO{)%WF2^Ymseu^PX5zJaad9BY{d5m7?2H+uA32Fn)T0xRZ3 zhWM%JJc{;%*IeIQ$+pV^un}9#=vxHR>IiFX&uq9*qURzZu;Ag zI5xcBGfvmns1xYg25-u4iYq%RS3Bc=uR1-?-7ctf0r<$aY&p_x0FEVliS@vFT_waP zf2R*RN@2OtuB-zW6ozdM2c2fA+@5zEfl1MQ$v+q@yZ`xc?ah4#GlE~y?CCYH73^qP zb#xXt>&Hn)j45FIl${7=VaA(+#=xsbz~72GOZg1!|H_h4W3sqnwQ+5ntCtxL%(;4! zDDGicJW)dY^O2vYmxR!KJ~~?@!pplwsCjW+dhI-l9A&30rr`fHHY0Xe3}IhK!?%^B zy{^kv(7t9bEh*zvG?@9qbN=l?7O?7K@Z;>q+k=;J(&>3OeG9@i+gVd~HHCEMwZ>}? z?52|k?GIgX!f{4Jhkh21x}8cBe%^Rc-)l{QP$xTs~`y9nb{0pHSUzI|fXtYDl2JCZ*l4y6n?q z)Ktje@(0GPoUmE)Ka{viqol^cyO=ab>u`G+n|IHB;MV=J0Z)oW?9(!W_3JSEBRskz5% zP>LC4qp#ZRg_%AYKBvz{VL<5Rn$neUKNEi zJN;m|eDC<7)68L(;zz;j+;Q)rV}yb!WfFlL13;zuZV->5n}5{hwtSDRfpQ?O6YEwN=UgqmwhXv)a>L)KAE=Hv^1q3;t@*d$;cSxj_d{ zCxxaXlV&5w8m$7*oa^7(z2V=if74&~rZguYzpP-lEEX$9XSiM!3nw zeOMFQUAoV$EB&dhIj?)gG2}8p#dP$fY_>c3DE;HwN6D{$ZE7FoIL>oj!Mup`ynzl^ za`}*du}jaIjOK6EW92E+@27RmXgcu-Rb$}9RdWHI%?6naCP#RgptFl4u8$>(fOVHb zI1_@eFIOFWLn~uBhdE_7!ncZxQltj8LkXNJC{?AHrJxsUaBDYrd0M^pio+m0T#2m$ zyETWc`~(*F&w!2okqzSd(M<{_we5%Y=8I5b)w6tP;PPgEDWGoID<;%}G|Peade-h~>1St5Xmtv{aC>RmJ!zl(&P zd^X*R#Y{d&BMCPt)hI@YE4fuhoB;Z7SlNz zkH3tN^EZBoLV1hadZy9~i?sPfy5mhWwAl%zgbpLuUcqQQ`B#40l*p7Ou@&mHZcr$8 z^e8skA*S~VU95aFC-)}lo@3PA{0H&hXr>MdI?0;SFBeLCRp}v*(glR!!2H{-9D|o0 z{^c!;tC|Y53$%-=Jr2tD2d??-t5frcR6vLO2E85`V$(i5%6fQed9;-QVO0s6#$9g0C!_?E-!`dSTDCNp*ke`s5hr87nz&yz!ItMkJZunD( zi`(s{X|-Ug8vC%}1VOD}QJ=fpLG%UN-Oa$RhWlr>va_MwP(uV4QbBpScvNqeo?@~9 z>Cb&^!cy2Js5(zsF&;H3BcO07CI70Ki}$8uSI|VIV?W>NXTrb2*h*Y~{yuLA!O?yI; zJ$4zqp`0(i^-=T)_dTTPTQG9sc|2Y}TDtAU1_R1PbmdsnSzYI$QTZn0`H&_&eO9`e>~&iWi)_Tp zym+#XMqo2GyL6W4wZ;l^mTt!d&!lwQ1_I?@esd{JGhM~g6wKYhOep^2id7~vQ?9-! z--!SWuP^dUX{ymzo)FG)WFA`}?vsBtI&Hm4=pN>(_mv0s0Kr>`or0n`B%=L z{H~U1ZG%&V39@_zy<84Lw!GhXvse1g^Han2rLCXzl6n%$dNzO@Gc|lg!dcoahg!|> zAQR=Uhg5$;h!da*~O)sRy?-C%l}k@EedLT$Is7K0b=aIi?_8kZ#B zV_bxbCN`-q=Jtgsa@ZF;VWABW3v$Dh)5&Lv{R=3nX%mczREU+4k2!i3i^5`90yHIw zN{d1&ufO-yem1{*ceOGA=lc+f1d9A2U^0B-h;zi;Y97;8479giQH*;X;KtdZ9a`E-0z_NpY0xDx5gp%dh3@IjJ$HpCE&GgR z-x7BDCFKqx*ujq6tOkiQV4DjFTI^&G5Q%XUjuo{AqR{qaYIaXb<2;s-Vb9PDlza|D zz$a>t68DYqYsD8)@g5dmXd?H3L(>HAddiCy5U%3c`5dhji`7{T9_AuB&S$39IqE|h zMpdt;j({7p0^2keLk%M%)@It*ts%2+|D}QZ``y#x7DFWbN2XYWT&J1TXhxm`a2l^(Z{I#01TAg#J8ARp+9ap3yqwIHoqxMK9hWb*Zq>pcy#PRFU?lS#SalE0+Bam&)9?>0% ze~@S8T)fBOqqDH3*+9;TS>U_{S^BR9v99|m-z(Y`Wn1NNY>shs?VJUjou&w)N z&g)w4L$lnoZ@k!o-)6Z|E`w+aA7r&Dn1R)gNp=TK7W>Jcn|YHFH7*4z6-OKl7vpT} zv}z&zuve8cXH`qQJW>_g#mN@N71y%6$7+{4y8nc*eM9 z=wa)YpKKAqLUZPvlE>RS7N}-G;J}wB zu__Vo&Y^WMQK8c|eX%#+`7!1OXp(Y_KPfdSMcYjq+`fwal_a*=8PtwM{Ge5pwB{}9?x08FV` z#Yjltf{YU7AP8osl2Q%w0<4Nkp?dP;`F4T#;mAA5Dlvq#>|SI-V4SwoL#Dg$^LA9ij{( z+OWU@85GJ8UARp2THt^r3Y}OIx*7mf16;%?Wth}Q{9moMV5BlID{0Rf(3P+kj1F?u zA?Ud>H|glP(l_paPl`ePqUR{|T*;eSbRsE7oyc!R&w`OpMbGvBsBKEXC)FTP;d3W? zcj8_%u!Clh3E)RI$OG)48`K7N00!}Z?^=<|MILgI>P64V=+%-pG621lJ#v6v(jFur zR{Ev`eOl_K5`9|orUAYC=NPzNAZjlLbf2M3@}-D3v0N&bJN+JOIGQ0-MclGkLJ{(fm*5Y_I-&$CTx`_5}a zS{eq#LeoVj#DrXvE~690Lbat>LzmA+Si_d51GgpCQdp4lJf~U|TaX%R++6_VA?34) zR+NoU=evP)b`snSB#6R-7%Z6y`QK>w+G^8}WG@>;AAE8~oELbM?F9o}Zwuq9g zz?w@X$r@LhQW{#C@h_ykDq0_IhB`@{LFlF)SRP&+vNcTFBN=(UFqO9@dSST2%a>UfcxC${bWVkX_(ImKXtdY3mlw$>6WD!mg z@1kVkPT`?wrpoi0qUj4}Q1Nk8*%|U=w?MvcvyAyF`RJq^N=}@f>{JmW81gyb(%+pD zW`&XjhdlB*NqG)e!;MCuRiiD^N-^u^@@+|5Ohh3o<`%7xTl?EQ8}>8*Z+9~$fu0(lXnR| zF;}^TmFAOoNjm}ES5G=YVdj^;N1pv58W#Rqb|54TV%iD~aTfL~ns9Jo+3-TXAgT== z?k9bZmj4#Lb?7a+4BTQ9RY&tpwV<3;Rk@Xxen9mNJAum|kD!O= z$q?k}i#3}m5?$|)Ey}YMO${axQdC$8>`&9jcS8@LCtZ_XY*y@qk6;fYsLGR5@g}bD?ODj?@B2pyRi6L^=n8?c~n*OQj{iwo>)uh;UAQpLsxWWD_W&e_iqOy zt_%2s4a%%A?md`QTMnU$gbTl`J3k+lWYq*&Ie9rrIT9s=pmRU$9;|a8tdZw55~U6F zBphWl#AG2UOL%b@8Zy>3wX_^rhV;;wL!Ve)q(k3f-mOF5U|yYr@HY!-&flo4=~RL$ z(kiI2{cqX15@mZeorJ6r7Dg-dDdH$fhAaFStRyzo;26P|@PhjQd;Hmz8a^!6Q0Z8t z^}!zTkV_-`BeX-Mhxq$o9Z~@{_8_V-Ts-+Cxg@b9oF;e%Q{wWD-4M? zBmI}v{x4D+dHn)~6Jvdk3upc81^1O^2jZICM!)Bg>l)`8aP7YG7X&0d{e@o9c8qt( zb~rDHz=(*id<*{~bU?quJ{wOkPZJrXc>8^OM|!5arnedH>HfO)bxZt}?mDvvuctb2 zxj@}ZFN*Ne6XU(&#BG{pRx?K*j6tLu{qm^;rsE5~*ykOn8#>4CXzy8O6h!`#zJg6F z&(iQJh%-FB^LnKp!<>C0T=IbcB?J`G{wMY|)wSe;)^xv8c1~D+8}B#qsylqJ*T5e& zL|-1s?1^q4`!Jzi1CXx+ToaE=mL_v@HJUyCG}}E~)ao6yerv&cW~#w!fqss6Ej+fn z1|iGRJCSSpbLnYgC0U$d+(I|{B}DG9Hu)AYzLJ@BOmhmrhnlv`7shir)#gPGr2`jyN0`v&!E&Tx*GYdk-3J}A^! z$V@WY83(FiOqU|P^Sp#c9K^yQv1lvL_utze*8W0cNhAOLm7B6v>r5$=%}kc0rH!TL zekq*|6d+q5b0N+<{rU?ha^Vfj-PQf&9PF6sjp>cjZSf}U5;7ANZ`{}z+9+9&mYWD~ zKSF81mRKBdAUa182k$aM4fIaS6)N8lWq&+2gQuE#>8zHz7kG|efm)N2q6$?>CZYP- z&-oPTIG6Zwj=A5|Vx6u3CRCo|9#yEXF{rT2T{u{xEyMD+`yZ$+h4tHYuH}#Z@@x0U z-fEf6PP>7nSsn!vOJ-~%UnC=AGIzG{4P0qJad13D1M z{;CFE5#VM(?(nq+OaqA)JO#{FkY)yq6vQS`x07bAYXms$zfCxbpMHtyH zZ~-?xoCdUvP}qpkV7Gz12H$_eKL?@+A~E8RK-C4vf|T~xQ$gGvNZuYsVhqWz8-mO~ zAzA`Ndtf;OAczUW!7l<3!y%0VEQsN1z%Y9d(!P)xe7O&>yZ!QqI`0d<0jR)#NZ~7G zV0B=109sFK4_41{k9ki?&vszbVNo z2D<_q4%q&3^~E0C{;NHh{g-YiJ!m~}JxD*u4zPDr4;&9z4-}8DoN&C~c%gaWdBJ%R z-@!cKJW!vx93Y-?t|6{D9k4wRJkUKLJg_}rJdimd?!lo0!F&7+h-$E4zydwW>v-i2-#gbB)cE1-i}d$f_t~^7 z^ks+gteI%L0X%g6{MsY|E05;Kr;bogXYqrXZZ(Q z|D&}*diy`sHK<4aS^kUO2CeVky*3v}bF;95FgVD9|I>s2EdQ>wK_TV;bA7tRoS;x? zZDx?lW@Tk!1$`eUNRM-Jv4MiyS?HNTyqq1hg`iCYJ%RG4|A#&QZ+06*%>Q#={jcmc z3lr17yItM*al3wEWU(h7$Z;2xRY82p1XIAI$Zh_&#Y<>TM)`QFXhzNFD|nFvX)&-< zi$9P@@=f+gF|#>lS9VEs9&6SG__F(pQhDYr79!Xs(lY*JyoWQI36Rb_3WT9U_he<% z()DqQ*&UguMkPZmyzv*40Eac5lRfKgD7)&V&z>(s^H~dQsxx7kdfaboh=ME)ba)tN zYt!R9FUmesm{g!y-Z`997+2+k&L#;>M+=|Fhq+;zkb z$P}tZG;9%LKmyZ~2DwpXPHo_H60}z#MUn2rDGc=(O?UYNl{)!4IR&B(?Ds*Ctv9S~fg z`htHyA}%vweUw!npRarwWa=qx=L+T4zsn`26x+64HJnPTYgrV~DOy;n;?Ca-ZFSqF#^?>*cD3Q?zMTFxhHssDCvDX7Ryhn;v(KT8x*$TMUGx0)LkMneaZ*f-QZ-_>OvMr_8!D40?0 z-ix=__P4Ivcf&7xsVJy^KdDAz~auvwxNhQvqhZW%oxTENAfDObe^ z$>RDs|AfZ-0%w>eP2S(=ZeGw=Mf?+zQcjKhQp{{xO(oaOXC2My&A>gAX;%R3pmM@KXQt zwM((jZ^SzQKcD1)Wh}m0>Wi?={ckk!6LCZQ)sx!UR+(!Sytpc4b269dg%#c}{C;1C z5(hP&i+3z|VVcNxdZqsQHZSYJ#3H?VW34di*ChE0>GPuD!>Uc~D|_Z*&AkhEQI<&a z?J8aD<`#P%PtW^2bKJW3vYhbA^6m1OIl|barE20(zCG%WL~WUSru%sjraV#%eCt1R zfZ&~c{>6w&l<-vCcLg~=JR&e6alo?cndF0TK3Z~sJswDOkLnqUPxVDj9U&lISPm@L*Hx$ zCT+)4pt1g9jXpE%WCfzd6q;#p6j&lOD&oatr(iNA8-<|r#1zCDXtn%gF`}-9q>Y}p zF`rRsgUX@L5Z*+VFGy#NI-22~`7Xjsu=nyag}Nq*HDS;Ml8fFicOCxl+)x$grM9B! zncs*w6I>rkn(`0!_Mm`l=BeIwcm{+)p_IeYo(A&@Vg ztz4^`f07OgAxg-m2(6h;UA1DQNm4^3$&FTE08-^O>P_0dQ*OB+EwDP#=Zq*yN6jf>yT}Vc{GX|-<86ndQYNCm1MlyM1#gv^<~hxxQ`qV7+D~BMV{+ z%Mbq={8WwT%0_=MhpoWPtf7l#7nPxpTUt zIW_+)RizC=3R@$LX3(n7D>G4+@{d-ZKaoyL^wxt8-dyZIlTCBy>wcI(AVr&KO|COb zQdpW^UWcUi=5f-5YPY34(_S9Yr{&62(wSvW&%^z(ZftgGu2ZVB_GLj5bY=e~PJ(rR ziGD6+yyRR)Hn7&0{-VaNl~<$I2SURzuv*ykBxB+Y4Kr)PlO}TrRJ?aa4@XGb*sCdzCC`9Ner51^k7ow$~mC7&N>0t z3=RKX&ErSjJgT|ta8c{8^lK}%zB9AxiyH05rLo=E*`CnBelo&o2YoSb1%8@-y-hY7 zdn*7dylwV+-Bw4eDu%R`rLD826KW-25t*CUXco%1&O%GQaU@O|Z3aub8|Ne%YX)0_ zh#w6p1Zu*(K`F*s#U>~;Q8fui!rw(}IIgad>x3jRVBtu%xTGWU;L{hB=D5aw$@7%$ z3sMSaOU%^5Lyazg(}x~5^{owt9%n7(>^`bJI>kF+OF#eOw_+gWpVDI$=8Bl3Y<5q5 zMSlbqGnl;^Ey$$l!J&aa8aW_oCx)(H*2wn;TalPWDuaximIQd<5#~Dookj&>@fz4q zPdff|_$9yE0;mf!CQIlC+U?LOq$Q+1TSL#H*t03Mw5CMJAgM+LDDsgY@&K`-pJ8$m zBMY#`;NVmT+h0(&L)G*vqEy%FDpk{_w1~>;j{9qj(~T%AMmD+etrW1f0!luX;V%-@JRAE#T3oayri-lL{(?!Vg>D2cIg>wUyR*hY{i&^P zlxt5&ys&XLKub(>?-`(|>Mx=8xzin$A}O&_4f68f1Z9%q%;=Mp1A@DZNwfqft zAIaYCGWGm>|C{q6#rgJO+mlFbx-X{Upsd!1>NL}B$l0)7aom)^rpQ1O!mbiE0zU7BY_$GX}@mBhFS*t$W zu&;1_yJ7q`44f~WDn=8nJ}Lx83=n4anGW*QvoOy^wN%QM@TpD0woP1Qk@A!Ah3-Ej zW{}1X0{$*>Ao>h?;5RR+%_LD2(}&HXVxsnG8>z%1R1`ODmI*)WMK5$}fV&)nZ@+s5Z!#s|sE#d2z$S85az1;fCEfh7^!sKD z#KjiaK}w3^qe}2B=u*!ai=N0aqrRS>&swbXhgu+F`QpGXxSCvf$9KsIt-&W#dS}*F zS{%2VkDYy5w;{33aA-_(n6*J3iQsPJHshWGb3SfP%rEYZ_2m0~t;a^AzbrI?*i+2q zHVYKW^>%D-Rf?2-(A|m&`-!o^n%VKmMXkIc96UeNQ)IE66-tX}aYEVcI)ja-M}Opd z(Bblw4EN-XW~m;n`uK^+S~z3tuR`C`y2?y}c6+_{s|vi#u+)^y6tN%jxBFOQ4fm(tN36u=f4_KGSHtl9%UsXYN*mrH{$4*`w&O0FD+W2Mv4@x1Wq@ zwVj-B3dnp<-)SM3u9FhO4NAzwPr>43=S{GRPmIw|ZBd1&HsdT@8;pLb}UaVRY~QVh~`@!wMx z7gh3AKHYldQ%D&*tqdHy zh!|O!+VA4jHn8l*M)53VoRi7i^E{j-w#M3#Yv={)c$e|Bu<>J5nX5Y^(QbyXUnVLw zcODkst-t^9u;6{&WMDCib-HT?W%ecrjH!AwaBoQpumSf=nG^jIrC21u+xeKAVolA8 zlfK6S6Ni0>Q*O_VIfk5aR)$s{HT2M|BMy`DS2UDZE3F9|Q9H0~=jL8d_5o}xy}g7u zqGp7*ROey?2T1Z9O?`A)D@#jFrE(s8y0+%AjoGmEZVH4goP2Rr1sQ)ghkB@Z?rrc~ zxa;eJ)=BU-qbqm3Q5M2ip79Df=XPy`cGb^yBSu+VxbPG*8;|Z6(yg1TxpcAg6SOuo zQ-7(Rprd-K9QJJmnJza``p)v-HC%*i4r*2bFdNmV7t75tlDNy&RVE2bW5(raP79tW833Svi}1@;DW$O-r~hz2oYW_ z+o0$BW7>ASjd!xAPOW8;y4CG6P>kim6;*V)4MvBSf};o3>B@E0OT*<|Ie`U9!}UD% z^Jc9GzgWgt$mW^rs%qh4biOB8qi3@@m78JCbdNduC&rnls25FMPL1hq zCH;<=lrqq(_*%_}a1|6~0_1O54hdOJ5N~Dfrcq`cdpFxp>`UNuo>L}ezlyH;h7zwf zu*ep>lJ?y6A)?e-H7E zXCY@HZ7EB2*K+YN4 zRZ>Om(p*4knWw`giz8(^0srdZHR8&XozT77rly$=qumhmD}K>+J&Z5PsWCzBUW1Xi zuhZxJO0I^dTR?dgX|}(*5AX`CJB6>cU;FY_`uiOz9fxEL6ks`UjXnAsY`LMAC^%zz zvJG-nDxJ#DuN$F|lafqsqelUH;I$YLW*G$Cfv$dPyB^lxX>=&xi_s57fxEK82 zfX!1WR*tRpx{m`{gQ*j8mCZ`^Q;atn#*JjlC~KVK>E|#srPN!PmavH~3?rG@<;UyF z%CaoB^~>z72v({(9t}U>cL_}4;bp?)W#aA{%vRx?=VFGS+=V1Md>tPy>N`iBH0K7? zRbxYELUn_C&x ze#b`*UhgdT!hxShh|4RV-#S;E!`<$Dcc%Bz?Lat}mok>Q+@lsDSHF=Q>zK8jO-6SYzgzj0OGhCEO6f`SI+0d!nIZJOPJG&(6 zA*&#J^4RJanTRAAk;1l?zQUW2?LThzUJ=UuGNw*NU%RuAoO1=YD@MI3s6(&VC5>RceJ<` zKc`(7Lh<$B`ICJ1RJTe*KY8vGuSx-XQ-Qtrao>bxXHVtV_wogYA}UdUatrU)#Y&|| zr?J^b)@yp~eFzo@CA&vLpRgz|gKFqVmSLIkgBPZcMKc>+o3-RH6`p<+3(vl~U7p1)Au1CWqj5 z9aiDn(Q3zN!r4<5NS1IuPxLL-0&34&n?zn|y7ddy*>b56ICMW_)itW@!zamEj+(GP zX#DleL-S9C=M>#KiTO!K#ix??^d?nbGggA1Sx$YWW@~_aT4*7 zaZrdJw@|K?R}?XqEg)mTFzQPYVoe`qx$xkV6=jKJQM^M%oq`e;zmJasyNgP{;vXx~ zE9n2$+gfVUnanh2QAjC9feLGdeLYihUsPYjP%TnDJZi%YPxtIqA`ePJ5#a+sVHK8K z$+-6e)evMnLLH!(`&69InRjS^5XeVBkO zn}xqY5ANBUB}*!s2ln#C@;BaxC@i#1I20?qNAw!{_GlYWM|{WK~c$~no$R53bvVZhZX&1q3Xnui=E~eQ2GBM{fb?Ul+B~k@5usULT%wjITXz* z7(4hu);(tD3Dh5nBe6;hu@w)o4 zEbf~Dridi!{5gDB=O zW1Z;Z#`>*g%2~=A%i!cxKP`5OY(WuZ5|dyrT3aWj>`S9T=3vG-B{c8r&C5Z^>w zMD7ek<<>rgzcVnPcmLLm-;Qs^{veCL6?(e9p$tldo=oIrqoeW@L%sc0yTr~yS2gk* zLwDG*pHxmqN$XWMoFG2JP>U0Ft^j0Shc_oHNH>urA~k#8Jpb^^<3KtO*rwcNVl1Vh z3NcgjeLoib3@Tov%S8*{V>Mi{{gzRIEe4Fzb(HhP2%JAt|r-c8tB;l_}st1ncd)e4tF8QER+$wB~mA`CcyN5m82%pU~7Z*BbK&n1Ak@bJBRHpHr*PTKE6O+&e}|_PmL@UAAr8 zwr$(C?JnE4vTWP7jjk@cy6oyxzyHkKGjq?mv+lW{?pixPMCRHVk#D>ad+pp$Jkcud zqR{lW^Ce$zF(g1AyeY7^?o(sxFrVc2{@ljjw~v#zKIegVqK_G%9C_);#Le|SMkG3? zWOv~dgD?V8<=?n0UTIQ4es`)@Yh%Nf!5Y4>qSK$heZkRzq1)#=6 zM?#T;3mZXX2OC0$L{b*#9*1s>p(X$PBTHTaz}VNDFSDPA{aKq{O{|^-M^>5~qjFiJ z^7M#!0jkGvct$2OPB;<1eAAS7IC1tIB*xv$7JDdsx<%G_=Pk5E!OJ5UTq6^hf=p=v z=16~3Eiu@lGZedP0=wSo=Ur!Ein(XH*0}U}!DWl$U4r5X zG$b9`rZLzVSayrBO#}LcYL&_WkNSR2)KNbMmJQH_5y854;Vyi6crV70^_ zN3`WNvIjJuW!N_}VFqUKA?Jh)qOKT9%)do>QH%fh<6?^=sTul%M%~lWV|&4=yIFdV4pu3 zE2j$Rf>oMq8VP9q5Vad%o#B6Cc>3M~lRpVW{_6c;{u)ZM?1kM82JQvTOTVi)G)Ih! z@Z>lH#sb|yAl^@Y70u8<=ckgy$UmKH8Ri38=n`xV{u8)U&^)GbjR>r?I+-Njn{aps zHav9#a{sfVAJ>qb5hep_`r9(hbS3 z$Oqmn$1qVq4D26`n4W0P(|C9=+&>Z$KfdNij3@3e+lBFd2ZBrb(`Lp_mid4}zWQ8bSa zBE}RuU>Z0>BHM=^KGJ*;pZ3SvR~}~E*NBi|92$v;M#Lbd7yLkW>iv}i^#W!Lvd=r*5%Cz| z^8FBJm1vcCR=8TIS{#-L90?@Ce>gLOU$jnu8Kxe(0l5L#3EY^=7^?`P0kr{iA@)?* zl^C6b8}TYaEFv_5eHeJycbHeSN`M$*K8O>~341WwQk<3OnE03w8woCABf?u0uLxZ! zxLjP7$ef582`$1|6srhTDd-Pj6p~m(W`wXP5HUgG3C9tTGZI&Xttk38;ut6?0U%Na z`?KsI9hiZWN)=%$iaZ!9DLO4kO1O_CA2Q@X`(v2s(w`)IzQNywzd!67;th%r5+x}@ zG#4c$1~wALMEVU0vRW{PJ*bEkHBZzG2`3z@NR$EzCLEVwlt~0hMNJ0DBpkAbgd0R0 z@dH~>mT(m57h$hBu7q#s3-WEKBHgF%Dbgow>KI}^@&8PqVa$EVeUV{^h@psQq#Gl@ zfamZnpa2ovyYL~<;sCMk3xqi^Tv6OV;psqM`v?pW-NBwXw-y1OV0&}{o@9G+!#ELZ z4X0~}b;d>kgM&{b`a<0?p`S?iJ^xCkf6JxmX9(IiuHmNj7YjrM6TiOa@O0oO!?3dY zB8rBUzM(;Pk~~4)I8WGyf29<94@flrND;w65rH^w$a)-_oyZFkiDnH#1KKSi`sa^* z|6%lDzX+dCa7~XhhtDwNe!hsV&oJ+PhmWw0pIske;QhJ&L%RKV{=pEAJXyBl$#Ry? zI9c0KR&51GGnidabPl51Ke1{hbWb=~fon%D*9dFHbwlOe*tGQ{(=-U_pK*?VuooSf zMaUox`TN1_Y54om>>>C01MM02^};zO8W@1I&)4N6wEtN0k4!r$o?zhB36x+%ON(Dt zO9PqQNTU$)hiJq(gc`9z7Z`_(Krp2l4<Y_mx$eC+gJYh;u+H{*^ z+v%mU#nAx7Cn7ZO1i_^4pyNxCz2!UA{qeH3KO{37&+sfVS9p@*>|j=nQ8&|oSd zeq7{`*covnf>xBA7$oufn@`LNlN1Xfc7>!94pt;l^~X$6suZO}bPj<<3QBlWvn?mf zd+iVS854*L^on>0k}$-W69D7|acGwy5Zn!RM?Q|jNLv@&4SvTtZbH~4=pMui?MwqZ zLPuEa3gYdZYcN*&q3t@W6~Pv<5<&FOAo*1Mk5RI21|l2}X|g_W&wKK$dF`EZvUdz)w_ z4~v7leJeaJtSuZUvl)Lvw!bhcY4$+9C80JshV0Z=U(VHudt8V3Nv5%C8AO&&f47a>XsClw^RhYv(?V>LL%2HH^&9&+c z>M`27SExsFr|Ou^8vUdN-%VP(MBGft%e+I)w@^o|+FJ2eqr6-qHA(+WX=FqLodzc* zI^~0$?2$5;g<2p9;xI=79*STBn30vtaBw2T#WY_CnN1U>!JN2_hyh&m1Yt10SpxucilD_6q zjHBh{btb!5M#shvM|1rEX%GmV+;H(+o0IX|M|z6wH~?b$`-dfX_@2a%Pzp!Ogc4YI zL`EmSxe;1$%rMa6z(O$*MR3xe-hzrv>%s$v?~^ZW`oFf41IEPua?t$!`%cW5xKWLt z!H=|I`qPWsP-y2bJ@RDtXym?Oy6)H3l}{jJ2Tri;q?zX_HW+Y ze-T~(neh65z|8(DdrJ7Pp#1N6%zyvs|CeC&|3C8FZz%I$s#;F^e@ThIO~f4Z%#0k2 zEP8|--!vvW2Rl9UKau)(wJyhZ+}Qq!79lg+Kj(3=e3!o!#Qy`TRS0I&A-O{&)FbFee)uJu5rs zcT4^Q=KO9a^SAH!TdDgmObvc{TJ-{Kfmwal)M}) z--2dVHkR+MV*8f&{^Lvj?)d*IlI%L-aBrm`d?jZ1OE?$C?gd zRmT8n^_&kX62`ZDJyOyx*Yhg3)85CifFFGD0f}cYmcUW{{q+N^1W@+BPBQOH zv*q(EReiH)s%rO#RcL3(4c0&o4MzcxqHvL+1{J!+)SS5>FG=smpalABw_Jp zm`KZ+=FEkn)yTCz2quHT2YUUDHt+?6JOqQrk!{>Em9PwYb>pb*=cgxzM=UbhJ!n1DJ#N;?=~lz=ANg1W!=Pc=}GV|%_E%n|dy zifM(*eYitd(rdQsj|wJp5PricR+Q~mVLYz{)VaW?tbwh0I+*=RV~g`}Q738kB?dg# z;I7XY=rCuo=BALmC%RvI5MK-52r^?fQAz9AcSOAN+?X`zhd#@N5u(^2aYB5)$}Sx zyd&b3o{fY!0(WLJHL*(NAZB%bgxV-8MziEQ^~G4WQsMd>oHXJM&SPdEL&*bfT2%lh7es!BsMP!=#8aEb`B`&~CbzPiT zB_T&L1P!w|-|hVyEaH=epZzUVQDm^#jFeUvc3aZLx3b&mus4xMVNnPoEBd(bwH)HH zh`;@>e={r{#7s`;z9pHqm`K&$w(^TUaA9bIH4}jN!?SY55^kKk8OTmFdruR@w+EH@ zWOeb6cr#WUoh1!7j-ANX0{oc|OY8=`#cb(sI>M8J+h7ZeG}#q}Zg$9p4+>DSrIwoI+p31o3cIXXCSz?Jb~f%_F^FCh@r+MdiDM|%vv z=TSs3wEhLP8GRjgz)3KNxf^|5NS7`sLK*o~_&J~STpVnfF&ePbu{3g%yq|2sgirvn zKy*qJUoh6c_<;(Kf6q9~M?HdH>O}jY^1uR_tV;U;>Wxgh%rMWeP&eOndV=U3<}UzN zcrp)jx^{|I4e`Y5P0$-(cyib$0uI`$^+kC43f}x9?(axEFWSb!OmTj^J^rVzt+>n| z+7Fufi<*Me8$(!klgr>9Ns@Pl`qg)dztpo3)7(#4z8m8;#ROx=`mVpj9xqmFwR)`0 zKC02C(&_Y==ld*w2j#uqAG>?F&1P{Go4hqwT&Zko>ttnPz)Qpn{fs%a_d zt7Fg1P0c`qv4CLdr_b0jpSNJQNLM5bg#;HK+9i{Sc> zEJ5W^ri)$##0UD}KmOask*?~Q%(1SHXrbL|!%)P5FNFiJvJ7?(&g#`+DOn6w36?ev zU5z!UwUU8MR8?pVS*pUfy?^-1Yfoj~#w)sRbpbCoDB}M@Qi%p8gu< zOn~z-TMtEd9((!*^67Wqg=|b=tum1`Kx0u4Fb6%@GVS~^hapR z_kRRG(hOfTSkid>cbCc>`dI%|Bp>Qg)0mu?=|5A}zyNLq4B8CwJSkihp_9*05=4n1{wU4DQwGXGJz^<0^ z2|xP141{4H>9xCK41e_-7WC$weTyrI)e%TnDRyjz6opV1pC1S1Xeq2uPo+gcY>->~ zP1Al5`vTz7<}Qo00Jcy%dcYriR2syaiVEjPHkg++7HFhqVBDSff+NKa2&pgI?@>xn z=j4x)oaY5f!f?TQpEAh1`W^xgb7Z~rZ30La;E!$)o#35PG+?rkmu6d;V0dL;Ugbe3Liv9rvt zGPOmwwl2$<=OP-P&}dQyemG`9gm9k*$0Bh!sAJm~{cbS4mnzeFIr~wuwrBVk5jhw@ z(-qE0cGo%8iLykz6F6KX*{^V(na%?c=Kfo~%Z*tTYj_PD>j#uSvBtU1!P{xGu%}4N z-dFa*U->>O_ZbNBc>Mbx@n??t{kpyCJR;!%JNR}hruEf>QMT0&er2k zsP0D@b2li!97ogTgQn zOhgYO-0j`KqVmZTJ> zg9*omm}-%Omz%q4Dqz^Jc?-eBihq2&HiR2EIh%JK`YbErLD*Hrcx|6w8DV)t?2bB^ zF1pJ|_YRmyN=6utth@x7P>f_oWE96#8`iIeL6Ax`_-uV8_cSgc+MVvE^k5}La3-)a zgm`!|C44-zXeT&L5Q&YSag}W#8mhd|-qIW++DQbFesv}Vuq-r#0kOBduTOA6!eT_* zG$DLo&IDq3Z&nCIjos#ooVbM?tldLiI2#W9JKWKZzk%znps_1kEia5d4Y|KX4vKD> zl2txc8GIf-$C}73Fh9DmlJx8VkP&CZN>UFdOHsi}Ck0i8@@6PQFl|rUhi(jv#@iHy zDO966YJ^@z>QM{Q6D);^-@{VBB5)1T8a(X}_)GK*!l6O^6yE4(>jm^hd zzL?JsvXm|@5XPzuNl)GcOnBzl-1mw-u8L)ehg>R7X&e$m)H zp~W33K+HFoU!{Oru-EdKoVaIR(qss@Q{aJ{+0vcv$&D^(79NcK37#Du8Nfebm)%URr>DT<=3;9wI4^{_Y1BVX}%5gV_A?O6S}nNJ(EAZliDvB z5KZz&wQ~oGOjcIr4IJ1%LkM{onCU8+dlFz2yd4}IH~@;*7Mp+>g)mTWL-a$yhB&Yn zXkVCt2>;>7%ogNI$tF=r2M#b}8U$h1IWj6lsRPohHm@Y^L*6c=+5Y%H8aVprOI;$5va5!QK3C$1eq#?lrTG}q@B8Wn0Ly+0n>wpTL_u@f^wlb z%lB@@UdY^ekXkrWkh9R7Qug?B8CxS)DU$MSKfO)ntF}qo7>K6Nld{5(9f-7cx(77b zBMMz2SbIm!arhBtJc8xtFcGFGNr~AO`zvL*xTT-`409zBa0TvxP>wnH^7wBNmwIn+ z(=HbSe8;a25JIiD8$P!V0=y~9^3D{AR(4eo9(CODzE^y<2Tn!X1t=c8} z4BZf?LqM!^8(~3~i36Swx%XvFaoXgm60YBUZrd)C-&;%vv-Zbq^bIO{yGg6+=K!ZE z9UN{TjH_>@ti2hoM=IYq>vE@`}>TlEx1rcGZiq_ ztFRTPs=BVODqTui2rw3S;Am<}sz&sP7`{;RZH9GVNW;sZhRcZ680sKbVAjTnvqI%U zsm6FHYdV>O@jR=GzN4{!r?M)wXoqyB8b4Pt-EP8d)?$vm2S7)aTBdU-&t4thN6-Fc zU%`1O-L3H@eJvsi>fVNV?HRp{5folKM{|Fy$BX%$S$FGzz?&y-Zle^K^5R3WGJ|J|3(8C(WyvqN!rx< zf=J(sv$i<@u|~&)oY|HAr)fdTmrVI87c&3^tM_HXS;8y;$x*z9NAgTAK>E(raEd5{~EEWwV zP`ThX2tGWhRa5gJ8k{Ks2|6{^WK~w)Oz>ffy|SL_^bx$qdgI(AK$FP2Ij4=ND%61zsRlP z4tY|btorjle7UJGxX&{MGOkxd&BXha(e;9;&jwTCdE|3-o^f`Eply~m749I%?^fAu zfN@q~l!)Ttdb_9&lySXT_)e4k--qxvU$%)tTSR<9#@c|$QmtP39CR0m(2RHFKDt_HgL6om#lmKvItT*5~(57N7TR4tTCi;#SmaDi!uD}^Kn~jrC6?x2bLjLweSyX7^?7%(m1mJ2$eoTdEa~&(0mnWl24wSXCv&!1tq~56o8#rMu^B zD?z;l{aCTqcY3v|6`d8zZYm|`rP3>Msg>E%okqE|ss z=B=h2@fZ$4S3nt=Gz~i)`+ao{Om~5{LZc(miYrw_RoNY)mK@ZeNJffQ^X!{^Y_*L5 zP*t|QsOfW+({2p+Xr`UZo=vz00J+C7Wp(Tw^&KZThR-|f5^<_YL)f9iMhn`nxExtM z>$LYOu6?|`9Mqc4EPD&PA5Gy{a>5>pI2i2Mc1fF5*ksEpA0g#Ccw3tT_?u<7w|#N}+-Z8ol-C>%>yCxk>mgi@VO#X-%iwfH|;l;l~e)TMlq(uf>PKjHgSnmRcs zxNh!R4U#Zsj~jB*7|DazL@5Z*$%|~9k{7KN%7y~eLYFhqlr7XHbG3-9)Pz)zS<6sT zOOx|*>=(~&Q(OshWFV%}MUM%YRG~xZ8Dm=BFY&k+-N+;&sZwZ?H95hg{0QMEu1G(> zIA?x9$HugoQ#?u6e=l^C;*TU}iFh%!z30=ZRoD5XGG#mg82iY--=(TFBFJVeCHpKP zl+xQxqt;z_8LbQ_el%QzLo0LJ96RK)*oj5{UjNmUg)ZV?gUv@xpZ2Z`Qa zPM~%huTLq6c^DB_u692Ymo>S*H0h!Vw>5Dk1@%cX4Bx<2iBCCi0A_fy6N@ZeVX%|7 zH9OUlVNMzi1sKJFGy9U@b%g4}?S%L!p5k%EG0iOF5zX+3Teiblg&v}~P z*XmfC`5m+HxevHU0OYEuDV|2$+@EFP-Jf~O_n=TPrq%1A0mN~(x*qnR+V4!+fg$MZ zRHbq^UqUuKGA=pFHOV-DH~0C5xR&ql?d;V_GIM6>h=!?kkM$uozYfq+)uHnXGJ|5E z0ws^F97|Piw^OwOgL39lwfeEo5M@3>Plxyi7_~Ulg9dl-YfN%aa&fX)&8AjSFb@@x zUQ>wcI5NsvCE3u60}}{zcr4@vBGyj1^!b@uQff_-eI6kmw%Sk-wK)q&YBnhm&B$3S5GlJoJ9k=A&h-7CyrF~GLL>P<*MuqZl zZIk_^;0ii5To2J`85zxh?+tdA!D+M*+z=h4s+meURC>aoG~8KhZpN#2{~R1`;f1Qu zP&~Gvo~s&4q+U-nrKddTG1IudU%!1#>|UR>R8e%eax8ZnYlPm?%qXeuEm#9 zqzgpu+>J>h)ZEqMW}L^^ejV_S--SwwYc@7kJ11dG3-Yjm3=8wnjCEuiy;J3-W!Cto zB=x46hX-R{rbl5IETC9f*}_)Q+VjYoK$onXNC$G!Rn>HG*({j3G+wu)PshDhn!x>j zyK-C6JED5oi4CW>WDT!u)DQ|!pC}lbqUrxR9)ZU7^nMxj)9U;+G8XRSQK9irmL7Y9 z#btJQWNX|rABOuWQekNSn2LL?L`i1qW4ev(?_JO5@GZ0qi2!ZvNB!YuIN2kJzaVo+ zIGCL*0h^)7WY=zn_^-2^tqH@xKW@Pj4cA7E&}SQ?{lr>GYw##59L&dM3wD$s(&9AFhLt2eus2re=;xw^=UNccBuj!~QV$ujIC?Y7!(2PNk6 z45eorv8w51)-UGn2)aFHU-c5FB?ZmMR!cCNy@P$ps?TW_M3y@}ZO9F4x{}sYr1v+} zlep@V9!8}Xxo8l6_mPAY$(|@lt^9LL%!-n!Nk~Dgey_aWoUGR|A1BhATY(0bZk?N_ z&lirNz3OH24W0C3+YB(l&RY<3zK-wGh9kZCo|k2(8LoOMJO>W!L=%U&R-;E0EkA-< zbi0MDz&N zN`rN!PEbB={dj^LPn>SakzUT1uI+Tn5+I;R(7{KXVD}Sb7&~PgP)nce%?f8j#mqua z^7i!ZlD|#XB}~psJ~TH`FPnz$N3wkWR)8_g)&zhQ?uFw5G+S=3c4w3y1ua&yv8NVuJC4PAs=w)Rea0)1M6-e9pE)|4)R@>JzCMMkEy>xe%SkaeMp7oumqP8N4;PO$GEr&~S^sz{OC&{6Ey0bJCpmoSXSYhP*xH2&XM%_P>pU!peEY=1r35!>dn2S*{^v! zyE;U@0u5Ya9Iq=;t6p_)r9{V`%k^~W=^M)!RQ$r&{ZPBKw-z&qR@}&e`H+8!=}=0K z&b1AqFD{=lZ$_kkql`Qs0A8Xd>PBg_{qFT+hsboNAu5dEBhDflu#mN()q|RAgpI&3 zt-_bikgg8c9i|4PsHlp6O@F*ZVf16wgAy#g|LH~-@h zHIE?mYu!L4$fbHwvf=Lgfmc|98n%x5{x&C{Hglw9q}~!TOj*gOoXo71VvH?>m$R}g zqX7Q2&5W&VrZ5Fq=i;!E6-z`1tE>2WdUBEkaxe!=TF!NtpigeQjA)rs$*ZbGX?2Vo z1V*^9T{z*++aAB{5*nRLo7`>LpF|SOEsSLgcQ^d5n6VfS-A!$Bx{hXq zz?nYB2bgW5cw(NrVxEm&O+#%%H$hj)-Zqg%6gVBKMWg+M(G(Ho>Vt%O^wlT#Qn{{_ zDf-+NmzFJ|)MuM+rtvep(Uo@w3Qk zW|E2w5H}+R#(gT(63D{01tmFE0SyT2kQBmm*!ECBsPU)#Aq8#ZnI&JaH#cv?7r8;6 z4Bb$Xa*Zlz&R6+ZKOO6Wn!M>?2(HQBRxPAdafjAZx(f1=?X9Ypsj%_-?+*`MQ3p6$UIln3Km6ANywo}O$sX+3OI>efOsx|4-YG- zBCeZPG-WKTh(v^D&RWWb_1?&`BE$%Cmb&`%lvd+`{YGjJ*K(}PU206|_`XwJES&+77s0h;@rLDiaAPsorc~OA%ko zfiEjCp2^~M=mU|87rLd15E4P=T>vFrIP8|up}ZviWn;cK>a^-Mefhom zJ+(Sa4V!NH+?yA^0AB%VE4#F7*)=!|+W;;mJ9ug0YxUv0UiGrQWr2dCCbv9jF#OMn z;g?)}oR!TCDY~Y?miA7D#zGPYnVGHw(Gtt^5lzXboeSBo6$*A-quus{v-C5cmm2=0tlZ=73O52Xd*VGG~@gHt)HPRCHdj3aYOz(B| z04}^U@}ra~9qP^t7+EhoJGo33_7>0hIncn#Wb+^ulVO;CB^0q1^_C77ZR=+Cs(Su0 zXq919{%qkYj6$Q$bMe*lLzyg11$!+ke!dQfgc*?dwCcI_4{2X2_MOE{^jU(GQcZ3P z>pN{1Wo8{u7bFI2+qk2y4rQ2*@O9Rz*!ZcTyv(nmCr+hLi#*FQR6oCWfecFpMRLl9 z^ywy3fjzqUBDBzjCDnKE?{ond^l;-jSWqvYrkNezHE zNtw?S=qS>kq;YZq3TLVNW|R_0bA)E+j2I=C?Jb_Bu61=IE30C7&AG4|#^_4fD)taw`%Erk@k2(n2 zzBRobW9_Ls@4hbck>+ExNB)m@H3Z#d_Sc-xiyt~bZEZPi<&CDly{>9b9@WxlIluMA zbK`9LG6j5%CTznV)gNZq6?ImC-qPRhiX>+eBDvf=Th&Ed>aHF+S30@wZIvUeS20~` z27Ov!Tz?nLSFAdBGC8VhwG-3~aHeqA{@S{?iDmMY^pH3#5N=dcmu9QQ{(ft^sO*|j zxqZ*Z=kA+GQ9{P7I9Atr;&&BM3W4unE92hcKMHzhXV2LZSjf`T;Jo|H)I)i1OV&f1 zzlQtP%rH;EpFdiYm}ZExa`!Gs%s7QymLC=vuOda4z-!ZP+#6RMpv%B1%6h0?4xnEF zA~eh=Dc+>)Y6y9#OWpS$bNnSj9m@asR=m23khQF+3UR1f?xL`(j(Qhm@~Iy3Eoylm zCo8f)YmFzErjx%^}dL?$~BgvhQ}zk@qHm0ocD@X7~n`fw-jWgdh#*?5iiCo zQ9qm;%HmnUVO{m2^EAY{QWw`M9KM{JPzs}1?~kc;0<_KnEuUwXL{}NmzvYDr)hlw& zGM`d{7AyNFRv9&Q)G}+IElMv;iP15*c+Fe1YZ{Lfs07kDSMc);)Ct(5sAI+L9E0V# z#p9vpe#&dtN4~}`v}Uzh+3{>$+a$;PygX{06=GajwwU6qcrS`Dy)nY}A>B7p7(Q%Z zoV6~3Fg6Ma(-yxAeQ3P(>xk$|>cw=XBEkxJv30(?2GReWah?f3K0DUG$8H+OckPkS z6K~<(H32ueL`r}7Sq0&J`2wMPuu9)x==GKD)O0+=$(%jS-(-nc60TdfM4?;bJm#~l z8pF3s%%k!*nL>AvWdvq6Tbr@0u)i=dkwP;uYXgnzQS92$*4sjYHiyq-D`xt*(zZ(( z)Ip_K(ITZq)Wvw?sd_zTHnV||oprb{om0g&Q=g{&-9CQ{nGz;Uy0IH8@q7bC=3U#_ z4ZTas!Zl->ioAqm#0U-*5GvE;i^YXvk%)gy@TsXu)diteC}V{%Cw?rLw`}dDY;!DC zlSz>o$y;%9k{DO(a(*8Np0)HSkvkJ=ss=D!T0&ZEi7v@qB?&(xXGis8g}2IOD*LkB z-l(PpL=%^=vXx}T{fRVif6J{zd2Yh>y;0DtV18}9&yD?TcyNh9zuUHf@QC_FhG0ZH z>M@m_lWE1Cs!NwXBQwW{wH#%*^;QuSXs6aQP2klx&E6!=$_KN8-Lk!hjYr0fERZG< ziulDOEJ+0#ijxT7xrLk8qth0D{wiuA-=C1+&5KB+#c?yX0<>fa zDn7A)>e!soqpShzeNZW5G*V!$(o}$!Ez<=nnphwn4G=&2K;hPw1C)=8J|#`MuLfF2Oic zt6DBu_LvQeEp>5#J!H#r@%YBV1~K}Pcr$)F!H1)Lj(uk;?rUkAx)<6K$SzCkl%cs_ zA630t4uZtK5Q_8l{%I?JFWovovjN^ecSb7-$po*@Pv=dhb3+ze*LvI%(sGxAu9+|q zFOWyHg!4=`D$8^bxYV{_Cu5+^0iwToq^+OjW>9wLRk z)ZU`Gqrh7yc=0&YYOx4khs^dmhui6_Bsv6^9}WNAc5|@PP@}9qaV+6056Gs*u3$vB z+Ttb%RD2+SEZVv*$`_(%eJBEghtzJJtQpV1TBTXilDw`a4TLH@H4H0Uj#DO%rIFBB z8GLrS-(T3~gL5g~k99Si#gEf=IQwH=0iUvb=E=Md;aC!~2SX)z<0+X!h*WfQN?~$M zNIXD2+8}$g$P6CJi!07o5fENWPJ9WG%m!wYi+=}Q{r=<5BsoW45(WdCW@tp+fw38I zrpWcwxz2erdrsRX%|PZb6hs+=n|P+u#G6-*8f<%rm6_Asb|{OWxzdP~`BGBQ@U|l# zuSK;>s$%0hS$9p$&^DDSbP0cOgC8UTWWi#R#m;k zXqSl&-Tj%2>bT>Qj%=4u@CY~g!uw$v(G$LK8|%2AvszQ4nfXDIK6?!-_;yK}-geOo z-}iAc6RwxsOx}fO9hv})hJG>O4zrG+A9`w|^dNLk$gCO)rbHdc(=0IF85XseHr!0r zs9rR8W$+Zu`<&E$g5(6R+2tPQUfo<&+_y$T?F!3f=04pF8a~Zo?`tBFxFK9E2;9@+Ey(14i-jj+J3g5x9S|5Db{qXoyrKYwdx|p7Xu=| zBp%ZvB0;VDrb_E z0KhS%(^EvUhd^XB)|nXL8|xO_aq^&N8#me1#Z*wMi`i?p7S(z3P|;la#j5pAM{f*o zkk?q_2kqd^T(DAp7KEK2-?B5BHx6sU%y~JX!&qW^{W5V3dAZ@CQ~57`H`yFvnlb%1 zuG*h!3+IuqqU!8o_c($Pa04VaQP{5}<8e97s>!%wXYZ?mx(k#kzfDDg`}*oW8e|=0 z+R9$&m_z4DmUQ^sGq%j`6duJ>Wh>gw(Y7AM*<97L^HP5Oe1>@)BsCS~KMx=&c`AoZ z#2}owAO2*%THy3DvAT@psG{>akr{8xkU-bm3wBUDE1dh_ySxn(#t-E}i>xUnDMI>+_)Hq++InVn(}fB^it`xTaEghBU@G~ zF)*hN(?uI?itfe1?KWBKdemjsg&NSz2i0a=n$`@F6&H>+3yw6fR4uz1xUccUecANU zy{e23`zQxtEu~7WH1tLQ=Am#~MFG8!vr?D{ir(`nT6S39(yxRAMfCjpeY)>0+fxQ6 zW$6twl{Gdzc9%s+#_VlYy=giGu@VSKFhgt%VKz$@brF z^qalx8`zqdGt@GznBQT@*-u2(9kjRf>>toxx?sUGm5XtyGFe!<8Z4~3EoTupI8t35 zIR7r@+6-2OGg!0f%t#k6+16vaVQ0_GyS)?i>Nwx#W%qjA3a&KMy>;bY4kfRDSk?bT80Bd!H+>qG%Mi}rPi{Z|7uCs~?};v{JGa%D?l zZd$he$#5OaJhRASf3QzLBBqF;3dd#7ZqkI7 zrp)#Z%+hESS%pjN&^v_uw2su7F3c}6K1KDxr@k0L>AWp)=5*6E3JeGVaiSC!nv@(p z+xl~ui#CCp{H!ykZ_P%727PRk0#Oo9<620z3z$Dm9XqCR(+(A`(J&gqI8;MbDpWhb z&79qD{0UL_B50;Kbup0^v6y1r0?1m~cc@(%f50!>Fk7U;M>Au_tkoV#Pp=x#Hg1OB zJOu9`P%Ac=XJ4>L{~ZBgQHB!F$UYq|1((N0@w79cP0 zosfn&KLtr;Op6LydD=;>5wGI3T>_w6JS@O-W~Lr$N(NSv)GOi}tZS!AK*P2kE3IU* z?8jx{RYF$d>J8*{0|Jt22ECo#R#u+HmK=rUUM%UlUTf zM+3=%7a`om$sE%n%#jf;e4A4cLTo-XSRU7TF99#ymeX{Qh-5b9Ko%>moe7T!on812 zm!1$lU&{L?u;=E_lh7T%sJ1^p=aIq4B2j20YiZ;qQ`UIWnrK=#dE+b_9`f|w#rXP5 z!T@!6A0)<70>^Jtu!VY_08ASbY^`AjW~&bt)?C+5&`Jh=ZB^6OZvs&a@X5fOjTc$3 z!R6(X_uzB`(^GFy}bV=p&!clIW^8`2a}%tiUt4O zaXW9@5ZD{edrg=n!VBeadVgtp3Ea~VA49Jsl@0hJ{Pm}zB0b#%?p*m>OgBp{nw6Ea z@^dUcNTWu|KSvxGZOXbKVdzJE{ zir=G*P8G(gr(1>4!0B^^5vaL&tS$|P^gH;%DP{fzSm+B(r%L4dFVNNPk0T6&?dmU* zPq;HDf?JhLqiutHUv#1kxQ&$Q(`2>ewL*q5>VAJn}CP#j;su8R)t?t{C#JHZJSTtXnY zySux)22XH;I|O$U+!-uDaJMtbXa6l{pS^G0TXk+t12c5b^z>T4UR^cwuIG6X&3^MP z=q4h1deuIo={DrZH`1$1PUJl^;!DHzga17S+NW9jq_~49=O>P~v;0=Ti}6)S-O-wx z1i!a(y5UUxO-%PXy=%qYM_ZmWLx$+a!n0_sF`Vb}o$M6y)##_Pl=k!QEpsJ_dasUc zSQjY;)?Jpm=izjcB0dj1*!B_xuj8)W&rjAO(>2}CK9Bb|mnZw850s`wl0n17^WfHfVOztgf*;YV)YB zu{6Hcx$-9QsUd<`7pjH7OX))S{L=dUZ5O7H3dZ|P!b)Rt1I(e}09|Sp;KhOqKAtL# zlbk*eODwTT;s6epAJ0L+lYQ>41-EXfPdW1LCkl<2<-^x39k{w9@w5Vza>U8`LJ{n6 z&gji?Cobp<7HJ~#QnWtWymlltyudIdRoGf}1xmBT*Sr3gQx&p-T0&5NrY;>VDj)QA zT9KK9oiGXtMAEWd(5atn#T&x!$T|9s5Vm1la|IocbY{5A@|kE#f%VN2BSeSXJ3VQ$ zZFget=3cWJ?2Z|_>U8k}06uhFxD0Pv8v!8H1u zMLV_J-ZUJ%{?bvgb|`&dD$F`79MK4OBwTrO?XWFe@AOW={pTmGC3thZxyRjyHN};X z0h)L4@f1#lA3;YpB#FAS{-}8n>-?8?_E1wEK=uEVS)>OCuxvImer( zg0w4q{MpG>IW}9SoV3||OT!}o<$34&v}Ep_FMFmqw2b_b&Q7?rjC?wiBOJpyQbu{NPLG|rXsYLe3@f%ytD>6<6EXYw7EIs+om+MoP39yrUJBc ze3_$ig0$*k4tW;rQNYJGC-w9+})PHH`JDak&{7kneTRDE)&v`aarj+lE?19Az;ipo$qrViWt z14EJNSZK6|ImM3KdsL~(*vk4jeEg0MCi??}k*Qcnv>%lfbMX1u9g6m)h9c9jP-v}` zHFD_qRUIhyr3NF1BYP0`VB}!pojCeN*p<7sK?=%Uo1oJipUII8zI#Sm|1A)w^2_*0 zKHq&xvI^gQMshqK|L6!A|9wI-8lPu=@-3fdda|g)g}1Wb(1^eDg;7pN|Hw+tQ(AH} zpJ#G1FP~>_@&cb{YVwA|1tKl0^93d?tJ8(Gvf(DkQ#o%3q@$d-1%jvT-Ug-TJOw3} z@q0!k)AD-;CFeUkWhCc2UZ^XR?t|EsNq0dQ%A|WBa%EJ<3m`3;1IPG?xbm-k5CrWb z|I(0LQZl(RX3px+NN3J!|HxX-@h*rqXZ71iJb!C)vLN3*25qym6A^8*lM@mxud@>t zEw9ssq_W*62rkDbKUp}(CqDUzzcnt|n!hzH`7?iOR5BxfYf$nS|2?>T`0r6^(;Yd6 zM@n+^`$oRy=nss9<~TINIsea>nw=2v=lK7hF73h@e_Ol-GyXSAiyawxe;=%z%2zy} zz2YHM2U4Wm>?;k(W0S&M+g;U8J~KQ^usht;lTzF62!JEIs@@L+K}N&)#{9@N{Zg1BB&x9YUrX!i2=_mu>SCTxi%IXwkYW;Ld7 zdkb>J34+z$X(I%iypzWWmH@zhsih0{Nn?!{X9!#^`1m@-fq{8} zak+CG(`;`WoEZS}fGE>Z7YI*|5@@kOG1EjSr1yXbC{i;viR8@>OjkI;tOP#2lh3)K zBIakj0DrTy^kQq=9&@<`#Q@QU>3n>j(M>G3UmtKEB6?K;{-*mPre~1RKKZ@g$m?cj zaA}}hrYk|*2YcKHR=_EnM|SQbb8xdZC>wd*_)H*pK|4uH=YSX4P)=YUq9ey;65tWp z8_jgFfNW@dCKSA{on%fR)K3x5c83#e#Bm3!aKRN^rVUC)&NDu9280tl#gshJBMDD# zvIFAlo#WX&GNeTYHqnFO2!wi!GfISpC2l$SdW=PbedXSuh;bZdz_ASgdpE)GVUCvY z-ZkVKjyt(o$Q#0qZ}Ru-!GcSzg7{Any(h?a9~>Bi_3&56H)-B2#(qg5<7f%YeS{1? zfRFvUReT`WyjinKCZ5B>bREhowaB`Cgz=+ReexJs!J!;hyVn${> zJ*CF-u{J`SEZ7i$M8IUsyVh^Tliw@kHs`D}vvw?DfV@}xbMhnJPt%fd6Sm}DWB`er z9d$X56ow9IVXJ9121?3TX(89fCImNW*RlEkHFS7F}fak)dL zP)|5R$}hEI0=~&Pvxs3R=wxsu6EVtWjV#7+44W@qF5);5NNK<4N3Pd-uY=r&EP)&( z$2p@0u5d=q;M7C&(0grqLjY+SYpysUG;gp5fL=}=Er8Kd7h+Q}3m1wHf01AjUzYvYF66CS%Fc3Nr6EnDGezcxbz(8_{IP_9xHtiHHV4*vGB*^ zTR+$*g#=cy7gWc5$<+<97sLy^gel<56wp7&IbY%qDsEXn z+7l0i7FM#pL6qj{4|lNve1*M09q2^4(@SU;TMs!S3iw0IVHmc*GWRr^!SgZ#_{fpn zc9o-f`lDPxo$X&^oH_%if`p*=g+z_9ti2Z`PXCKZ5x(7VTX76{Bobe>+kxwxP z@LEq@tiwFXY>L9PLf)Yjd^wfW@dp1EU%dt{1nMI>p$z{3YKeC-7IrXlsduJZmwI-8 z*7>h13O>v(m>b8?*|cbP=Hy}$F5?NAem zw|hqy91Ts=Wvce|zb)=Tj%ibkmxHl8}?x%JrG`q-veBA%#x+W~Lh z?T6SFV@ljkQR-=p0BNN}}Nq4Zqw zdlcxbaJ1e3Imzv<63YK@iIZi05Vn(3f@%P;!axu>G ze39T>#;iQN#Jo$Aa-g}7a~)TrW05PEY`ts?V|%gVefA$lAi58q=knS5wMOUbq(|ZV zQA@4ke(!2z%{I~?WXL2X9y1Oo=Wg2j5PL*vP$xJ1)O3&4VB!D$>Wds3VciU$6}E{? zdB@BqH$2GtJ8%#=bT?L}Q;RjBMz!-G;*dOS)kvGy_uVJeqaTR5+{>1_K^}>@Mpa9Wz{XH@2oj!PNc)Ff0$G`(Dl%N2u=;+O+hx0;AXRSWEyy zAdEPNI24co=!Z@gfj0o1gqj4{2FSt6K{^KVi4z0e(1{{&2B1s;?1A{=$UrZ2k_cQW zXfPrxkWL&M=!C9wLgy0=gn|c%my<~nlS1+XE^vm^fkpvOBp~O6?!YG;5Gyc0@QDDV z0?ZHcfx2KHegk~-n>R&132ciWMLwTZuAQRpv1Osn_i6NHI>d~kWIAD?>TG2p;3EpDA0AMs1 zRzka&AF>neFbPl;s+9x;9+<@KAX^DQzgcO1@J`UfXkuNziCx~ngu4J;on-hphi@=)ZTj0~N*w z0zeed3ox#Q#Q%Tw?x1McdHnmQ5BQJxgCb#d@$ZlS{oR-D71Y;o|F+jPoIAAFg6pFp z{*Ry?-4=*vGCPc2ssBhh;pO|6KJH(blm8N>^#6>a1V-NQ{h|E)&nZf59ANGan6m?> zD6w;}aDxd-Tx=|0?hhCq#LmXS!@|k)8>RDa5K6z1DSt(%{8n84HA^)JnUfIB-myN<{@!&g3Xa^oa|s+(!Xs@;FbQ4Yhq&o zqoDpA4i|X+zjbl`)x60A-Y*B3r1hK4^f&V+7x?J7f0rA$KiPnP-4+bj(&Oa^6TQHa zPEO!IUlZJ9;HQH30X{k~ya|kO;^gN9|8W0nlfOfu{tLtBA1D+jxLtYJ_`y&r@Vo`^ zD{}LKp;LUn+lPzeH`5Bdo`aY7H?-<+kSGpr7EXRP9&oq(4H5;64SPPi)|K{=avO^8IeZzn?t+6_SdJlmD+qNrU7G zyU%Rsp|?Vz=_eF@q5b%W%NWV%b=6R2|TX^&VarL2}U|Bu#Rv#;K~)pUQ}U3znMGJF~*4-uDna3zLWJ6??c<*fX8%PHPGxBUKO`I$d zS^v8PtUvl;@bIl+uW4ub!QRvi_^0CjGJO9ztN&hs{~%z2uK_%K{|5pV8wVTPUrX{N z2f>Hv+w~nd&#m2Ts#niMmc*nWVye(}x_HDX;;d^->u56MxGjcBM23I>qc*B33BSu^ zt|o7389*lw0jnlU9@>Onz*Um+DO6$%2M;k&BBE*|+c#-P-xln^&3}Czs^0K3U+>7w z^>jWy7Clp(`xb-3KOJ3qJSuNX+=K>I;)EtT(mU7w^w2G}Yaepm)0{P5tZ|y@*RksEDQrdGv8G_Ml1;W1%&ru@13y zD7QaD+S2Mr4}Zv5r|KxqTu~^dlJ|<{BGXNc0T}_~9jKxl1o(#(sDxglQ9Yt5lk~Q`T89b|)u{9F>{9;N~Lm1?E zTVsTj*C|eu<44j{-tu$LN@Y22=XO7^-`gHq6>Z&O5JXZ^xlmoLgE|Xu;RBaR=k(F) z_#%%oXs}5LMOAq{pG_Su_%ovpzIAy0BAE7*8j^g|!hnm0Q^)5HixkZ-lC;6!`oZbQ z@dp8wq-jcy%6u{k2&z6&Uy6lhBdn_}NMEiCx~m1hPb=~B$VVrXC5dY44eEu&qY)I4 zj1yLCrceB;gdKHrAlWI82W2~Y$ON#S3z3pqc`uwLHA?ZAtZeVvv;yJQs8ZmGxalcz_bgGPt=?3ba+Y@7O zS^Prp0`s2aUf47BDex(=0}O}#^lMt~kTv)lqw%HJ;!ma82To5krlDTUlj%Kf_G^Q> zkl=({lnb6%ihQ*=A2|thlTP>KMakxf=V7n->&dmEd>#Me0KTI_GNtQ@=gpnRLQ$QV zP4e#Et`=AnH_{Z%-2bEeU((KX4m<(L>OJR1+pX~7_ zNdAHof;CE)TlphKQd0%DY}XmL8Q)fn`#Z)*`PQ5LgE|g;)6x&i_TO99h&>5wlb{Bc z5s0FDZ$n>9YTV^IJb*uszfbUCFchWm555LrIpJ^T2kucu#ajr8P>RoDP07 zGSIj1VNvXtD;UwY6Dy$}@E>puS|wab@aOL!k6ObH zB_h!V$(OV;v%}hi^%dQ=Y%1tYBNdGB*DyrWY!`NZEdl(8n9`6Jnp^?_Dt=4>DQC&> z$fS)y)^N|W(&AKoIxZ%i)vsVU*CeXZa%!FHxG=lyjUOlJEyS_0OH98GAf>0c zq?%!Pfd0+<8B=#5NTs7wb;{Y8TG|pdaxD4ll4CYZC;>VQS}m7GFBkBCS2o` zv;Fmvn55!}4X$|=8^==kYW8L_09>5cqU ztgb&9U*>gleXEk@*8XFRc+3me_3oZ@m}_t$KGtB1x8<22PQZUKta)M@B;ud;se1j? zP3%4MWvQLmvs&5ud!ok_v0aj#@VJGm5N?jL7xliNFOlkYL07UFVrvCq(<1G;KXxk% z#L^@Nx-ISC25n6(B?90L-OKWiKGHu@(94i1EMd!Kj;^27HdI%hqP~7P;eF&~{%U3( zc>9fv_DQU5Vye9@{pN=A<|>x|=g(>T6B55dR456Rma1z(=MLkIIh0uKkyW@v zhYuv&77&O;N5QF=f&)xjHZP01qQ~m}txxL@0`FM$p0(Xc-X)~&W~|hOgTmJrb&M4j zQ&kXUX+MW=XdvZoSCSoRH?7*AC~E_DoLj3Xdw<~x^!nz;#dRsqE1-6Y?x3{f8gzWh zKw5SSavjL{s{ad&;B-Lnp*>=LyGXdXU0x9YBkYonZzim({{E-{fyxBnj-XdN?f6@E zI?q!NmYr7FD%QF$pWnf0%EK?n{k(dk#HfH4RUxqDtE|V}_z`Ec_Q&lHrO%s=q4NDW z$mwoBy`0AJwumI-=;m`{6RFk_IPqMFu_-IHS+i{YIELo84xC*CjFAzX1+-T(YQDYL zW}aGPwiieqpPbQIin4?qQsZA@2~xeG&}WY61-MHT>wUXZWEa7)6(Vn?PqHD3c4{0a z`w%MF2a8EG4zy?-|MA^fQ_claaRQ*dMvNkin!P^HHjjmDt1Hl?jy?!DYJVKlCWtFF z`w(|ef`edUurkmPE#RS?!|_X(E7+nCk1y}pyON42`C zz0}#9q1g2}ke5LGyOZKr3X{nPjCZp_5mJ#i2;MLfJdqWcs^o*-!6^}Kg7>%edU zU#X!$Y6rHwf~FI3^vcbRLc+QkcXE$qh8ZPOcli zRkRqc%N>rL_G1b7i>d69VxsSy&)Hty+QJbv!Mmw~*`eXOtT2Iyyhl>BBR}3=8p2UsyRG!BV9pAXg$Y!bjKX}s>P@0^ypAkVgr~)v zXIihArF%w1!-f}S`f^cAPwzS^C|Gx4avW6)xvF=nB_69kr%x~mu^w1V^A7K>6{>Pn z(SI;1lZfh)c)x$NkAXRjD%`YtaOpdAwCJ8z;Ginz2=TXhc+HlW=knBsw9mb#9Sy?x z4~ZW-eU}q+ca72Dc-Z9nNbwhoosXqL{R;&J8GlMu$!NsKN?R)DLO$b^WKz&=h3210 ziKj@t0TrU_N8a7Q)7tX)JKuJ@_?@}ttqPm_UG(wpA1X&aHtsjf=BekrIZqLO?sgtM z8o2Z}cj$6Dj%ibRFZ!$F<$GDZm=Lr_C5!OAhF;gK=T3z(%8z3aH>;D4oZq)HVJ$0G z;r>hUzOKu$(e;jnr_M;~wkQ=jpOib_tr;{HpR{v#rK3IH`%$UFSxjy?8=Tr*B>w=Q zsZ)l(W@V^(Nlr=<4@Y$4DK()NTqLF0Rpy$jtLoCl5O5TO$Tv(1L;e)qger%Iyl_;N zu01Q?+M+VaXyR*fWu$1w3${M0RJs@1+tZ^R*4QK3JdPBvA+)%CkXrB>Q2t9=@|YRN zo2YO`MQ5Dd{e4ZRP*|2XQE6DNu+raBef$hLhK6LgQi-G0Uw(XQxPOS$uO*w;5_Oq@2qR0mZgKBC=a77ME-;H zUc2)7!bWZ_-MiIYL6AY+?1-B|xiX@SQg|sNE1U0=^rt!5uLzE5Ql2T|pT}*EGh4oG z$EY*xodk=cI%i>6rK}+D%9oT%h~-$Eu{$GoS>&rm#;&EQ zDLs^$hJS&wxkw$|e!;xs$+h0zGUfwh_20pHyj8z^`DTDWK0%9wV zTgz2WMtEe3Z65pDLHTW$fuVF!)zJygKK)o@Op&_vzGTE|WGOk#6H`g8a77)RQGJe? zqw^C-cL(_d&^t&(5iYItBVkF0L``85f^CdEMf8}9EDIODrce#XHzDqGL=QJka?G3T zGz$}I=mYTg_{i==$T~>wB*@0jEunkBYk0(yRT$1_Y8Xpzv4kc`1*V-}m5#jMX5d)( z`;qxub8R97j_IoD#zwiCt@m_L?X z3!#M=&qSO~(7*m(A)K8@XV7TPYXrLUYd^^@ZmLwFy4B@AGS_Y+F3nye^NG=Nn!0G) z*SQ7@WwS5(qvuYs@~LyR<%`TMvFl4?59t%5h3PEauF`=cStcXb+MLV`-fhAx4YR45 zsYjEUTSS>FUt7mManlZ2?GUFGyF?4jc^1 zl|$@mm|%^Sg7cHFVertQTs>$tR-)1P9p2PfPWsNB9<9m=Jjzy|OI+%gdMMplt!nQ)OWu`mRFb7oV z$a+wQUJ$AClsQO@=A`_>HcU5B+WMZ9f-R@Ub`@5j*&m_6ab&4Ci=lFf+{D8O`EghC{c-JX@3p0{#-BNr>+?RHqXkLy zSVXvJDK#B+f=8!ooRbVu`8t}5hjmuhPOXN54IP6^jg^k`4hmMPA2mPPn8+8+Z$~wh z((osJ;P6Rj^`aKw-Y}%V#;G;zq`S%sk%g0^$rQJPzpb1#yrNq`K`O{@*LaKmslI%g zC2>z`K0F6#i@{aB7Xt9Lu4oZU0a$V}q1$f379r|GLFZKQZdH36FycDeIBw0x&{ov} za!6-u1$P0-a{3Q)y|c_n4dxSHR5ZVt)97(-r~WJ^F5{$?%T?1_$XFM2b9(@#hm9{k z-Q_$Lf%@|LR@;uXy)4!~r1KK$n-K^z7q{?t$lSF1@H(eT@4>=5$7L<3`d(n$fh{_AK3Zr^tamyUGx=gS zE;Z^Dkx}NbwV-q&%oO$;fTpExkW@AS0X>^iHcV)1tC)=;@w*#@UA*B64%UY$M5nKi?txUpPapRiOzK-gzR*(J#756e^H9tv zw9NA-*&#G5ZKpe6$`#=e*DJhP!G|SU^w@CY&K9NA?M&l5(+$;8TEYIv_ST1-D(p?d zBk+s$&K7m`QO7rfU+3QpHcvVhw#fH!o}Z06zqSB}iEk`F%zHcy@5NY3o3M`DhjXaW zt}D`=R#xlGr+iW`|Ky>JSwgSJrq*D$aKD>seJX73aCDK=|I|m#&)IoSEWAC!a8jup z85y1UW@Sg|U9z%u9H)kjhv`n+5UX`L!CKRz+vLM{g3C^}BUVI`Eu#=u&iEXnrRItj z>cEciMc_gwBR{7h8G+ve&=w0@!p+%A(uXllz;RVNokKJ#d%cGsldO9Rd%t?s;i4#_ z9ggy~NPwO9M`m_;oE)?3E)#Rimq3hnMl+2LAN1s-)XGxiwGvvMMJV&UZS9Ev8fBvI(WtFoP8ZO`?2=sd-h{8L#k8#6#Tq+X+W!B_-eH4 z;u1O*DD7BYc~Tt;+L>W)F_|a+pzPYOpoE{>!=}O>t5L$$*-X++PTlROjvTUm>_d%m z3Ea@qqj$vt$iM81KgXal??KEKGowgCEJvsS`_SR2oEiaf=;X1q^k%8X9*v~DYNh$i z_qQ6l9ABEo`OGe_oudSQULqgbGBaD|66xBg{{kT|(ISr~b3cV9PDk-OZ?EDgyPN4M zev7K(!OSe1hV}$)JD`~kvZd2T&!tlJcRX6)35kBYFN+%&#ToA&zx!TFk0%|C>a>$a zv%Tj}zLPm&up^q?u8!Jn_9B|uKEw~3GXu@pjB(?Ic_xi4CwNm$Iu_eE$4gKxk4Z*K ze=cr?f!+2ooS<82dcabz;qdgQdB*!?9+rCfH$1k9<`q(Eb>tqs0opik^D~3ADhNgw5C?}out$RhA%Z2%dGy1-&XL{VwmqG*$a37%>I6tD) zJ|BZ(F`;a8y7Ir`(NjJyjlInHHOYxSZmdncBvX{0nybt_m#s|oHJLc-UdJG=eCLap zs-@}g;;Ay5_c>K-$`>{nE}w{=GJ9P56}0-mL`huJuI6_&!d30vw`zV%zcYFnXuH z?+zMiDO6TTwjWb9`p%gvNTbzAsd5sLIA@Z}xxCjj;jqWtRV3`(lz@Xpz2(^|Aiu?6J0dsIaA=U)us>PtG6R}V z)Uj;iYhV{-9C@EIM61`B=Aux)l9rJ~%~Xy#X*;3uhR9Xm6E_Pv^*cK*qOZ7bzHrZ_ zSxjLH6vl5$gtu5z3Ca=Nv)s(|1A9~$N>8sg! zWz7LF{11S=T}Vf{vHanceDfZq6Vjw-oY5X`!=O*^R(m$b{7j#=KWgqd;F~BVPB6O1 zGAwT~E8FPIWjNU>G7%;1mnS)#_y?iPE@sdQ@76VW1nZY3$?=+celY&LljZv&^q^qx zsOFV(VVSY2Mz8p*EY4br1_p zJG~NhtUY)p_6^)nH$h!1JTBt5L+fREW=NUB{m5vIp3yu_ zOW#WSP2=49KGc-)U67`7JnPKA=I*Yhm~d2z`F`Qu;-cKPuP0kAbfQI?42Iz;->k=^mz zmc8o}%cuf%a(GEt<8o1-Zo0UDr#4Ml<$%7qjA4@QMU3JNl40_JD}N_0b+=|EcShqI ze|xq{YPGMbQ)S~YXQ5M|I5otdy{(H= zm57#P*ZkO0levvIKD@7ZW2ydBIv6D+y~l7BuSj|yH&RA|)TUo{_Pw#-inqSJTmJfn zptUs>wG%`WN0fY^#^`+cQS3ND0i_=;#&zE|bDJIuTb7VJ4@yrep)5THVF!Jp2T+`e3 znz@mh%Q?o3rOFt<&UHQ4+oP3g^WUCmM)BJo@_$tBQvQ&lOgf#R(D|!Fs_IGFFQ19# z^P)i(I(Mt+I@Llp%6I1Ig$r2JGWIB~p&=!keJ`f4a=K(r(i@o-iTvp|cO=^{tnX<9 zd4Fv7kD9_AYr4i3{}lTHsSUeSlc>DJ=jLw@x0O`rT?YHzWP%y6^jH zAfY*AQW&+nP2)e2Pwh+EdqsFr z-RX9c)g6}hp|uo}TuIy6cA9;vSwDT<4ZdfabgijHFQI0wRm_|u2fjb zyk1IqZme%fk7rGv3Uwdnf-;$ z?WKlTpL}VMe|YfKH1i4A@v3${Q580zD)?wm9g*iD$4mZmO35Cx^)3$2b4tPdhjx?I zM3loKXUtZEc8gcJxn)|Fm&J7!litZgp{7n#rZ4n<)B<@6>a}=FojrYsp0~{WllA=D zt{f(yP$4F)26>h~395QgC<#p1l0W!TPP`Wh=SGd6hR!*H5MF}L6W-4OHUleo4Kvgy zF;Po8Owe$fLTrx}DESr;0M;OMByEb}<;N-SX%|;Yk5_>6NNteAoMLIo7;1ouvWB>` zyDRTr3bdbD3i3b~r^qiIkkiOf3#8M=CqfBoD7#;vCZX35XVEPCO}?NF>(=8|kM*cY zrfg=4oX7c^k}QsgT|5+|xGnD2Cd4*MEFBesRL}E10~;m2M5CBO*vv7FlG~V>7)Fn1wHfYL|L8%eFyk_h4DJ9ejxDasnL`Y_|<$$iHgY*bj6c0Z$Xk31B~)6>ZoQoZ`9K*7Dlo zbvCGtH_Kevv}SaxG#*fX-pU)F8XNe`tp6#ZO6faVbY~mpPYw?5Hi{GDL&~?&sR_>b z9X&e(NSRBoSk4z1Z_mgyXwSd0p^e^KwHSWePgoJ-quA;+B^ZVu7Dq?OpD^!hslU*9 z-*!JP7Ri0>7_p90PZWZ70$oB`^*$b7wvk)o_5!Ckgq2pL3t1bH2@)4NIv}(M%2;F? zQW0`FkY}6HF7LT@ul0Czs)s8gHJAnG=KchjgUX>%akwk6P&NxDx9|jn}IPB z6u=5let0K*D#Xe>C~Dju5_-_rz^^D@-d_d81n47D>~z6X(dq=R?gyIkZk`5$n0m}3 zR4~HXPq1QqWA2EyDF?zMx{G%Cw$T|x#X90W(9T)5Nd}D2{bf2xWZyxo_buk5+XIq{ zAnjq2wjuqIsXQV5#X90VP|g{$I)dspC=F$vP|q>9nM1vg`)!(bvpY)IHh=*P6c*I_u4Z$k|L2D}FDBU~fCMyL+Jo8YsD z@S(9s;KOSpLRzDL#`uiBPcbR}Me2(39WagZ0euX;GomDdREpOG!GygCsSdsly$)iA zAc7U(0-Th|2|XiU#`x{~bjEN7n@StdZ6n@EAr%qKgjh(8OK|~zVz@@=N}&`Hk^?Kz zQzHl>5T*EwkW~rU(xK$hzeP|;krzQE{!Pp(b;f0UBQ_o_k48b180tXDfk6=AB1PC2 z>Hydtg{**o1B^pCNDWh+_5dvBG z<^Wwc1W+hbjxHYpH5MZ=tV%B_i-8Ffzln}5E;WsAg2^5T7D!_{!koiyI}dDpTbZ32 zz@1T1^~66%*#0oEflfv)BK3sB9>*7Q2XQX4Ej-X3;eO`lkB~teAWFH8nqeF;(~Rzq zm>~~gPq7Z4VFfOujGqvH%81#x60U=gjT^#H{E76O1NT{QKtX%azOMF9H4XIn#oil= z3B`M$IzpT?Z4->&GBQ1+M;ICJ=F13$-adNvXh1K<6XXpL2?u_CA;4_{m(@1=fC`2; zMmz;+Z_%ysj5yQ7d!`5Sf#8TWk52{>5GJ(i^YM#;9uU!8WR7Geg4?ta-q12&J#akq zpjA&i`YlY1Z2%b{rUAkoE~Wue6dr#c@)sgLY|rhCDN&Y*IhDAj1$s!R)8amF{iF!YzrbgZo~5xB=VxZpMBM3Y^9NnDAM=5@%KQ7ktML-B#AX=K*vF+mbY7SMrqLF%$kCjJ8P_keH* z)P?s!S~}Q2~82CYJ9n5G4NR1^WU8&gC7UU75i*^5E4ECje@`_Whj9=a2gt{2fm;mexIOH zpd|{pCmI$6`a|Ax4zB?11D_B;N(XDuf2L$yFeVrUJwbsi6UxN=P{D>?xdh;F|MU)8 zpb&gLktyD=?U&nDgsXFzfzXIlNNAf-3sDo;HZ%Srv^wOOXzi#2aTm%oATDJadNeu` z1`>L11nR(2L<72rlwe=|phf2hLs;c0J_82SPeD5&5`d&%i0Whqu+kpmTj zI*{Ug5kSpAIB`Gd3yR?yaYG1CQV_qx6=}klN7=R7`iEzpYi(A`RnX)7jZ#-M5$^-b za@S1RvUXRU8D-6K21JYT&P{BMU5deCORszH4T{J}*dj`flkbke#{J5|y~a_wm+ek@ zjqlaTO#dgJV~fXw`kBNTA{n$G3BTKeUo+32gdUUg4rY=r!jwKO#5vU^OeU&Uez1Bh zmtSF<ii@*Y4XN7Uce)jd(R~j*7k-7ptw!96{LKPZS z!ju;Q(S)K4;}JWc@|l#Fht~K%B5pWMaTsmfm~|OWsTswWtuznJ?do-Ojx`TA^fWs> zLK&5n^}F*d=I>hG-ZwQr?s@M$?AhiYWuIj3X2U-4s6^MedPmnR%^g@TuODR3$(nl+ z`ds@Y;^YCT2>bxaywv_FOscN5C^U}2a`sfdDFbLUeksESIbyD9(ad^G9jGkChTB!= zdfUx|rxEEt2Ow%lW7e@JPzZSlT8M*FHpWOIUf5|FlFsgtvSq^n{Vto-2zJZC3iSKsG~+41=^JuZ!Dj|)N=B`aOY zRIetl$gGXZ(xBzknX^KUVh{{9l}|Z5eM>?RX5KO#wFcVerviI7^-o^|U+K-rx=TW4 zt>xO=sp-%rtk2&}=p2-3J>*_4X=b$du(r>t_#olB9T#6^Dc{uWEI-#BzZzlfq}#45 zCRyn|$z2LUJvG_Napy9>C^0d?oA3?v!6*u>MTfr$4}Y`TZ`TsQL<*P~rhAGgaDa`A zt4&FK4@L89j(FT8}dZMhyT|x1OGJ2e->{4zt;~81nYUhq4hsPU=DB?orjZ+g_9R7Q3i*le@EJR{%utK zUw&YAaDG}3oT>&#!vB#||BEd6PfqvrUa+bd_|Mn+N4^{^IOgW({hg-&oiG1)`{Mi` z2#5c>f??p_vg2U&Fb{a5!0(LzpX@j*W4fvCp=9tr#7Vmt0$ z72ykQ(6}bcOl_~E+2pHFatVjdaImzIn?A?BZ=733__ zW&9UV)8F{K7238fY!aW_$t z$Z3nyRhA)Yv<*&{uaTxYsfj0*3)4zdRVJui?}teJh)xN)E(*aWk-a*(2vO4zpDnB| z!&{rW@Vg26FedR9F6u$9u2dGMQ%KEHp8`>wq}>0_JvupQ183+IKf#IKXS^js~?f;p=nD6)a^KTW#e`@8gL)2ds=KlvlGi;G#GVJIXl5pLDDw0{~YsN8)d=8moA?nT`ZFSE6?1o*Ollf{-zO z8#$*rr=Yvs)rDIv&1O5zwYHj{?_gJGWTZMF0rkqciMb7TOJ&tGCKU@vv zc-kNXg_PtJwUe?<`R$MAc9VI9a=e`w%K+ee z(<@jhb$ba!J-~@f1n?8Y@TjD%Kq^$!*4;J~63vpt*FZgWQT}=8N{hXN8|y zcPZ^LA}O5Te9|7$zVGMfbi(b%NkPb?IhX1JU#hErx_aO%U&^et{Klj+O~eN@p^K7CeEAUig6Oo_HJ@i$0sxtKCT zF~)Du-q8L`Jq(r8-36Ik1bhnHo?Ng8g%uC` zpc45_n@v0y5hY1K)Cq{m5{6A!%>5a~=M4>|h5!)(G;Qdo7^@MaFQ1lryadSj^7jt% zXQ3idxbPNb@ecB*B`Rh75(mD4pjiqDhtt)VYvoKhe;ks{aa6*wl)?7kMlzO*zv5LD z%WN{}!t0|v(N+~o_k3-H@gQf0HKaN>v4S#`nCMZk%=C+4Nj@mU-P~=2@_?=SE?UHB ziF3vfd1Ud`FXctdIzVeqchjp4-2=s-n5+=O0C`m`U929%Bc!@SA#h>FtVhX(|IBOi zeOq8P#Ja2&)T^x4VfX<}B=4NS=EpX|J6hfNWxas#gLiEJ4l<$s8^cEoNq^#B7V1nVFecvY2HtgT>5jF*7rh#mp?-@>-|+bjR+y@4inbPDH)bm^m{t zXO66js`2OddnB=JZI&qe24uxQBEo=X7qPt&wtrjodpQJbMbv{mqVOVkr3!SZno-zw z_JP&IK2q~Sdqri<=oT&dRZa6h<6Oe8z9TEkOs|hx7`w9sHG|9qtvQ9rQH?;jn6o0_AIgs$cfB z<@4yRtq0y?OCQ4_;iaU9qHkFAtY#M~N@s49pYAMo*GG=4-$(2te0x==*yhaVu8Tv# zt%ok}TQEG(to+_Cf+MI)imxL`0B@Tg&Qc$@>;}(8 z+6K=QoyfCa&rxPS?sWTZ4Ko4WPgsDryv@)fg5i{R`Q#KIrGeYLqW;@Frb2>5z}ulY z;7tq|RU5eN1xDWS25wz{Q56!Lh8^(&-dr(eeJ>tvH*KXpDm*=8r7psbI`LMFPoneO}|INBaqdg|FqC_3A%nIxTyp0 zf&#kc1mUzPz1mPJlxWhhNovqA@RfW)cQbnE8AG9qLGXd+bU-^{D6Zy$AO5`Et-ms_4Cgt7&LX^{0Ng{{m?e1Oh!MVrN&5qIs1?mAigU`VbO+h+_>wub$t zIsM~H!XZmh@;`_MvO>H&6rY%hhpb1mz-BSF(B$nb%7ft{g~pSY@y`V=?rs5+CKxni zhkN+iv)Mr^)VVrf_dE1#Y0_IRySUy=8}h^hY5_X7{gq386oCzI^bxFCQy0Rx=RaJ1tV~6LOUpyGq(29H6#_s<`@KYHaBvCRaIaVVfnigDn|hjU-5}INKMRQ!gQ7 z{Vtbk9l9-pm(|;%vt9SS9t>^B6vQLhN9O1usioyX+T9yQ1Xn10KQn~ssV(Ug6UgAmW87{N9@LB3%)Ris6pQ_w5ad+`;3%7*>|AtM3G)}!v$ibY16O7oF z*d>U>k;<<3T*5_C$yQinSU5;b;Vi`Nc3 zP;jAZO}92itUbfr1K}RwGuExMUHXx6nc@c1bi?n4>&2-%ZoA`p`R0ajIr)Sr5yvEE zPnDN=6|QRTudGV5xa%&(X@IG>WIMHefV*q5i@vL}+dE(yNg-9UPh*$kepKY?Gx7M; z>tdn1+0nwg)PaZGO0cmF;?^A;?}KKu-*EJHsDLO<94dM6_Mt^ zLRY+M&FYf(%)RJx{N;@1DTh_`ZpqBPz84F_zT%Zu*U1x;4{v9z?Sbuee7Jg;{7#~e zL@*P7YS|nOO+v$niLj!M0-szo^(OV#?P>UF$aMXfZgV>84d&twz0_-wJ2I9NjqK^nV?sBcl1gam?&R+RB zUwwl*{qJ~w948Fp(j?j%pFELSaT8c+8IBx0S;1s7a%`U*JfgqTO{$XD!LS9OUn6gC zNO{8}5@FdcN$O%|^{wgfPg+XVoGSRNp-J+Kc;ODbwlb}4Dd^<8CJK&OJ;Jt|hMI_< z!oGi32vfdH$mu#HYIXR`TS{w~JZ0DxN%<@~DpI~nbxPD1M4i;zq3WdYh*qAfC7dxI z@wghAR%TEC5jKy7zIBQ>OfOR2PS9#lY+pjvJNKi#3kUwwMu;_qjT=%O&LAXn|59?L zfn(yT)Zi0$v*;qTn7IhC+x_=P&CKgRX5Bv7(6a9gxFbFIM@;XkWRRqr(P%FEAfF4GFL4soI!5hz zb=GK2?tFSj$nIv(e)8Eqb4rRt-Dl3&7lIg|pwx4Nb?p@JCYhM=Y5t7pZ_L^(h~G=w z*$0K1$jege4P!e$nrJfifOPJSc*uqxmA+uGMxLGjGA44Js_iz2?FoO=9(w%b8+)xH`Z(WG7@h_%e1kTY^z9qm=<;o0X zVIkaMc1FTdm2Gz5#=@hHeGOn*9=&eZOpYUOj7ikJp_H?XHDDHCZ;(XE?S=FxgQ{dn zEwpEPY-Z7*q&PX}BGKI^PlV zG|c4NJ~l{X+mz?0k+ddPYEiC1H#?%r3O-UQIjwCeA=!d zn-5CP%u_;Jl^9QkAYu-NTVSl=D_Tt(_%UNTOMONKBeEocUWKK=IB2R=wv&YEvXqS@b#ht+L*m*_0%$fwQaM;Qn4+*(m-49jW(<1 zO&bgbH^CukR!XyX^DH~{g0uv}mO5>nDAkBGUOd(}lW=TbQEAf~i_a?8E+`-74cR94 zEhOGN>b@(@}r>h$eSuknes4;KhDY{e%JGn;gbc4I`9a` zHmD^yawQ6Pqn2UKTmgoKwK149tEmeDOZL(lJPa_~r(IrrmnrkJkt&QFO4a+M=q8;_ zI6oqU5oepj=wYHzgXgy&Lb}kXKzn}r;V0!qsxeG zHV_HZY#s(xVXNt=6bjCPgF08_=Nn?WO3=iouEoLYSeK5TOj&3lwDv0gXsO?qFK;jX z1VGIqbeP<{|{(FGA!N*~wP z$-S^Wzi=!yzg#8{D~Vh4`BJlDKnUAp%>cbg(YQl-gW%zml8_~3!%U!(E#c1{`!1S> zIv#yAWm@JhyzZ>N(jhhy)C+wj2DE7-&htss24V+h7|xN6xOrhxKMgr5?o~wt?y$La zf4+*{Xb#4Z@bJkTUH zKqTL3OI14gzJ&{=BrClXu=5ikG+nU*aXc`Ygv4A@+tev6r3)!{DmEp0ze=gB-GbEs zDjm|as5lL|go|L2B1EN$5tMlx1stY_fCnK0e1$jnI*2A*w_+^fo9<8ssAU&-gS_q}C?JGUu;DP$e?OBTI1 z^q_v;JXA4!sORpQ1qRPFcMOu;AVl@{fkwZohJ~pzNo9#jgH~eIO0qvn2BUaF+aYB+ zW+FY>w2n{43X1B9mg6&3*egp*&j|W*S(}hqA|AEL6TeBS2?PQ=-0=c3lqLg@0r1_0>nx$YjC@7tO=ZpiSdP8$|`FUiPWE+<*$Kd&i%FYUX zr_etIL%Myq_ymoiqipWxmWOxp<0_Tjw%sK6elctRW@pgXP`qZSbK>ItupBP7!+pMH zQr70h-7k@LRxUE`*}t#fKhmxGVN9tlv(Av*F?93zTu`JJ5R^L}Y#8~hDK%iIs_mNz<+`{@4EJ?5lWReA%EOO<&MROq&bqi%bN)=B3wsYEK^roFh>Mcuy!p z$SaIiK~8ad%HO0rvX%~Txzl+Ak=qeT_*(ND9lKZe_sX9W<3|zcMWe3X`X44p_zg6lFS;ZfnoHY6U!u&Gq^T)$eQ4s+;@avoDs&e?K9e#xP!8ydE*hThK63Z7D9B+ag#V&ZTh>T0>7}Zzk}ck@$r9m z}>FbI!EvQ}0P*7Cp(uB-A7lcA3sQmZkH}jO<>2;A?ISh#c+@iX_`biKm3`RKn zYn01W49tHAfB%fj$oOlNQ%I$l+>L*?6lR8j`SsU;Ia!Lz%l`_pBpp*z{~g@zf0!K7 zn&JzRD0gyL9fqx#d!hsCAJU~e(eC6B|9-vc#%#mGgp&lVj}i1D*Z&yn8>asFFlHjh z`bt4EQZ$i6q^Hy5cH}R{S3{P8fpN(%Jeo{9t|YlYubWXKqo&hIsmQz7WMDq+petRt z(qLoYJ$_vc8O9JWK^~Ms1hZZ={Uw$s&rAb#*zs5xmc%_sVi;=}M`jkelV+MGjy?AA zS{9kENaT9jAWce{CE{4##xFlCDGrFyjtt&Sr5%;7_g_$8cDk0aEShl=L!Xkk8s&*8 zO?fbyn_{`?TY-NIS}3_k%oRo$!1S9|TABjkZ5R!uPW)Mq>+Z)l)XRn-D2?m^ zy*eF=j4ii_Qd25CVfv+7#$uow!=FMxAt22|1O7;fvqvFv9k9@XsZaN;8`hz8yB_G% zAE{)A>a-wn(rZ|f$&4vO66@%a(>| z9-%iFwdv3#x=a7ZPHfU6)38mFbBPM&lW>CssjEwVmKdvW$>A=M1}ZH6*>9R+STp-l zjd*SfSP~)KT3Fal@bza(6AF-!H`eDdJ7$uH$*8&s1;tA;%P7ivsBSoJ>`UKn5?F>R zx<goMi}216yazzjX^(=N)usy;NE-m z+kCs;NkNT{p`6V?NsXtRBO@yjO9pku@s&6#dURPap_tSlE{w4aYv{2KZ4z_&kiLMx zT(2^P7^Nw0ift*i&bY~du+T1O+j`}e7Y26VZh|U&pX;j(w9&5aHA4^UYeb_?yJI6- zX77&~;B2aUe(Z4e{FpL+t-j=}Mrwm-!)YV%!nN87xx($aA^M2fdHS3HPY({9#-|HN zg3swspTE)g>Vlhx5$i(jzk2^n>!Zh|wjO+>GGx8KatGoo%A+(kf=d8RH@XjDsJ?)g@07X~ zjl}P&OJ6w@o_8i+okE7I1EXi+k5(z&Z)w3!1ithsCV9D-bEqq7u^O=^c^gC7HaHo2 zvk@LQ>zA4EDZmNJ{ap1YSvWuE)fM=>0eImopY_=B#b?X>eW*Zik-(s?YBAL?C%w(pOnodiOW`UuBs- zoc24@pH5Og6!tqao(7peAjU2X-j()c4Sm>ezIG4veDT@e@DZ`k;7)yd0DO>)ZT7s% z?8}bu1bbd#-_HQ(T1B30p>GJFv?B-emKjUZg zitlsNV{1m@LG;3Us@X$c2R-UAjq$XM4 zZvaq-L$@K4+>G&AIzz#j>L7o*AR-U=7BHsS(lzv!zzjQREqIcrbQzA-UoNn!DEWo8 z^!^M^G*nnNy#fobUrMt0XLzZBb$J=F(L#}BOC`*>mU~B0V$DfgjD?qXsC*(tpA(Tr zGO^EsF$G}3bG?Cz7_atRqbfNLRrL!w207X-zN*eMjT|2TB9#Om$=7PNRV_d-D(>5q zAXr4ZM)cST*Y%ebg8s?QQzP9vRO15fWmV!U4;N~P)05gGfl9OlkM=J_Y?8;ZBOU(u zNfW9Hlm3bthp`souqW&23zDLqhw$jox4F5L+Q$W=!s5JOs2&w`0izO{pAnO|#G9YR zGLuN}oHD(Sro?5Fxx#!_D4g%fo`a%Q2$dBSbK;Vym6t#y5~)k9zAL3VOOSErI!G6d zusVbk-qryrWq5DZr)3QBw zbIx96agHr?PPNJ%@2)_jB2USBJo|=b-ciW8Bd`JW=$Vs$+4N`Wj;c$rQN6yIa=1w72d#6T|7cPLXD!lq>)>i{OFx8 zrhHxSbf2JYWtl$$V{a=8Xi+J*QWqaKjw;xeg@wxfLKD>6duZ`QC!n3Wf1lV`PFOm{ zWTIpiG;89iF>WGO)}K({hM+Dbr7pIKijEM#C=2zaKv8~Z09IW|NvP)JMHfq4vXB1q zhGHd!J8Js}WmRs0vXZ?}VCfLz^l4AOM8+379jWS|7Bxvx0^~YvdYEMKv6cYU^2p!B z9cswpy>!$01-)dMq#1k1w@Wa~6;4H#(M83{Ou))lwl|wG#|&-0x|n0kKIQT`c#-sW zOCzOZB^~*%ITNPW}}!@%!oXbc2zaRRjxOhB+4F!JZlKOrUnkogAyg0g_TE+=Da6`&a4KR_7S zfy6&%Mh;d^7zS}CAiT?v-^SF+m=Fl{`UCV55U_P4)TCo$0}}QAU;=>@m=7q* zAOzyI7=iRSAbRhwOaF#o-<6l^s{~aigiHZGRtJ>Nz-4?x!aKRToFnFti_NXhpgy13~ zL?IP<%lKV2iF4IUBK8RGFT*y6dZ0MJKR)_whYP(eGouK<4xb>9z%5|)EHmUId*D`} z3PTSZH#vj$7=n{ApW6A0C2J}{>giDD<@+I!arNg z$ymtv50egt;qNwt96*TXzpma{I<%M4{N3ZEw{6lGU%V01vMG6d>NoP#VHp8JtlHS1 zZ-iLV-@ge!MSzB>f0F~Rutck|aW3(fw4~Dr{=^DJP3>F)JZP>%*I4f?Dclb)weNe* z9gigEt9(-R=F8VP@w@G!{UEC~({sc7AqWHx1g;uc=rC*ka6Hw1K)R&(38tXJ(Abk* zjDU@Rp*DKnyK&}o`qwTmobNj`Wb2Zu8}~ZPydWd4AWHI*tDdby=(r#vI-AW-{VQa@ z$_RcT5I$3ZIBwTY-1qB_>3V+Juj;w>H!hw!i`8Fu+7LgkP4qTZZ5T1t!yo*aP;q!{ z<~#b))DA*U_uXxKQ!T~Mc57o(-4|&LtGy?SG2P};Z)4yIr<<}AU-WN} zxvgbQ3<)3@V871}?$>!U*L9zL79*Z|K>)S^lx1J;{c(wZvyV91s|*WWLAc3%heCpr z;7=G9;)g8qI>xbPs}8!%`;M&llGp@8k5i4rfch|e*Tx=7uDMqMLb4cH=EdjZi?F)I z=Z1tIwAoFtg<2TQ)(nO3*V*NH3BWb&N*EhMS?*KxeBaKF%^p(qms$G^Qw9^k0Q3xrf|Q8cS0cNN%SJsW@(GKA3Rp=v>=Z&N=~ zX~8dcHQ3>4A$|?O*%E1nwh{Td0ov4)WQR4m8NPW^prGTx{fcrP>>1~zZSEbVVJ-ZmahDy0n-GdyAEOd$Pt+0UHFqBJIi}T~^`T40 z4GMq2c`bzIB_)41ZThuIbLP%|39&PXVoTf&CTn2G4KgbT>=KvfBS6B3yKuV&W9#9P z7|4%vgVqUF-C}hE+wlL|P4vhtvi@0@#uxZ~D4NdRt74lsue+^Xk1HTqOOpOoqToV| z4!7@D$QEP7ciB{sL83sa4v$4i8mGMaXs^4+<29IWJ@aV~7 z=}jJRKlrih^{D!o{u>K;`Z4PgzlkG~ZEdtID&G6Wv|MuIz`4c83s2{s3-|+JeH-kS z<=|yTq7BiPK=OlEix2$cJL0zDkq03AE-SVa6|t%yhE=US>uT3mN+9$i$QmmE5;r zro{X(BY9fv2T9ln<15-v596dsW94HL3ImD#QHe{{eccMF%v$Iq^N~1Zmcp>39IIip z5f$BK>Fy~Qv&*zU_UgpTp;%K>Cc9saXh-AJAmOW_RJs69+&y(mJ}l?d+&+hubRVoK z`j&?ga?3+!y`KFq>ZqRRytyGrm2=el0TtH}c7<)+w^)+U-lW<1&)-~VZ$FJ9;6XGr zD{J{bbg$N8*;Q6qZ2K=f-Rw8Ayrg3vjM=2H*7=BNTT9>FmX3s9*P3_C#FZ$9Q(%0N zp&okhU}7e3{sWJ*w5lIAn=+p(g(?t;MihX=N{lXL)9ji@k7>c3pHJnvFcTGi;SkpB z3N9^;w+3xw8y<71EkLA8&M-J4k=#rnV_qo)ZaX;5f?jkEx$SEB+LpR>Kzm8gv;i!f z_>l({oufDwp2?|8xqexswu(M%HJhgKPm8-+zmY~5E87qe?Q_ZtB~z0wga*iXY$*tG zj$f|T&}32)P^i=t7hQ(mqg`>3G84}tz~JlBX=qSR@6p9S?SAsFDyE|tIs*a(0(M-4^C9rxa+KI z;CMgMxeL^xXj&iV5zX#0ItNi^p+1Barszs>OPsGCz^?yfhHYoXA&`;1J~8O<^b-+X zpS;@Mg?Z1qnvw{Lud0=du>LB}JCDrdE5kB}29rwrxc-5p@-q6ndOIy!wS6odGgv#r z8^_h>QR`3B^Nq!ZSf-u_-}7?)Ul-l~14kOS<|8#{q+eJ_HFxV=o)YYV zOZZ(eAiHG-OWzV5r4PMBqqtgmyI-CS0yeT)OChPsY#B|HS@OF)^C_8Cw<1MD0M@j+ z&Ul27PD2}4_l7~ydap?GsmAJ#s-HElztIm$RC^c1 zb`9AE$;$2XcK(;jwEIz5pn=~)dC&T|{QP+}mbEh2SwK!y1fS)(5(9Y$RCA7?74_UQ%2rfsbcziDAyKDRFZb^;WD|5JLDRLVs z3$-L)M$=qZLA>Hrwlpe#W8q9*ChhBy3)IRkoq;V;CXSE>C0t+{5grkXIKy#4Ld;-^ zI)fe?<==>Ny>|Uh%U{; zWTIs7gy!2fjm!{>DBSv4glpK%c*?*_tHdP_lWZ zv^BXW9J9}e;)W%tpNm6@0OK;1=C*lP(ha~C-8S2U>JT;Su|B1!h?~@k@WIHG4#;W6 zwLIJ9OT|KXx7+fAhHeE^=NNA(3F~EXGn4EnRmdnH!U-LAw17U*2(XJN?ZAEw{Rzs7 z`3(zZ`%8Y4=xgn-k5knt-=d2y-_Eb^s;3`~RkR|FXRDpp^P89OZ_T;|r#Kx4lAFmL zo9sIt$~zB_8@Fe=&I>;t-#9NfMXAX<@$9vKC&R)k@&z?R9r2n?z8vt4K1qzHaSrMd zOsEcuviz)oA&}n2Ap0Jxa|Pdme_>9B#?LzzSlIs4u<1Jld7Y_?vXYPyHNikR2-`iJ z(ALQjT?b|APf0OK=ifAyNT%r)5{ar%(sEp{3+b|3dq6X$2auZ%&fDu4`$uTSSl7cX zITbeMW$8Gf6NmzZ9J_qCz*iPkej6K^u$b%vhx|hb@nluT5}~niarC}JdFimO8!4~d zGIfJJyVB|fowXD?Q=6iG>@Ubf8u88(TIo5J8}f`qI`k28q1RBx8vLoforP?BoX%E2 zESyF;c4|T>u8&mZ*ZUeR-&ZH~{;T#LZsBpVlJEwuC_+`?H726vjI>OS1{u?-;XCN0 zMfiqI?Er331B{ml_H6Rt2{(w;Of$W9lr*UkqN_tYlu^nldGhjrSBtLr7^}0 zn$wM;)TzH#ZC4cG8Zhw*S}dzipk1pj&gIl*R)}Ys|8bLr@1d$i*8$qHWoXWF@pB}O zopNjy!rYwEU9R{ROFB2m+dw~w-x~jg`o|u8@comL23~q>@^ueD&792MOArjRBH~N^9aHGt^;0rJ z%eoUoVs@)yLS2fhnQtscyL#aHE!KNoKrFi^QVU2nUq29mX#jx;ca-zxKR}tP#IY6R=6VPWb{(OLM5oV; zI_}mwz{cII-qg`BA(jVuC0&gF1eVS)yV@xywwg}jxm+0!g{1esO9s}51o2G?($@JqpSHwv4V8BnYb*zp zW7h)ESg}>IGl|Ce3}cibys6Fad(Q*Ta}?STuFUpddNzC;h*s3U>>?n*IMydP=j&0c zZ`s60W4OpyMrLYx{xUsE`Vv1f+2J@H_AMdx%8vk0% zpwRXFL@}l3z)v~g0o!57ApGnVdJ`dIC}^x7qmSzr(={G3SjIh(km~7DOVqGK;Hk9J z5%%@7UB{f>Z1q?8F7pFEkREwDjA0(iX;wg@@?wiuL_BL18e-?%`j`(G#u5jr#F*0?IH?4^_V3!;!9 z)B|m<*E(uhxhLuA)x96E)-{ui@V*?-jisGOp)LVrMdVNF6DTDUm}c-X45I*thIEBg zC-_>O`>_$FBhO9r)tNPH&K7wXyX^E%QqBB6Y+2M3FjeA_$S9COLELpSnaBJ|^>un4 zZI-ta&ibe87o(+(6uh3RJ~QYuFsApRz)z9kdB_K33il8S-AR@fObz7Z` zqU6Ifb{`OI))Xea-E_!0@fMseGx4hoz}E{gVz2^6XQ*br=sjG&33;G;?bQzd)n zqX{?5gj`3T>9KON8oE(b?s+~(>%7(S#exA+&LF61^$tA=^$&B-l8z*=mjrQ6^if({ zd(SjO`SCHw*HjDTfuZDic>8l=%l`7ETk+l^V-x6W$`HEclz3Bn_ooY|30OQ--M%72 zgbdDS@;qd8NXMDH&q0lu!$k@N4Xz$yiE=Lx2OF@@LR^?HM96YWS$MhaFmE7J zP7PvBWtO28HIkQq^a@d=;o|7qT#3ksey6d1i@$qogkYcb*E}3DR4J|xQ~j=Vl*GZNJ*Sd!71x+cC;+=Ne1NL_hF}F%_00p#)xFlK>>Ja-Yiy>QK&*i-H}(s5 zxS&c&{wpx1=)T0A80Tv*#nJ z`%Iw{i5iwNgDsi@1W>9YE?q{CRO4@-;>A^Yka1IA`RWguL@(l`co0sVlqilwzHs?u zH7J=P)*kU^$LV~!l;I>?cW>$Cd~uX=5?X~%{rVF=9B!GNfKrCfr7se{Kahqs7U3el z@0apCm8ppE%~4j4cy6e>6kR4K{sWrm>W-8|kO+}(@^)0u_%Q3qDd(vv6o(KBjp^iF|2-gd_DcHRMHV<_>DiC+6M@IFVLoxn{fM<;rSq$RL$$NUwWnRu^fn zDDt+s0@?{2f>GHr5g&e69=mXU4uk~5PA*RSgnA)$a^WD~pyv26hvgyp7OILi!p=40 zxF5L6l&R!^RZakfIE|+WP{lMy=AkWP+orKbyqIoqtJ`kEWNGYBu}oPgym||B`(3J% z$vk8-JOY)?Qkt5xgW+nkX=anLv^6kb|g;i@{f@s`qM_Ad2@7ugXwaK{#LPo%m`v+OdfbOAyR% zSZk0K27?XAg4;1%Z=36nbV6F48Vhrdv!jAra~|G`B5(O%YmLbfWvs^Q23{H_t6A>W ziG)gCx3i-@C+7oVsY$a7&AYeq8gH^O2;>y0Ai>Z;njUjV4=rSgn~$Yxt_<|<09Wz? zV$7 z=?P%b?-zafEQI7wMA@uH+Xno-;XT(pVT5Q_92mge9lE=xcJWbC|u*GdJ##y4q8>iw1*{V%PAA|#>KD-mTnCy;{dFsdkw1=-D5|H z!Xyd9njEK`aSikOxd>~kIrT$4oaOh$xPWbTb>rJGdhPCXK*@h|Q*P7Oh#EEbmWx9u~f z^n*3GQNoLdJZ|m;(FU9gr@{=OPP;({Pak(r&lJTdo7qXENxR;1v@*RXdj{xhk;LDn zZhH(8_!0srnE;AXgUz+!So**EZ}oCm?~unf!fIiK;m!ns+$D>q1hIN$=@X=)Z#imk zKK4wtQ0k!>fwbTDNp50V#6B}Yn2WA-A=<=#46moYQp*%DjeW_ZR~`!{N8^{+3vv{d zH$tK-7>&hw8i*R2e>HWo4-Io~V$5`SB}hdZzn z^06sKvSsBJezFt(IO~Wlq|y6r0VQTj%`3sUZ8iNXz_Rm zG-9j+gFfOme~(QM;r6GVx4;*uRw!<0{+?((0|er4OZZY_!mq)04BPlUY&}&0VauVd z(4Dy+uE;*(j}Y53J$QkuCC}D@6@hetn$S&1J~GmqQq5tdn_|s=m&`qPfhWZq4S|+W zs;E8^&EeIlc4VyWVWqnK%^8f}nj`I~l$!(X0NcbpL4nyw^ibr#iGX?*QY*p?Q8ihP zWIF_XJbk)ts~+qg3xTgWKc*xPi86!_$(VD?XbIL&4^i0_K{3bv7zdqn4#|iu>!dS z=yHPPq*G*yiIq^Oq4olqdRY8_$VpHVNs&nrp`ntahWpnDhYIwN3Vb5Uju9Oq`;Al! zt&Spu9(kuXAt`}K6d%KHhdKj|3XKY74vx`{RgXrZ03H1^=(Cf=6cd&{MM0Dv87XQU zR9GOm01r_#l4LcK0hGxxQJP06u`y}45F-j4I4{5G6bcJCE5ER{2vS1664GyQEPhfb za1jt_S|Lm#IMfbeTnbzgFY!nJ%a%F17pXMlmxKgS=xiiDaxWncfybCj#2%z=u%4H| z2dE2_4Wie~=NC=J0l&Yp2ofyvE$H$pcpqOU&ixo`|`ni;@l4zys(>WCWxvG9JM@A5rPA(r)39AEevR z#}`fADNKDnrI#Gex0q4S@)lME+sHk=fgwtn)LUx1Or<->~#)2kJtO--YUek252?LXOuVxq^>7 zA~k&;=j*dJs!fz?j2Q-=5P(g5%b>L_T$46(C)tK9{gY|@j$k`nr9O1q*gf+s`Pp%M z%0?}zcE(dYI5lCkRfJkHm{20@B=oQ%O@#FDB9o$8D3Lb8TDXyw!dhsNSs~3aBR&F2 z7%{_79cM!%!4fAS&lV>{XHqAIls|G$1>J=l(^x}m!N|VX;_b0hKIEdCJid;_}liWf|^VEAlnIiv!)(%t- zObq-I$P8_YREQKFAQC+sNGw34kCO8}Ms|qgH;RKlB!1CyAg#bZ^9iF*7|Te*Klmqk zF%&YmvD{#?#&&wh>*o=qk5^u@(5KBh|;5!R-1|> z9lEnb7oLlBtA637hIY9p^Zku77m6jx5h|+w*wM_W4jMjCJuo%U18B*Omy;wXSWGTO zp@d8g{Us31KNHfHL=Ad4kW_$}$PY<2l%#Klg)R_tb9_iYp-L_~4_ELB1>+GmVN#w? z@Cj{?a)hF}lpxP5@Y*$@Gw1co9^;6v+V&o0z$tMxsY60q;(F8- zC|GD%sEWX+K=;6wKy(4-ZKob{@UJ;xTV!rS^QnPw{^>C?DM0HWF_LB|8I5!${{TXY zAt+*gLdIVt-LBkBflU6_2weBZ3CVH@xv!u0gcCON+P+`&j5r=1u2W)!$(#h`4nCvq z*XYQ#Py4<%M!mz&pS&GdYhEmtGwA3x>CBbOe#@xyS$$?-pqZ%9IrwV2%GGJ5eapq) z-slnaacXV(n#L;C`s>%`=A3Wyhgm1)`sQ3`b7$4Z%6mYu+{SWenXhl>&<7zyZD)0} zh2e+tn*d7^?9?Qjmi5KrVcB!3=WF|_$7^j?8-C8C86x*wZ(uq8!qn^n$&fHe3vI_pN?B-27)^5YX;=Xb2t zT@l}sIV{)qo9XOVcYi}t5m~g7u#3Q~7em%V_4u zXTs8*$BJ%#D?K@tm@5~osILTR*heHi)mMfo6O;;CbQcZyBPtUmA}IinQlkKRB7vBG zmUR)S70Nq;kssHZ2$9+l(&xYUjm>1V33K&zzH4LKv0azh-md{g93YPe6P6p@ONn%^ zx>M<()2|;>5>F9q*8cgmzrHCLI?Ap6Vl62zps$WC^5&z$+cEzZkN)7l@xHOa=URos zKnd$1KfCzjD+;Dg?3;I6eig=4-y0o)&GhIr1J>O=!|5PfHOPE>T-pJ;82RSHKqs(V z$Nc2#wd7lS^RY_M^=)5%otqEIol!62et=#J1mpv;hYi#6KWKXX#U}KReg`O@0gAN# zvxx0~c|`u-1YP>erSgBPhk)pu|B0N9^Up*1H#ytCPyL^Yr~d<*wtqUl0*Cm=B$thz zksWB-`>)WYznp^Efr2-n+wxz8pg+hWCVF67Rv^OYZv)`}8CdC$fiEKviv(c*V>|n| z;V)2k2-GJ2K{Wj@!(SGlRqkJOC+2?xE&V+{pmq_6gZg7?``KOO7DBLenjqzJt zjt~mf)e;&Rz0}Z{cMKD*(=JDQt_N}*unq&@G_eZ#2_ywH^J41J2|01he)Xbc2a~Z( zr1qipq9bbgJTp`?L<)FEp-#my4t`FNBRs;T21#B&j4K{69xTr19bI&cGO9izQ?KC= z127OzScO^Wq&0${QogrwVx;{*9js({TY$v>(G%@rPq)cXN19XpUq42GEA}5Z)<1X3 zpU;;6WH|f(4_frs{{44o(O--IFN#$lpzEI_`G-J|iIIgFs5$-ba)T4V@o&lTuL41% zdvPXaaq{6YBPP@#Qs!k0lsFfeDbQ>z_@ww6K;X!a@x6141FUML9MYV;xY}sl`qDwHc0qr@T*R^DJ5PicYBAwzi(c;we5-ThJlg z9=DYdR>6a@POW?F0bB6UU-r(MwKkM^z64#x-Ny%&M|?%PzPdBZAP~!Dwm@XbocE3J zs#_bxE=JXv&a9@+$~$)?0XP!h(FG1JjOMn&_no2^?~iY`A4TuF@CLXqdOmnU>h0AS zzmdo~#j`@%C5XZ&y8}Rl{C=v!fhu|-{T(bLZ&KaW3g zvqlna99ab!sLG6c5@_p0T-^pL1bq-X{WrTpq#(5Ipm{)j{hPMI9wR>~GNDQu%*s|i zrR(l)##Mc)XhuZS`vgS*+sW!<`bY<2b!I=_fLS-RHpsf2a(OuX>&kLabRb*4xSMc~ z6-qYe|KaYQq9bA3by2sXPC9lvNyoNRv2EM7lL|VvZQHh4v2EMt%JYSkz3DbA*MT+=uaKVKxceV958qn1v}U6NwjZ*LuwK8^a|=;5 zZnt2&K7bns(B(b~Sp2x}e!Ki)2N$u=Uxnrg4!6U4-W%~@H(4t>kf0@ zOS5U~^34-UdVBQK2?l(>gyDDzm-D16-l{&>T)5;IulK!FcloO2m$-@I^6ULe;ASN2 z$@&}L^Tp)0VVx_J-W|Kz8^$`{h-@7ppysJP?zuprhj$bR30q707zA~R;YZgeeBoy5 zXB9IL9f^aR4j|;dxmxtL<>KQ`{+$Y(9DLYxxkiWE_>B<`oN^*@v+42DKCd^%&*gt# z4`p6ObYaDAvEU!&UMjo5am8eO zMh~q@bNS_>e_)wK=$wWw$1>sWyg|AD9JKkt9av3PT^%boVDkdKW7VJ3C4kP2!(I_D zFt97(4OBx8H6kz2RV&bUGvXNwCOZZp@1V&sYR8~bnd+%fhW5Tq_iU@;*KT(tkIE&5 zv#A`%eJ(vC0}5DGG3^DXN9D%-KyA!*RT97MwV#>g|23uDVu)7v1}9#%Q? zWZVW2T5t08`{jm;*`vo(+GT5v{+6?<)FWw8pXIil21Mlu<`#$7SWJI=1M`LmIXS1x6l;quM$*}5s$aS(|K7&|D=uc?(^|Db@E9Df1IaFL@#>09uMTa;! zyg@WP-%>$wbb>^Pj`3`CiwyoOM`o zeh$?zYF?RP>B!1Xh^-)M2!^7_o3D`Ifnv>|p}UdXY<&|?0IssUH+9PjY(cAs=(ifJ zQ!QI>d#cHrLP|SN!%pkivf*%QW=T3q)5N}It*#1qibbi)S~av;X7T#5=yGt_N@CVR zfayPSiE#PnVmmLD)&n1Ak=X+8eqw9WvRSVWPMi*Lm9a8?+eyXjm-oiO5#&!z4#N$B z5V9_LX30DWqYFFsM;S$D!S``34BXYa*^Kz$^~86L$H1fetiyA)77HR{=L@5Q)1}?U zhWjipX7Jaw=nkce(fe!cs2+%S8kn6Kog?l4OA4dSZ!OFp)Wyc~r> zc3>WJwXUtFbE&OH^50!m$6e2We`wrIj62p^DB!NMeH#f(DtdTrm94EVRB`GYRe?61 z)Qyem*t}j4EtS1X>nq*DAX7*wZofIUJj{HJ#m3k&k}%ha_zF^Bs}2g_(ImS^%NNer z@H6AarYVmUcWRg(2&nDx!) z8S?ZSq!wk!Gl!SC`WCE|0*$3jH=+E834Vpe-S3?tH__mu=tq!prPU*e=0Gb`AOD~f zlDm=(YlO(|Uq3%}bYiuIeNta`-Ds-Jzp^xOWFA$Yqz-p7NT^GP&%MRc*a#5t4?800oucf!W zC|*4>NSs(XGEQuyHrensHhtN%Jj3&bQq+vc2F%cwdqiS)(U^i&?1|x2-$2rsatY-S z0#9(byNJmYiOKRFYY@O=sLl8Wb(Vs7*n9n?c+$fhJVgg-e&;>LAL^}Im7a0ByNsWx zG&h&}(ooax$ZX?6(;Kt>05g7)A|_?zjjwH_FLF|{^8i~=j?(JB6H7yXq!v23pT<# z8Pk997CDZ0=@!!OS!qRA>f47gD66G5AuCjju;x@-PA*GfQV3Poz}m&g`BG``_vIOC zI^8zFB-C#!6t*iE5=qj0B0=X$LUMCL1eZpEM77eNLcnUC*B#yZL>kd%@uex=@I<{t zL6|BlewlD8J84@(!tZVnvBxgzmlyOFN=k_j$#r$!j9c+!IDf9K>t+J_q zt+2z;v9M#$_TybW`jY73Zu;$>+liu4c<=T518hq!&Fgk~jr-o&Ymdj_h_&O+2Mf!` zUff4RNz&DG9q@g!RY3b5flxqn!vU_{9_ND-QL9Xy<)b!n@TWqsER_jXc;(WNFmBgl z)?TlKbyyo>vtkB5H zAva-;D8m%~%th$Hv$?@5+dl<;&VQe@usw8VY44k=`&is;7y*G8*g~S)4nA_lGOY6L ze7r5Kv@|r08l*$c0C`8Byb&5oaoeT0T_vW3G%XE?27Q--p| zlofr1Xfz{CN+F+KFcO3lJIG7kw575c$nNG09@&@AAoi<6oQln)^ zUn*B(lUMv>PoFz;hN+A3j@*gKNGUXHG95dUHjW%W4>Lad+2C{in)DgFe}#gALYEMu zr=Nj<9hy1s8l2lq+1=R0@XlkkJ}`2BVSM$1<}61GfZ)J63ASvCgm@2bsj=tCfK6PI z&`+Rdk7J)oK6XMwrNjK>f@JIl0H&Yzwo+Q6Awo{iF5B+O%*|apW0CSEi*rAHYdI?G zh}Vi-;yAmW6ABEIcJ=CbM-22^RO%&kK{mtV3@NiYMa+X-T=(?jlT=&!A+6TYd3hR%LeF)jc&T0`txjkLqqm)=_cylAXf(*CB7qPf%RyL6_?S*=TU!8Dj z&>!W+r9)`|gQZoHsm9O}_esu6zG(MMER8--uo3&1H!!cdl*vaUBMke72PzjYiApi) zGg~Q1>p~>|;(~>?a>*0Q;Lizrwlp_cqP7X_Y%B2z>3IkPom8RKhJ^)2D|&rbCt!{t zaCe~Np0d{V_$8-bp^4QB<(6*M=7mh0yr~8BMaVzhhhn$^WlSXk&C6K{L>~8rqHq4L z{%*#i0|)x}BT3N(3%b-Dg$jNfh?Q}zS+MsKqvxtUzaH}U3iiy(2znm)v##tSk-b9< z*Q_afRy00a?SO^^lp~eNhVjzYOoR6Ru734_uh%n^xWTy@AxSYYvXRw!eFqF-m_p4f z`Yt~nex7JuzMG2)ax>T!Tj*hBzYUZI^`R65jXZ%Hgow)qDKl$1T-20w-%ktFQ>s-? z@73SV8M2@f8nRGnHrJ80y1AGKI?IZ?rpZwUiIuCRYt|MG?K~v8k8x4}_l;^p6F1uM zH!Q>@N3WLY5$7UIVa0`-0k!ypv7c)tjFtA{h017|h=sMRNU?=PW--5&Vkx+n_>X*> zN=JDsGpRZtT{n%7b{}Nwh`a<;ny{v4bO(ZD&REa|pQ;w78XmZE23D0jsT3cLj3lJP{5esE8Yn73MXZQe{oxHt0? zyRC|hLPj|E<|zj77qP2s$5)e5lS|Ec_Hh?KGsbI$026v0Q*T6v+pCDbsXIU0Sm~zC zwpU_TG-cpj>o2FqdTmi7I#q@Zr|IRUMN)6m?oGSrq zNn8}IdaC*vyq`!^L6j-cWNq0bTn<&jVc>)+LcrH+=R8{+cSRurx~nYGnRxUvd&cU~>TKC9am-R) zmEp^Q7w7oLi|sq`PiF9Lsb+O`#3({G`7S6i9P+#8XA)o77;;&1Bg*!UH_s>Rg_ zDu!VM-4+Zdj#sGqO92op6~Nt?l;JJQ&@C~m;-kEI2SG6mrD;Ajul0G6BeCs_U zj|MqPr}=|9ZY7%KW7W44>FpKaUPkGLnm8rYjbXJ7ZXG>Tr0=oagoly^6?#`QHOnwS zqrG*pujHzG-rH_(d`9qSTxX3e;;pPL*?M)g3(o!x$sG9)h!tw zj%$OZ)TQn%a#4!(ZyTkaS6AR^GTcl&n8<}o64r3eE#DRbm-IvtB;}>b1)FfUY!kSj zM3Si@G#GMoE9yStpsSzGZynOngM%AWf0d3_Kdo(8-HbAs>fN-_Fjb@;B-7RDyKF*G zxC;q4jO|d|vND7uXmN4pg1XCuW*#Thjy3u#k`ma?^^`44E&D43)XQ?5WkIW_tko1N zSllyo&K{+Mc{2scv6_5whb3wnN^I_GRw zD>0j7)nir>6Qq~`DhlrZY^Dp`F3xN(QjyEAKlxEg9EWiVomrr&C z<_91CMryv*`IFvsut$gkUcyDA`~0SZE|!#)vxTdAmV;4Nxkb(1Hh6qSBhpLM8f$J- zMRlE@kO)FJzyx|#w0u<+34l+z6dw~4D!fmWop5~{Sk>OFleGOL!|$;?bfqjDt9_8E zsI3*NsF675;?8>Mj^c`@zaR!1aedK>SnT^Dp{h;SQHW`S^sC9ggI^-VL{hF{BpgCF zx3(+3z6ky;Vc^Y3f=c3sIwcLfr0<9s7$B(VWhpKTbgZydljrAm8w>z{$x{c@pBF{i z4#m7`3!V%~Kn*P%-6NBZq*AYLHnj`igxu``i$)j<+M||^PWYL(nZ{iMy)ihwx*##? z!8HCB=2zDuiq{4GAZDuvCwr z-E`L^|Hu?oq`aiS6<>s+`05e7CKq0%)H!@n?0h15&mKFQJjAHlv(fuPpe5sx|8$kx z>G0#V#!7rf2#>?>LPSwPgHJ4si~t(oC0Cff*WWL?j0|j3qekirV6@H=!^meWh&PPD ze${Jyu`_PI%b{1xr!&;qIO(y5!u@>O4Byd~SqIS+ExjvD4z-N}n?%a>N?5`KJ-HeL z@9}x#I)Jx^Wno?hYWdcgy|1l>>lT~B=ClmHqp#lD>x@^^A?~jZV%pr|?3@8pQm=rm z-eK#H2c`R89gTi)VoF+bDXmq^D`nAwra5ysURkvDe>lgPYE89fB$Us$N0#YR-jb_j z>17qna&p#)ek~O@JNdS@xoX)rr{*)lj!7=4Z%e9vE@8*g;}OXwvQp9Y>r0D`-O?0Y zW-cXV2h$zh5vTU2U=}j=r#b|Wv#JMhf})Quy69^BHc%>JJ}b~Ku`zQY!h|f39BhoP z+NX2IQWilqmpttws;On^GA2(@D{`p}J^OyIV%NXUjUe*Y=&UK7y(*$%!-0QJu;O@2 zl~JGK|IBe-$uiJ+9nl6Iz!Rk7x@a_sVej0c5HXdNOL8(WM@WMhWQcgaQM7u4T`OUr^wGk{ke8U|$+M0i=L z=urt)M`xNi)5%g}ag(zYD5Ib%G>2bb<^Cj+C)sN%I3PARkS0U!M6MU*Y8*){LTns% z6skSHNem+nm#Cn_=(}ZYmGXXz1?7gPRM#RR`js*bm^4e|A9PBGzU0*=U^0H96lv|q z(*cI?0#tG>K-Z(uKmkttVnT54)MM7^(U7Q#JK#ez?R~AxY{i%cw^bpY^i7Uy4{?=# z?Ft=;%5#tSu~7KoOw-S5@gzM<@Qz6Sj&%3>@O*LSNPWehbQ6B<$aBU5B9Z5NV*x#U zEE92o%~$G^nE$;Y={ePBz1dj6U+ty#xhb4~sBH7wNLQ&y@-2L+jJ>$>dT-B3yPq?3 z$4)Iyd?ZZjbPat6z5%E;aHqXy24_TxRFZr@X!vx#;5vLY;iBt=6+8OPV4IK}fPY)2 z)ryaJ4=eY`h?BuI+0Hog8TdT5ECHN*_MS_=XKVK`7Mu9$4tuND)Zk1OfYll}|E@o; z(t(Kj7g7Q>Tr$X;fLLakYtoC>&kAMBsieHudm&^njthF`T|(Md0dN7e6uOTdJu*a=id zk|&AUuAaJm7COH+Wpv^~V2bC_QaGkrI-0zZE?a5zjcnsLCB5Y=CNHF!mTy%Up)H_}eFki8I3_vsOvB_VM((lzj+Mn)h*!N<2rtTF zuFK;&)XDcQ;wjy9f6as5RtY%IqERImmx6+#_Y`qh{P`3K2k(wE-P4qlMhC>Vpa(n8P34~LFG z!9pDPBiA|WR0yH>MdnDNa)|&e=9H;6A=prcGJ%gL&6|=Jl^`_Af9RV57d_mOKmk6s z2;fH-!L^qgkk~7Pf$W!levx>uvnp1|AOCBD>ReL#Afy>x=3!lA1oiX?<~$6(X7oMw zPkt#Zn^SdEtfI#?KSW!JU4CW~UJGFexu=Khe`!iegwd(Q4VCW#j~ggQkKje{3D?9- zapg|`QELRBZq18mM7F0j&pq&xd5fwi)sF?z3-2}AhBXc`{1K`DUBrbm?zb;1vX~Ul zD_-0w|36&q64*mwa82K@h5s6HiN6K*`CSA7)rrR;{m8V%_78t7LV$pjM#{i{4Jq-6 zq4W}U@%i+RXnt>ggOHJko>Gg#E`G!ANtXTs1w0tgqZMe6%K0zckUr-f8 zTwEw5qLW|DHT(nOIo_(|qEr(_T%2!H?4|th15!^U6gU1V?<3xp)A0NEPa>(*WBCao zHwtsC@m3|4tnpVrA*2oG7BKFDy{F#q0YsGJbtk=*_ z94Zl>n%F(mMs_GAvMH)6*yih&dyi0$tDij-7UT)k0sK6|I57-T0Hm+q*B(_rPd;tZ z>Mzv^RRL8gHpE*nJ>)%NJwJQw_-L{Nt3EZ;q~sw!B_1X5CyPWtMMQ;X=YtXqa_Twq zn}Phwhm{>qn@Jlv$!9`5O2mkO`DwG<{!v-9f&aLyQR07GRxP9_A6Rx8ZLEwCDbeVk zIKORi`2K&`+5bjokV~HoGUP#TR9K7#FEmQ@5}qD%25JWK=m$$TN=+R8G~{@czx3g3 zlp%NzuNa_PNCfX62&wcR$g2u|^as)$yf9N=41ItOAv&a+Pec}x38a}%2)v}B5W@e1 zK}w*LgduQ|xC^lgJ;q%^ZRr=Q-Ln)6pAvkQpu3Aa{=MYdg52Wl(T2+PbB4NrUnl;T zk_Df8NQ_zveq`9P845!RdkelCjA}-|V&9S(((r%eAL78e!rW5qx!~V7>!ZN4|Fvz{ zBks2$J4J)2mDS@Z?vG9Q8gR*ha&JET@Ow+Ohr#c=Um=vVY=^e&lr*BJXt>wseVTg+ zjcP`$&ZOrMLg5rEe`iB!h`fZ{((Re}WRP$OIC(h_GE)Q!x8D_R|K)3ob2RFmk+n{ZYM?pPk-p@ptqHdG;;RZ@b2I2Zk*dsXmNsI;I21wi>GzLm| z_Q4GqU?p1+#jXtPDv7;tsjl-?r-H7Dd&1+kz_*wtn{P%V+?$SF)R6`}VS%1cOHSY}13p`EBol#QAKY5zyq98;7p(>6<4z zzq<-(TLPt(%>jAI=0N1V1JV~69NA1G=2s|g zhnv0Xea#=YBJ26L<{t@ZSrXrnDr?2pjIakDcOu&nXoo#qPr4!a1Ut+$MPaF&tKnY* zwkH;+I@NQ~L-$%z50#0h>=UjDAF?-c^(q6CsmAZu9ThEI{vTH!SC{G^f4C*lgW>nN zZZ*_J=PScUN{o!~6AH}Foeu|(CGX&dF)&Ip2oD_!+$ST8z=WTblt6-C21&usgb$e) zWBNK<=@AY8BZNNWntB*OYMtBW-}{-~xFDk?_{2F(K}wU`=GS`-h(nXb5qiS-gph$U zI0DTmf!i;n1QtlHZu~<-g|BXQ<7|G8ezj1&e&l>aPr9hx(nWvbkc{LKCH+|WC=+DA-*4EF=){Kyt?O$K{OLW-OF`fHCME|(N{ zyU6qJHPp- z+Yh;`fi+l$Xv0+QxBhh3SO3fzMLYr=|HaQCVmIBqS&4f zoMCA%6|q)2@o%o4VSTIlWsCJ=?s?hK+rFU^x@duJY^lE2yJ4%hS2(c0X{%u?V=H^> zBmgdl&vo$feCw?j{{y0#uD3s*DK(%H19h8L^RI5ff!Sb{nlgg|03Lmn3qI=CE*xaO zFvMc^S7HOWss!(fuV2fZe&tD)Zq0*z-|xfh<+=as#lunBKr`9dPBXc>u;9$QG2bEl zyo+|Lxkhr@6}5R0IzL}lu8H*6iwO?&r$v{!huVrNItGfMLx5jE?Yz?hkg#pQ+4bU` z1$FlBQM~uoGk7lUGrH(6rg<70DXRKbFjU&w8LEa_|5Vw$`0xZaa@w#jXYN}<|7d6g zQ)|EZcGEZk%?LaI-_Pj)t-zbCuEQ5S%!3~{EP$(-E&aBZ%u=JQ+rs)GcUj48C_fyH zoZLdu%&mGT%@yZPsCp{R9z&?1WBA+$jaVs#eD?@{7_B4T#I9@J6Y-;2>t|5Pdy*s_ zU#D%X>=5&F_yh(VhM~@?5%R6_N#n8eVZYHE;v4X}N~?i?!s!rainA0c)luBRgI%_A z$98IS!PVaERxNd&d$15?#C`dvWvx=1+Q_S#wNcG z5|k$jaT^+T1ZvL|jDV3bOww08p{>PJBVzUNM}`5f*M#r-3p}ZXx&jy(8}MOfs^|uZ z5Srz$N12U(ikdhey}_VYoavnuAwCumEW26XKc>a6#2YNUcZUOX?9728s|{4mHMw|A z!GUj{WWV=yd17HFw!62wyYVKnAaF@TA!HdC!@LmDxuSddISftUC;RL}Le*jHV8n%d zd&L8)VI+9&vhwz;`(r@G!;g_#g{L5|ZM~1w_>YZ_FC_GtbH4H<_?a-Q(hxg|l;D3q zzCt!dfBEl(iH-3;;n4qm67pXx>ff2vzjeF)=V|{VJn%pD=bwLlDF4?;$j{TLGyZ4a zv_e%YZv6QtWZga82YOy zO}p!va2C`+L-}os-N?N0`|r%quPOL9E?9J;Ns=^O_s`$*3_KO<-0w^Av-Y^t59pk5 z`kbw&I&Pc>HMuqG6*`M1=GB z!xi#G29qeZlRqEm^JWMTd)05;9M7wF>zO@EZ|5Kofida`6sVK;8n~& zV{C3#KV_eZ^}bmqf&3I6J--@a<|6#}c|!L;L}&hgO(Or5*!h`isbH;WW%^I(;h#@V z`^lI8O+EkHJNe%v^0UwMGjsI+bUo-8=xF~-n%&_Eoapd zTa;ev=gf+i=SsXk*dA8-MZy|3KHfGKIzKM3Gh8!j*MS@M(UGz#bNcz@9g0yQ*i@Yw^BJA}<)Md1)p)lsHPq?H-s7fOW4ScO%$VpiI5K-L}k;iOYBTWlkr6!TSxn7@fE5jy9=at zjSI!NXueVTNoYFD-Q*iUWB89f>?~IhFGNFtpba>iA&-geD4NsVefx$UhH`h8bQ%H)4AzIW@bdrwu2W^ZNnM>ILU1Ej!3q4$+DROsf2DqPRzcZ*Vb^1`L$; z#2CctAZDWaUxrv$?O%%>iaHOT5m-_&+KJ{M4GHS*B26J`5@mOb;}8rcp$bA} z-862&iYF0|JJDkEt0%@MnEl?nUGQtwYqrr)ny6H1P`fPXgQMBs9m+l+e(i4>4OvJ$ z7Y`1xb1VR)xr@`E@VyGNF{o+;ygz`Ts#|MyOR%;gX~lXXtbTm3y%vZie{pNEi<>mJ zO*t1)wl7!&0&eYexh*+|5LNVZ+IVb7xEzD;y-V+oHw+K%{RFOZjL>V#$VsH9yvRP+ z?uM#(YY(v0lFMs*?;neYWTbnINUW*H-ztMFcg@j50mwv22dl6i5Krv$_bedZYbtlC z!=;d$^xc)=q5dJ(;8^}$TA^zkJ3k51CtPKxmREi=Pj})2Ej!$1T!!7&T|AeRiyZ>H z4&OG2xz$`T9BHr2*Dt0@p@lfakzM?6Nw0pdaU4>fL9_b950O!BJ{+Q+QW^P5MVZkX zTQ97xd@trPJe#TY58dM|vGtFyEI7*!+xU%Aoq%@ZXU%4Ri!6#mY2Ag&E^=krpPh8} zGH`UJo?zA)qN+bM=tEb=K)Kl8 zPN{Pi^q9BoRLsa?KT}@EJl0jJXbPa7)zyBgE^kDJy{lq)(9zVSNLL`;+>_0>$>!bX3#tn`gl<`^n3*220wnyw3|0*S82S6JUkP>?D-+21hRsWG2A#|d z3&TO)1@GO9(-r3hLX8s(xx3Ne`ISi(cm>MO*H%Ug5*4=*XdH}AbAIV%7tpHUZ@zEl zE&6ucnBgEvef`A#-`Of1opcFa=aurdBmC9hy!7QMcZH45MvSC*^q2pxU0}aJcYo%u zczM}Lb*AJ(FMjYP88ou$6URYI+E_O6t!7RPR_qN2L#jp!Sa>P3NCQD`&S?T6{G4>f zk?|aaVj8kaHQI5bj2AaAi!w}i#oWf0V&P}n7gUsg@8UDRc*>lIgStEJzNex;z=c0y zVKuKQISk^5!$*7GX{8Q`hsbtz!m(5*Cuf%elumJjiJnee!3?&VmFvv(aPucZAztH1!W>g+F1Ck0S zID?*=yI0Qc`|&wxwIe%$MSr%y3T&;Vut9G)0W+OaN+Q<=|jsWHVu-o8&Uj zC~YYXfZnJgIP-vjCVasNE$+hdGr+{ro5Zn1kw)h1>~?{SPQ8dk2>LtLII1imM3r4M zNj4TyX!z$JUqT6Pt#ADAINbX(2Bs{nEJo&r?kkBeE3Hb76uIT&F(@SYF0Mq<{Xua3 z_;^e@u*`w0dMfd^_(Yts7Hs)VipVcZj^W|IB9Pd+3Tl99*(DdKuyXiiz&oLYA zu0~oOnkNhoqzKRIJOnvgVnp7WGPTy3aIzC=wC6l3v8SH*C|Y(9<1wF)fdlq3^B$Fn zQ9&^j)fx#PM6CoJPAdMMtXby`EIflwxe{6WxZAEDL}D4dyR!7Ocvl<%Zdn;NSw9id zsmqw4qH^90?}M|0`kUEh@VG@)kjD=!DA}J+bW%y)1jLqo@N`0yF^WE-s!G4v9!A362hIC2 z%wjfM`@NRd5osU(K9>06PpTIX$Q*umM|;5=L#KSjuRp6Tt{2mZs$5pvC-I*BoV27p zaotPFJ$mCvsU4Xt9ZLqD%C=U`#r>O3NrJ^zzGL2CKHpi-%}ucJA_-VC7+7Bit}=(s z5Kz@@`rWdqF(?~uDOB$T;(5t2%7n$d6s`{TR!1`gRyLo>NB~Z#9%9x+X}RhyKDz$6z_6S!EV!C3m<&4;Y{yiAJ;2bjUX!YVi zY;3Ag%oq$L_;*2$fUa^{?a=0$er&9PQDnu%AeX^5C$IWU53+DHx?9~SqXe)5ZX;}U z#utdTwG+CfDP8*wl^b+uS%_!F+G67nOX&1jqIt0XU0&f+C%uiI4@gN<<;IDF z0ka=KmOoN=54GhwWSyD$rExO(USX29J|g*p*faY2%ah!@54sS+bZ~v;6BV+#)L7d% zST~XVagHlt!-rf!h6}@x+yr=DAMnuGELD(hBBm>0BZ_6cZuTrs)d_)7<%@^`z9;Gv z9pD2hf7e&ge29MQ2kWnw&^2vpo#Lcyb`5h`C|U?#lk=}#2>lc?F)YS$=%c{=UWTvz z?bNIxU;udMjl?!QaSvZ-B`PjwPOg`yaD*Vh*zBOz8SfY<8UVxic0DNj#fGUe*j!|g4Y@d`^( z%^XL4u)37r=iM>5oGJ%ZbXzk{#2` zIlE;~Dk2tj`%IY5-71ojh*d^PK~WyR9}n@i1QipbtVP$UL`^Xkvr8B)Pf^VnpZTg2 zzv`+%l70bKNjYPbzYd+EgHe1IA?Osk{Db+e~ zS_g>v^(+ubRB1bQC9a84773FW`rz31J-5N;nRAU|nNW^@AZZQ`%-rOt@3u7>yw;x@ zHf~z)JCbWZqmHuOH%35w@T*12v0;u4H5FyHKU>|T^Z`w3?Wne10unS#&Q`Dh`s$DKb(_* zdjx4%WKyD?pq+#y?*QllhQaK5oXUO->Bh+>)h_TBM+_Rs<53Er0g=wQ2OABu7jiR< zSQjqq`1BS{p<_c`PjHc3H%~<2|DPEogmXW8j;Tl<%kPz|{f}*ea<*aBDQ8^T(MA@ilXi8EUcy%X8YD}FP zh;PDk8vJS0*ctO!IWUZFI-RGxJDkhT`o&zB{B}%CEUgu*HK+0w?ZxNySj+a2)iSPo zb?3Dkrgg7rK?NYpTh+Ly0UOy=!>!QXvW?ko8`4pwzLxrSym`l>#Bh}u*bzMRG#2T? z)Z|OUo8izrq|h9t-hi=uW44OC-J0o;C%eUrEvW}W%14KVoT-YQWlimkHWt_Om=gcD za(gQ9P}yAPh00Z#b+4z8O-p4K*miX8g5wU*XK5M2wD{%xHTL^3~W3~&*B4I5TIwo*^;xpMRv zW%OCeAEmUmPVX)R>e;IA>?cu<+)yYc9&<>x0-$5D$)A`|zE4D>AjFj`yurZ7>;kHx zIrS{G^v_^D_K#lp0iHaCsqI4K*gz?jjs*|DM(COV8?LtEg!*u}Tsn7nwZO@gX56{t z-4;J(+ajy}y-jhx%4PKn5h)`sQO_2O&E<6&b9?&=ys0y>VUgLR^!3?Kt%O(Eo=;@` z7H_<}c0{g?aWyZLVu$s>JnJ+eom+X<@v&_rT*dB{+MTmta*OKQFs-A@u%XBLp86`* z=>Za~UXz3XM=`#oz^#XhGw}y$1`gXNzpIk=1d%yW zmn&vuG|WfC$SJkQOQ$!gGzIq++&l_^mrO9f{UasnK7~ZDroqLIxX58~iMW#u%>$QN zO?@9#LT0TAA%N>$!9?yUr@wu5S~xj9xwFw_S_^9*n^hG~I3V59evc(kmBhJLDy%H= zu}YSXErm>bxJ_zu%x;q%?cw>|qKGnhNyYX?OSDwF)bxV-{Nr@8tp%Iq&aVaYARp6F zE@v)59jScX-kWAxUA~_Fcg>-s+Y?0uV;~b%R5Ci-#pJm-4u`WhCntcZJ2@rkZ}iMp(R$vBi1#!Cj&!{rNsDLfoP1xtM50P9er>!%XONtkt@OOm zYj9j`)KaS~rA39wvHI9JL{T2C7RtizIb}?-*-EnKH}jp`%4Qa0AR>ER=vFUD{1KK? zyRb-lzx%t8M2;@GxvL9nJ(YJoCr24$fIJ-849ln`sPN1JS2iV$o*{HkC+Y>Sil{URqnWinElhV3Quu z|J0y#?Z_XLCZ+9-O-!LPPo-l-Bh$vZKe};Y1+#`4!$*6(Hi{KzK3iNNYg`w@OfkCF z6tJ{%K;dH0xvv&}8x_EnosB6ebQRj&Fw63cD1?~zV+RXk*x_7}^D!d5$1$-3d0Rg9 zX)TKW%TkJuaKMDzGbCy!BwS3?^8l@A6^RHl8(#0@fDL%&%%~=XXR9)lA#J2btx?s< zt}Au39YtLA23+xOym+Tdh=rL3^{_Uc}Hnz)5N0w8>Ft)OPmMsQ!Z%ytf1}nKlY;Tb&V%l$|lbTHe1x(nn>zZK+2iujy zSI@z)iGF4hCzgIC%pC|IKOzNtYy~ z6Jjo=GWgR7#e|SAmIcle8xWALx?rZLY040672}W{>K!EJDX&o_losnysJi=2EuaE3 z*^P_`y70M_?#+(GFF5Xw^+%CGnp8~KpJ&mQrDd}S4MH8ok^@D3@20G@^Exj~HV>dNz3w z^eH7o9&Rc7g&4f^{ImoFQAUgfVC$K{9y{CyJ+BKQiW?^IT#$vdqYJ|=_*+2qS7-7J z=6y*`5^cPXpxNzUeQZgk`3{O|8-$zOP?#i>&^9L$&9)-SFqb6BwyI;^?#k8Pke+9$ zp`f`05j5u(rUt}jiAv*>wTjW{Kzya39{To`avF-+s$^_3WBJz9^qduQ;o5UH?;wod zRq=;=!wm;iBihc*&*Xa>b9JLv^W4fy4bN=WBwN`UD#5$NnOofgMW^Vg(`1VMtb9Rz zawVsOe2-AUG|XMiVx0*M2Z2=73)c&Qss~Kh7Xhjd@pluylp9=?xmm*G^RA1iNBP-b zdKu^-_C4+BBUyc#*l+#qb?7JPHCW3RY?U_?+q;(GQpTQ2! z&dOMWa<=2L=j_!(TVz9_Ex1^7E;vRTj};Zs(oTT5~2%E+yM*jdB}nm@18ZjXg)M>gRMpQA$af z2PNi1l*NV}N5o}K>Ik13Lo_wbwyYXb2ds)4JIGR?Vs@g!x0F(@%yK zhS6asT_ZzcL|z0?O01D^pKV?hRUw;YbaVj&a;ZT^gNz(cA z&-Cq#{K6FPB7R_8RBN2^@wgnO%y+d*+$C%<0akb&aN1fJQ$m~?_<9`Ki?kpBaS0UU z%}qfaqnujbc?Tqm6Y0cEieHksMybos#ZNg;oN?ELorD6LE2$N&2gx{DgX%J{N%5gO z|ATqTF4bf`!&IJzrdAEN$yL)RQs6mPZ(|BZ;L9d?ZK1v6>*WAdHboXSmeUvEd&w z*6OOvVoGML?#tEhmyZP=E+IFi(_G$E&JxCBDO0(HeV>Lqqh-93yC> ztWeB@>BqmFOY}=0gUZSbhRVw1knB;2_sJ#7#0g-RtLvDR&z$CKr&bC% z0A%39?U^0W#)gCT58?^bBhUNX9;rX6^25RE!k`PN`{Dexk5FnOt{IL^qB!7}k zWFteNy-QPjxzrJr?&I#coS;{>%^_}6cI34<^<6rwmz$$$=H@xbRD|4wvINsoZ-%V@ zV3q`p5n1sp{Y9?PTV7b{?!9pQ%l-AAkV#+&Fa&aazRN&uXa%Ne1L?Co*pF~Pu#$3!IAcfFqA@79{3Gef#Uv+c@ z0*vwUk9=G8R9xxzV+xG>2p*OjhGoQ8T+)!bxfy6l-Bz1#VrE*A0H z6*zDA<7e6{O0rDP<+7KrfVFycc6An(=hZE$bSibs_FI;f^Y*&-_t#!Px8-JgImEnj zd?jFV$|4w|Ted7Sm#9!|pZ6je#qG6&jPyQcd;3lq{)w*>v{E<3(}O!jy(m3nK~bFc&*9 zdoe1j2Ie&j)s`hW$6Cj8qnlw5+&79;5d5!(F^BhJpPK?7Nge1h@0m1ld!G+bT6ZN9#g@eQM zI4W{>Lh_W!PKq&2^P+IOLrhs zkd&9G(0Ln&^?h0jibcRn!A4AjS%+i^2xS;%f&|tpo88R+*aWpCSGCA3kk4@+ttQw? zv>H|FS)IN-_OmQW^+(=8=nH!4vf(kXL|-^w`R}2d9lE1DKG{5ID-QKdgXqh2DKucs zQ=&<7>?qS%+7l~^ay?B%{g;!qr>xkG4&jaa|Dx`#gW`C%wNYFXoFTXdcON83a3{DX zxVt+92m=InC)nWb9wfNCOK^9WJNf<2K6{^g&fQgC-S1X?x2FG?Uj6p;di!0oYI@f5 ztVbtj_6ye$HhHhr5w2^_aov6RCr9?!H`=-CHGCXPnO~;i7bTOVke@KG@!Nu*tAE1$ zXhlh8zb@xU{k|A9y>DSkx#DP3g_9S8OzugSZPEc$u?Ck+J$&efX8=QjUKeP(Cc?C$>n6E@I3uWG> z(2ZNrtx`R!I`rmj34fEV;Hdnib>BM>j?k^;I1vgh{nR*-i$h+f9=`5sxtQ_tGlE86 z+*=IMnyA9e&TSjfl;SP=CaM$jrDW4E={A9854b0&$@TqRu3txpmupnBsK5aVbVtb% zyj$ zF2V{;7L)L|8+Td!b6jxExs$dr-KEJ9?#BX}RsPy3xTo)5ECjyQbS~#Uy|AzU(9$)Y zFrFb`PKZ+oIz*u zP;f}n=O{mKV#D&>qe_MB+Or2~ciYG=PAe=TDeBrzcJ9J|qdo z76-|{QZthh5|R?LQ#|Ez^AW%_@25^VEekj=9%BdgoxsKrHJc<(i8%4spFG3J2wFx` ztOI76SP|?yZ9y!*&z-}?AIc^Squ&RnL<|WC2yHx57JEJ9vp@Cw~0&VO_e4*LreyP#twoaBg` zE6t&&3x+(=ro>9^fUPFvIOFE{2K9)*i;AtOSAUkkysW+6A5d8hQx9Is7+@kqy}^-^ z@0ZuIHts&>tnoOVu)lj}Jt|p{d^#(3A8{ksQ}{-js-}F#^mcxsh!fzO33ANIhgVfs zhy}&Lq0*yJA*-l$D+XeE5p>TGYWI!C`!d$nCv`Z_jJ(N6FUh)2JDd8x$yn5;nVa#D zW-UK3bTKSl)4vvz*J5nt>6=J{S5(x|-2iN(!(RwRxCcsmim_80j(A|bovgv~kznWZ z*)K}5&byYb$NtTzXTwQCD#&(FPt`W@U1Uy&ZBK#{VI_~8Bnwt-(LvKJo{5R->4NQ!=!h;P!m+1IzZ=})E$4H{dsz_R8j8oF;${(9#PX)# z7hB7YT$`Na07H*FdxGG2daTHiV%2SC$S~%f>Z8hjpDJShoYUio+vt61Dn3_cYXi)9Ms;&-1#nMp}%-H%Y}a_%*rb4T|F~Bvn9+tANkX(Xqv6hYul|Y z*NguB9A^z$lVlw0q2G$&i{BrTh2zs0$pd5c*=L`(SwyeCAy1rImsvKsbTm8zhXcia z)wXNWyIxsWFC52t#8mc+FO~{fuR=ckk^`-N1tc{I<5&2O1AaS1R}uSQ#kAMq&<|#$ z%_5FdN0&Z(+VrnYZ2T+a&v#qCCZzih;Kdbb@7I=HoRE_yzh%UdK(CIMtYeiIih)^$ zCnux3fpa0JFZzCt-haKGbV!_2hcUG$V+j{j@G@(QrBUQf{JO&CrP-RkNB4xK^MvYq zP-Bmoc$5yTpVdbcGZSokzMpd8f1JZ}KXkQSQD3*=HQTihaGMyv;Yc{mxLXCnt+3aU zcsjh6+q^a{?tP9b6sA@+>UmEUYpbRbE4--6Br;d1O%0?{n@QDjsqKGXJWF@aFc5ul zo5>w_Y)p6_i}FcKMjC%#>E&fYVJi}bu%G!;#3aI`;y2}LlJ{u??6oUWu9RTX{kWm_ zfW`d0pyBrkN~9+d*S#+&xUV{@&;1)3NH0z-aq)6Z?f*E9GHSnLjKwQ^|a!JxWJ z+f#F8;m~S8YFThDZM=3uqumeh$jpjemZBH)G^^lu2~|%L)+SK4Po*R1HO`dhYDB7n zlBOBBiPRk*arx7|qgu0$4>CLxYK|oK{T(~H+P&i041g`lR!UWAc=u`Xt!R^BR)(_+ zrL{{1nyvwpzEVYOV)dKp!=r(N4H|6}%5x=KQS`aZ_;b}(rU;>rU$$H9anmLoanz&l zDN+?oAT6!B`x=$Yb(o)}Jl|peq7=-zkj?w#nJJdP+d1~t@5cqlI{2qzfFGJK))U8B z;QHy;4p?7*u}}%mfOuF2C=ZFZFb&X((AtjFo;f|=Z{n$>*JvU-$tqDBNyc+d+>~7j zJ@a}P^t|VjWtLj8C&fjHFg8WWZ%`cqFm_R^6hUpG=`=k}qUn@93!+Dun~dbHs8zBc zWpY;}Hi{ls@_OVdHIM=MD2`z`Mq2PZRgVNYHxe6FPc{auXenOKXV3@oS>!5pkUse= zQk6DHP4o(Bf~f~zv=oPez6XUo5w%JV#7v%uGC|jaMa~zb$tc!>VIx|LGC|QpL7p0H zj+LVfLLff~F2tsw5Yq%{lLJtcDSKeZi-QZXaz26XMOBg56hV&UgF&>ohUFOVMR8D- zsl5Y2B~yyEV|a*epxx#Ls%iWU6f*p7%8I0NE-kOJrF1Pr(h{e z3N5503~5o`U@4p~@*q8=Gz?@>&EQHT13(v5kTOyrh9|kRsCn=>5;-b4vPdvlarTs` z9I}Hh2tCOCGw3$xt_9;1<(!B7g}&!=&|M9NAJ%4+Xe(vUl4$Gu9@3y>oXuO&R=OTS z(I*AaT(G-5Xbt6@kldH4#}Db8fm|PV6PMhVu4hQJm8vIPw3V#qQdEGZhb72e9b^{d zt_=bQ-8Eq-qMUP(XJTwRkdt6Vk%X8dX8E5K;>|?*IC> zLKg(`EBya-L-H#8djq)^{y%Ky-Q?8NdEvjc>PUKq&l&OdpcM7qjTIvt?-rr*W{{3m z``?^T>nrR!@Fh(F&xiTO7tV(f#z_>+92Q50T+gRz!5IQhk^(iW-7h0;qDw%V-)i-a z1Ut^A0=dYw5J`H4G+vvnTJp>ZB!bN%5e3-vS*L^D={^f$a9yh&i(=VEZR!-gf?#?x zFyp7idoV2+H$Blw`&Uu;)F*|E^hEoE_1a_=esFzb3-0t_(fboySf)sZv}hvF^HEERaLM{A9vf=O%ACj}>9!r5pT z5ck|QI30yIn0I6&evB?kh53}PpRV(9cw=ifex&8b;o`!TL_sT^9cW_j=p+*bW`WLk zkcj}hef`Ay{!$JPOqIF672iMbbLc4DT7V-UE+H;BDFv9qi|>&V5SJOpoLP^P7Xfw& z;7m8pq&vsi7Q@MzN-v0~zv5N&>D>2GI6bfKxSVcDfBCgvk^X|Es0aPvB;W$vQxv$C zR5-QwOiOC(Rql_Rjswblc4<;Oe?W<^v;`kXLVPsQh=E z_qQpq$3k6t`NkEUf`(Ib*j#HY_!qC<&wWRQB!_0slLJIOEVnX5z2W_wMl0AoC@|{p za$0l0Wq30=7ElYl@UGKhU)t&R@#t@7+hr~!z7QUvw5h)%)&dW#yn3y$>Wv7FX|#f> z&2X!am|GsSNS;bbueVILeb57L*Uz-5d=4IMU89C3p6p=sA8xoE<&qEb{d!F~4{oroMQ5dNbq>`*+BY^qH zuh*}_<_=`h?_8Mf^&EHL*Q~&;NC7B|_)$$fv|k0||2l1%=SofIyzgOF2R?oPxRnK!0l3D%HIpChkw1 zN6t-Oq!MJ(ImPlSD^RgR`nMY-SHE?STtW~e74AT9MSLRmIHfqX>--$h0p%z0lI1Uy zb3~lChOi3r0wqWBdfS;s>jk^N23-ML0o@@#zjrU+MLkv#@CxM%-x}7c(b)l~kDxF5 zAby70dD-dI$x>?OnOQe_EdcAg$amy1NO1K;>nI`btklYeB_v)yL(@IKKaYd8DedyFT*4(c=F z36w2jyD9V4GQtb}8E)-8`ZnPWanbtbOy5~CI zI*0kK#g$u`Md&Vp3V2tgAR@Cw{_~}-NprVTDAAcNqlPDQPC_Q^#Pb9y`bm^N#tNR` z>w0^k2PxO7)2Y>(+iH8@qy9Xe^mNLN#8^b8+u8CSa6)jR2K^*-l}1m7TPjJ+GRKT~ znRw<10>83qc-mdLTDM(nOiMf}z*?|bJ6>VZaTRxykVHTE9-ATScCv=QRHTKmbU&yN zdXz_f^BV2iT$8%c0lV5VWofsHxk5q=Y!qy^>7LyK=&tV!Moh>f@<{NgqDh3Hp-CXp z&q+QqJmwtId*xc8-$=}@f9!<<|2Y_Gr`atltZ0hH6YgrG0?Ib$8eDm~}_@^AxSZl=_ z>LF%Vy8&W`R9rM3$4q|3CJn`Ep?Pa3<+P#Sv8k($6SARlZSh!^hyw^WA>M^UQ;dEg z)t@UZk@M$baev$(!)ncva4_l-=O*>R3@y0jS*gjnd3+bsC_5nmU#SQVuI)v>uM(;* z&tqwNu#DA$KrwY!iIeQwxN6$Lg7sPZQeqQRa@eZ-$YsPUf&>SVj8u^tM0WhfbAdN~ z$FU<4HuV;1I8_^)HprQ9p+537{V_pJmuWWYQEG;tr__N!Lvgg04&9+i+!5}YK1T8G z9fcYkwh+Qp%AKy*9rTr5a@VY<;U9Wd=XI{m8dCQn5EW3<0gNFNq1={e)2tPl)SwSH z>odZK5)MaLDJ>t`XI_sHpEW*rcD(+4t@c@|b!NklXNEz8!h?AXK=r>2@afcF7g*O_ zCtA1uf^H9}B%Fu;4#V${`Gvpo?L5jGSTh(M|B+7WFO-$g?_dxDpuY%?qhCQE`qv4w zR3d1;Ers#)w_Shp<=m=q0CG=@% zOtLrAFsK0pU!axVszN7pdS}BVBgVs;2-C6R(L#p>P-J7!LWy<~k&*VpItGwoKsiDQ zMZdj+Vp)f-_Ln1rwTImoCWuDKgBtKhm4ZnZrdWqM@_#D@Rq7AV3QOII^bSfe8@ATJ zz?NW*oeUa>%s84NN&&hr0NwvK;MTtb_7uhs_66k${*L2}W<9EtzjLWmr<2rQdL5FP zIte>Z{pSMa{MTSQpncyyA)Ya;tF7a%Cv^^W%65i#{zppkHw!TH2M2)tvtSirgkUqF zNDxV2BcX-hePN#7x#Qeno*|vFo_$=WJ%e3;?7a04@kb0eg;|3pfjU7vfjxnz_NVL= z>|E(ISjWIX{1x!d9?zcU%w}DuQ)E4@lgGaT)(xrw_A{(4Y&(iK{2jYJ!`b_Fz-6g~U*0srG!iwwX~by^dNX?r z)_lb|%rbmdDfJ7xR;+rVn-%JP_&3HAxOG@sZ>V7O>@#Sb5B^< z-A5d&EW=}!QlGFo#i|>+*$=&oU`>ee_49Ga>qu0l-!=SG8mY0fv-+1`k<%_#1Ftae z=&0fUJ1Gdr`@c*wgphQs4a}U#AZ#5GCnFPEXEGocJERppFDJzEhpP9-#Lmsj%*DmY z4Mbs4aW=70Cxi6e=LPa|a`2+Cd^E6^GO;i-cP8WJU}NUx-~vKUly)|-wlEU0HM2G$ zgY;$pBl;jJYUfU-!^FkP4k4mJ8t;=aLFi`8Tx4wQoUF_cDFF^%GB#F--T((T4;v6d zIQnxAgg<1$P6qr#F#1=*(I43bJ3~tp0RfhOM=tzxGyW%XA!HIRhR%PfQT(5yu%JiA z#s=X7^6~SaRPZDYsSk3Q8@TpS%H;{nT_W!1|SFPU*mzykORCBM&N%i4_TRcSUK1@ zAp3tQE&S(|{#JqjGIIjiAuB`1!42_)oda?<?JP^JiFFP+A z2ibr61sTcv*9>@=A*;>vN8#ZwWd=@OW^NA1(7(L?!&GErW@CdG{=rn_;A94JvjQP^ zg!3<^B1Fjn$OZ8fvd;mz^1pok-^@iWHfC;aR>;ldVdG?m#OR+Z@p3_YV&?=hbFs1U z{LyoOXj?$SoRgD{lkLANKCrR=8Sozw_U|}s99;i}!KN3hV-?7Xv2R97OHL| z0%t{YSBZLf18ePg6omh=7X9V%{q8&(VEk-*nZ;lxonU2*(Yqm6pnJGkp8<8sy#{L@ zzPt@htVfk)H{pyWWESoR#|M_FHy?9b*!rD*b)nN_n6^~P7yUvNfZs?{`{Lzel2&nW zbmz^ngNQKB@moZh6+YwgYBF`s6$+5EP_L}8IyN-B@MPi5jG!6BNJ|K$PnKi&S^t0{ zGP**iso$akmpvoo(KB!~IdD3g<9RdD<{5x z=zx-@B`EH@H+4yp;6&)2{}yvzY$0`VbhTQI#G;0jR*-Wxl9rqpCi`HG0EI)TA`y11 z!K{NQj+&TipzJD-?Xi;g>0DdKS0ioFQZ;1+d`~PbnJ60XQYCTKuZ9IBpD(t|e!K0l zxqH;iju7F!4LR;xwsJqp!H;OTSYzqRZVLSGIgjms%z6Lv9siRe{wHk+6c%w?2%*u! z){Klr+8C1NESx=hv@-I1wjrCu&U;e>@WaDP# zhGfWp7ePGiK-Pa{$0^<`>3>jarcp*rvpw#5c2Ta!r@VM66eCUI^)j;7WCIS=$`*D5jxsRG6JbnbrOr zt25Nmt$h^!iyGX0olgq1LB;{dOns~ZN5(witXisq3>#Uzx7~S(RZI@m1x$A08psjwj zBJ$G5Wvg0$DJBy{g=sWfXKB~@*e0;-B{ih%dP-$trIU?4Ot2=g>b~_txfGQa$gWHW z2opD~D#Y^r-l5JJW|EwOn|_Y}+u zpjvgIs9=SBcD+Wu6#KB(!Z2|D9bW~TAfZzAYV90MTF-tXhZ%@NzE>`@rf0#B<75%w zP|kabUUvDQDxA*3-09P4c`kib%-XRTFu@HnNu5zOWcn zRZ;~nN~wqXnj$%)Nt`N)>j9uB!fi$`PKf9m>FIq3dDxW@o5kI^^SdMwWboVCzHfXf zOlcaejpti^^m>qSfK^`~;VscpI{=t};z@Zhe~s{|T9SKIcSvg_zBOzqN*-`RymED* znY~%bkzEcPvwJWX_s(jZYjygz2N0?Hc+`{Ot#pJXSnwJ(_>$o#*-v_Oc?9t4`RFc6 zf*WN7_P`>&5rA1UB0rrfh&rO_RjE|N(HaZet^C+VtB=JJuF=a;d6T-kYtTl$ieVS# zmXCYjat<5~>9yL(3Ud!=1A3$H+vE_wQ$=uJJ=-QTbejcL3-T~5FQ*_ zmLxH2wVE5`j~y1#W_?!YvpY$TlQqS|8=+_H9~;WpA5C$Xys}UM8!KjVI$RaTXmxXN zd;^B?O~zu|AkWSx?-llg>|2%c`swWf>iZI=37CodjPwLW)?iY!SLI0hk0B*z^Y1=Z zuyQLcbWg_tMhV@}$oET+KW`;;|TFksu(*wbk*W0Mp-PpkGRFd?G6VBfSsN`XOe zOlBm3r--&uyKO&xTPLmV$~)S^K}oNbDmIVN*5>3GtsH)806Spt-HG*nVz-%;ig`C` zf$MJt9LI3d-^t(tTa&&as11B^Gp4w5RC0hKvMXqG>3)Z*rABy{)oKRT|aKw%a5Bm6Tcj;OHBrquR~NH`Ho;n6pTNb27o4 z^+T;Fwy%k*H&=$QDX+pafkSVl_-paFn~PEEgjQM9aMw}V+8b}>a>B&n;)7I)-j`;7 z4xy}_vM#H}OY-HHaZS|bzV8yP9VmgC1qDBbt-ia~zZ)3UMe+Zrar;H9X|5Ej*pzA) zzyDUW?)wD%eeq{ck!<=bzQRSvL=U&{^R~wpn!Ow1-@R}fD$lH+F6~v=QDIgWJ-d}n zDta%qD!h*Ozb%FAUjo})KDZ>Ma~t*e>N2mi=4hcB@iV6e&h%4qDGLb;QG^`QHEBu$Y?RZV4$DjlQ=+)tD-;iL>BxTz1bN3nogh_ z#8=EjNaW*_bNFOCN2~2(9;C077*L9;ZqrGn5IFVDVjJ6bBA8(|Yd+ZR zFFm2fOww0Q2&vNs9gk}5xgBt~v96!)AD5yzx2yytel7l0q=^S@=3vvQb&_Gr!!NYf zGSRND$1fe<9~-92nIF1r3l?Z7U1Azzs<=9-C)W{b=pvlXOVmg>JS6$Xerl_S)UZDj zuK`T>!SJz;lT;!e-)=3UL!EDAl6A^pkxTGXay#vfwDMGL%$Nk;AScTffIz0JuxDh# z;7mNGA}%K+BqvwNQ02WBoIX_-V_vRKA+l>T z8==i8&x&Am4gaFenoT{Y5Y9rV)b`=g<&RzZqrz|Yf&`7b4VdoqZTy>Xi#%hXel^6* zu38C!kM3DGdvyo*OY2r|RPU!x$UmKzZZf>xPbYsf0)!Qe1aTOqyEI9Za%kK;#S4Wz zVGfdp(tIwES+=g*M<`C82UQuib}?I&X{p9}D%#lv^E~4|ihSmqoutT~v=VDMb3`3W zj%d_EQL`Uo=d*e$ChhvI=0eF4X63D!v`i)%7GYkCL2L<)8Ei^ix2jZxFqXPzA=6mp z;{5O?OIB~XW!S7-BaJ*PT_pk}XUQR;qGw*q61_!aX8S?&kPTl4M?BXqXIYknUru*e zG7bknBy)~eSyd%}isMscog7Q}JARLY%H0r?*%VM!2ud(P;(N+j0wb{~(ZD-;Vt$!p z;0Auo2U3^S+WH_Edz&=Oa1s*|u7n>b$;3FgCGG1i@Oo-L6bnrUJ$t-&wXHLXr%YvI zXt_)AdwpA13Vj&`My<<<^0|M`D-kNj@qCI9K)Z}&`T=%pangHGM!Z40zEK&=syzKA zire0Kj%M`3%2<8+T)$)=4KAnjwH;t25`ba<=0l zaplz1#HD>xh*S5AG_`&_;d?^4QEE?fw7dIwG(qHqRA9IZJ#CF;dQ@C zhVL~!ZT@+@dTLRaP&SD}fLyN`55>7*@$DRN>KuV>8cnRG;^7@Yo4bnyi5K=;lPxOd z_Z^O^qcGf!rA^0&Lsb;L3ids|8e8&atI;fRcyISC^56nwnqNrdgiu%<93{af9J~W`Hn+IQ>+&B^Rr$|Tibyf=~IRjsT#Fd z&orzTLFS-lD(kZ(8`5aGtT zIsYd)Os5`QhlHwyZJ&2`N%s_LatY`H(Xm;iTTpV2BW3tJ~E^6dJWWzK>Gm%UP!+qV?K|d^)@5Q$PdScVZ(q z8uZ!|OVOFoQ9XHVCQO|)#!z5!JAX4>UzxbAjVPrBuspy^&r7o9rg{9k)v#ukoSY(O z3{i!+1hph@NaQ4SW;D>^>CSA#fbKCvA%q zH(t@Dtzj+J58nNqLB>{Mjoh?M7F$&YEw`$ZYale)9j)#SEBSEr?N8-2Fa(4ImqAS(6X&H;nMtPKVXogK$TT@JIEV>q&MnRTE zKYDx&09YDJOeVlhiGRl<;5V`1^a-Je8zDbWNhf4?+$VR9$Eg0heeYFr_|w;Sw9|1&qnuMJW~~Pt%eP zKH02=#a4FNF`c=^`24YAow_c8hRtPdL_JlFw?5S!KHIN4oQqL73GM~Pnw-tiRITJp z;;qTVlLS{+(e)q$3Z}g7$S~v(jUeZs{m*0v!)t^|p=yTtSwNT z?FcGoqKVCdGDc6U?Aijz3R>dCWTw|Vvl0+qGFWi^q z%pX55K4y}UgwWebvLya6B{cmh8eYgF|NQu?gJfkQF=c!4apmmxGNdN>MTn{lUx)<}8KkR-f`ai@|uMI1SN zfiX-Arz*KOCt4gj+#BG*=%_VpykQ#CZHN#arzvN~7SXE;P|-B5Ngg)D3J+zZu6#FU zNEBYh_^a~Wh#^jR3}dxsqh@-)Azb(dqr#V%0gAw0R)7NFqgGzcxE8PG8w0lFUNV3y z09NbGmzZBULgA_aI>uP7E2EemikRRCahPy-fI7f|(NL?W5@d?mOA#v$7j6$QU}R+E z1jGg-AukMVB87J|`kI`hhJR#y8Q3%fynZ>y4ky)m>fH1KtX175_VO^co1Wu_2Qs!B zpTmcD)ZC@_nlZlo+N@xF>Dp8Q_?ey~hr=@7)Z8WaN-};hKBoaZYI=8W`T$O=+>?6w z8COlu0pUDatv@$i02Nj43BCG&ic0sCURg$c<8zqsT`hsWO)bD!rF&|x3S*}6Ib3+3 zmcXw~Wk6J=dvfnb#+%Cdk(`iTW&nD%yMM0&fL{|%%ejVCb9rp@1K_s0F+?0MyhUrd zcT)kdq_zBW(-qKA)tJ!B#As_;711ltXlv{M8-A#z+qVe;3s*L#_NpnVXt zG3m!rqpnnD{INB}DGeV(Nsf=!qw&$UhJTXNWpfPhQSuto7si!Ng>u7(^aOCn)&=Zw z=3I*%ehoDHI*Wj~8!(GeMtzW7?OMGE(jM@zw6|w23^vD|kU_DawxrO;BvOUaR;c}6 z7*iNf_<@&}R8>-)N%^fZS4>u6m^s}9R&hgeskj(wD1E56n0}552!P=Mq6ZCz?qDZi zCSZ+Frpj`L>>1}^3FWpJF)cCX9PCgDjJGs= z0jZ-@gW236n846)pQiT3_-33i-jWl@af134I9Yk^na!b;we8mhl>Bm39Sbnt$JLN3 zV<}T4EP$~3@fD5Vhviml=Df=>rw^wHqY6VpqlFJfM2rvU0x@n)_s5ELQ7yS- z8F)z8!^`=odZSqFOZ|X2p(rMVFhwsc1UEG(vKDtuJkcPwrnE3;>?7_Ry(dfm_;v4e z>nVMYBc}uNIYIPAbQWya71{9=hl`%X>|(uj*4bVAb{wWps0 z>FxkJK`SuqNOV(XaKo|zSM!5xX__PU)N^z|w$zIf&e&Y8ly#1<6W6M)#1nO5a~OK^ zxaAawGC2$&W^naTVS;QZ^N;HAP-cqeXmf@McpQ%pTF^O{pwah>qRtAez37WXazzLk z^3Lk4`6SNN6Zk)I&y)R;RG(FI62Hj2HOJ+ukEKWpO$DiAFwtmBToZ&66q;SDwnY{uQdohCL!ZRd#AHJg z$FuQN#sHX1c_JF0ram-BC+*=JoWL|khiDg((bJ?VssiL(17!jS4p1(?4ji0k63Tr* z<)ld#z;b2}j>i~5qo!nu?ls269HB5XVD-Q*Buj3Ek0+J;Kpc-JcLKMK0KuSegf5E# z#W=o7yLSx5^{0}^T?G_i%D<&9mNY_9c4c({m^-pgpr+!;mBPvARYSryFjOns0SCyP zT!_F;om@D(W1gd|>O-YR9^Nk=ks-zTm4Hye8Ah2}S%Os=^7KeSQwNM+lmq{Aw(J$* z3_5sAO(14WLmLW z|8dkjhc-tl2Py0gxS!Qg8^lQ=O|{&HJcAZYiOdz*ja(P``G+4g8uV+>soC8N^b_0@ z(i0Q}N8(2N2)N$rQZYaXHVX=IeF^>L z-5t^$#!Xh|qyJxp;8F&nQ|&&!Rp<^I8^>0Y5$9IqR_N#EnQiyC?zr>e7aHqc3yVkY z$PeOsc-dJE%x(f^dOPm3i+k?B7T4VgT(U&H6k!yhPFDLIeBZd^xKo{|_H{dyMTTrH z5_xSd61N19e8GD{he6M_rWthY#Di;whHVsb&G_9ue;w&%#KU_My0W(ywzAbo*ofMQ zJ&(2wy-dPC=|Fg=z7Cjf!f$1A4gO8NNBF}Isyw6}%|J>kV^c%3&j|Y3A>)WQ4xiZP#YlGlY zqQ}#+o3O|4gWM%s3l!SU0d7z81Hs7ZA!;gM{gU@HHo=k+r$LRAVO>F*lBGKXp&583 zO-4=^C@WQzeK;>eyl#aKlL>mqvi91OvnT8wmEP4KQ<%5a*6Lm74