forked from MapComplete/MapComplete
Intermediate refactoring
This commit is contained in:
parent
069cddf034
commit
7b80e945bb
16 changed files with 43 additions and 44 deletions
|
@ -100,7 +100,7 @@ export abstract class UIElement {
|
|||
return this;
|
||||
}
|
||||
|
||||
protected abstract InnerRender(): string;
|
||||
public abstract InnerRender(): string;
|
||||
|
||||
public Activate(): void {
|
||||
for (const i in this) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue