TFTPaths 1.0
This commit is contained in:
parent
5924149301
commit
2e12f90b7f
96 changed files with 1420 additions and 47 deletions
9
src/models/champion.ts
Normal file
9
src/models/champion.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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