Initial commit
This commit is contained in:
6
stores/interfaces/SoundScape.ts
Normal file
6
stores/interfaces/SoundScape.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum SoundScape{
|
||||
Lagoon = 'lagoon',
|
||||
Forest = 'forest',
|
||||
Meadow = 'meadow',
|
||||
Tropics = 'Tropics', // tropics not known by the backend, x represents tropics currently. it is a bug in the backend
|
||||
}
|
Reference in New Issue
Block a user