Beispiel #1
0
 public void ApplyResult(SteamResult r, bool legal, ulong id)
 {
     result             = r;
     needsLegal         = legal;
     _id                = new PublishedFileId_t(id);
     finishedProcessing = true;
 }
Beispiel #2
0
 public void ApplyDownloadResult(SteamResult r)
 {
     downloadResult     = r;
     finishedProcessing = true;
 }