Files
ms/packages/molang/src/parser/parselets/postfix.ts
MiaoWoo 6816e51239 feat: add molang package
1. upgrade bukkit chat
2. fix config update error

Signed-off-by: MiaoWoo <admin@yumc.pw>
2022-02-12 16:29:40 +08:00

4 lines
102 B
TypeScript

import { IInfixParselet } from './infix'
export interface IPostfixParselet extends IInfixParselet {}