UNPKG

real-name-pc

Version:
12 lines (10 loc) 185 B
/** * @author: liuyang9 * @description: 大厅支付日志 */ import base from '../base'; export default class lobby extends base { constructor(prefix) { super(prefix); } }