规范jsdoc注释

This commit is contained in:
YHH
2025-09-24 10:45:33 +08:00
parent 0b4244fd8e
commit 6cbbc06998
6 changed files with 38 additions and 3 deletions

View File

@@ -31,6 +31,11 @@ export class DebugManager {
private sendInterval: number;
private isRunning: boolean = false;
/**
* 构造调试管理器
* @param core Core实例
* @param config 调试配置
*/
constructor(core: any, config: IECSDebugConfig) {
this.config = config;