Create timer function to initialise card database from filesystem (#14)
- Create a new datasource for an in-memory sqlite database - Create a setup function to initialise the card database #13 Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/14 Co-authored-by: Ethan Lane <ethan@vylpes.com> Co-committed-by: Ethan Lane <ethan@vylpes.com>
This commit is contained in:
parent
c2c2998fe8
commit
51d97bacd5
17 changed files with 813 additions and 28 deletions
6
src/constants/CardRarity.ts
Normal file
6
src/constants/CardRarity.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export enum CardRarity {
|
||||
Bronze,
|
||||
Silver,
|
||||
Gold,
|
||||
Legendary,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue