diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-05-24 15:52:43 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-05-24 15:52:43 -0400 |
| commit | a11c98c6cad501e081837ec8fa2e323edaeb1ca3 (patch) | |
| tree | ab97a3e81bfa3eec2ff530ec55ff4a69e48f49e3 /TF2 Crates/src/main/resources/assets/tf2crates/sounds.json | |
Initial commitmaster
Diffstat (limited to 'TF2 Crates/src/main/resources/assets/tf2crates/sounds.json')
| -rwxr-xr-x | TF2 Crates/src/main/resources/assets/tf2crates/sounds.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/TF2 Crates/src/main/resources/assets/tf2crates/sounds.json b/TF2 Crates/src/main/resources/assets/tf2crates/sounds.json new file mode 100755 index 0000000..d1fc927 --- /dev/null +++ b/TF2 Crates/src/main/resources/assets/tf2crates/sounds.json @@ -0,0 +1,32 @@ +{
+ "tf2crates.uncrate": {
+ "category": "player",
+ "sounds": [
+ "tf2crates/uncrate"
+ ]
+ },
+ "tf2crates.crit": {
+ "category": "player",
+ "sounds": [
+ "tf2crates/crit"
+ ]
+ },
+ "tf2crates.birthday": {
+ "category": "player",
+ "sounds": [
+ "tf2crates/birthday"
+ ]
+ },
+ "tf2crates.hohohohoho": {
+ "category": "player",
+ "sounds": [
+ "tf2crates/hohohohoho"
+ ]
+ },
+ "tf2crates.sleighbells": {
+ "category": "player",
+ "sounds": [
+ "tf2crates/sleighbells"
+ ]
+ }
+}
\ No newline at end of file |
