mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-11-02 04:15:48 +00:00
添加内部属性标记
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