plugins/bst@asphyxia/utility/about.ts
2021-03-30 18:55:18 +08:00

4 lines
96 B
TypeScript

export type Game = "bst"
export const game: Game = "bst"
export const version: string = "0.1.0"