5 lines
139 B
TypeScript
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"
|