Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
trdwll committed Jan 3, 2021
2 parents 079a251 + bab4c90 commit 598352e
Show file tree
Hide file tree
Showing 55 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamApps.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamFriends.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamFriends.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamGameServer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamGameServerStats.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamHTMLSurface.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamHTTP.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamInput.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamInventory.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamMatchmaking.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamMatchmaking.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamMatchmakingServers.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamMusic.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamMusic.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamMusicRemote.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamMusicRemote.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamParties.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamParties.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamRemotePlay.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamRemotePlay.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamRemoteStorage.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamRemoteStorage.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamScreenshots.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamScreenshots.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamUGC.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamUGC.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamUser.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamUser.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamUserStats.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamUserStats.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamUtils.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/Core/SteamVideo.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "Core/SteamVideo.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/SteamBridge.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#include "SteamBridge.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/SteamBridgeSettings.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.


#include "SteamBridgeSettings.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/SteamBridgeUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.


#include "SteamBridgeUtils.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Private/SteamIDUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.


#include "SteamIDUtils.h"
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamApps.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once
#include "CoreMinimal.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamFriends.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamGameServer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamGameServerStats.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamHTMLSurface.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamHTTP.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamInput.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamInventory.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamMatchmaking.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamMatchmakingServers.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamMusic.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamMusicRemote.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
4 changes: 2 additions & 2 deletions Source/SteamBridge/Public/Core/SteamParties.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand All @@ -19,7 +19,7 @@ DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnActiveBeaconsUpdatedDelegate);

/**
* This API can be used to selectively advertise your multiplayer game session in a Steam chat room group. Tell Steam the number of player spots that are available for your party, and a join-game string, and it will
* show a beacon in the selected group and allow that many users to follow the beacon to your party. Adjust the number of open slots if other players join through alternate matchmaking methods.
* show a beacon in the selected group and allow that many users to follow the beacon to your party. Adjust the number of open slots if other players join through alternate matchmaking methods.
* For example, you can use ISteamParties in conjunction with a private lobby. Create a private lobby, and then use ISteamParties::CreateBeacon to create a party "beacon" for the number of players desired. The game
* connect string should indicate the ID of the private lobby.
* The beacon will appear in Steam in the specified location (e.g. a Chat Room Group), and also via the in-game ISteamParties API as described below. Steam creates "reservation" slots for the number of desired players.
Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamRemotePlay.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamRemoteStorage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamScreenshots.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamUGC.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamUser.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamUserStats.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamUtils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Core/SteamVideo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/Steam.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
#pragma once

#ifdef _MSC_VER
Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/SteamBridge.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/SteamBridgeSettings.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/SteamBridgeUtils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/SteamEnums.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/SteamIDUtils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/Public/SteamStructs.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/SteamBridge/SteamBridge.Build.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.
// Copyright 2020-2021 Russ 'trdwll' Treadwell <trdwll.com>. All Rights Reserved.

using UnrealBuildTool;

Expand Down
4 changes: 2 additions & 2 deletions SteamBridge.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"CreatedBy": "Russ 'trdwll' Treadwell",
"CreatedByURL": "https://trdwll.com",
"DocsURL": "",
"MarketplaceURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/462c7e0a29ea4282a162b0c34477ebf9",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": true,
Expand All @@ -25,4 +25,4 @@
]
}
]
}
}

0 comments on commit 598352e

Please sign in to comment.