UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (4 loc) 116 B
export class AchievementGateway { getUnlocked(): Promise<string[]> unlock(id: string): Promise<any> }