UNPKG

s2ts

Version:

A tool to automatically compile counter-strike TS files (.vts files)

8 lines (7 loc) 307 B
export { Vector } from "./vector"; export { Color } from "./color"; export { game } from "./game"; export { addOutputByName } from "./commands/addOutputByName"; export { runServerCommand } from "./commands/util"; export { createEntity } from "./commands/createEntity"; export { uniqueId } from "./helpers";