Initial code
This commit is contained in:
commit
1f20a611da
26 changed files with 1050 additions and 0 deletions
8
src/types.ts
Normal file
8
src/types.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
interface IRank {
|
||||
rank: number;
|
||||
experience: number;
|
||||
experienceInRank: number;
|
||||
expToNextRank: number;
|
||||
}
|
||||
|
||||
export { type IRank };
|
||||
Loading…
Add table
Add a link
Reference in a new issue