mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2025-01-09 04:41:30 +01:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export enum VolumeSon {
|
|
Faible = 30,
|
|
Normal = 70,
|
|
Fort = 100,
|
|
}
|