コード例 #1
0
 public HumbleGameController(Game game, HumbleGameLibrary library, HumbleLibSettings settings, IPlayniteAPI api) : base(game)
 {
     this.settings = settings;
     this.library  = library;
     this.api      = api;
     this.GameName = game.Name;
 }
コード例 #2
0
 // The constructor obtains the state information.
 public ThreadWithState(HumbleGameLibrary library, string token, string gaem)
 {
     this.gaem    = gaem;
     this.token   = token;
     this.library = library;
     Values       = new Dictionary <string, HumbleGameData>();
 }
コード例 #3
0
 public HumbleMetadataProvider(HumbleGameLibrary library, IPlayniteAPI api)
 {
     this.api     = api;
     this.library = library;
 }