6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
|
/**
|
||
|
* Gets the basic data used for game data processing
|
||
|
* (such as graphics engines and progress statuses)
|
||
|
*/
|
||
|
export default function fetchPlatformData(): Promise<void>;
|