Wrap app
This commit is contained in:
parent
2e12f90b7f
commit
a7de236f3f
540 changed files with 65753 additions and 11694 deletions
|
|
@ -1,8 +0,0 @@
|
|||
export class Bonus {
|
||||
constructor(
|
||||
public description: string,
|
||||
public role: string,
|
||||
public units: number,
|
||||
public maxUnits: number
|
||||
) {}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
export class Champion {
|
||||
constructor(
|
||||
public name: string,
|
||||
public roles: string[],
|
||||
public cost: number,
|
||||
public isSelected: boolean,
|
||||
public sinergy: boolean
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue