代码调整

This commit is contained in:
dong 2024-01-05 16:32:20 +08:00
parent 2fd3f071e1
commit 8ca16e00bb

View File

@ -235,6 +235,9 @@ export abstract class JlPlatform extends JlGraphic {
get datas() {
return this.getDatas<IPlatformData>();
}
get code(): string {
return this.datas.code;
}
doRepaint(): void {
this.doorGraphic?.clear();
const platformConsts = this.platformConsts;