mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-03-03 03:40:21 +00:00
Add grenade launcher stats to accuracy leaderboard
This commit is contained in:
parent
c42b05e7de
commit
01c2b8b37d
2 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ const hitStats = [
|
|||
'laserMATG',
|
||||
'cgHitsTG',
|
||||
'shockHitsTG',
|
||||
'grenadeHitsTG',
|
||||
'grenadeDmgHitsTG',
|
||||
'grenadeMATG',
|
||||
] as const;
|
||||
|
||||
type Stat = typeof hitStats[number];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue