Skip to content

Commit 26f0e3e

Browse files
JohannesLootkirre-bylund
authored andcommitted
Update Samples~/LootLockerExamples/Scripts/PlayerFiles.cs
Co-authored-by: Erik Bylund <kirre-bylund@users.noreply.github.com>
1 parent 6ccf9a0 commit 26f0e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples~/LootLockerExamples/Scripts/PlayerFiles.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void GetPlayerFileContent()
7878
{
7979
// You get the URL of the file from LootLocker
8080
// You need to download the file yourself from LootLocker.
81-
// You can use the IEnumerator Download() method below
81+
// See the IEnumerator Download() method below for an example on how to do it
8282
LootLockerSDKManager.GetPlayerFile(int.Parse(fileIdDownloadInput.text), (response) =>
8383
{
8484
if (response.success)

0 commit comments

Comments
 (0)