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