代码调整
This commit is contained in:
parent
2fd3f071e1
commit
8ca16e00bb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user