Пример #1
0
 /// <summary>
 /// Reads the data from a SteamDataLibrary into the byte[] in preperation for submiting the data to the Steam Remote Storage system.
 /// </summary>
 /// <param name="dataLibrary"></param>
 public void ReadFromLibrary(SteamDataLibrary dataLibrary)
 {
     linkedLibrary = dataLibrary;
     dataLibrary.SyncToBuffer(out binaryData);
 }