mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-23 02:14:43 -05:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
export type Game = "bst"
|
|
export const game: Game = "bst"
|
|
export const version: string = "0.1.0"
|