HJ_Server/src/api_o2s/gm/ApiSendPrize.ts
DESKTOP-15R5JU0\legu 97e070ea81 init
2023-11-17 12:02:12 +08:00

7 lines
196 B
TypeScript

import {ApiCall} from "tsrpc";
import {ReqSendPrize, ResSendPrize} from "../../monopoly/protocols/gm/PtlSendPrize";
export default async function (call: ApiCall<ReqSendPrize, ResSendPrize>) {
}