Update to set 5 and add static data from League of Legend
This commit is contained in:
parent
9fb13409d1
commit
5f06b288b1
201 changed files with 1362 additions and 935 deletions
|
|
@ -1,6 +1,7 @@
|
|||
export class Champion {
|
||||
constructor(
|
||||
public name: string,
|
||||
public img: string,
|
||||
public roles: string[],
|
||||
public cost: number,
|
||||
public isSelected: boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue