API 参考main 模块continue 继续游戏本页总览continue 继续游戏continue 类型: MethodDeclaration 定义位置: main.ts 描述 继续游戏 返回值 类型: void 源代码 位置: 第 174 行 public continue(): void { if (--this.pauseCount <= 0) { this.pauseCount = 0 this.paused = false } } 文档生成时间:2025/7/7 12:07:06