Class Plugin.OnGamesMergedArgs
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class Plugin.OnGamesMergedArgs
- Inheritance
-
Plugin.OnGamesMergedArgs
- Inherited Members
Constructors
OnGamesMergedArgs(Game, IReadOnlyList<Game>)
public OnGamesMergedArgs(Game primaryGame, IReadOnlyList<Game> linkedGames)
Parameters
primaryGameGamelinkedGamesIReadOnlyList<Game>
Properties
LinkedGames
public IReadOnlyList<Game> LinkedGames { get; }
Property Value
PrimaryGame
public Game PrimaryGame { get; }