-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcats.json
More file actions
58 lines (58 loc) · 1.19 KB
/
cats.json
File metadata and controls
58 lines (58 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"id": "8",
"name": "AR",
"full_name": "Assault Rifels",
"image": "\/images\/gun-category\/ar-gun.png",
"source": "\/cat\/ar.json"
},
{
"id": "13",
"name": "LMG",
"full_name": "Light Machine Guns",
"image": "\/images\/gun-category\/lmg.png",
"source": "\/cat\/lmg.json"
},
{
"id": "12",
"name": "MR",
"full_name": "Marksman Rifles",
"image": "\/images\/gun-category\/marksman-rifles.png",
"source": "\/cat\/mr.json"
},
{
"id": "10",
"name": "OTHER",
"full_name": "Others",
"image": "\/images\/gun-category\/others.png",
"source": "\/cat\/other.json"
},
{
"id": "2",
"name": "PISTOL",
"full_name": "Pistols",
"image": "\/images\/gun-category\/pistol.png",
"source": "\/cat\/pistol.json"
},
{
"id": "6",
"name": "SHOTGUN",
"full_name": "Shotguns",
"image": "\/images\/gun-category\/shotgun-gun.png",
"source": "\/cat\/shotgun.json"
},
{
"id": "7",
"name": "SNIPER",
"full_name": "Sniper Rifels",
"image": "\/images\/gun-category\/sniper-gun.png",
"source": "\/cat\/sniper.json"
},
{
"id": "3",
"name": "SMG",
"full_name": "Sub Machine Guns",
"image": "\/images\/gun-category\/smg-gun.png",
"source": "\/cat\/smg.json"
}
]