Added projecting sound declaration
This commit is contained in:
parent
d8639613ee
commit
da941d9926
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@
|
|||
"midlaser": {"category": "master","sounds": [{"name": "midlaser","stream": false}]},
|
||||
"lowlaser": {"category": "master","sounds": [{"name": "lowlaser","stream": false}]},
|
||||
"cloak": {"category": "master","sounds": [{"name": "cloak","stream": false}]},
|
||||
"decloak": {"category": "master","sounds": [{"name": "decloak","stream": false}]}
|
||||
"decloak": {"category": "master","sounds": [{"name": "decloak","stream": false}]},
|
||||
"projecting": {"category": "master","sounds": [{"name": "projecting","stream": false}]}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue