corgi-ws/src/constants/ClockNameConst.ts
2021-04-30 16:36:31 +08:00

9 lines
150 B
TypeScript

export class ClockNameConst {
/**
* 房间自动关闭
* @type {string}
*/
public static readonly ROOM_LIFE_CLOCK = 'room_life_clock'
}