Files
pulse/mod.json
T
2023-04-28 18:23:11 +02:00

16 lines
311 B
JSON

{
"Name": "ToneAPI.pulse",
"Description": "Displays Tone API kill data in the Stats tab.",
"Version": "1.1.0",
"LoadPriority": 1,
"Scripts": [
{
"Path": "pulse.gnut",
"RunOn": "UI",
"UICallback": {
"After": "pulseInit"
}
}
]
}