plugins/bst@asphyxia/utility/about.ts
2021-04-01 12:54:54 +08:00

5 lines
139 B
TypeScript

export type Game = "bst"
export const game: Game = "bst"
export type PluginVersion = "1.0.0"
export const version: PluginVersion = "1.0.0"