We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cda7bb commit 6ccf9a0Copy full SHA for 6ccf9a0
Samples~/LootLockerExamples/Scripts/PlayerFiles.cs
@@ -77,7 +77,7 @@ public void GetPlayerFiles()
77
public void GetPlayerFileContent()
78
{
79
// You get the URL of the file from LootLocker
80
- // You need to download the fl yourself from LootLocker.
+ // You need to download the file yourself from LootLocker.
81
// You can use the IEnumerator Download() method below
82
LootLockerSDKManager.GetPlayerFile(int.Parse(fileIdDownloadInput.text), (response) =>
83
0 commit comments