Show local co-op icon in game card

This commit is contained in:
redphx
2025-01-02 21:39:27 +07:00
parent 9862f794cf
commit 90f89a0244
14 changed files with 287 additions and 14 deletions

View File

@@ -31,6 +31,12 @@ type ScriptEvents = {
data: any;
};
};
'list.localCoOp.updated': {
data: {
data: any;
};
};
};
type StreamEvents = {