mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-11-02 04:15:48 +00:00
修改几个导致声明文件报错的声明;发布1.0.25
This commit is contained in:
@@ -12,7 +12,7 @@ export abstract class ModuleBase extends Component implements IModule {
|
||||
/** 模块名称 */
|
||||
public moduleName: string;
|
||||
|
||||
/** 模块初始化 (内部使用) @internal */
|
||||
/** 模块初始化 (内部使用) */
|
||||
public init(): void { }
|
||||
|
||||
/** 模块初始化完成后调用的函数 */
|
||||
|
||||
Reference in New Issue
Block a user