BuLi-Tipp Modals zu Tabelle und Paarungsergebnissen hinzugefügt
This commit is contained in:
@@ -45,9 +45,11 @@ class RitzenbergenLib {
|
||||
class Paarung {
|
||||
public heim: string;
|
||||
public gast: string;
|
||||
constructor (heim: string, gast: string) {
|
||||
public id: number;
|
||||
constructor (heim: string, gast: string, id: number) {
|
||||
this.heim = heim;
|
||||
this.gast = gast;
|
||||
this.id=id;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user