mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-06-11 01:40:45 -05:00
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"
|