chore: 部分私有方法添加注释
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled

This commit is contained in:
unanmed 2026-03-02 21:48:29 +08:00
parent 838f33347d
commit 93fb788bef

View File

@ -151,6 +151,10 @@ export class OnMapTextRenderer
return this.canvas;
}
/**
*
* @param blockData
*/
private getAttachedMap(
blockData: IBlockData<IMapVertexBlock>
): Map<number, MapTextArea> {