This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
anamnesis
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
all medals data
master
kj1352
4 years ago
parent
2e6d92d090
commit
6c2ccb57ad
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
src/data/all-medals.ts
+ 8
- 0
src/data/all-medals.ts
View File
@@ -0,0 +1,8 @@
import { IMedal } from "../structure/medals";
export const ALL_MEDALS: Array<IMedal> = [{
name: 'Intern',
minValue: 0,
maxValue: 100,
icon: ''
}]
Write
Preview
Loading…
Cancel
Save