mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 01:44:39 -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"
|