diff --git a/Facepunch.Steamworks/Client/RemoteStorage.cs b/Facepunch.Steamworks/Client/RemoteStorage.cs
index 1847fac..c33afc5 100644
--- a/Facepunch.Steamworks/Client/RemoteStorage.cs
+++ b/Facepunch.Steamworks/Client/RemoteStorage.cs
@@ -90,6 +90,15 @@ namespace Facepunch.Steamworks
return existing;
}
+ ///
+ /// Opens a previously shared
+ /// with the given .
+ ///
+ public RemoteFile OpenSharedFile( ulong sharingId )
+ {
+ return new RemoteFile( this, sharingId );
+ }
+
///
/// Write all text to the file at the specified path. This
/// overwrites the contents - it does not append.