MCPcopy
hub / github.com/SYJun404/frank / PlayerChampionSelection

Interface PlayerChampionSelection

src/recentMatch/utils/queryTypes.d.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface PlayerChampionSelection {
2 championId: number;
3 selectedSkinIndex: number;
4 spell1Id: number;
5 spell2Id: number;
6 summonerInternalName: string;
7}
8
9export interface GameTypeConfig {
10 advancedLearningQuests: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected