forked from MapComplete/MapComplete
Various small fixes
This commit is contained in:
parent
1ea285d303
commit
2dd428497e
45 changed files with 776 additions and 587 deletions
|
@ -12,7 +12,6 @@ export interface TagDependantUIElementConstructor {
|
|||
construct(dependencies: Dependencies): TagDependantUIElement;
|
||||
IsKnown(properties: any): boolean;
|
||||
IsQuestioning(properties: any): boolean;
|
||||
Priority(): number;
|
||||
GetContent(tags: any): Translation;
|
||||
|
||||
}
|
||||
|
@ -23,7 +22,5 @@ export abstract class TagDependantUIElement extends UIElement {
|
|||
|
||||
abstract IsQuestioning(): boolean;
|
||||
|
||||
abstract Priority() : number;
|
||||
|
||||
abstract IsSkipped() : boolean;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue