serverline-sim/src/commands/create.ts

7 lines
106 B
TypeScript
Raw Normal View History

2021-12-12 10:53:26 -05:00
import createExecutor from "./executor.js";
2021-12-11 23:03:55 -05:00
export const create = createExecutor({
pawn() {
}
})