Skip to content

Commit 8ed6837

Browse files
committed
Remove unsupported platforms
1 parent 89f4910 commit 8ed6837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Client/LootLockerConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static LootLockerConfig current
6868
[HideInInspector]
6969
public string deviceID = "defaultPlayerId";
7070
public platformType platform;
71-
public enum platformType { Android, iOS, Steam, Windows, GoG, Xbox, PlayStationNetwork, EpicStore, NintendoSwitch, Web, Other }
71+
public enum platformType { Android, iOS, Steam, PlayStationNetwork }
7272
public bool developmentMode;
7373
[HideInInspector]
7474
public string url = "https://api.lootlocker.io/game/v1";

0 commit comments

Comments
 (0)