mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-11 10:07:18 +02:00
6 lines
196 B
TypeScript
6 lines
196 B
TypeScript
export enum GamePassCloudGallery {
|
|
ALL = '29a81209-df6f-41fd-a528-2ae6b91f719c',
|
|
NATIVE_MKB = '8fa264dd-124f-4af3-97e8-596fcdf4b486',
|
|
TOUCH = '9c86f07a-f3e8-45ad-82a0-a1f759597059',
|
|
}
|